|
|
|
@ -3882,14 +3882,102 @@ else
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
echo $ac_n "checking for wctype in -lc""... $ac_c" 1>&6
|
|
|
|
|
echo "configure:3887: checking for wctype in -lc" >&5
|
|
|
|
|
ac_lib_var=`echo c'_'wctype | sed 'y%./+-%__p_%'`
|
|
|
|
|
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
|
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
|
else
|
|
|
|
|
ac_save_LIBS="$LIBS"
|
|
|
|
|
LIBS="-lc $LIBS"
|
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
|
|
|
|
#line 3895 "configure"
|
|
|
|
|
#include "confdefs.h"
|
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
|
|
|
/* We use char because int might match the return type of a gcc2
|
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
|
char wctype();
|
|
|
|
|
|
|
|
|
|
int main() {
|
|
|
|
|
wctype()
|
|
|
|
|
; return 0; }
|
|
|
|
|
EOF
|
|
|
|
|
if { (eval echo configure:3906: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
|
|
|
|
rm -rf conftest*
|
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=yes"
|
|
|
|
|
else
|
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
|
rm -rf conftest*
|
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=no"
|
|
|
|
|
fi
|
|
|
|
|
rm -f conftest*
|
|
|
|
|
LIBS="$ac_save_LIBS"
|
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
|
|
|
|
echo "$ac_t""yes" 1>&6
|
|
|
|
|
:
|
|
|
|
|
else
|
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
|
echo $ac_n "checking for wctype in -lw""... $ac_c" 1>&6
|
|
|
|
|
echo "configure:3925: checking for wctype in -lw" >&5
|
|
|
|
|
ac_lib_var=`echo w'_'wctype | sed 'y%./+-%__p_%'`
|
|
|
|
|
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
|
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
|
else
|
|
|
|
|
ac_save_LIBS="$LIBS"
|
|
|
|
|
LIBS="-lw $LIBS"
|
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
|
|
|
|
#line 3933 "configure"
|
|
|
|
|
#include "confdefs.h"
|
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
|
|
|
/* We use char because int might match the return type of a gcc2
|
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
|
char wctype();
|
|
|
|
|
|
|
|
|
|
int main() {
|
|
|
|
|
wctype()
|
|
|
|
|
; return 0; }
|
|
|
|
|
EOF
|
|
|
|
|
if { (eval echo configure:3944: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
|
|
|
|
rm -rf conftest*
|
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=yes"
|
|
|
|
|
else
|
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
|
rm -rf conftest*
|
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=no"
|
|
|
|
|
fi
|
|
|
|
|
rm -f conftest*
|
|
|
|
|
LIBS="$ac_save_LIBS"
|
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
|
|
|
|
echo "$ac_t""yes" 1>&6
|
|
|
|
|
ac_tr_lib=HAVE_LIB`echo w | sed -e 's/^a-zA-Z0-9_/_/g' \
|
|
|
|
|
-e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
|
|
|
|
|
cat >> confdefs.h <<EOF
|
|
|
|
|
#define $ac_tr_lib 1
|
|
|
|
|
EOF
|
|
|
|
|
|
|
|
|
|
LIBS="-lw $LIBS"
|
|
|
|
|
|
|
|
|
|
else
|
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
echo $ac_n "checking for long long support in compiler""... $ac_c" 1>&6
|
|
|
|
|
echo "configure:3888: checking for long long support in compiler" >&5
|
|
|
|
|
echo "configure:3976: checking for long long support in compiler" >&5
|
|
|
|
|
if eval "test \"`echo '$''{'gdb_cv_c_long_long'+set}'`\" = set"; then
|
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
|
else
|
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
|
|
|
|
#line 3893 "configure"
|
|
|
|
|
#line 3981 "configure"
|
|
|
|
|
#include "confdefs.h"
|
|
|
|
|
|
|
|
|
|
int main() {
|
|
|
|
@ -3899,7 +3987,7 @@ int main() {
|
|
|
|
|
|
|
|
|
|
; return 0; }
|
|
|
|
|
EOF
|
|
|
|
|
if { (eval echo configure:3903: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
|
|
|
|
if { (eval echo configure:3991: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
|
|
|
|
rm -rf conftest*
|
|
|
|
|
gdb_cv_c_long_long=yes
|
|
|
|
|
else
|
|
|
|
@ -3921,7 +4009,7 @@ fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
echo $ac_n "checking for long long support in printf""... $ac_c" 1>&6
|
|
|
|
|
echo "configure:3925: checking for long long support in printf" >&5
|
|
|
|
|
echo "configure:4013: checking for long long support in printf" >&5
|
|
|
|
|
if eval "test \"`echo '$''{'gdb_cv_printf_has_long_long'+set}'`\" = set"; then
|
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
|
else
|
|
|
|
@ -3929,7 +4017,7 @@ else
|
|
|
|
|
gdb_cv_printf_has_long_long=no
|
|
|
|
|
else
|
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
|
|
|
|
#line 3933 "configure"
|
|
|
|
|
#line 4021 "configure"
|
|
|
|
|
#include "confdefs.h"
|
|
|
|
|
|
|
|
|
|
int main () {
|
|
|
|
@ -3943,7 +4031,7 @@ int main () {
|
|
|
|
|
return (strcmp ("0x0123456789abcdef", buf));
|
|
|
|
|
}
|
|
|
|
|
EOF
|
|
|
|
|
if { (eval echo configure:3947: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
|
|
|
|
|
if { (eval echo configure:4035: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
|
|
|
|
|
then
|
|
|
|
|
gdb_cv_printf_has_long_long=yes
|
|
|
|
|
else
|
|
|
|
@ -3967,19 +4055,19 @@ echo "$ac_t""$gdb_cv_printf_has_long_long" 1>&6
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
echo $ac_n "checking for long double support in compiler""... $ac_c" 1>&6
|
|
|
|
|
echo "configure:3971: checking for long double support in compiler" >&5
|
|
|
|
|
echo "configure:4059: checking for long double support in compiler" >&5
|
|
|
|
|
if eval "test \"`echo '$''{'ac_cv_c_long_double'+set}'`\" = set"; then
|
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
|
else
|
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
|
|
|
|
#line 3976 "configure"
|
|
|
|
|
#line 4064 "configure"
|
|
|
|
|
#include "confdefs.h"
|
|
|
|
|
|
|
|
|
|
int main() {
|
|
|
|
|
long double foo;
|
|
|
|
|
; return 0; }
|
|
|
|
|
EOF
|
|
|
|
|
if { (eval echo configure:3983: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
|
|
|
|
if { (eval echo configure:4071: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
|
|
|
|
rm -rf conftest*
|
|
|
|
|
ac_cv_c_long_double=yes
|
|
|
|
|
else
|
|
|
|
@ -4001,7 +4089,7 @@ fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
echo $ac_n "checking for long double support in printf""... $ac_c" 1>&6
|
|
|
|
|
echo "configure:4005: checking for long double support in printf" >&5
|
|
|
|
|
echo "configure:4093: checking for long double support in printf" >&5
|
|
|
|
|
if eval "test \"`echo '$''{'gdb_cv_printf_has_long_double'+set}'`\" = set"; then
|
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
|
else
|
|
|
|
@ -4009,7 +4097,7 @@ else
|
|
|
|
|
gdb_cv_printf_has_long_double=no
|
|
|
|
|
else
|
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
|
|
|
|
#line 4013 "configure"
|
|
|
|
|
#line 4101 "configure"
|
|
|
|
|
#include "confdefs.h"
|
|
|
|
|
|
|
|
|
|
int main () {
|
|
|
|
@ -4019,7 +4107,7 @@ int main () {
|
|
|
|
|
return (strncmp ("3.14159", buf, 7));
|
|
|
|
|
}
|
|
|
|
|
EOF
|
|
|
|
|
if { (eval echo configure:4023: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
|
|
|
|
|
if { (eval echo configure:4111: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
|
|
|
|
|
then
|
|
|
|
|
gdb_cv_printf_has_long_double=yes
|
|
|
|
|
else
|
|
|
|
@ -4043,7 +4131,7 @@ echo "$ac_t""$gdb_cv_printf_has_long_double" 1>&6
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
echo $ac_n "checking for long double support in scanf""... $ac_c" 1>&6
|
|
|
|
|
echo "configure:4047: checking for long double support in scanf" >&5
|
|
|
|
|
echo "configure:4135: checking for long double support in scanf" >&5
|
|
|
|
|
if eval "test \"`echo '$''{'gdb_cv_scanf_has_long_double'+set}'`\" = set"; then
|
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
|
else
|
|
|
|
@ -4051,7 +4139,7 @@ else
|
|
|
|
|
gdb_cv_scanf_has_long_double=no
|
|
|
|
|
else
|
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
|
|
|
|
#line 4055 "configure"
|
|
|
|
|
#line 4143 "configure"
|
|
|
|
|
#include "confdefs.h"
|
|
|
|
|
|
|
|
|
|
int main () {
|
|
|
|
@ -4061,7 +4149,7 @@ int main () {
|
|
|
|
|
return !(f > 3.14159 && f < 3.14160);
|
|
|
|
|
}
|
|
|
|
|
EOF
|
|
|
|
|
if { (eval echo configure:4065: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
|
|
|
|
|
if { (eval echo configure:4153: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
|
|
|
|
|
then
|
|
|
|
|
gdb_cv_scanf_has_long_double=yes
|
|
|
|
|
else
|
|
|
|
@ -4087,17 +4175,17 @@ for ac_hdr in unistd.h
|
|
|
|
|
do
|
|
|
|
|
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
|
|
|
|
|
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
|
|
|
|
|
echo "configure:4091: checking for $ac_hdr" >&5
|
|
|
|
|
echo "configure:4179: checking for $ac_hdr" >&5
|
|
|
|
|
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
|
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
|
else
|
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
|
|
|
|
#line 4096 "configure"
|
|
|
|
|
#line 4184 "configure"
|
|
|
|
|
#include "confdefs.h"
|
|
|
|
|
#include <$ac_hdr>
|
|
|
|
|
EOF
|
|
|
|
|
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
|
|
|
|
|
{ (eval echo configure:4101: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
|
|
|
|
|
{ (eval echo configure:4189: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
|
|
|
|
|
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
|
|
|
|
|
if test -z "$ac_err"; then
|
|
|
|
|
rm -rf conftest*
|
|
|
|
@ -4126,12 +4214,12 @@ done
|
|
|
|
|
for ac_func in getpagesize
|
|
|
|
|
do
|
|
|
|
|
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
|
|
|
|
|
echo "configure:4130: checking for $ac_func" >&5
|
|
|
|
|
echo "configure:4218: checking for $ac_func" >&5
|
|
|
|
|
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
|
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
|
else
|
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
|
|
|
|
#line 4135 "configure"
|
|
|
|
|
#line 4223 "configure"
|
|
|
|
|
#include "confdefs.h"
|
|
|
|
|
/* System header to define __stub macros and hopefully few prototypes,
|
|
|
|
|
which can conflict with char $ac_func(); below. */
|
|
|
|
@ -4154,7 +4242,7 @@ $ac_func();
|
|
|
|
|
|
|
|
|
|
; return 0; }
|
|
|
|
|
EOF
|
|
|
|
|
if { (eval echo configure:4158: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
|
|
|
|
if { (eval echo configure:4246: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
|
|
|
|
rm -rf conftest*
|
|
|
|
|
eval "ac_cv_func_$ac_func=yes"
|
|
|
|
|
else
|
|
|
|
@ -4179,7 +4267,7 @@ fi
|
|
|
|
|
done
|
|
|
|
|
|
|
|
|
|
echo $ac_n "checking for working mmap""... $ac_c" 1>&6
|
|
|
|
|
echo "configure:4183: checking for working mmap" >&5
|
|
|
|
|
echo "configure:4271: checking for working mmap" >&5
|
|
|
|
|
if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then
|
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
|
else
|
|
|
|
@ -4187,7 +4275,7 @@ else
|
|
|
|
|
ac_cv_func_mmap_fixed_mapped=no
|
|
|
|
|
else
|
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
|
|
|
|
#line 4191 "configure"
|
|
|
|
|
#line 4279 "configure"
|
|
|
|
|
#include "confdefs.h"
|
|
|
|
|
|
|
|
|
|
/* Thanks to Mike Haertel and Jim Avera for this test.
|
|
|
|
@ -4327,7 +4415,7 @@ main()
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
EOF
|
|
|
|
|
if { (eval echo configure:4331: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
|
|
|
|
|
if { (eval echo configure:4419: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
|
|
|
|
|
then
|
|
|
|
|
ac_cv_func_mmap_fixed_mapped=yes
|
|
|
|
|
else
|
|
|
|
@ -4356,7 +4444,7 @@ if test ${build} = ${host} -a ${host} = ${target} ; then
|
|
|
|
|
case ${host_os} in
|
|
|
|
|
hpux*)
|
|
|
|
|
echo $ac_n "checking for HPUX/OSF thread support""... $ac_c" 1>&6
|
|
|
|
|
echo "configure:4360: checking for HPUX/OSF thread support" >&5
|
|
|
|
|
echo "configure:4448: checking for HPUX/OSF thread support" >&5
|
|
|
|
|
if test -f /usr/include/dce/cma_config.h ; then
|
|
|
|
|
if test "$GCC" = "yes" ; then
|
|
|
|
|
echo "$ac_t""yes" 1>&6
|
|
|
|
@ -4375,7 +4463,7 @@ EOF
|
|
|
|
|
;;
|
|
|
|
|
solaris*)
|
|
|
|
|
echo $ac_n "checking for Solaris thread debugging library""... $ac_c" 1>&6
|
|
|
|
|
echo "configure:4379: checking for Solaris thread debugging library" >&5
|
|
|
|
|
echo "configure:4467: checking for Solaris thread debugging library" >&5
|
|
|
|
|
if test -f /usr/lib/libthread_db.so.1 ; then
|
|
|
|
|
echo "$ac_t""yes" 1>&6
|
|
|
|
|
cat >> confdefs.h <<\EOF
|
|
|
|
@ -4385,7 +4473,7 @@ EOF
|
|
|
|
|
CONFIG_OBS="${CONFIG_OBS} sol-thread.o"
|
|
|
|
|
CONFIG_SRCS="${CONFIG_SRCS} sol-thread.c"
|
|
|
|
|
echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
|
|
|
|
|
echo "configure:4389: checking for dlopen in -ldl" >&5
|
|
|
|
|
echo "configure:4477: checking for dlopen in -ldl" >&5
|
|
|
|
|
ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
|
|
|
|
|
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
|
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
@ -4393,7 +4481,7 @@ else
|
|
|
|
|
ac_save_LIBS="$LIBS"
|
|
|
|
|
LIBS="-ldl $LIBS"
|
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
|
|
|
|
#line 4397 "configure"
|
|
|
|
|
#line 4485 "configure"
|
|
|
|
|
#include "confdefs.h"
|
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
|
|
|
/* We use char because int might match the return type of a gcc2
|
|
|
|
@ -4404,7 +4492,7 @@ int main() {
|
|
|
|
|
dlopen()
|
|
|
|
|
; return 0; }
|
|
|
|
|
EOF
|
|
|
|
|
if { (eval echo configure:4408: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
|
|
|
|
if { (eval echo configure:4496: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
|
|
|
|
rm -rf conftest*
|
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=yes"
|
|
|
|
|
else
|
|
|
|
@ -4436,17 +4524,17 @@ fi
|
|
|
|
|
# all symbols visible in the dynamic symbol table.
|
|
|
|
|
hold_ldflags=$LDFLAGS
|
|
|
|
|
echo $ac_n "checking for the ld -export-dynamic flag""... $ac_c" 1>&6
|
|
|
|
|
echo "configure:4440: checking for the ld -export-dynamic flag" >&5
|
|
|
|
|
echo "configure:4528: checking for the ld -export-dynamic flag" >&5
|
|
|
|
|
LDFLAGS="${LDFLAGS} -Wl,-export-dynamic"
|
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
|
|
|
|
#line 4443 "configure"
|
|
|
|
|
#line 4531 "configure"
|
|
|
|
|
#include "confdefs.h"
|
|
|
|
|
|
|
|
|
|
int main() {
|
|
|
|
|
int i;
|
|
|
|
|
; return 0; }
|
|
|
|
|
EOF
|
|
|
|
|
if { (eval echo configure:4450: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
|
|
|
|
if { (eval echo configure:4538: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
|
|
|
|
rm -rf conftest*
|
|
|
|
|
found=yes
|
|
|
|
|
else
|
|
|
|
@ -4465,13 +4553,13 @@ rm -f conftest*
|
|
|
|
|
# Sun randomly tweaked the prototypes in <proc_service.h>
|
|
|
|
|
# at one point.
|
|
|
|
|
echo $ac_n "checking if <proc_service.h> is old""... $ac_c" 1>&6
|
|
|
|
|
echo "configure:4469: checking if <proc_service.h> is old" >&5
|
|
|
|
|
echo "configure:4557: checking if <proc_service.h> is old" >&5
|
|
|
|
|
if eval "test \"`echo '$''{'gdb_cv_proc_service_is_old'+set}'`\" = set"; then
|
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
|
else
|
|
|
|
|
|
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
|
|
|
|
#line 4475 "configure"
|
|
|
|
|
#line 4563 "configure"
|
|
|
|
|
#include "confdefs.h"
|
|
|
|
|
|
|
|
|
|
#include <proc_service.h>
|
|
|
|
@ -4482,7 +4570,7 @@ int main() {
|
|
|
|
|
|
|
|
|
|
; return 0; }
|
|
|
|
|
EOF
|
|
|
|
|
if { (eval echo configure:4486: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
|
|
|
|
if { (eval echo configure:4574: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
|
|
|
|
rm -rf conftest*
|
|
|
|
|
gdb_cv_proc_service_is_old=no
|
|
|
|
|
else
|
|
|
|
@ -4803,12 +4891,12 @@ fi
|
|
|
|
|
|
|
|
|
|
# In the cygwin32 environment, we need some additional flags.
|
|
|
|
|
echo $ac_n "checking for cygwin32""... $ac_c" 1>&6
|
|
|
|
|
echo "configure:4807: checking for cygwin32" >&5
|
|
|
|
|
echo "configure:4895: checking for cygwin32" >&5
|
|
|
|
|
if eval "test \"`echo '$''{'gdb_cv_os_cygwin32'+set}'`\" = set"; then
|
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
|
else
|
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
|
|
|
|
#line 4812 "configure"
|
|
|
|
|
#line 4900 "configure"
|
|
|
|
|
#include "confdefs.h"
|
|
|
|
|
|
|
|
|
|
#ifdef __CYGWIN32__
|
|
|
|
@ -4867,7 +4955,7 @@ if test "${with_tclconfig+set}" = set; then
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
echo $ac_n "checking for Tcl configuration""... $ac_c" 1>&6
|
|
|
|
|
echo "configure:4871: checking for Tcl configuration" >&5
|
|
|
|
|
echo "configure:4959: checking for Tcl configuration" >&5
|
|
|
|
|
if eval "test \"`echo '$''{'ac_cv_c_tclconfig'+set}'`\" = set"; then
|
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
|
else
|
|
|
|
@ -4975,7 +5063,7 @@ if test "${with_tkconfig+set}" = set; then
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
echo $ac_n "checking for Tk configuration""... $ac_c" 1>&6
|
|
|
|
|
echo "configure:4979: checking for Tk configuration" >&5
|
|
|
|
|
echo "configure:5067: checking for Tk configuration" >&5
|
|
|
|
|
if eval "test \"`echo '$''{'ac_cv_c_tkconfig'+set}'`\" = set"; then
|
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
|
else
|
|
|
|
@ -5071,7 +5159,7 @@ fi
|
|
|
|
|
|
|
|
|
|
no_tcl=true
|
|
|
|
|
echo $ac_n "checking for Tcl private headers. dir=${configdir}""... $ac_c" 1>&6
|
|
|
|
|
echo "configure:5075: checking for Tcl private headers. dir=${configdir}" >&5
|
|
|
|
|
echo "configure:5163: checking for Tcl private headers. dir=${configdir}" >&5
|
|
|
|
|
# Check whether --with-tclinclude or --without-tclinclude was given.
|
|
|
|
|
if test "${with_tclinclude+set}" = set; then
|
|
|
|
|
withval="$with_tclinclude"
|
|
|
|
@ -5137,17 +5225,17 @@ fi
|
|
|
|
|
if test x"${ac_cv_c_tclh}" = x ; then
|
|
|
|
|
ac_safe=`echo "tclInt.h" | sed 'y%./+-%__p_%'`
|
|
|
|
|
echo $ac_n "checking for tclInt.h""... $ac_c" 1>&6
|
|
|
|
|
echo "configure:5141: checking for tclInt.h" >&5
|
|
|
|
|
echo "configure:5229: checking for tclInt.h" >&5
|
|
|
|
|
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
|
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
|
else
|
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
|
|
|
|
#line 5146 "configure"
|
|
|
|
|
#line 5234 "configure"
|
|
|
|
|
#include "confdefs.h"
|
|
|
|
|
#include <tclInt.h>
|
|
|
|
|
EOF
|
|
|
|
|
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
|
|
|
|
|
{ (eval echo configure:5151: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
|
|
|
|
|
{ (eval echo configure:5239: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
|
|
|
|
|
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
|
|
|
|
|
if test -z "$ac_err"; then
|
|
|
|
|
rm -rf conftest*
|
|
|
|
@ -5207,7 +5295,7 @@ fi
|
|
|
|
|
#
|
|
|
|
|
no_tk=true
|
|
|
|
|
echo $ac_n "checking for Tk private headers""... $ac_c" 1>&6
|
|
|
|
|
echo "configure:5211: checking for Tk private headers" >&5
|
|
|
|
|
echo "configure:5299: checking for Tk private headers" >&5
|
|
|
|
|
# Check whether --with-tkinclude or --without-tkinclude was given.
|
|
|
|
|
if test "${with_tkinclude+set}" = set; then
|
|
|
|
|
withval="$with_tkinclude"
|
|
|
|
@ -5273,17 +5361,17 @@ fi
|
|
|
|
|
if test x"${ac_cv_c_tkh}" = x ; then
|
|
|
|
|
ac_safe=`echo "tk.h" | sed 'y%./+-%__p_%'`
|
|
|
|
|
echo $ac_n "checking for tk.h""... $ac_c" 1>&6
|
|
|
|
|
echo "configure:5277: checking for tk.h" >&5
|
|
|
|
|
echo "configure:5365: checking for tk.h" >&5
|
|
|
|
|
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
|
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
|
else
|
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
|
|
|
|
#line 5282 "configure"
|
|
|
|
|
#line 5370 "configure"
|
|
|
|
|
#include "confdefs.h"
|
|
|
|
|
#include <tk.h>
|
|
|
|
|
EOF
|
|
|
|
|
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
|
|
|
|
|
{ (eval echo configure:5287: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
|
|
|
|
|
{ (eval echo configure:5375: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
|
|
|
|
|
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
|
|
|
|
|
if test -z "$ac_err"; then
|
|
|
|
|
rm -rf conftest*
|
|
|
|
@ -5329,7 +5417,7 @@ fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
echo $ac_n "checking for Itcl private headers. srcdir=${srcdir}""... $ac_c" 1>&6
|
|
|
|
|
echo "configure:5333: checking for Itcl private headers. srcdir=${srcdir}" >&5
|
|
|
|
|
echo "configure:5421: checking for Itcl private headers. srcdir=${srcdir}" >&5
|
|
|
|
|
if test x"${ac_cv_c_itclh}" = x ; then
|
|
|
|
|
for i in ${srcdir}/../itcl ${srcdir}/../../itcl ${srcdir}/../../../itcl ; do
|
|
|
|
|
if test -f $i/src/itcl.h ; then
|
|
|
|
@ -5352,7 +5440,7 @@ fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
echo $ac_n "checking for Tix private headers. srcdir=${srcdir}""... $ac_c" 1>&6
|
|
|
|
|
echo "configure:5356: checking for Tix private headers. srcdir=${srcdir}" >&5
|
|
|
|
|
echo "configure:5444: checking for Tix private headers. srcdir=${srcdir}" >&5
|
|
|
|
|
if test x"${ac_cv_c_tixh}" = x ; then
|
|
|
|
|
for i in ${srcdir}/../tix ${srcdir}/../../tix ${srcdir}/../../../tix ; do
|
|
|
|
|
if test -f $i/generic/tix.h ; then
|
|
|
|
@ -5446,7 +5534,7 @@ fi
|
|
|
|
|
# Uses ac_ vars as temps to allow command line to override cache and checks.
|
|
|
|
|
# --without-x overrides everything else, but does not touch the cache.
|
|
|
|
|
echo $ac_n "checking for X""... $ac_c" 1>&6
|
|
|
|
|
echo "configure:5450: checking for X" >&5
|
|
|
|
|
echo "configure:5538: checking for X" >&5
|
|
|
|
|
|
|
|
|
|
# Check whether --with-x or --without-x was given.
|
|
|
|
|
if test "${with_x+set}" = set; then
|
|
|
|
@ -5508,12 +5596,12 @@ if test "$ac_x_includes" = NO; then
|
|
|
|
|
|
|
|
|
|
# First, try using that file with no special directory specified.
|
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
|
|
|
|
#line 5512 "configure"
|
|
|
|
|
#line 5600 "configure"
|
|
|
|
|
#include "confdefs.h"
|
|
|
|
|
#include <$x_direct_test_include>
|
|
|
|
|
EOF
|
|
|
|
|
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
|
|
|
|
|
{ (eval echo configure:5517: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
|
|
|
|
|
{ (eval echo configure:5605: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
|
|
|
|
|
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
|
|
|
|
|
if test -z "$ac_err"; then
|
|
|
|
|
rm -rf conftest*
|
|
|
|
@ -5582,14 +5670,14 @@ if test "$ac_x_libraries" = NO; then
|
|
|
|
|
ac_save_LIBS="$LIBS"
|
|
|
|
|
LIBS="-l$x_direct_test_library $LIBS"
|
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
|
|
|
|
#line 5586 "configure"
|
|
|
|
|
#line 5674 "configure"
|
|
|
|
|
#include "confdefs.h"
|
|
|
|
|
|
|
|
|
|
int main() {
|
|
|
|
|
${x_direct_test_function}()
|
|
|
|
|
; return 0; }
|
|
|
|
|
EOF
|
|
|
|
|
if { (eval echo configure:5593: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
|
|
|
|
if { (eval echo configure:5681: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
|
|
|
|
rm -rf conftest*
|
|
|
|
|
LIBS="$ac_save_LIBS"
|
|
|
|
|
# We can link X programs with no special library path.
|
|
|
|
@ -5709,47 +5797,6 @@ esac
|
|
|
|
|
fi
|
|
|
|
|
# end-sanitize-sky
|
|
|
|
|
|
|
|
|
|
echo $ac_n "checking for wctype in -lw""... $ac_c" 1>&6
|
|
|
|
|
echo "configure:5714: checking for wctype in -lw" >&5
|
|
|
|
|
ac_lib_var=`echo w'_'wctype | sed 'y%./+-%__p_%'`
|
|
|
|
|
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
|
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
|
else
|
|
|
|
|
ac_save_LIBS="$LIBS"
|
|
|
|
|
LIBS="-lw $LIBS"
|
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
|
|
|
|
#line 5722 "configure"
|
|
|
|
|
#include "confdefs.h"
|
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
|
|
|
/* We use char because int might match the return type of a gcc2
|
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
|
char wctype();
|
|
|
|
|
|
|
|
|
|
int main() {
|
|
|
|
|
wctype()
|
|
|
|
|
; return 0; }
|
|
|
|
|
EOF
|
|
|
|
|
if { (eval echo configure:5733: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
|
|
|
|
rm -rf conftest*
|
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=yes"
|
|
|
|
|
else
|
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
|
rm -rf conftest*
|
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=no"
|
|
|
|
|
fi
|
|
|
|
|
rm -f conftest*
|
|
|
|
|
LIBS="$ac_save_LIBS"
|
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
|
|
|
|
echo "$ac_t""yes" 1>&6
|
|
|
|
|
LIBS="$LIBS -lw"
|
|
|
|
|
else
|
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -5893,7 +5940,7 @@ links="${links} nm.h"
|
|
|
|
|
fi
|
|
|
|
|
# start-sanitize-gdbtk
|
|
|
|
|
echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
|
|
|
|
|
echo "configure:5897: checking whether ln -s works" >&5
|
|
|
|
|
echo "configure:5944: checking whether ln -s works" >&5
|
|
|
|
|
if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
|
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
|
else
|
|
|
|
@ -5928,19 +5975,19 @@ fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
echo $ac_n "checking for Cygwin32 environment""... $ac_c" 1>&6
|
|
|
|
|
echo "configure:5932: checking for Cygwin32 environment" >&5
|
|
|
|
|
echo "configure:5979: checking for Cygwin32 environment" >&5
|
|
|
|
|
if eval "test \"`echo '$''{'am_cv_cygwin32'+set}'`\" = set"; then
|
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
|
else
|
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
|
|
|
|
#line 5937 "configure"
|
|
|
|
|
#line 5984 "configure"
|
|
|
|
|
#include "confdefs.h"
|
|
|
|
|
|
|
|
|
|
int main() {
|
|
|
|
|
return __CYGWIN32__;
|
|
|
|
|
; return 0; }
|
|
|
|
|
EOF
|
|
|
|
|
if { (eval echo configure:5944: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
|
|
|
|
if { (eval echo configure:5991: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
|
|
|
|
rm -rf conftest*
|
|
|
|
|
am_cv_cygwin32=yes
|
|
|
|
|
else
|
|
|
|
@ -5957,19 +6004,19 @@ echo "$ac_t""$am_cv_cygwin32" 1>&6
|
|
|
|
|
CYGWIN32=
|
|
|
|
|
test "$am_cv_cygwin32" = yes && CYGWIN32=yes
|
|
|
|
|
echo $ac_n "checking for Mingw32 environment""... $ac_c" 1>&6
|
|
|
|
|
echo "configure:5961: checking for Mingw32 environment" >&5
|
|
|
|
|
echo "configure:6008: checking for Mingw32 environment" >&5
|
|
|
|
|
if eval "test \"`echo '$''{'am_cv_mingw32'+set}'`\" = set"; then
|
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
|
else
|
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
|
|
|
|
#line 5966 "configure"
|
|
|
|
|
#line 6013 "configure"
|
|
|
|
|
#include "confdefs.h"
|
|
|
|
|
|
|
|
|
|
int main() {
|
|
|
|
|
return __MINGW32__;
|
|
|
|
|
; return 0; }
|
|
|
|
|
EOF
|
|
|
|
|
if { (eval echo configure:5973: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
|
|
|
|
if { (eval echo configure:6020: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
|
|
|
|
rm -rf conftest*
|
|
|
|
|
am_cv_mingw32=yes
|
|
|
|
|
else
|
|
|
|
@ -5988,7 +6035,7 @@ test "$am_cv_mingw32" = yes && MINGW32=yes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
|
|
|
|
|
echo "configure:5992: checking for executable suffix" >&5
|
|
|
|
|
echo "configure:6039: checking for executable suffix" >&5
|
|
|
|
|
if eval "test \"`echo '$''{'am_cv_exeext'+set}'`\" = set"; then
|
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
|
else
|
|
|
|
|