• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

GNU Binutils with patches for OS216


Commit MetaInfo

Revisión8ec413174a2a218576cf5905cc5934f78502c1f7 (tree)
Tiempo2002-10-22 12:54:20
AutorJoel Brobecker <brobecker@gnat...>
CommiterJoel Brobecker

Log Message

      • configure: Regenerate using the proper version of autoconf.

Cambiar Resumen

Diferencia incremental

--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
1+2002-10-20 Joel Brobecker <brobecker@gnat.com>
2+
3+ * configure: Regenerate using the proper version of autoconf.
4+
15 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
26
37 * findvar.c (read_var_value): Temporarily disable TLS code, until
--- a/gdb/configure
+++ b/gdb/configure
@@ -81,6 +81,7 @@ program_suffix=NONE
8181 program_transform_name=s,x,x,
8282 silent=
8383 site=
84+sitefile=
8485 srcdir=
8586 target=NONE
8687 verbose=
@@ -195,6 +196,7 @@ Configuration:
195196 --help print this message
196197 --no-create do not create output files
197198 --quiet, --silent do not print \`checking...' messages
199+ --site-file=FILE use FILE as the site file
198200 --version print the version of autoconf that created configure
199201 Directory and file names:
200202 --prefix=PREFIX install architecture-independent files in PREFIX
@@ -365,6 +367,11 @@ EOF
365367 -site=* | --site=* | --sit=*)
366368 site="$ac_optarg" ;;
367369
370+ -site-file | --site-file | --site-fil | --site-fi | --site-f)
371+ ac_prev=sitefile ;;
372+ -site-file=* | --site-file=* | --site-fil=* | --site-fi=* | --site-f=*)
373+ sitefile="$ac_optarg" ;;
374+
368375 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
369376 ac_prev=srcdir ;;
370377 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
@@ -530,12 +537,16 @@ fi
530537 srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
531538
532539 # Prefer explicitly selected file to automatically selected ones.
533-if test -z "$CONFIG_SITE"; then
534- if test "x$prefix" != xNONE; then
535- CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
536- else
537- CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
540+if test -z "$sitefile"; then
541+ if test -z "$CONFIG_SITE"; then
542+ if test "x$prefix" != xNONE; then
543+ CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
544+ else
545+ CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
546+ fi
538547 fi
548+else
549+ CONFIG_SITE="$sitefile"
539550 fi
540551 for ac_site_file in $CONFIG_SITE; do
541552 if test -r "$ac_site_file"; then
@@ -576,7 +587,7 @@ fi
576587
577588
578589 echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6
579-echo "configure:580: checking whether to enable maintainer-specific portions of Makefiles" >&5
590+echo "configure:591: checking whether to enable maintainer-specific portions of Makefiles" >&5
580591 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
581592 if test "${enable_maintainer_mode+set}" = set; then
582593 enableval="$enable_maintainer_mode"
@@ -602,7 +613,7 @@ fi
602613 # Extract the first word of "gcc", so it can be a program name with args.
603614 set dummy gcc; ac_word=$2
604615 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
605-echo "configure:606: checking for $ac_word" >&5
616+echo "configure:617: checking for $ac_word" >&5
606617 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
607618 echo $ac_n "(cached) $ac_c" 1>&6
608619 else
@@ -632,7 +643,7 @@ if test -z "$CC"; then
632643 # Extract the first word of "cc", so it can be a program name with args.
633644 set dummy cc; ac_word=$2
634645 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
635-echo "configure:636: checking for $ac_word" >&5
646+echo "configure:647: checking for $ac_word" >&5
636647 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
637648 echo $ac_n "(cached) $ac_c" 1>&6
638649 else
@@ -683,7 +694,7 @@ fi
683694 # Extract the first word of "cl", so it can be a program name with args.
684695 set dummy cl; ac_word=$2
685696 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
686-echo "configure:687: checking for $ac_word" >&5
697+echo "configure:698: checking for $ac_word" >&5
687698 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
688699 echo $ac_n "(cached) $ac_c" 1>&6
689700 else
@@ -715,7 +726,7 @@ fi
715726 fi
716727
717728 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
718-echo "configure:719: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
729+echo "configure:730: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
719730
720731 ac_ext=c
721732 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
@@ -726,12 +737,12 @@ cross_compiling=$ac_cv_prog_cc_cross
726737
727738 cat > conftest.$ac_ext << EOF
728739
729-#line 730 "configure"
740+#line 741 "configure"
730741 #include "confdefs.h"
731742
732743 main(){return(0);}
733744 EOF
734-if { (eval echo configure:735: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
745+if { (eval echo configure:746: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
735746 ac_cv_prog_cc_works=yes
736747 # If we can't run a trivial program, we are probably using a cross compiler.
737748 if (./conftest; exit) 2>/dev/null; then
@@ -757,12 +768,12 @@ if test $ac_cv_prog_cc_works = no; then
757768 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
758769 fi
759770 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
760-echo "configure:761: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
771+echo "configure:772: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
761772 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
762773 cross_compiling=$ac_cv_prog_cc_cross
763774
764775 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
765-echo "configure:766: checking whether we are using GNU C" >&5
776+echo "configure:777: checking whether we are using GNU C" >&5
766777 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
767778 echo $ac_n "(cached) $ac_c" 1>&6
768779 else
@@ -771,7 +782,7 @@ else
771782 yes;
772783 #endif
773784 EOF
774-if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:775: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
785+if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:786: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
775786 ac_cv_prog_gcc=yes
776787 else
777788 ac_cv_prog_gcc=no
@@ -790,7 +801,7 @@ ac_test_CFLAGS="${CFLAGS+set}"
790801 ac_save_CFLAGS="$CFLAGS"
791802 CFLAGS=
792803 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
793-echo "configure:794: checking whether ${CC-cc} accepts -g" >&5
804+echo "configure:805: checking whether ${CC-cc} accepts -g" >&5
794805 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
795806 echo $ac_n "(cached) $ac_c" 1>&6
796807 else
@@ -822,7 +833,7 @@ else
822833 fi
823834
824835 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
825-echo "configure:826: checking how to run the C preprocessor" >&5
836+echo "configure:837: checking how to run the C preprocessor" >&5
826837 # On Suns, sometimes $CPP names a directory.
827838 if test -n "$CPP" && test -d "$CPP"; then
828839 CPP=
@@ -837,13 +848,13 @@ else
837848 # On the NeXT, cc -E runs the code through the compiler's parser,
838849 # not just through cpp.
839850 cat > conftest.$ac_ext <<EOF
840-#line 841 "configure"
851+#line 852 "configure"
841852 #include "confdefs.h"
842853 #include <assert.h>
843854 Syntax Error
844855 EOF
845856 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
846-{ (eval echo configure:847: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
857+{ (eval echo configure:858: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
847858 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
848859 if test -z "$ac_err"; then
849860 :
@@ -854,13 +865,13 @@ else
854865 rm -rf conftest*
855866 CPP="${CC-cc} -E -traditional-cpp"
856867 cat > conftest.$ac_ext <<EOF
857-#line 858 "configure"
868+#line 869 "configure"
858869 #include "confdefs.h"
859870 #include <assert.h>
860871 Syntax Error
861872 EOF
862873 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
863-{ (eval echo configure:864: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
874+{ (eval echo configure:875: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
864875 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
865876 if test -z "$ac_err"; then
866877 :
@@ -871,13 +882,13 @@ else
871882 rm -rf conftest*
872883 CPP="${CC-cc} -nologo -E"
873884 cat > conftest.$ac_ext <<EOF
874-#line 875 "configure"
885+#line 886 "configure"
875886 #include "confdefs.h"
876887 #include <assert.h>
877888 Syntax Error
878889 EOF
879890 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
880-{ (eval echo configure:881: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
891+{ (eval echo configure:892: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
881892 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
882893 if test -z "$ac_err"; then
883894 :
@@ -902,9 +913,9 @@ fi
902913 echo "$ac_t""$CPP" 1>&6
903914
904915 echo $ac_n "checking for AIX""... $ac_c" 1>&6
905-echo "configure:906: checking for AIX" >&5
916+echo "configure:917: checking for AIX" >&5
906917 cat > conftest.$ac_ext <<EOF
907-#line 908 "configure"
918+#line 919 "configure"
908919 #include "confdefs.h"
909920 #ifdef _AIX
910921 yes
@@ -926,7 +937,7 @@ rm -f conftest*
926937
927938
928939 echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&6
929-echo "configure:930: checking for POSIXized ISC" >&5
940+echo "configure:941: checking for POSIXized ISC" >&5
930941 if test -d /etc/conf/kconfig.d &&
931942 grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1
932943 then
@@ -950,7 +961,7 @@ fi
950961
951962
952963 echo $ac_n "checking for ${CC-cc} option to accept ANSI C""... $ac_c" 1>&6
953-echo "configure:954: checking for ${CC-cc} option to accept ANSI C" >&5
964+echo "configure:965: checking for ${CC-cc} option to accept ANSI C" >&5
954965 if eval "test \"`echo '$''{'am_cv_prog_cc_stdc'+set}'`\" = set"; then
955966 echo $ac_n "(cached) $ac_c" 1>&6
956967 else
@@ -967,7 +978,7 @@ for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIO
967978 do
968979 CC="$ac_save_CC $ac_arg"
969980 cat > conftest.$ac_ext <<EOF
970-#line 971 "configure"
981+#line 982 "configure"
971982 #include "confdefs.h"
972983 #include <stdarg.h>
973984 #include <stdio.h>
@@ -1004,7 +1015,7 @@ return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
10041015
10051016 ; return 0; }
10061017 EOF
1007-if { (eval echo configure:1008: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1018+if { (eval echo configure:1019: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10081019 rm -rf conftest*
10091020 am_cv_prog_cc_stdc="$ac_arg"; break
10101021 else
@@ -1075,7 +1086,7 @@ else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
10751086 fi
10761087
10771088 echo $ac_n "checking host system type""... $ac_c" 1>&6
1078-echo "configure:1079: checking host system type" >&5
1089+echo "configure:1090: checking host system type" >&5
10791090
10801091 host_alias=$host
10811092 case "$host_alias" in
@@ -1096,7 +1107,7 @@ host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
10961107 echo "$ac_t""$host" 1>&6
10971108
10981109 echo $ac_n "checking target system type""... $ac_c" 1>&6
1099-echo "configure:1100: checking target system type" >&5
1110+echo "configure:1111: checking target system type" >&5
11001111
11011112 target_alias=$target
11021113 case "$target_alias" in
@@ -1114,7 +1125,7 @@ target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
11141125 echo "$ac_t""$target" 1>&6
11151126
11161127 echo $ac_n "checking build system type""... $ac_c" 1>&6
1117-echo "configure:1118: checking build system type" >&5
1128+echo "configure:1129: checking build system type" >&5
11181129
11191130 build_alias=$build
11201131 case "$build_alias" in
@@ -1139,7 +1150,7 @@ test "$host_alias" != "$target_alias" &&
11391150
11401151 ALL_LINGUAS=
11411152 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
1142-echo "configure:1143: checking whether ${MAKE-make} sets \${MAKE}" >&5
1153+echo "configure:1154: checking whether ${MAKE-make} sets \${MAKE}" >&5
11431154 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
11441155 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
11451156 echo $ac_n "(cached) $ac_c" 1>&6
@@ -1168,7 +1179,7 @@ fi
11681179 # Extract the first word of "ranlib", so it can be a program name with args.
11691180 set dummy ranlib; ac_word=$2
11701181 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1171-echo "configure:1172: checking for $ac_word" >&5
1182+echo "configure:1183: checking for $ac_word" >&5
11721183 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
11731184 echo $ac_n "(cached) $ac_c" 1>&6
11741185 else
@@ -1196,12 +1207,12 @@ else
11961207 fi
11971208
11981209 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
1199-echo "configure:1200: checking for ANSI C header files" >&5
1210+echo "configure:1211: checking for ANSI C header files" >&5
12001211 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
12011212 echo $ac_n "(cached) $ac_c" 1>&6
12021213 else
12031214 cat > conftest.$ac_ext <<EOF
1204-#line 1205 "configure"
1215+#line 1216 "configure"
12051216 #include "confdefs.h"
12061217 #include <stdlib.h>
12071218 #include <stdarg.h>
@@ -1209,7 +1220,7 @@ else
12091220 #include <float.h>
12101221 EOF
12111222 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1212-{ (eval echo configure:1213: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1223+{ (eval echo configure:1224: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
12131224 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12141225 if test -z "$ac_err"; then
12151226 rm -rf conftest*
@@ -1226,7 +1237,7 @@ rm -f conftest*
12261237 if test $ac_cv_header_stdc = yes; then
12271238 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
12281239 cat > conftest.$ac_ext <<EOF
1229-#line 1230 "configure"
1240+#line 1241 "configure"
12301241 #include "confdefs.h"
12311242 #include <string.h>
12321243 EOF
@@ -1244,7 +1255,7 @@ fi
12441255 if test $ac_cv_header_stdc = yes; then
12451256 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
12461257 cat > conftest.$ac_ext <<EOF
1247-#line 1248 "configure"
1258+#line 1259 "configure"
12481259 #include "confdefs.h"
12491260 #include <stdlib.h>
12501261 EOF
@@ -1265,7 +1276,7 @@ if test "$cross_compiling" = yes; then
12651276 :
12661277 else
12671278 cat > conftest.$ac_ext <<EOF
1268-#line 1269 "configure"
1279+#line 1280 "configure"
12691280 #include "confdefs.h"
12701281 #include <ctype.h>
12711282 #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
@@ -1276,7 +1287,7 @@ if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
12761287 exit (0); }
12771288
12781289 EOF
1279-if { (eval echo configure:1280: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
1290+if { (eval echo configure:1291: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
12801291 then
12811292 :
12821293 else
@@ -1300,12 +1311,12 @@ EOF
13001311 fi
13011312
13021313 echo $ac_n "checking for working const""... $ac_c" 1>&6
1303-echo "configure:1304: checking for working const" >&5
1314+echo "configure:1315: checking for working const" >&5
13041315 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
13051316 echo $ac_n "(cached) $ac_c" 1>&6
13061317 else
13071318 cat > conftest.$ac_ext <<EOF
1308-#line 1309 "configure"
1319+#line 1320 "configure"
13091320 #include "confdefs.h"
13101321
13111322 int main() {
@@ -1354,7 +1365,7 @@ ccp = (char const *const *) p;
13541365
13551366 ; return 0; }
13561367 EOF
1357-if { (eval echo configure:1358: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1368+if { (eval echo configure:1369: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
13581369 rm -rf conftest*
13591370 ac_cv_c_const=yes
13601371 else
@@ -1375,21 +1386,21 @@ EOF
13751386 fi
13761387
13771388 echo $ac_n "checking for inline""... $ac_c" 1>&6
1378-echo "configure:1379: checking for inline" >&5
1389+echo "configure:1390: checking for inline" >&5
13791390 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
13801391 echo $ac_n "(cached) $ac_c" 1>&6
13811392 else
13821393 ac_cv_c_inline=no
13831394 for ac_kw in inline __inline__ __inline; do
13841395 cat > conftest.$ac_ext <<EOF
1385-#line 1386 "configure"
1396+#line 1397 "configure"
13861397 #include "confdefs.h"
13871398
13881399 int main() {
13891400 } $ac_kw foo() {
13901401 ; return 0; }
13911402 EOF
1392-if { (eval echo configure:1393: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1403+if { (eval echo configure:1404: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
13931404 rm -rf conftest*
13941405 ac_cv_c_inline=$ac_kw; break
13951406 else
@@ -1415,12 +1426,12 @@ EOF
14151426 esac
14161427
14171428 echo $ac_n "checking for off_t""... $ac_c" 1>&6
1418-echo "configure:1419: checking for off_t" >&5
1429+echo "configure:1430: checking for off_t" >&5
14191430 if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
14201431 echo $ac_n "(cached) $ac_c" 1>&6
14211432 else
14221433 cat > conftest.$ac_ext <<EOF
1423-#line 1424 "configure"
1434+#line 1435 "configure"
14241435 #include "confdefs.h"
14251436 #include <sys/types.h>
14261437 #if STDC_HEADERS
@@ -1448,12 +1459,12 @@ EOF
14481459 fi
14491460
14501461 echo $ac_n "checking for size_t""... $ac_c" 1>&6
1451-echo "configure:1452: checking for size_t" >&5
1462+echo "configure:1463: checking for size_t" >&5
14521463 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
14531464 echo $ac_n "(cached) $ac_c" 1>&6
14541465 else
14551466 cat > conftest.$ac_ext <<EOF
1456-#line 1457 "configure"
1467+#line 1468 "configure"
14571468 #include "confdefs.h"
14581469 #include <sys/types.h>
14591470 #if STDC_HEADERS
@@ -1483,19 +1494,19 @@ fi
14831494 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
14841495 # for constant arguments. Useless!
14851496 echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
1486-echo "configure:1487: checking for working alloca.h" >&5
1497+echo "configure:1498: checking for working alloca.h" >&5
14871498 if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
14881499 echo $ac_n "(cached) $ac_c" 1>&6
14891500 else
14901501 cat > conftest.$ac_ext <<EOF
1491-#line 1492 "configure"
1502+#line 1503 "configure"
14921503 #include "confdefs.h"
14931504 #include <alloca.h>
14941505 int main() {
14951506 char *p = alloca(2 * sizeof(int));
14961507 ; return 0; }
14971508 EOF
1498-if { (eval echo configure:1499: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1509+if { (eval echo configure:1510: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
14991510 rm -rf conftest*
15001511 ac_cv_header_alloca_h=yes
15011512 else
@@ -1516,12 +1527,12 @@ EOF
15161527 fi
15171528
15181529 echo $ac_n "checking for alloca""... $ac_c" 1>&6
1519-echo "configure:1520: checking for alloca" >&5
1530+echo "configure:1531: checking for alloca" >&5
15201531 if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
15211532 echo $ac_n "(cached) $ac_c" 1>&6
15221533 else
15231534 cat > conftest.$ac_ext <<EOF
1524-#line 1525 "configure"
1535+#line 1536 "configure"
15251536 #include "confdefs.h"
15261537
15271538 #ifdef __GNUC__
@@ -1549,7 +1560,7 @@ int main() {
15491560 char *p = (char *) alloca(1);
15501561 ; return 0; }
15511562 EOF
1552-if { (eval echo configure:1553: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1563+if { (eval echo configure:1564: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
15531564 rm -rf conftest*
15541565 ac_cv_func_alloca_works=yes
15551566 else
@@ -1581,12 +1592,12 @@ EOF
15811592
15821593
15831594 echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
1584-echo "configure:1585: checking whether alloca needs Cray hooks" >&5
1595+echo "configure:1596: checking whether alloca needs Cray hooks" >&5
15851596 if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
15861597 echo $ac_n "(cached) $ac_c" 1>&6
15871598 else
15881599 cat > conftest.$ac_ext <<EOF
1589-#line 1590 "configure"
1600+#line 1601 "configure"
15901601 #include "confdefs.h"
15911602 #if defined(CRAY) && ! defined(CRAY2)
15921603 webecray
@@ -1611,12 +1622,12 @@ echo "$ac_t""$ac_cv_os_cray" 1>&6
16111622 if test $ac_cv_os_cray = yes; then
16121623 for ac_func in _getb67 GETB67 getb67; do
16131624 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
1614-echo "configure:1615: checking for $ac_func" >&5
1625+echo "configure:1626: checking for $ac_func" >&5
16151626 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16161627 echo $ac_n "(cached) $ac_c" 1>&6
16171628 else
16181629 cat > conftest.$ac_ext <<EOF
1619-#line 1620 "configure"
1630+#line 1631 "configure"
16201631 #include "confdefs.h"
16211632 /* System header to define __stub macros and hopefully few prototypes,
16221633 which can conflict with char $ac_func(); below. */
@@ -1639,7 +1650,7 @@ $ac_func();
16391650
16401651 ; return 0; }
16411652 EOF
1642-if { (eval echo configure:1643: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1653+if { (eval echo configure:1654: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
16431654 rm -rf conftest*
16441655 eval "ac_cv_func_$ac_func=yes"
16451656 else
@@ -1666,7 +1677,7 @@ done
16661677 fi
16671678
16681679 echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
1669-echo "configure:1670: checking stack direction for C alloca" >&5
1680+echo "configure:1681: checking stack direction for C alloca" >&5
16701681 if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
16711682 echo $ac_n "(cached) $ac_c" 1>&6
16721683 else
@@ -1674,7 +1685,7 @@ else
16741685 ac_cv_c_stack_direction=0
16751686 else
16761687 cat > conftest.$ac_ext <<EOF
1677-#line 1678 "configure"
1688+#line 1689 "configure"
16781689 #include "confdefs.h"
16791690 find_stack_direction ()
16801691 {
@@ -1693,7 +1704,7 @@ main ()
16931704 exit (find_stack_direction() < 0);
16941705 }
16951706 EOF
1696-if { (eval echo configure:1697: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
1707+if { (eval echo configure:1708: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
16971708 then
16981709 ac_cv_c_stack_direction=1
16991710 else
@@ -1714,21 +1725,21 @@ EOF
17141725
17151726 fi
17161727
1717-for ac_hdr in stdlib.h unistd.h sys/stat.h sys/types.h
1728+for ac_hdr in unistd.h
17181729 do
17191730 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
17201731 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
1721-echo "configure:1722: checking for $ac_hdr" >&5
1732+echo "configure:1733: checking for $ac_hdr" >&5
17221733 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
17231734 echo $ac_n "(cached) $ac_c" 1>&6
17241735 else
17251736 cat > conftest.$ac_ext <<EOF
1726-#line 1727 "configure"
1737+#line 1738 "configure"
17271738 #include "confdefs.h"
17281739 #include <$ac_hdr>
17291740 EOF
17301741 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1731-{ (eval echo configure:1732: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1742+{ (eval echo configure:1743: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
17321743 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
17331744 if test -z "$ac_err"; then
17341745 rm -rf conftest*
@@ -1757,12 +1768,12 @@ done
17571768 for ac_func in getpagesize
17581769 do
17591770 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
1760-echo "configure:1761: checking for $ac_func" >&5
1771+echo "configure:1772: checking for $ac_func" >&5
17611772 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
17621773 echo $ac_n "(cached) $ac_c" 1>&6
17631774 else
17641775 cat > conftest.$ac_ext <<EOF
1765-#line 1766 "configure"
1776+#line 1777 "configure"
17661777 #include "confdefs.h"
17671778 /* System header to define __stub macros and hopefully few prototypes,
17681779 which can conflict with char $ac_func(); below. */
@@ -1785,7 +1796,7 @@ $ac_func();
17851796
17861797 ; return 0; }
17871798 EOF
1788-if { (eval echo configure:1789: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1799+if { (eval echo configure:1800: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
17891800 rm -rf conftest*
17901801 eval "ac_cv_func_$ac_func=yes"
17911802 else
@@ -1810,7 +1821,7 @@ fi
18101821 done
18111822
18121823 echo $ac_n "checking for working mmap""... $ac_c" 1>&6
1813-echo "configure:1814: checking for working mmap" >&5
1824+echo "configure:1825: checking for working mmap" >&5
18141825 if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then
18151826 echo $ac_n "(cached) $ac_c" 1>&6
18161827 else
@@ -1818,7 +1829,7 @@ else
18181829 ac_cv_func_mmap_fixed_mapped=no
18191830 else
18201831 cat > conftest.$ac_ext <<EOF
1821-#line 1822 "configure"
1832+#line 1833 "configure"
18221833 #include "confdefs.h"
18231834
18241835 /* Thanks to Mike Haertel and Jim Avera for this test.
@@ -1846,24 +1857,11 @@ else
18461857 #include <fcntl.h>
18471858 #include <sys/mman.h>
18481859
1849-#if HAVE_SYS_TYPES_H
1850-# include <sys/types.h>
1851-#endif
1852-
1853-#if HAVE_STDLIB_H
1854-# include <stdlib.h>
1855-#endif
1856-
1857-#if HAVE_SYS_STAT_H
1858-# include <sys/stat.h>
1859-#endif
1860-
1861-#if HAVE_UNISTD_H
1862-# include <unistd.h>
1863-#endif
1864-
18651860 /* This mess was copied from the GNU getpagesize.h. */
18661861 #ifndef HAVE_GETPAGESIZE
1862+# ifdef HAVE_UNISTD_H
1863+# include <unistd.h>
1864+# endif
18671865
18681866 /* Assume that all systems that can run configure have sys/param.h. */
18691867 # ifndef HAVE_SYS_PARAM_H
@@ -1971,7 +1969,7 @@ main()
19711969 }
19721970
19731971 EOF
1974-if { (eval echo configure:1975: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
1972+if { (eval echo configure:1973: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
19751973 then
19761974 ac_cv_func_mmap_fixed_mapped=yes
19771975 else
@@ -1999,17 +1997,17 @@ unistd.h values.h sys/param.h
19991997 do
20001998 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
20011999 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
2002-echo "configure:2003: checking for $ac_hdr" >&5
2000+echo "configure:2001: checking for $ac_hdr" >&5
20032001 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
20042002 echo $ac_n "(cached) $ac_c" 1>&6
20052003 else
20062004 cat > conftest.$ac_ext <<EOF
2007-#line 2008 "configure"
2005+#line 2006 "configure"
20082006 #include "confdefs.h"
20092007 #include <$ac_hdr>
20102008 EOF
20112009 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2012-{ (eval echo configure:2013: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2010+{ (eval echo configure:2011: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
20132011 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
20142012 if test -z "$ac_err"; then
20152013 rm -rf conftest*
@@ -2039,12 +2037,12 @@ done
20392037 __argz_count __argz_stringify __argz_next
20402038 do
20412039 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2042-echo "configure:2043: checking for $ac_func" >&5
2040+echo "configure:2041: checking for $ac_func" >&5
20432041 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
20442042 echo $ac_n "(cached) $ac_c" 1>&6
20452043 else
20462044 cat > conftest.$ac_ext <<EOF
2047-#line 2048 "configure"
2045+#line 2046 "configure"
20482046 #include "confdefs.h"
20492047 /* System header to define __stub macros and hopefully few prototypes,
20502048 which can conflict with char $ac_func(); below. */
@@ -2067,7 +2065,7 @@ $ac_func();
20672065
20682066 ; return 0; }
20692067 EOF
2070-if { (eval echo configure:2071: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2068+if { (eval echo configure:2069: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
20712069 rm -rf conftest*
20722070 eval "ac_cv_func_$ac_func=yes"
20732071 else
@@ -2096,12 +2094,12 @@ done
20962094 for ac_func in stpcpy
20972095 do
20982096 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2099-echo "configure:2100: checking for $ac_func" >&5
2097+echo "configure:2098: checking for $ac_func" >&5
21002098 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
21012099 echo $ac_n "(cached) $ac_c" 1>&6
21022100 else
21032101 cat > conftest.$ac_ext <<EOF
2104-#line 2105 "configure"
2102+#line 2103 "configure"
21052103 #include "confdefs.h"
21062104 /* System header to define __stub macros and hopefully few prototypes,
21072105 which can conflict with char $ac_func(); below. */
@@ -2124,7 +2122,7 @@ $ac_func();
21242122
21252123 ; return 0; }
21262124 EOF
2127-if { (eval echo configure:2128: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2125+if { (eval echo configure:2126: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
21282126 rm -rf conftest*
21292127 eval "ac_cv_func_$ac_func=yes"
21302128 else
@@ -2158,19 +2156,19 @@ EOF
21582156
21592157 if test $ac_cv_header_locale_h = yes; then
21602158 echo $ac_n "checking for LC_MESSAGES""... $ac_c" 1>&6
2161-echo "configure:2162: checking for LC_MESSAGES" >&5
2159+echo "configure:2160: checking for LC_MESSAGES" >&5
21622160 if eval "test \"`echo '$''{'am_cv_val_LC_MESSAGES'+set}'`\" = set"; then
21632161 echo $ac_n "(cached) $ac_c" 1>&6
21642162 else
21652163 cat > conftest.$ac_ext <<EOF
2166-#line 2167 "configure"
2164+#line 2165 "configure"
21672165 #include "confdefs.h"
21682166 #include <locale.h>
21692167 int main() {
21702168 return LC_MESSAGES
21712169 ; return 0; }
21722170 EOF
2173-if { (eval echo configure:2174: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2171+if { (eval echo configure:2172: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
21742172 rm -rf conftest*
21752173 am_cv_val_LC_MESSAGES=yes
21762174 else
@@ -2191,7 +2189,7 @@ EOF
21912189 fi
21922190 fi
21932191 echo $ac_n "checking whether NLS is requested""... $ac_c" 1>&6
2194-echo "configure:2195: checking whether NLS is requested" >&5
2192+echo "configure:2193: checking whether NLS is requested" >&5
21952193 # Check whether --enable-nls or --disable-nls was given.
21962194 if test "${enable_nls+set}" = set; then
21972195 enableval="$enable_nls"
@@ -2211,7 +2209,7 @@ fi
22112209 EOF
22122210
22132211 echo $ac_n "checking whether included gettext is requested""... $ac_c" 1>&6
2214-echo "configure:2215: checking whether included gettext is requested" >&5
2212+echo "configure:2213: checking whether included gettext is requested" >&5
22152213 # Check whether --with-included-gettext or --without-included-gettext was given.
22162214 if test "${with_included_gettext+set}" = set; then
22172215 withval="$with_included_gettext"
@@ -2230,17 +2228,17 @@ fi
22302228
22312229 ac_safe=`echo "libintl.h" | sed 'y%./+-%__p_%'`
22322230 echo $ac_n "checking for libintl.h""... $ac_c" 1>&6
2233-echo "configure:2234: checking for libintl.h" >&5
2231+echo "configure:2232: checking for libintl.h" >&5
22342232 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
22352233 echo $ac_n "(cached) $ac_c" 1>&6
22362234 else
22372235 cat > conftest.$ac_ext <<EOF
2238-#line 2239 "configure"
2236+#line 2237 "configure"
22392237 #include "confdefs.h"
22402238 #include <libintl.h>
22412239 EOF
22422240 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2243-{ (eval echo configure:2244: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2241+{ (eval echo configure:2242: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
22442242 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
22452243 if test -z "$ac_err"; then
22462244 rm -rf conftest*
@@ -2257,19 +2255,19 @@ fi
22572255 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
22582256 echo "$ac_t""yes" 1>&6
22592257 echo $ac_n "checking for gettext in libc""... $ac_c" 1>&6
2260-echo "configure:2261: checking for gettext in libc" >&5
2258+echo "configure:2259: checking for gettext in libc" >&5
22612259 if eval "test \"`echo '$''{'gt_cv_func_gettext_libc'+set}'`\" = set"; then
22622260 echo $ac_n "(cached) $ac_c" 1>&6
22632261 else
22642262 cat > conftest.$ac_ext <<EOF
2265-#line 2266 "configure"
2263+#line 2264 "configure"
22662264 #include "confdefs.h"
22672265 #include <libintl.h>
22682266 int main() {
22692267 return (int) gettext ("")
22702268 ; return 0; }
22712269 EOF
2272-if { (eval echo configure:2273: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2270+if { (eval echo configure:2271: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
22732271 rm -rf conftest*
22742272 gt_cv_func_gettext_libc=yes
22752273 else
@@ -2285,7 +2283,7 @@ echo "$ac_t""$gt_cv_func_gettext_libc" 1>&6
22852283
22862284 if test "$gt_cv_func_gettext_libc" != "yes"; then
22872285 echo $ac_n "checking for bindtextdomain in -lintl""... $ac_c" 1>&6
2288-echo "configure:2289: checking for bindtextdomain in -lintl" >&5
2286+echo "configure:2287: checking for bindtextdomain in -lintl" >&5
22892287 ac_lib_var=`echo intl'_'bindtextdomain | sed 'y%./+-%__p_%'`
22902288 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
22912289 echo $ac_n "(cached) $ac_c" 1>&6
@@ -2293,7 +2291,7 @@ else
22932291 ac_save_LIBS="$LIBS"
22942292 LIBS="-lintl $LIBS"
22952293 cat > conftest.$ac_ext <<EOF
2296-#line 2297 "configure"
2294+#line 2295 "configure"
22972295 #include "confdefs.h"
22982296 /* Override any gcc2 internal prototype to avoid an error. */
22992297 /* We use char because int might match the return type of a gcc2
@@ -2304,7 +2302,7 @@ int main() {
23042302 bindtextdomain()
23052303 ; return 0; }
23062304 EOF
2307-if { (eval echo configure:2308: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2305+if { (eval echo configure:2306: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
23082306 rm -rf conftest*
23092307 eval "ac_cv_lib_$ac_lib_var=yes"
23102308 else
@@ -2320,19 +2318,19 @@ fi
23202318 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
23212319 echo "$ac_t""yes" 1>&6
23222320 echo $ac_n "checking for gettext in libintl""... $ac_c" 1>&6
2323-echo "configure:2324: checking for gettext in libintl" >&5
2321+echo "configure:2322: checking for gettext in libintl" >&5
23242322 if eval "test \"`echo '$''{'gt_cv_func_gettext_libintl'+set}'`\" = set"; then
23252323 echo $ac_n "(cached) $ac_c" 1>&6
23262324 else
23272325 cat > conftest.$ac_ext <<EOF
2328-#line 2329 "configure"
2326+#line 2327 "configure"
23292327 #include "confdefs.h"
23302328
23312329 int main() {
23322330 return (int) gettext ("")
23332331 ; return 0; }
23342332 EOF
2335-if { (eval echo configure:2336: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2333+if { (eval echo configure:2334: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
23362334 rm -rf conftest*
23372335 gt_cv_func_gettext_libintl=yes
23382336 else
@@ -2360,7 +2358,7 @@ EOF
23602358 # Extract the first word of "msgfmt", so it can be a program name with args.
23612359 set dummy msgfmt; ac_word=$2
23622360 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2363-echo "configure:2364: checking for $ac_word" >&5
2361+echo "configure:2362: checking for $ac_word" >&5
23642362 if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then
23652363 echo $ac_n "(cached) $ac_c" 1>&6
23662364 else
@@ -2394,12 +2392,12 @@ fi
23942392 for ac_func in dcgettext
23952393 do
23962394 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2397-echo "configure:2398: checking for $ac_func" >&5
2395+echo "configure:2396: checking for $ac_func" >&5
23982396 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
23992397 echo $ac_n "(cached) $ac_c" 1>&6
24002398 else
24012399 cat > conftest.$ac_ext <<EOF
2402-#line 2403 "configure"
2400+#line 2401 "configure"
24032401 #include "confdefs.h"
24042402 /* System header to define __stub macros and hopefully few prototypes,
24052403 which can conflict with char $ac_func(); below. */
@@ -2422,7 +2420,7 @@ $ac_func();
24222420
24232421 ; return 0; }
24242422 EOF
2425-if { (eval echo configure:2426: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2423+if { (eval echo configure:2424: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
24262424 rm -rf conftest*
24272425 eval "ac_cv_func_$ac_func=yes"
24282426 else
@@ -2449,7 +2447,7 @@ done
24492447 # Extract the first word of "gmsgfmt", so it can be a program name with args.
24502448 set dummy gmsgfmt; ac_word=$2
24512449 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2452-echo "configure:2453: checking for $ac_word" >&5
2450+echo "configure:2451: checking for $ac_word" >&5
24532451 if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then
24542452 echo $ac_n "(cached) $ac_c" 1>&6
24552453 else
@@ -2485,7 +2483,7 @@ fi
24852483 # Extract the first word of "xgettext", so it can be a program name with args.
24862484 set dummy xgettext; ac_word=$2
24872485 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2488-echo "configure:2489: checking for $ac_word" >&5
2486+echo "configure:2487: checking for $ac_word" >&5
24892487 if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then
24902488 echo $ac_n "(cached) $ac_c" 1>&6
24912489 else
@@ -2517,7 +2515,7 @@ else
25172515 fi
25182516
25192517 cat > conftest.$ac_ext <<EOF
2520-#line 2521 "configure"
2518+#line 2519 "configure"
25212519 #include "confdefs.h"
25222520
25232521 int main() {
@@ -2525,7 +2523,7 @@ extern int _nl_msg_cat_cntr;
25252523 return _nl_msg_cat_cntr
25262524 ; return 0; }
25272525 EOF
2528-if { (eval echo configure:2529: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2526+if { (eval echo configure:2527: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
25292527 rm -rf conftest*
25302528 CATOBJEXT=.gmo
25312529 DATADIRNAME=share
@@ -2557,7 +2555,7 @@ fi
25572555 # Extract the first word of "msgfmt", so it can be a program name with args.
25582556 set dummy msgfmt; ac_word=$2
25592557 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2560-echo "configure:2561: checking for $ac_word" >&5
2558+echo "configure:2559: checking for $ac_word" >&5
25612559 if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then
25622560 echo $ac_n "(cached) $ac_c" 1>&6
25632561 else
@@ -2591,7 +2589,7 @@ fi
25912589 # Extract the first word of "gmsgfmt", so it can be a program name with args.
25922590 set dummy gmsgfmt; ac_word=$2
25932591 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2594-echo "configure:2595: checking for $ac_word" >&5
2592+echo "configure:2593: checking for $ac_word" >&5
25952593 if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then
25962594 echo $ac_n "(cached) $ac_c" 1>&6
25972595 else
@@ -2627,7 +2625,7 @@ fi
26272625 # Extract the first word of "xgettext", so it can be a program name with args.
26282626 set dummy xgettext; ac_word=$2
26292627 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2630-echo "configure:2631: checking for $ac_word" >&5
2628+echo "configure:2629: checking for $ac_word" >&5
26312629 if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then
26322630 echo $ac_n "(cached) $ac_c" 1>&6
26332631 else
@@ -2717,7 +2715,7 @@ fi
27172715 LINGUAS=
27182716 else
27192717 echo $ac_n "checking for catalogs to be installed""... $ac_c" 1>&6
2720-echo "configure:2721: checking for catalogs to be installed" >&5
2718+echo "configure:2719: checking for catalogs to be installed" >&5
27212719 NEW_LINGUAS=
27222720 for lang in ${LINGUAS=$ALL_LINGUAS}; do
27232721 case "$ALL_LINGUAS" in
@@ -2745,17 +2743,17 @@ echo "configure:2721: checking for catalogs to be installed" >&5
27452743 if test "$CATOBJEXT" = ".cat"; then
27462744 ac_safe=`echo "linux/version.h" | sed 'y%./+-%__p_%'`
27472745 echo $ac_n "checking for linux/version.h""... $ac_c" 1>&6
2748-echo "configure:2749: checking for linux/version.h" >&5
2746+echo "configure:2747: checking for linux/version.h" >&5
27492747 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
27502748 echo $ac_n "(cached) $ac_c" 1>&6
27512749 else
27522750 cat > conftest.$ac_ext <<EOF
2753-#line 2754 "configure"
2751+#line 2752 "configure"
27542752 #include "confdefs.h"
27552753 #include <linux/version.h>
27562754 EOF
27572755 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2758-{ (eval echo configure:2759: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2756+{ (eval echo configure:2757: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
27592757 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
27602758 if test -z "$ac_err"; then
27612759 rm -rf conftest*
@@ -2879,12 +2877,12 @@ EOF
28792877
28802878 fi
28812879
2882-for ac_prog in gawk mawk nawk awk
2880+for ac_prog in mawk gawk nawk awk
28832881 do
28842882 # Extract the first word of "$ac_prog", so it can be a program name with args.
28852883 set dummy $ac_prog; ac_word=$2
28862884 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2887-echo "configure:2888: checking for $ac_word" >&5
2885+echo "configure:2886: checking for $ac_word" >&5
28882886 if eval "test \"`echo '$''{'ac_cv_prog_AWK'+set}'`\" = set"; then
28892887 echo $ac_n "(cached) $ac_c" 1>&6
28902888 else
@@ -2925,7 +2923,7 @@ done
29252923 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
29262924 # ./install, which can be erroneously created by make from ./install.sh.
29272925 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
2928-echo "configure:2929: checking for a BSD compatible install" >&5
2926+echo "configure:2927: checking for a BSD compatible install" >&5
29292927 if test -z "$INSTALL"; then
29302928 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
29312929 echo $ac_n "(cached) $ac_c" 1>&6
@@ -2986,7 +2984,7 @@ fi
29862984 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
29872985 set dummy ${ac_tool_prefix}ar; ac_word=$2
29882986 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2989-echo "configure:2990: checking for $ac_word" >&5
2987+echo "configure:2988: checking for $ac_word" >&5
29902988 if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
29912989 echo $ac_n "(cached) $ac_c" 1>&6
29922990 else
@@ -3018,7 +3016,7 @@ fi
30183016 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
30193017 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
30203018 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
3021-echo "configure:3022: checking for $ac_word" >&5
3019+echo "configure:3020: checking for $ac_word" >&5
30223020 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
30233021 echo $ac_n "(cached) $ac_c" 1>&6
30243022 else
@@ -3050,7 +3048,7 @@ if test -n "$ac_tool_prefix"; then
30503048 # Extract the first word of "ranlib", so it can be a program name with args.
30513049 set dummy ranlib; ac_word=$2
30523050 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
3053-echo "configure:3054: checking for $ac_word" >&5
3051+echo "configure:3052: checking for $ac_word" >&5
30543052 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
30553053 echo $ac_n "(cached) $ac_c" 1>&6
30563054 else
@@ -3085,7 +3083,7 @@ fi
30853083 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
30863084 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
30873085 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
3088-echo "configure:3089: checking for $ac_word" >&5
3086+echo "configure:3087: checking for $ac_word" >&5
30893087 if eval "test \"`echo '$''{'ac_cv_prog_DLLTOOL'+set}'`\" = set"; then
30903088 echo $ac_n "(cached) $ac_c" 1>&6
30913089 else
@@ -3117,7 +3115,7 @@ fi
31173115 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
31183116 set dummy ${ac_tool_prefix}windres; ac_word=$2
31193117 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
3120-echo "configure:3121: checking for $ac_word" >&5
3118+echo "configure:3119: checking for $ac_word" >&5
31213119 if eval "test \"`echo '$''{'ac_cv_prog_WINDRES'+set}'`\" = set"; then
31223120 echo $ac_n "(cached) $ac_c" 1>&6
31233121 else
@@ -3151,7 +3149,7 @@ do
31513149 # Extract the first word of "$ac_prog", so it can be a program name with args.
31523150 set dummy $ac_prog; ac_word=$2
31533151 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
3154-echo "configure:3155: checking for $ac_word" >&5
3152+echo "configure:3153: checking for $ac_word" >&5
31553153 if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then
31563154 echo $ac_n "(cached) $ac_c" 1>&6
31573155 else
@@ -3185,7 +3183,7 @@ test -n "$YACC" || YACC="yacc"
31853183 # Extract the first word of "${ac_tool_prefix}mig", so it can be a program name with args.
31863184 set dummy ${ac_tool_prefix}mig; ac_word=$2
31873185 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
3188-echo "configure:3189: checking for $ac_word" >&5
3186+echo "configure:3187: checking for $ac_word" >&5
31893187 if eval "test \"`echo '$''{'ac_cv_prog_MIG'+set}'`\" = set"; then
31903188 echo $ac_n "(cached) $ac_c" 1>&6
31913189 else
@@ -3236,12 +3234,12 @@ test "$program_transform_name" = "" && program_transform_name="s,x,x,"
32363234
32373235
32383236 echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6
3239-echo "configure:3240: checking return type of signal handlers" >&5
3237+echo "configure:3238: checking return type of signal handlers" >&5
32403238 if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then
32413239 echo $ac_n "(cached) $ac_c" 1>&6
32423240 else
32433241 cat > conftest.$ac_ext <<EOF
3244-#line 3245 "configure"
3242+#line 3243 "configure"
32453243 #include "confdefs.h"
32463244 #include <sys/types.h>
32473245 #include <signal.h>
@@ -3258,7 +3256,7 @@ int main() {
32583256 int i;
32593257 ; return 0; }
32603258 EOF
3261-if { (eval echo configure:3262: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3259+if { (eval echo configure:3260: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
32623260 rm -rf conftest*
32633261 ac_cv_type_signal=void
32643262 else
@@ -3278,12 +3276,12 @@ EOF
32783276
32793277
32803278 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
3281-echo "configure:3282: checking for ANSI C header files" >&5
3279+echo "configure:3280: checking for ANSI C header files" >&5
32823280 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
32833281 echo $ac_n "(cached) $ac_c" 1>&6
32843282 else
32853283 cat > conftest.$ac_ext <<EOF
3286-#line 3287 "configure"
3284+#line 3285 "configure"
32873285 #include "confdefs.h"
32883286 #include <stdlib.h>
32893287 #include <stdarg.h>
@@ -3291,7 +3289,7 @@ else
32913289 #include <float.h>
32923290 EOF
32933291 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3294-{ (eval echo configure:3295: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3292+{ (eval echo configure:3293: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
32953293 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
32963294 if test -z "$ac_err"; then
32973295 rm -rf conftest*
@@ -3308,7 +3306,7 @@ rm -f conftest*
33083306 if test $ac_cv_header_stdc = yes; then
33093307 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
33103308 cat > conftest.$ac_ext <<EOF
3311-#line 3312 "configure"
3309+#line 3310 "configure"
33123310 #include "confdefs.h"
33133311 #include <string.h>
33143312 EOF
@@ -3326,7 +3324,7 @@ fi
33263324 if test $ac_cv_header_stdc = yes; then
33273325 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
33283326 cat > conftest.$ac_ext <<EOF
3329-#line 3330 "configure"
3327+#line 3328 "configure"
33303328 #include "confdefs.h"
33313329 #include <stdlib.h>
33323330 EOF
@@ -3347,7 +3345,7 @@ if test "$cross_compiling" = yes; then
33473345 :
33483346 else
33493347 cat > conftest.$ac_ext <<EOF
3350-#line 3351 "configure"
3348+#line 3349 "configure"
33513349 #include "confdefs.h"
33523350 #include <ctype.h>
33533351 #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
@@ -3358,7 +3356,7 @@ if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
33583356 exit (0); }
33593357
33603358 EOF
3361-if { (eval echo configure:3362: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
3359+if { (eval echo configure:3360: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
33623360 then
33633361 :
33643362 else
@@ -3402,17 +3400,17 @@ for ac_hdr in ctype.h nlist.h link.h thread_db.h proc_service.h \
34023400 do
34033401 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
34043402 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3405-echo "configure:3406: checking for $ac_hdr" >&5
3403+echo "configure:3404: checking for $ac_hdr" >&5
34063404 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
34073405 echo $ac_n "(cached) $ac_c" 1>&6
34083406 else
34093407 cat > conftest.$ac_ext <<EOF
3410-#line 3411 "configure"
3408+#line 3409 "configure"
34113409 #include "confdefs.h"
34123410 #include <$ac_hdr>
34133411 EOF
34143412 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3415-{ (eval echo configure:3416: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3413+{ (eval echo configure:3414: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
34163414 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
34173415 if test -z "$ac_err"; then
34183416 rm -rf conftest*
@@ -3439,12 +3437,12 @@ fi
34393437 done
34403438
34413439 echo $ac_n "checking whether stat file-mode macros are broken""... $ac_c" 1>&6
3442-echo "configure:3443: checking whether stat file-mode macros are broken" >&5
3440+echo "configure:3441: checking whether stat file-mode macros are broken" >&5
34433441 if eval "test \"`echo '$''{'ac_cv_header_stat_broken'+set}'`\" = set"; then
34443442 echo $ac_n "(cached) $ac_c" 1>&6
34453443 else
34463444 cat > conftest.$ac_ext <<EOF
3447-#line 3448 "configure"
3445+#line 3446 "configure"
34483446 #include "confdefs.h"
34493447 #include <sys/types.h>
34503448 #include <sys/stat.h>
@@ -3496,12 +3494,12 @@ fi
34963494
34973495
34983496 echo $ac_n "checking for working const""... $ac_c" 1>&6
3499-echo "configure:3500: checking for working const" >&5
3497+echo "configure:3498: checking for working const" >&5
35003498 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
35013499 echo $ac_n "(cached) $ac_c" 1>&6
35023500 else
35033501 cat > conftest.$ac_ext <<EOF
3504-#line 3505 "configure"
3502+#line 3503 "configure"
35053503 #include "confdefs.h"
35063504
35073505 int main() {
@@ -3550,7 +3548,7 @@ ccp = (char const *const *) p;
35503548
35513549 ; return 0; }
35523550 EOF
3553-if { (eval echo configure:3554: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3551+if { (eval echo configure:3552: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
35543552 rm -rf conftest*
35553553 ac_cv_c_const=yes
35563554 else
@@ -3571,21 +3569,21 @@ EOF
35713569 fi
35723570
35733571 echo $ac_n "checking for inline""... $ac_c" 1>&6
3574-echo "configure:3575: checking for inline" >&5
3572+echo "configure:3573: checking for inline" >&5
35753573 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
35763574 echo $ac_n "(cached) $ac_c" 1>&6
35773575 else
35783576 ac_cv_c_inline=no
35793577 for ac_kw in inline __inline__ __inline; do
35803578 cat > conftest.$ac_ext <<EOF
3581-#line 3582 "configure"
3579+#line 3580 "configure"
35823580 #include "confdefs.h"
35833581
35843582 int main() {
35853583 } $ac_kw foo() {
35863584 ; return 0; }
35873585 EOF
3588-if { (eval echo configure:3589: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3586+if { (eval echo configure:3587: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
35893587 rm -rf conftest*
35903588 ac_cv_c_inline=$ac_kw; break
35913589 else
@@ -3615,12 +3613,12 @@ for ac_func in bcopy btowc bzero canonicalize_file_name isascii poll \
36153613 realpath sbrk setpgid setpgrp sigaction sigprocmask sigsetmask
36163614 do
36173615 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
3618-echo "configure:3619: checking for $ac_func" >&5
3616+echo "configure:3617: checking for $ac_func" >&5
36193617 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
36203618 echo $ac_n "(cached) $ac_c" 1>&6
36213619 else
36223620 cat > conftest.$ac_ext <<EOF
3623-#line 3624 "configure"
3621+#line 3622 "configure"
36243622 #include "confdefs.h"
36253623 /* System header to define __stub macros and hopefully few prototypes,
36263624 which can conflict with char $ac_func(); below. */
@@ -3643,7 +3641,7 @@ $ac_func();
36433641
36443642 ; return 0; }
36453643 EOF
3646-if { (eval echo configure:3647: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3644+if { (eval echo configure:3645: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
36473645 rm -rf conftest*
36483646 eval "ac_cv_func_$ac_func=yes"
36493647 else
@@ -3670,19 +3668,19 @@ done
36703668 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
36713669 # for constant arguments. Useless!
36723670 echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
3673-echo "configure:3674: checking for working alloca.h" >&5
3671+echo "configure:3672: checking for working alloca.h" >&5
36743672 if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
36753673 echo $ac_n "(cached) $ac_c" 1>&6
36763674 else
36773675 cat > conftest.$ac_ext <<EOF
3678-#line 3679 "configure"
3676+#line 3677 "configure"
36793677 #include "confdefs.h"
36803678 #include <alloca.h>
36813679 int main() {
36823680 char *p = alloca(2 * sizeof(int));
36833681 ; return 0; }
36843682 EOF
3685-if { (eval echo configure:3686: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3683+if { (eval echo configure:3684: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
36863684 rm -rf conftest*
36873685 ac_cv_header_alloca_h=yes
36883686 else
@@ -3703,12 +3701,12 @@ EOF
37033701 fi
37043702
37053703 echo $ac_n "checking for alloca""... $ac_c" 1>&6
3706-echo "configure:3707: checking for alloca" >&5
3704+echo "configure:3705: checking for alloca" >&5
37073705 if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
37083706 echo $ac_n "(cached) $ac_c" 1>&6
37093707 else
37103708 cat > conftest.$ac_ext <<EOF
3711-#line 3712 "configure"
3709+#line 3710 "configure"
37123710 #include "confdefs.h"
37133711
37143712 #ifdef __GNUC__
@@ -3736,7 +3734,7 @@ int main() {
37363734 char *p = (char *) alloca(1);
37373735 ; return 0; }
37383736 EOF
3739-if { (eval echo configure:3740: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3737+if { (eval echo configure:3738: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
37403738 rm -rf conftest*
37413739 ac_cv_func_alloca_works=yes
37423740 else
@@ -3768,12 +3766,12 @@ EOF
37683766
37693767
37703768 echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
3771-echo "configure:3772: checking whether alloca needs Cray hooks" >&5
3769+echo "configure:3770: checking whether alloca needs Cray hooks" >&5
37723770 if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
37733771 echo $ac_n "(cached) $ac_c" 1>&6
37743772 else
37753773 cat > conftest.$ac_ext <<EOF
3776-#line 3777 "configure"
3774+#line 3775 "configure"
37773775 #include "confdefs.h"
37783776 #if defined(CRAY) && ! defined(CRAY2)
37793777 webecray
@@ -3798,12 +3796,12 @@ echo "$ac_t""$ac_cv_os_cray" 1>&6
37983796 if test $ac_cv_os_cray = yes; then
37993797 for ac_func in _getb67 GETB67 getb67; do
38003798 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
3801-echo "configure:3802: checking for $ac_func" >&5
3799+echo "configure:3800: checking for $ac_func" >&5
38023800 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
38033801 echo $ac_n "(cached) $ac_c" 1>&6
38043802 else
38053803 cat > conftest.$ac_ext <<EOF
3806-#line 3807 "configure"
3804+#line 3805 "configure"
38073805 #include "confdefs.h"
38083806 /* System header to define __stub macros and hopefully few prototypes,
38093807 which can conflict with char $ac_func(); below. */
@@ -3826,7 +3824,7 @@ $ac_func();
38263824
38273825 ; return 0; }
38283826 EOF
3829-if { (eval echo configure:3830: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3827+if { (eval echo configure:3828: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
38303828 rm -rf conftest*
38313829 eval "ac_cv_func_$ac_func=yes"
38323830 else
@@ -3853,7 +3851,7 @@ done
38533851 fi
38543852
38553853 echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
3856-echo "configure:3857: checking stack direction for C alloca" >&5
3854+echo "configure:3855: checking stack direction for C alloca" >&5
38573855 if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
38583856 echo $ac_n "(cached) $ac_c" 1>&6
38593857 else
@@ -3861,7 +3859,7 @@ else
38613859 ac_cv_c_stack_direction=0
38623860 else
38633861 cat > conftest.$ac_ext <<EOF
3864-#line 3865 "configure"
3862+#line 3863 "configure"
38653863 #include "confdefs.h"
38663864 find_stack_direction ()
38673865 {
@@ -3880,7 +3878,7 @@ main ()
38803878 exit (find_stack_direction() < 0);
38813879 }
38823880 EOF
3883-if { (eval echo configure:3884: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
3881+if { (eval echo configure:3882: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
38843882 then
38853883 ac_cv_c_stack_direction=1
38863884 else
@@ -3902,12 +3900,12 @@ EOF
39023900 fi
39033901
39043902 echo $ac_n "checking for pid_t""... $ac_c" 1>&6
3905-echo "configure:3906: checking for pid_t" >&5
3903+echo "configure:3904: checking for pid_t" >&5
39063904 if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then
39073905 echo $ac_n "(cached) $ac_c" 1>&6
39083906 else
39093907 cat > conftest.$ac_ext <<EOF
3910-#line 3911 "configure"
3908+#line 3909 "configure"
39113909 #include "confdefs.h"
39123910 #include <sys/types.h>
39133911 #if STDC_HEADERS
@@ -3936,17 +3934,17 @@ fi
39363934
39373935 ac_safe=`echo "vfork.h" | sed 'y%./+-%__p_%'`
39383936 echo $ac_n "checking for vfork.h""... $ac_c" 1>&6
3939-echo "configure:3940: checking for vfork.h" >&5
3937+echo "configure:3938: checking for vfork.h" >&5
39403938 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
39413939 echo $ac_n "(cached) $ac_c" 1>&6
39423940 else
39433941 cat > conftest.$ac_ext <<EOF
3944-#line 3945 "configure"
3942+#line 3943 "configure"
39453943 #include "confdefs.h"
39463944 #include <vfork.h>
39473945 EOF
39483946 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3949-{ (eval echo configure:3950: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3947+{ (eval echo configure:3948: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
39503948 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
39513949 if test -z "$ac_err"; then
39523950 rm -rf conftest*
@@ -3971,18 +3969,18 @@ else
39713969 fi
39723970
39733971 echo $ac_n "checking for working vfork""... $ac_c" 1>&6
3974-echo "configure:3975: checking for working vfork" >&5
3972+echo "configure:3973: checking for working vfork" >&5
39753973 if eval "test \"`echo '$''{'ac_cv_func_vfork_works'+set}'`\" = set"; then
39763974 echo $ac_n "(cached) $ac_c" 1>&6
39773975 else
39783976 if test "$cross_compiling" = yes; then
39793977 echo $ac_n "checking for vfork""... $ac_c" 1>&6
3980-echo "configure:3981: checking for vfork" >&5
3978+echo "configure:3979: checking for vfork" >&5
39813979 if eval "test \"`echo '$''{'ac_cv_func_vfork'+set}'`\" = set"; then
39823980 echo $ac_n "(cached) $ac_c" 1>&6
39833981 else
39843982 cat > conftest.$ac_ext <<EOF
3985-#line 3986 "configure"
3983+#line 3984 "configure"
39863984 #include "confdefs.h"
39873985 /* System header to define __stub macros and hopefully few prototypes,
39883986 which can conflict with char vfork(); below. */
@@ -4005,7 +4003,7 @@ vfork();
40054003
40064004 ; return 0; }
40074005 EOF
4008-if { (eval echo configure:4009: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4006+if { (eval echo configure:4007: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
40094007 rm -rf conftest*
40104008 eval "ac_cv_func_vfork=yes"
40114009 else
@@ -4027,7 +4025,7 @@ fi
40274025 ac_cv_func_vfork_works=$ac_cv_func_vfork
40284026 else
40294027 cat > conftest.$ac_ext <<EOF
4030-#line 4031 "configure"
4028+#line 4029 "configure"
40314029 #include "confdefs.h"
40324030 /* Thanks to Paul Eggert for this test. */
40334031 #include <stdio.h>
@@ -4122,7 +4120,7 @@ main() {
41224120 }
41234121 }
41244122 EOF
4125-if { (eval echo configure:4126: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
4123+if { (eval echo configure:4124: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
41264124 then
41274125 ac_cv_func_vfork_works=yes
41284126 else
@@ -4146,7 +4144,7 @@ fi
41464144
41474145 if test "$cross_compiling" = no; then
41484146 echo $ac_n "checking whether setpgrp takes no argument""... $ac_c" 1>&6
4149-echo "configure:4150: checking whether setpgrp takes no argument" >&5
4147+echo "configure:4148: checking whether setpgrp takes no argument" >&5
41504148 if eval "test \"`echo '$''{'ac_cv_func_setpgrp_void'+set}'`\" = set"; then
41514149 echo $ac_n "(cached) $ac_c" 1>&6
41524150 else
@@ -4154,7 +4152,7 @@ else
41544152 { echo "configure: error: cannot check setpgrp if cross compiling" 1>&2; exit 1; }
41554153 else
41564154 cat > conftest.$ac_ext <<EOF
4157-#line 4158 "configure"
4155+#line 4156 "configure"
41584156 #include "confdefs.h"
41594157
41604158 #ifdef HAVE_UNISTD_H
@@ -4174,7 +4172,7 @@ main()
41744172 }
41754173
41764174 EOF
4177-if { (eval echo configure:4178: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
4175+if { (eval echo configure:4176: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
41784176 then
41794177 ac_cv_func_setpgrp_void=no
41804178 else
@@ -4199,12 +4197,12 @@ fi
41994197
42004198 else
42014199 echo $ac_n "checking whether setpgrp takes no argument""... $ac_c" 1>&6
4202-echo "configure:4203: checking whether setpgrp takes no argument" >&5
4200+echo "configure:4201: checking whether setpgrp takes no argument" >&5
42034201 if eval "test \"`echo '$''{'ac_cv_func_setpgrp_void'+set}'`\" = set"; then
42044202 echo $ac_n "(cached) $ac_c" 1>&6
42054203 else
42064204 cat > conftest.$ac_ext <<EOF
4207-#line 4208 "configure"
4205+#line 4206 "configure"
42084206 #include "confdefs.h"
42094207
42104208 #include <unistd.h>
@@ -4218,7 +4216,7 @@ int main() {
42184216
42194217 ; return 0; }
42204218 EOF
4221-if { (eval echo configure:4222: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4219+if { (eval echo configure:4220: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
42224220 rm -rf conftest*
42234221 ac_cv_func_setpgrp_void=no
42244222 else
@@ -4242,12 +4240,12 @@ fi
42424240 # Check if sigsetjmp is available. Using AC_CHECK_FUNCS won't do
42434241 # since sigsetjmp might only be defined as a macro.
42444242 echo $ac_n "checking for sigsetjmp""... $ac_c" 1>&6
4245-echo "configure:4246: checking for sigsetjmp" >&5
4243+echo "configure:4244: checking for sigsetjmp" >&5
42464244 if eval "test \"`echo '$''{'gdb_cv_func_sigsetjmp'+set}'`\" = set"; then
42474245 echo $ac_n "(cached) $ac_c" 1>&6
42484246 else
42494247 cat > conftest.$ac_ext <<EOF
4250-#line 4251 "configure"
4248+#line 4249 "configure"
42514249 #include "confdefs.h"
42524250
42534251 #include <setjmp.h>
@@ -4256,7 +4254,7 @@ int main() {
42564254 sigjmp_buf env; while (! sigsetjmp (env, 1)) siglongjmp (env, 1);
42574255 ; return 0; }
42584256 EOF
4259-if { (eval echo configure:4260: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4257+if { (eval echo configure:4258: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
42604258 rm -rf conftest*
42614259 gdb_cv_func_sigsetjmp=yes
42624260 else
@@ -4279,19 +4277,19 @@ fi
42794277 # See if <machine/reg.h> supports the %fs and %gs i386 segment registers.
42804278 # Older i386 BSD's don't have the r_fs and r_gs members of `struct reg'.
42814279 echo $ac_n "checking for r_fs in struct reg""... $ac_c" 1>&6
4282-echo "configure:4283: checking for r_fs in struct reg" >&5
4280+echo "configure:4281: checking for r_fs in struct reg" >&5
42834281 if eval "test \"`echo '$''{'gdb_cv_struct_reg_r_fs'+set}'`\" = set"; then
42844282 echo $ac_n "(cached) $ac_c" 1>&6
42854283 else
42864284 cat > conftest.$ac_ext <<EOF
4287-#line 4288 "configure"
4285+#line 4286 "configure"
42884286 #include "confdefs.h"
42894287 #include <machine/reg.h>
42904288 int main() {
42914289 struct reg r; r.r_fs;
42924290 ; return 0; }
42934291 EOF
4294-if { (eval echo configure:4295: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4292+if { (eval echo configure:4293: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
42954293 rm -rf conftest*
42964294 gdb_cv_struct_reg_r_fs=yes
42974295 else
@@ -4311,19 +4309,19 @@ EOF
43114309
43124310 fi
43134311 echo $ac_n "checking for r_gs in struct reg""... $ac_c" 1>&6
4314-echo "configure:4315: checking for r_gs in struct reg" >&5
4312+echo "configure:4313: checking for r_gs in struct reg" >&5
43154313 if eval "test \"`echo '$''{'gdb_cv_struct_reg_r_gs'+set}'`\" = set"; then
43164314 echo $ac_n "(cached) $ac_c" 1>&6
43174315 else
43184316 cat > conftest.$ac_ext <<EOF
4319-#line 4320 "configure"
4317+#line 4318 "configure"
43204318 #include "confdefs.h"
43214319 #include <machine/reg.h>
43224320 int main() {
43234321 struct reg r; r.r_gs;
43244322 ; return 0; }
43254323 EOF
4326-if { (eval echo configure:4327: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4324+if { (eval echo configure:4325: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
43274325 rm -rf conftest*
43284326 gdb_cv_struct_reg_r_gs=yes
43294327 else
@@ -4345,19 +4343,19 @@ fi
43454343
43464344 # See if <sys/ptrace.h> provides the PTRACE_GETREGS request.
43474345 echo $ac_n "checking for PTRACE_GETREGS""... $ac_c" 1>&6
4348-echo "configure:4349: checking for PTRACE_GETREGS" >&5
4346+echo "configure:4347: checking for PTRACE_GETREGS" >&5
43494347 if eval "test \"`echo '$''{'gdb_cv_have_ptrace_getregs'+set}'`\" = set"; then
43504348 echo $ac_n "(cached) $ac_c" 1>&6
43514349 else
43524350 cat > conftest.$ac_ext <<EOF
4353-#line 4354 "configure"
4351+#line 4352 "configure"
43544352 #include "confdefs.h"
43554353 #include <sys/ptrace.h>
43564354 int main() {
43574355 PTRACE_GETREGS;
43584356 ; return 0; }
43594357 EOF
4360-if { (eval echo configure:4361: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4358+if { (eval echo configure:4359: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
43614359 rm -rf conftest*
43624360 gdb_cv_have_ptrace_getregs=yes
43634361 else
@@ -4379,19 +4377,19 @@ fi
43794377
43804378 # See if <sys/ptrace.h> provides the PTRACE_GETFPXREGS request.
43814379 echo $ac_n "checking for PTRACE_GETFPXREGS""... $ac_c" 1>&6
4382-echo "configure:4383: checking for PTRACE_GETFPXREGS" >&5
4380+echo "configure:4381: checking for PTRACE_GETFPXREGS" >&5
43834381 if eval "test \"`echo '$''{'gdb_cv_have_ptrace_getfpxregs'+set}'`\" = set"; then
43844382 echo $ac_n "(cached) $ac_c" 1>&6
43854383 else
43864384 cat > conftest.$ac_ext <<EOF
4387-#line 4388 "configure"
4385+#line 4386 "configure"
43884386 #include "confdefs.h"
43894387 #include <sys/ptrace.h>
43904388 int main() {
43914389 PTRACE_GETFPXREGS;
43924390 ; return 0; }
43934391 EOF
4394-if { (eval echo configure:4395: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4392+if { (eval echo configure:4393: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
43954393 rm -rf conftest*
43964394 gdb_cv_have_ptrace_getfpxregs=yes
43974395 else
@@ -4413,12 +4411,12 @@ fi
44134411
44144412 # See if <sys/ptrace.h> provides the PT_GETDBREGS request.
44154413 echo $ac_n "checking for PT_GETDBREGS""... $ac_c" 1>&6
4416-echo "configure:4417: checking for PT_GETDBREGS" >&5
4414+echo "configure:4415: checking for PT_GETDBREGS" >&5
44174415 if eval "test \"`echo '$''{'gdb_cv_have_pt_getdbregs'+set}'`\" = set"; then
44184416 echo $ac_n "(cached) $ac_c" 1>&6
44194417 else
44204418 cat > conftest.$ac_ext <<EOF
4421-#line 4422 "configure"
4419+#line 4420 "configure"
44224420 #include "confdefs.h"
44234421 #include <sys/types.h>
44244422 #include <sys/ptrace.h>
@@ -4426,7 +4424,7 @@ int main() {
44264424 PT_GETDBREGS;
44274425 ; return 0; }
44284426 EOF
4429-if { (eval echo configure:4430: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4427+if { (eval echo configure:4428: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
44304428 rm -rf conftest*
44314429 gdb_cv_have_pt_getdbregs=yes
44324430 else
@@ -4448,12 +4446,12 @@ fi
44484446
44494447 # See if <sys/ptrace.h> provides the PT_GETXMMREGS request.
44504448 echo $ac_n "checking for PT_GETXMMREGS""... $ac_c" 1>&6
4451-echo "configure:4452: checking for PT_GETXMMREGS" >&5
4449+echo "configure:4450: checking for PT_GETXMMREGS" >&5
44524450 if eval "test \"`echo '$''{'gdb_cv_have_pt_getxmmregs'+set}'`\" = set"; then
44534451 echo $ac_n "(cached) $ac_c" 1>&6
44544452 else
44554453 cat > conftest.$ac_ext <<EOF
4456-#line 4457 "configure"
4454+#line 4455 "configure"
44574455 #include "confdefs.h"
44584456 #include <sys/types.h>
44594457 #include <sys/ptrace.h>
@@ -4461,7 +4459,7 @@ int main() {
44614459 PT_GETXMMREGS;
44624460 ; return 0; }
44634461 EOF
4464-if { (eval echo configure:4465: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4462+if { (eval echo configure:4463: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
44654463 rm -rf conftest*
44664464 gdb_cv_have_pt_getxmmregs=yes
44674465 else
@@ -4483,7 +4481,7 @@ fi
44834481
44844482
44854483 echo $ac_n "checking for socketpair in -lsocket""... $ac_c" 1>&6
4486-echo "configure:4487: checking for socketpair in -lsocket" >&5
4484+echo "configure:4485: checking for socketpair in -lsocket" >&5
44874485 ac_lib_var=`echo socket'_'socketpair | sed 'y%./+-%__p_%'`
44884486 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
44894487 echo $ac_n "(cached) $ac_c" 1>&6
@@ -4491,7 +4489,7 @@ else
44914489 ac_save_LIBS="$LIBS"
44924490 LIBS="-lsocket $LIBS"
44934491 cat > conftest.$ac_ext <<EOF
4494-#line 4495 "configure"
4492+#line 4493 "configure"
44954493 #include "confdefs.h"
44964494 /* Override any gcc2 internal prototype to avoid an error. */
44974495 /* We use char because int might match the return type of a gcc2
@@ -4502,7 +4500,7 @@ int main() {
45024500 socketpair()
45034501 ; return 0; }
45044502 EOF
4505-if { (eval echo configure:4506: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4503+if { (eval echo configure:4504: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
45064504 rm -rf conftest*
45074505 eval "ac_cv_lib_$ac_lib_var=yes"
45084506 else
@@ -4532,12 +4530,12 @@ fi
45324530 for ac_func in socketpair
45334531 do
45344532 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
4535-echo "configure:4536: checking for $ac_func" >&5
4533+echo "configure:4534: checking for $ac_func" >&5
45364534 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
45374535 echo $ac_n "(cached) $ac_c" 1>&6
45384536 else
45394537 cat > conftest.$ac_ext <<EOF
4540-#line 4541 "configure"
4538+#line 4539 "configure"
45414539 #include "confdefs.h"
45424540 /* System header to define __stub macros and hopefully few prototypes,
45434541 which can conflict with char $ac_func(); below. */
@@ -4560,7 +4558,7 @@ $ac_func();
45604558
45614559 ; return 0; }
45624560 EOF
4563-if { (eval echo configure:4564: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4561+if { (eval echo configure:4562: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
45644562 rm -rf conftest*
45654563 eval "ac_cv_func_$ac_func=yes"
45664564 else
@@ -4587,12 +4585,12 @@ done
45874585
45884586
45894587 echo $ac_n "checking whether malloc must be declared""... $ac_c" 1>&6
4590-echo "configure:4591: checking whether malloc must be declared" >&5
4588+echo "configure:4589: checking whether malloc must be declared" >&5
45914589 if eval "test \"`echo '$''{'bfd_cv_decl_needed_malloc'+set}'`\" = set"; then
45924590 echo $ac_n "(cached) $ac_c" 1>&6
45934591 else
45944592 cat > conftest.$ac_ext <<EOF
4595-#line 4596 "configure"
4593+#line 4594 "configure"
45964594 #include "confdefs.h"
45974595
45984596 #include <stdio.h>
@@ -4613,7 +4611,7 @@ int main() {
46134611 char *(*pfn) = (char *(*)) malloc
46144612 ; return 0; }
46154613 EOF
4616-if { (eval echo configure:4617: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4614+if { (eval echo configure:4615: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
46174615 rm -rf conftest*
46184616 bfd_cv_decl_needed_malloc=no
46194617 else
@@ -4634,12 +4632,12 @@ EOF
46344632 fi
46354633
46364634 echo $ac_n "checking whether realloc must be declared""... $ac_c" 1>&6
4637-echo "configure:4638: checking whether realloc must be declared" >&5
4635+echo "configure:4636: checking whether realloc must be declared" >&5
46384636 if eval "test \"`echo '$''{'bfd_cv_decl_needed_realloc'+set}'`\" = set"; then
46394637 echo $ac_n "(cached) $ac_c" 1>&6
46404638 else
46414639 cat > conftest.$ac_ext <<EOF
4642-#line 4643 "configure"
4640+#line 4641 "configure"
46434641 #include "confdefs.h"
46444642
46454643 #include <stdio.h>
@@ -4660,7 +4658,7 @@ int main() {
46604658 char *(*pfn) = (char *(*)) realloc
46614659 ; return 0; }
46624660 EOF
4663-if { (eval echo configure:4664: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4661+if { (eval echo configure:4662: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
46644662 rm -rf conftest*
46654663 bfd_cv_decl_needed_realloc=no
46664664 else
@@ -4681,12 +4679,12 @@ EOF
46814679 fi
46824680
46834681 echo $ac_n "checking whether free must be declared""... $ac_c" 1>&6
4684-echo "configure:4685: checking whether free must be declared" >&5
4682+echo "configure:4683: checking whether free must be declared" >&5
46854683 if eval "test \"`echo '$''{'bfd_cv_decl_needed_free'+set}'`\" = set"; then
46864684 echo $ac_n "(cached) $ac_c" 1>&6
46874685 else
46884686 cat > conftest.$ac_ext <<EOF
4689-#line 4690 "configure"
4687+#line 4688 "configure"
46904688 #include "confdefs.h"
46914689
46924690 #include <stdio.h>
@@ -4707,7 +4705,7 @@ int main() {
47074705 char *(*pfn) = (char *(*)) free
47084706 ; return 0; }
47094707 EOF
4710-if { (eval echo configure:4711: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4708+if { (eval echo configure:4709: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
47114709 rm -rf conftest*
47124710 bfd_cv_decl_needed_free=no
47134711 else
@@ -4728,12 +4726,12 @@ EOF
47284726 fi
47294727
47304728 echo $ac_n "checking whether strerror must be declared""... $ac_c" 1>&6
4731-echo "configure:4732: checking whether strerror must be declared" >&5
4729+echo "configure:4730: checking whether strerror must be declared" >&5
47324730 if eval "test \"`echo '$''{'bfd_cv_decl_needed_strerror'+set}'`\" = set"; then
47334731 echo $ac_n "(cached) $ac_c" 1>&6
47344732 else
47354733 cat > conftest.$ac_ext <<EOF
4736-#line 4737 "configure"
4734+#line 4735 "configure"
47374735 #include "confdefs.h"
47384736
47394737 #include <stdio.h>
@@ -4754,7 +4752,7 @@ int main() {
47544752 char *(*pfn) = (char *(*)) strerror
47554753 ; return 0; }
47564754 EOF
4757-if { (eval echo configure:4758: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4755+if { (eval echo configure:4756: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
47584756 rm -rf conftest*
47594757 bfd_cv_decl_needed_strerror=no
47604758 else
@@ -4775,12 +4773,12 @@ EOF
47754773 fi
47764774
47774775 echo $ac_n "checking whether strdup must be declared""... $ac_c" 1>&6
4778-echo "configure:4779: checking whether strdup must be declared" >&5
4776+echo "configure:4777: checking whether strdup must be declared" >&5
47794777 if eval "test \"`echo '$''{'bfd_cv_decl_needed_strdup'+set}'`\" = set"; then
47804778 echo $ac_n "(cached) $ac_c" 1>&6
47814779 else
47824780 cat > conftest.$ac_ext <<EOF
4783-#line 4784 "configure"
4781+#line 4782 "configure"
47844782 #include "confdefs.h"
47854783
47864784 #include <stdio.h>
@@ -4801,7 +4799,7 @@ int main() {
48014799 char *(*pfn) = (char *(*)) strdup
48024800 ; return 0; }
48034801 EOF
4804-if { (eval echo configure:4805: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4802+if { (eval echo configure:4803: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
48054803 rm -rf conftest*
48064804 bfd_cv_decl_needed_strdup=no
48074805 else
@@ -4822,12 +4820,12 @@ EOF
48224820 fi
48234821
48244822 echo $ac_n "checking whether strstr must be declared""... $ac_c" 1>&6
4825-echo "configure:4826: checking whether strstr must be declared" >&5
4823+echo "configure:4824: checking whether strstr must be declared" >&5
48264824 if eval "test \"`echo '$''{'bfd_cv_decl_needed_strstr'+set}'`\" = set"; then
48274825 echo $ac_n "(cached) $ac_c" 1>&6
48284826 else
48294827 cat > conftest.$ac_ext <<EOF
4830-#line 4831 "configure"
4828+#line 4829 "configure"
48314829 #include "confdefs.h"
48324830
48334831 #include <stdio.h>
@@ -4848,7 +4846,7 @@ int main() {
48484846 char *(*pfn) = (char *(*)) strstr
48494847 ; return 0; }
48504848 EOF
4851-if { (eval echo configure:4852: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4849+if { (eval echo configure:4850: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
48524850 rm -rf conftest*
48534851 bfd_cv_decl_needed_strstr=no
48544852 else
@@ -4869,12 +4867,12 @@ EOF
48694867 fi
48704868
48714869 echo $ac_n "checking whether canonicalize_file_name must be declared""... $ac_c" 1>&6
4872-echo "configure:4873: checking whether canonicalize_file_name must be declared" >&5
4870+echo "configure:4871: checking whether canonicalize_file_name must be declared" >&5
48734871 if eval "test \"`echo '$''{'bfd_cv_decl_needed_canonicalize_file_name'+set}'`\" = set"; then
48744872 echo $ac_n "(cached) $ac_c" 1>&6
48754873 else
48764874 cat > conftest.$ac_ext <<EOF
4877-#line 4878 "configure"
4875+#line 4876 "configure"
48784876 #include "confdefs.h"
48794877
48804878 #include <stdio.h>
@@ -4895,7 +4893,7 @@ int main() {
48954893 char *(*pfn) = (char *(*)) canonicalize_file_name
48964894 ; return 0; }
48974895 EOF
4898-if { (eval echo configure:4899: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4896+if { (eval echo configure:4897: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
48994897 rm -rf conftest*
49004898 bfd_cv_decl_needed_canonicalize_file_name=no
49014899 else
@@ -4921,9 +4919,9 @@ fi
49214919 # could be expunged. --jsm 1999-03-22
49224920
49234921 echo $ac_n "checking for HPUX save_state structure""... $ac_c" 1>&6
4924-echo "configure:4925: checking for HPUX save_state structure" >&5
4922+echo "configure:4923: checking for HPUX save_state structure" >&5
49254923 cat > conftest.$ac_ext <<EOF
4926-#line 4927 "configure"
4924+#line 4925 "configure"
49274925 #include "confdefs.h"
49284926 #include <machine/save_state.h>
49294927 EOF
@@ -4938,7 +4936,7 @@ fi
49384936 rm -f conftest*
49394937
49404938 cat > conftest.$ac_ext <<EOF
4941-#line 4942 "configure"
4939+#line 4940 "configure"
49424940 #include "confdefs.h"
49434941 #include <machine/save_state.h>
49444942 EOF
@@ -5008,12 +5006,12 @@ fi
50085006
50095007 if test "$ac_cv_header_sys_procfs_h" = yes; then
50105008 echo $ac_n "checking for pstatus_t in sys/procfs.h""... $ac_c" 1>&6
5011-echo "configure:5012: checking for pstatus_t in sys/procfs.h" >&5
5009+echo "configure:5010: checking for pstatus_t in sys/procfs.h" >&5
50125010 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_pstatus_t'+set}'`\" = set"; then
50135011 echo $ac_n "(cached) $ac_c" 1>&6
50145012 else
50155013 cat > conftest.$ac_ext <<EOF
5016-#line 5017 "configure"
5014+#line 5015 "configure"
50175015 #include "confdefs.h"
50185016
50195017 #define _SYSCALL32
@@ -5022,7 +5020,7 @@ int main() {
50225020 pstatus_t avar
50235021 ; return 0; }
50245022 EOF
5025-if { (eval echo configure:5026: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5023+if { (eval echo configure:5024: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
50265024 rm -rf conftest*
50275025 bfd_cv_have_sys_procfs_type_pstatus_t=yes
50285026 else
@@ -5044,12 +5042,12 @@ EOF
50445042 echo "$ac_t""$bfd_cv_have_sys_procfs_type_pstatus_t" 1>&6
50455043
50465044 echo $ac_n "checking for prrun_t in sys/procfs.h""... $ac_c" 1>&6
5047-echo "configure:5048: checking for prrun_t in sys/procfs.h" >&5
5045+echo "configure:5046: checking for prrun_t in sys/procfs.h" >&5
50485046 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_prrun_t'+set}'`\" = set"; then
50495047 echo $ac_n "(cached) $ac_c" 1>&6
50505048 else
50515049 cat > conftest.$ac_ext <<EOF
5052-#line 5053 "configure"
5050+#line 5051 "configure"
50535051 #include "confdefs.h"
50545052
50555053 #define _SYSCALL32
@@ -5058,7 +5056,7 @@ int main() {
50585056 prrun_t avar
50595057 ; return 0; }
50605058 EOF
5061-if { (eval echo configure:5062: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5059+if { (eval echo configure:5060: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
50625060 rm -rf conftest*
50635061 bfd_cv_have_sys_procfs_type_prrun_t=yes
50645062 else
@@ -5080,12 +5078,12 @@ EOF
50805078 echo "$ac_t""$bfd_cv_have_sys_procfs_type_prrun_t" 1>&6
50815079
50825080 echo $ac_n "checking for gregset_t in sys/procfs.h""... $ac_c" 1>&6
5083-echo "configure:5084: checking for gregset_t in sys/procfs.h" >&5
5081+echo "configure:5082: checking for gregset_t in sys/procfs.h" >&5
50845082 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_gregset_t'+set}'`\" = set"; then
50855083 echo $ac_n "(cached) $ac_c" 1>&6
50865084 else
50875085 cat > conftest.$ac_ext <<EOF
5088-#line 5089 "configure"
5086+#line 5087 "configure"
50895087 #include "confdefs.h"
50905088
50915089 #define _SYSCALL32
@@ -5094,7 +5092,7 @@ int main() {
50945092 gregset_t avar
50955093 ; return 0; }
50965094 EOF
5097-if { (eval echo configure:5098: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5095+if { (eval echo configure:5096: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
50985096 rm -rf conftest*
50995097 bfd_cv_have_sys_procfs_type_gregset_t=yes
51005098 else
@@ -5116,12 +5114,12 @@ EOF
51165114 echo "$ac_t""$bfd_cv_have_sys_procfs_type_gregset_t" 1>&6
51175115
51185116 echo $ac_n "checking for fpregset_t in sys/procfs.h""... $ac_c" 1>&6
5119-echo "configure:5120: checking for fpregset_t in sys/procfs.h" >&5
5117+echo "configure:5118: checking for fpregset_t in sys/procfs.h" >&5
51205118 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_fpregset_t'+set}'`\" = set"; then
51215119 echo $ac_n "(cached) $ac_c" 1>&6
51225120 else
51235121 cat > conftest.$ac_ext <<EOF
5124-#line 5125 "configure"
5122+#line 5123 "configure"
51255123 #include "confdefs.h"
51265124
51275125 #define _SYSCALL32
@@ -5130,7 +5128,7 @@ int main() {
51305128 fpregset_t avar
51315129 ; return 0; }
51325130 EOF
5133-if { (eval echo configure:5134: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5131+if { (eval echo configure:5132: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
51345132 rm -rf conftest*
51355133 bfd_cv_have_sys_procfs_type_fpregset_t=yes
51365134 else
@@ -5152,12 +5150,12 @@ EOF
51525150 echo "$ac_t""$bfd_cv_have_sys_procfs_type_fpregset_t" 1>&6
51535151
51545152 echo $ac_n "checking for prgregset_t in sys/procfs.h""... $ac_c" 1>&6
5155-echo "configure:5156: checking for prgregset_t in sys/procfs.h" >&5
5153+echo "configure:5154: checking for prgregset_t in sys/procfs.h" >&5
51565154 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_prgregset_t'+set}'`\" = set"; then
51575155 echo $ac_n "(cached) $ac_c" 1>&6
51585156 else
51595157 cat > conftest.$ac_ext <<EOF
5160-#line 5161 "configure"
5158+#line 5159 "configure"
51615159 #include "confdefs.h"
51625160
51635161 #define _SYSCALL32
@@ -5166,7 +5164,7 @@ int main() {
51665164 prgregset_t avar
51675165 ; return 0; }
51685166 EOF
5169-if { (eval echo configure:5170: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5167+if { (eval echo configure:5168: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
51705168 rm -rf conftest*
51715169 bfd_cv_have_sys_procfs_type_prgregset_t=yes
51725170 else
@@ -5188,12 +5186,12 @@ EOF
51885186 echo "$ac_t""$bfd_cv_have_sys_procfs_type_prgregset_t" 1>&6
51895187
51905188 echo $ac_n "checking for prfpregset_t in sys/procfs.h""... $ac_c" 1>&6
5191-echo "configure:5192: checking for prfpregset_t in sys/procfs.h" >&5
5189+echo "configure:5190: checking for prfpregset_t in sys/procfs.h" >&5
51925190 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_prfpregset_t'+set}'`\" = set"; then
51935191 echo $ac_n "(cached) $ac_c" 1>&6
51945192 else
51955193 cat > conftest.$ac_ext <<EOF
5196-#line 5197 "configure"
5194+#line 5195 "configure"
51975195 #include "confdefs.h"
51985196
51995197 #define _SYSCALL32
@@ -5202,7 +5200,7 @@ int main() {
52025200 prfpregset_t avar
52035201 ; return 0; }
52045202 EOF
5205-if { (eval echo configure:5206: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5203+if { (eval echo configure:5204: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
52065204 rm -rf conftest*
52075205 bfd_cv_have_sys_procfs_type_prfpregset_t=yes
52085206 else
@@ -5224,12 +5222,12 @@ EOF
52245222 echo "$ac_t""$bfd_cv_have_sys_procfs_type_prfpregset_t" 1>&6
52255223
52265224 echo $ac_n "checking for prgregset32_t in sys/procfs.h""... $ac_c" 1>&6
5227-echo "configure:5228: checking for prgregset32_t in sys/procfs.h" >&5
5225+echo "configure:5226: checking for prgregset32_t in sys/procfs.h" >&5
52285226 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_prgregset32_t'+set}'`\" = set"; then
52295227 echo $ac_n "(cached) $ac_c" 1>&6
52305228 else
52315229 cat > conftest.$ac_ext <<EOF
5232-#line 5233 "configure"
5230+#line 5231 "configure"
52335231 #include "confdefs.h"
52345232
52355233 #define _SYSCALL32
@@ -5238,7 +5236,7 @@ int main() {
52385236 prgregset32_t avar
52395237 ; return 0; }
52405238 EOF
5241-if { (eval echo configure:5242: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5239+if { (eval echo configure:5240: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
52425240 rm -rf conftest*
52435241 bfd_cv_have_sys_procfs_type_prgregset32_t=yes
52445242 else
@@ -5260,12 +5258,12 @@ EOF
52605258 echo "$ac_t""$bfd_cv_have_sys_procfs_type_prgregset32_t" 1>&6
52615259
52625260 echo $ac_n "checking for prfpregset32_t in sys/procfs.h""... $ac_c" 1>&6
5263-echo "configure:5264: checking for prfpregset32_t in sys/procfs.h" >&5
5261+echo "configure:5262: checking for prfpregset32_t in sys/procfs.h" >&5
52645262 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_prfpregset32_t'+set}'`\" = set"; then
52655263 echo $ac_n "(cached) $ac_c" 1>&6
52665264 else
52675265 cat > conftest.$ac_ext <<EOF
5268-#line 5269 "configure"
5266+#line 5267 "configure"
52695267 #include "confdefs.h"
52705268
52715269 #define _SYSCALL32
@@ -5274,7 +5272,7 @@ int main() {
52745272 prfpregset32_t avar
52755273 ; return 0; }
52765274 EOF
5277-if { (eval echo configure:5278: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5275+if { (eval echo configure:5276: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
52785276 rm -rf conftest*
52795277 bfd_cv_have_sys_procfs_type_prfpregset32_t=yes
52805278 else
@@ -5296,12 +5294,12 @@ EOF
52965294 echo "$ac_t""$bfd_cv_have_sys_procfs_type_prfpregset32_t" 1>&6
52975295
52985296 echo $ac_n "checking for lwpid_t in sys/procfs.h""... $ac_c" 1>&6
5299-echo "configure:5300: checking for lwpid_t in sys/procfs.h" >&5
5297+echo "configure:5298: checking for lwpid_t in sys/procfs.h" >&5
53005298 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_lwpid_t'+set}'`\" = set"; then
53015299 echo $ac_n "(cached) $ac_c" 1>&6
53025300 else
53035301 cat > conftest.$ac_ext <<EOF
5304-#line 5305 "configure"
5302+#line 5303 "configure"
53055303 #include "confdefs.h"
53065304
53075305 #define _SYSCALL32
@@ -5310,7 +5308,7 @@ int main() {
53105308 lwpid_t avar
53115309 ; return 0; }
53125310 EOF
5313-if { (eval echo configure:5314: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5311+if { (eval echo configure:5312: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
53145312 rm -rf conftest*
53155313 bfd_cv_have_sys_procfs_type_lwpid_t=yes
53165314 else
@@ -5332,12 +5330,12 @@ EOF
53325330 echo "$ac_t""$bfd_cv_have_sys_procfs_type_lwpid_t" 1>&6
53335331
53345332 echo $ac_n "checking for psaddr_t in sys/procfs.h""... $ac_c" 1>&6
5335-echo "configure:5336: checking for psaddr_t in sys/procfs.h" >&5
5333+echo "configure:5334: checking for psaddr_t in sys/procfs.h" >&5
53365334 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_psaddr_t'+set}'`\" = set"; then
53375335 echo $ac_n "(cached) $ac_c" 1>&6
53385336 else
53395337 cat > conftest.$ac_ext <<EOF
5340-#line 5341 "configure"
5338+#line 5339 "configure"
53415339 #include "confdefs.h"
53425340
53435341 #define _SYSCALL32
@@ -5346,7 +5344,7 @@ int main() {
53465344 psaddr_t avar
53475345 ; return 0; }
53485346 EOF
5349-if { (eval echo configure:5350: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5347+if { (eval echo configure:5348: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
53505348 rm -rf conftest*
53515349 bfd_cv_have_sys_procfs_type_psaddr_t=yes
53525350 else
@@ -5368,12 +5366,12 @@ EOF
53685366 echo "$ac_t""$bfd_cv_have_sys_procfs_type_psaddr_t" 1>&6
53695367
53705368 echo $ac_n "checking for prsysent_t in sys/procfs.h""... $ac_c" 1>&6
5371-echo "configure:5372: checking for prsysent_t in sys/procfs.h" >&5
5369+echo "configure:5370: checking for prsysent_t in sys/procfs.h" >&5
53725370 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_prsysent_t'+set}'`\" = set"; then
53735371 echo $ac_n "(cached) $ac_c" 1>&6
53745372 else
53755373 cat > conftest.$ac_ext <<EOF
5376-#line 5377 "configure"
5374+#line 5375 "configure"
53775375 #include "confdefs.h"
53785376
53795377 #define _SYSCALL32
@@ -5382,7 +5380,7 @@ int main() {
53825380 prsysent_t avar
53835381 ; return 0; }
53845382 EOF
5385-if { (eval echo configure:5386: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5383+if { (eval echo configure:5384: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
53865384 rm -rf conftest*
53875385 bfd_cv_have_sys_procfs_type_prsysent_t=yes
53885386 else
@@ -5404,12 +5402,12 @@ EOF
54045402 echo "$ac_t""$bfd_cv_have_sys_procfs_type_prsysent_t" 1>&6
54055403
54065404 echo $ac_n "checking for pr_sigset_t in sys/procfs.h""... $ac_c" 1>&6
5407-echo "configure:5408: checking for pr_sigset_t in sys/procfs.h" >&5
5405+echo "configure:5406: checking for pr_sigset_t in sys/procfs.h" >&5
54085406 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_pr_sigset_t'+set}'`\" = set"; then
54095407 echo $ac_n "(cached) $ac_c" 1>&6
54105408 else
54115409 cat > conftest.$ac_ext <<EOF
5412-#line 5413 "configure"
5410+#line 5411 "configure"
54135411 #include "confdefs.h"
54145412
54155413 #define _SYSCALL32
@@ -5418,7 +5416,7 @@ int main() {
54185416 pr_sigset_t avar
54195417 ; return 0; }
54205418 EOF
5421-if { (eval echo configure:5422: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5419+if { (eval echo configure:5420: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
54225420 rm -rf conftest*
54235421 bfd_cv_have_sys_procfs_type_pr_sigset_t=yes
54245422 else
@@ -5440,12 +5438,12 @@ EOF
54405438 echo "$ac_t""$bfd_cv_have_sys_procfs_type_pr_sigset_t" 1>&6
54415439
54425440 echo $ac_n "checking for pr_sigaction64_t in sys/procfs.h""... $ac_c" 1>&6
5443-echo "configure:5444: checking for pr_sigaction64_t in sys/procfs.h" >&5
5441+echo "configure:5442: checking for pr_sigaction64_t in sys/procfs.h" >&5
54445442 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_pr_sigaction64_t'+set}'`\" = set"; then
54455443 echo $ac_n "(cached) $ac_c" 1>&6
54465444 else
54475445 cat > conftest.$ac_ext <<EOF
5448-#line 5449 "configure"
5446+#line 5447 "configure"
54495447 #include "confdefs.h"
54505448
54515449 #define _SYSCALL32
@@ -5454,7 +5452,7 @@ int main() {
54545452 pr_sigaction64_t avar
54555453 ; return 0; }
54565454 EOF
5457-if { (eval echo configure:5458: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5455+if { (eval echo configure:5456: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
54585456 rm -rf conftest*
54595457 bfd_cv_have_sys_procfs_type_pr_sigaction64_t=yes
54605458 else
@@ -5476,12 +5474,12 @@ EOF
54765474 echo "$ac_t""$bfd_cv_have_sys_procfs_type_pr_sigaction64_t" 1>&6
54775475
54785476 echo $ac_n "checking for pr_siginfo64_t in sys/procfs.h""... $ac_c" 1>&6
5479-echo "configure:5480: checking for pr_siginfo64_t in sys/procfs.h" >&5
5477+echo "configure:5478: checking for pr_siginfo64_t in sys/procfs.h" >&5
54805478 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_pr_siginfo64_t'+set}'`\" = set"; then
54815479 echo $ac_n "(cached) $ac_c" 1>&6
54825480 else
54835481 cat > conftest.$ac_ext <<EOF
5484-#line 5485 "configure"
5482+#line 5483 "configure"
54855483 #include "confdefs.h"
54865484
54875485 #define _SYSCALL32
@@ -5490,7 +5488,7 @@ int main() {
54905488 pr_siginfo64_t avar
54915489 ; return 0; }
54925490 EOF
5493-if { (eval echo configure:5494: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5491+if { (eval echo configure:5492: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
54945492 rm -rf conftest*
54955493 bfd_cv_have_sys_procfs_type_pr_siginfo64_t=yes
54965494 else
@@ -5517,7 +5515,7 @@ EOF
55175515
55185516 if test $bfd_cv_have_sys_procfs_type_prfpregset_t = yes; then
55195517 echo $ac_n "checking whether prfpregset_t type is broken""... $ac_c" 1>&6
5520-echo "configure:5521: checking whether prfpregset_t type is broken" >&5
5518+echo "configure:5519: checking whether prfpregset_t type is broken" >&5
55215519 if eval "test \"`echo '$''{'gdb_cv_prfpregset_t_broken'+set}'`\" = set"; then
55225520 echo $ac_n "(cached) $ac_c" 1>&6
55235521 else
@@ -5525,7 +5523,7 @@ else
55255523 gdb_cv_prfpregset_t_broken=yes
55265524 else
55275525 cat > conftest.$ac_ext <<EOF
5528-#line 5529 "configure"
5526+#line 5527 "configure"
55295527 #include "confdefs.h"
55305528 #include <sys/procfs.h>
55315529 int main ()
@@ -5535,7 +5533,7 @@ else
55355533 return 0;
55365534 }
55375535 EOF
5538-if { (eval echo configure:5539: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
5536+if { (eval echo configure:5537: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
55395537 then
55405538 gdb_cv_prfpregset_t_broken=no
55415539 else
@@ -5560,12 +5558,12 @@ EOF
55605558
55615559
55625560 echo $ac_n "checking for PIOCSET ioctl entry in sys/procfs.h""... $ac_c" 1>&6
5563-echo "configure:5564: checking for PIOCSET ioctl entry in sys/procfs.h" >&5
5561+echo "configure:5562: checking for PIOCSET ioctl entry in sys/procfs.h" >&5
55645562 if eval "test \"`echo '$''{'gdb_cv_have_procfs_piocset'+set}'`\" = set"; then
55655563 echo $ac_n "(cached) $ac_c" 1>&6
55665564 else
55675565 cat > conftest.$ac_ext <<EOF
5568-#line 5569 "configure"
5566+#line 5567 "configure"
55695567 #include "confdefs.h"
55705568 #include <unistd.h>
55715569 #include <sys/types.h>
@@ -5578,7 +5576,7 @@ int main() {
55785576
55795577 ; return 0; }
55805578 EOF
5581-if { (eval echo configure:5582: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5579+if { (eval echo configure:5580: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
55825580 rm -rf conftest*
55835581 gdb_cv_have_procfs_piocset=yes
55845582 else
@@ -5602,19 +5600,19 @@ fi
56025600 if test ${host} = ${target} ; then
56035601
56045602 echo $ac_n "checking for member l_addr in struct link_map""... $ac_c" 1>&6
5605-echo "configure:5606: checking for member l_addr in struct link_map" >&5
5603+echo "configure:5604: checking for member l_addr in struct link_map" >&5
56065604 if eval "test \"`echo '$''{'gdb_cv_have_struct_link_map_with_l_members'+set}'`\" = set"; then
56075605 echo $ac_n "(cached) $ac_c" 1>&6
56085606 else
56095607 cat > conftest.$ac_ext <<EOF
5610-#line 5611 "configure"
5608+#line 5609 "configure"
56115609 #include "confdefs.h"
56125610 #include <link.h>
56135611 int main() {
56145612 struct link_map lm; (void) lm.l_addr;
56155613 ; return 0; }
56165614 EOF
5617-if { (eval echo configure:5618: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5615+if { (eval echo configure:5616: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
56185616 rm -rf conftest*
56195617 gdb_cv_have_struct_link_map_with_l_members=yes
56205618 else
@@ -5636,12 +5634,12 @@ EOF
56365634
56375635
56385636 echo $ac_n "checking for member lm_addr in struct link_map""... $ac_c" 1>&6
5639-echo "configure:5640: checking for member lm_addr in struct link_map" >&5
5637+echo "configure:5638: checking for member lm_addr in struct link_map" >&5
56405638 if eval "test \"`echo '$''{'gdb_cv_have_struct_link_map_with_lm_members'+set}'`\" = set"; then
56415639 echo $ac_n "(cached) $ac_c" 1>&6
56425640 else
56435641 cat > conftest.$ac_ext <<EOF
5644-#line 5645 "configure"
5642+#line 5643 "configure"
56455643 #include "confdefs.h"
56465644 #include <sys/types.h>
56475645 #include <link.h>
@@ -5649,7 +5647,7 @@ int main() {
56495647 struct link_map lm; (void) lm.lm_addr;
56505648 ; return 0; }
56515649 EOF
5652-if { (eval echo configure:5653: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5650+if { (eval echo configure:5651: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
56535651 rm -rf conftest*
56545652 gdb_cv_have_struct_link_map_with_lm_members=yes
56555653 else
@@ -5671,12 +5669,12 @@ EOF
56715669
56725670
56735671 echo $ac_n "checking for member som_addr in struct so_map""... $ac_c" 1>&6
5674-echo "configure:5675: checking for member som_addr in struct so_map" >&5
5672+echo "configure:5673: checking for member som_addr in struct so_map" >&5
56755673 if eval "test \"`echo '$''{'gdb_cv_have_struct_so_map_with_som_members'+set}'`\" = set"; then
56765674 echo $ac_n "(cached) $ac_c" 1>&6
56775675 else
56785676 cat > conftest.$ac_ext <<EOF
5679-#line 5680 "configure"
5677+#line 5678 "configure"
56805678 #include "confdefs.h"
56815679 #include <sys/types.h>
56825680 #ifdef HAVE_NLIST_H
@@ -5687,7 +5685,7 @@ int main() {
56875685 struct so_map lm; (void) lm.som_addr;
56885686 ; return 0; }
56895687 EOF
5690-if { (eval echo configure:5691: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5688+if { (eval echo configure:5689: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
56915689 rm -rf conftest*
56925690 gdb_cv_have_struct_so_map_with_som_members=yes
56935691 else
@@ -5709,12 +5707,12 @@ EOF
57095707
57105708
57115709 echo $ac_n "checking for struct link_map32 in sys/link.h""... $ac_c" 1>&6
5712-echo "configure:5713: checking for struct link_map32 in sys/link.h" >&5
5710+echo "configure:5711: checking for struct link_map32 in sys/link.h" >&5
57135711 if eval "test \"`echo '$''{'gdb_cv_have_struct_link_map32'+set}'`\" = set"; then
57145712 echo $ac_n "(cached) $ac_c" 1>&6
57155713 else
57165714 cat > conftest.$ac_ext <<EOF
5717-#line 5718 "configure"
5715+#line 5716 "configure"
57185716 #include "confdefs.h"
57195717 #define _SYSCALL32
57205718 #include <sys/link.h>
@@ -5722,7 +5720,7 @@ int main() {
57225720 struct link_map32 l;
57235721 ; return 0; }
57245722 EOF
5725-if { (eval echo configure:5726: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5723+if { (eval echo configure:5724: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
57265724 rm -rf conftest*
57275725 gdb_cv_have_struct_link_map32=yes
57285726 else
@@ -5748,7 +5746,7 @@ EOF
57485746 fi
57495747
57505748 echo $ac_n "checking for main in -lm""... $ac_c" 1>&6
5751-echo "configure:5752: checking for main in -lm" >&5
5749+echo "configure:5750: checking for main in -lm" >&5
57525750 ac_lib_var=`echo m'_'main | sed 'y%./+-%__p_%'`
57535751 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
57545752 echo $ac_n "(cached) $ac_c" 1>&6
@@ -5756,14 +5754,14 @@ else
57565754 ac_save_LIBS="$LIBS"
57575755 LIBS="-lm $LIBS"
57585756 cat > conftest.$ac_ext <<EOF
5759-#line 5760 "configure"
5757+#line 5758 "configure"
57605758 #include "confdefs.h"
57615759
57625760 int main() {
57635761 main()
57645762 ; return 0; }
57655763 EOF
5766-if { (eval echo configure:5767: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5764+if { (eval echo configure:5765: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
57675765 rm -rf conftest*
57685766 eval "ac_cv_lib_$ac_lib_var=yes"
57695767 else
@@ -5792,7 +5790,7 @@ fi
57925790
57935791
57945792 echo $ac_n "checking for wctype in -lc""... $ac_c" 1>&6
5795-echo "configure:5796: checking for wctype in -lc" >&5
5793+echo "configure:5794: checking for wctype in -lc" >&5
57965794 ac_lib_var=`echo c'_'wctype | sed 'y%./+-%__p_%'`
57975795 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
57985796 echo $ac_n "(cached) $ac_c" 1>&6
@@ -5800,7 +5798,7 @@ else
58005798 ac_save_LIBS="$LIBS"
58015799 LIBS="-lc $LIBS"
58025800 cat > conftest.$ac_ext <<EOF
5803-#line 5804 "configure"
5801+#line 5802 "configure"
58045802 #include "confdefs.h"
58055803 /* Override any gcc2 internal prototype to avoid an error. */
58065804 /* We use char because int might match the return type of a gcc2
@@ -5811,7 +5809,7 @@ int main() {
58115809 wctype()
58125810 ; return 0; }
58135811 EOF
5814-if { (eval echo configure:5815: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5812+if { (eval echo configure:5813: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
58155813 rm -rf conftest*
58165814 eval "ac_cv_lib_$ac_lib_var=yes"
58175815 else
@@ -5830,7 +5828,7 @@ if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
58305828 else
58315829 echo "$ac_t""no" 1>&6
58325830 echo $ac_n "checking for wctype in -lw""... $ac_c" 1>&6
5833-echo "configure:5834: checking for wctype in -lw" >&5
5831+echo "configure:5832: checking for wctype in -lw" >&5
58345832 ac_lib_var=`echo w'_'wctype | sed 'y%./+-%__p_%'`
58355833 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
58365834 echo $ac_n "(cached) $ac_c" 1>&6
@@ -5838,7 +5836,7 @@ else
58385836 ac_save_LIBS="$LIBS"
58395837 LIBS="-lw $LIBS"
58405838 cat > conftest.$ac_ext <<EOF
5841-#line 5842 "configure"
5839+#line 5840 "configure"
58425840 #include "confdefs.h"
58435841 /* Override any gcc2 internal prototype to avoid an error. */
58445842 /* We use char because int might match the return type of a gcc2
@@ -5849,7 +5847,7 @@ int main() {
58495847 wctype()
58505848 ; return 0; }
58515849 EOF
5852-if { (eval echo configure:5853: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5850+if { (eval echo configure:5851: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
58535851 rm -rf conftest*
58545852 eval "ac_cv_lib_$ac_lib_var=yes"
58555853 else
@@ -5881,12 +5879,12 @@ fi
58815879
58825880
58835881 echo $ac_n "checking for long long support in compiler""... $ac_c" 1>&6
5884-echo "configure:5885: checking for long long support in compiler" >&5
5882+echo "configure:5883: checking for long long support in compiler" >&5
58855883 if eval "test \"`echo '$''{'gdb_cv_c_long_long'+set}'`\" = set"; then
58865884 echo $ac_n "(cached) $ac_c" 1>&6
58875885 else
58885886 cat > conftest.$ac_ext <<EOF
5889-#line 5890 "configure"
5887+#line 5888 "configure"
58905888 #include "confdefs.h"
58915889
58925890 int main() {
@@ -5896,7 +5894,7 @@ int main() {
58965894
58975895 ; return 0; }
58985896 EOF
5899-if { (eval echo configure:5900: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5897+if { (eval echo configure:5898: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
59005898 rm -rf conftest*
59015899 gdb_cv_c_long_long=yes
59025900 else
@@ -5918,7 +5916,7 @@ fi
59185916
59195917
59205918 echo $ac_n "checking for long long support in printf""... $ac_c" 1>&6
5921-echo "configure:5922: checking for long long support in printf" >&5
5919+echo "configure:5920: checking for long long support in printf" >&5
59225920 if eval "test \"`echo '$''{'gdb_cv_printf_has_long_long'+set}'`\" = set"; then
59235921 echo $ac_n "(cached) $ac_c" 1>&6
59245922 else
@@ -5926,7 +5924,7 @@ else
59265924 gdb_cv_printf_has_long_long=no
59275925 else
59285926 cat > conftest.$ac_ext <<EOF
5929-#line 5930 "configure"
5927+#line 5928 "configure"
59305928 #include "confdefs.h"
59315929
59325930 int main () {
@@ -5940,7 +5938,7 @@ int main () {
59405938 return (strcmp ("0x0123456789abcdef", buf));
59415939 }
59425940 EOF
5943-if { (eval echo configure:5944: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
5941+if { (eval echo configure:5942: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
59445942 then
59455943 gdb_cv_printf_has_long_long=yes
59465944 else
@@ -5964,19 +5962,19 @@ echo "$ac_t""$gdb_cv_printf_has_long_long" 1>&6
59645962
59655963
59665964 echo $ac_n "checking for long double support in compiler""... $ac_c" 1>&6
5967-echo "configure:5968: checking for long double support in compiler" >&5
5965+echo "configure:5966: checking for long double support in compiler" >&5
59685966 if eval "test \"`echo '$''{'ac_cv_c_long_double'+set}'`\" = set"; then
59695967 echo $ac_n "(cached) $ac_c" 1>&6
59705968 else
59715969 cat > conftest.$ac_ext <<EOF
5972-#line 5973 "configure"
5970+#line 5971 "configure"
59735971 #include "confdefs.h"
59745972
59755973 int main() {
59765974 long double foo;
59775975 ; return 0; }
59785976 EOF
5979-if { (eval echo configure:5980: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5977+if { (eval echo configure:5978: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
59805978 rm -rf conftest*
59815979 ac_cv_c_long_double=yes
59825980 else
@@ -5998,7 +5996,7 @@ fi
59985996
59995997
60005998 echo $ac_n "checking for long double support in printf""... $ac_c" 1>&6
6001-echo "configure:6002: checking for long double support in printf" >&5
5999+echo "configure:6000: checking for long double support in printf" >&5
60026000 if eval "test \"`echo '$''{'gdb_cv_printf_has_long_double'+set}'`\" = set"; then
60036001 echo $ac_n "(cached) $ac_c" 1>&6
60046002 else
@@ -6006,7 +6004,7 @@ else
60066004 gdb_cv_printf_has_long_double=no
60076005 else
60086006 cat > conftest.$ac_ext <<EOF
6009-#line 6010 "configure"
6007+#line 6008 "configure"
60106008 #include "confdefs.h"
60116009
60126010 int main () {
@@ -6016,7 +6014,7 @@ int main () {
60166014 return (strncmp ("3.14159", buf, 7));
60176015 }
60186016 EOF
6019-if { (eval echo configure:6020: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
6017+if { (eval echo configure:6018: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
60206018 then
60216019 gdb_cv_printf_has_long_double=yes
60226020 else
@@ -6040,7 +6038,7 @@ echo "$ac_t""$gdb_cv_printf_has_long_double" 1>&6
60406038
60416039
60426040 echo $ac_n "checking for long double support in scanf""... $ac_c" 1>&6
6043-echo "configure:6044: checking for long double support in scanf" >&5
6041+echo "configure:6042: checking for long double support in scanf" >&5
60446042 if eval "test \"`echo '$''{'gdb_cv_scanf_has_long_double'+set}'`\" = set"; then
60456043 echo $ac_n "(cached) $ac_c" 1>&6
60466044 else
@@ -6048,7 +6046,7 @@ else
60486046 gdb_cv_scanf_has_long_double=no
60496047 else
60506048 cat > conftest.$ac_ext <<EOF
6051-#line 6052 "configure"
6049+#line 6050 "configure"
60526050 #include "confdefs.h"
60536051
60546052 int main () {
@@ -6058,7 +6056,7 @@ int main () {
60586056 return !(f > 3.14159 && f < 3.14160);
60596057 }
60606058 EOF
6061-if { (eval echo configure:6062: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
6059+if { (eval echo configure:6060: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
60626060 then
60636061 gdb_cv_scanf_has_long_double=yes
60646062 else
@@ -6080,21 +6078,21 @@ EOF
60806078 fi
60816079 echo "$ac_t""$gdb_cv_scanf_has_long_double" 1>&6
60826080
6083-for ac_hdr in stdlib.h unistd.h sys/stat.h sys/types.h
6081+for ac_hdr in unistd.h
60846082 do
60856083 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
60866084 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
6087-echo "configure:6088: checking for $ac_hdr" >&5
6085+echo "configure:6086: checking for $ac_hdr" >&5
60886086 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
60896087 echo $ac_n "(cached) $ac_c" 1>&6
60906088 else
60916089 cat > conftest.$ac_ext <<EOF
6092-#line 6093 "configure"
6090+#line 6091 "configure"
60936091 #include "confdefs.h"
60946092 #include <$ac_hdr>
60956093 EOF
60966094 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6097-{ (eval echo configure:6098: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
6095+{ (eval echo configure:6096: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
60986096 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
60996097 if test -z "$ac_err"; then
61006098 rm -rf conftest*
@@ -6123,12 +6121,12 @@ done
61236121 for ac_func in getpagesize
61246122 do
61256123 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
6126-echo "configure:6127: checking for $ac_func" >&5
6124+echo "configure:6125: checking for $ac_func" >&5
61276125 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
61286126 echo $ac_n "(cached) $ac_c" 1>&6
61296127 else
61306128 cat > conftest.$ac_ext <<EOF
6131-#line 6132 "configure"
6129+#line 6130 "configure"
61326130 #include "confdefs.h"
61336131 /* System header to define __stub macros and hopefully few prototypes,
61346132 which can conflict with char $ac_func(); below. */
@@ -6151,7 +6149,7 @@ $ac_func();
61516149
61526150 ; return 0; }
61536151 EOF
6154-if { (eval echo configure:6155: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6152+if { (eval echo configure:6153: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
61556153 rm -rf conftest*
61566154 eval "ac_cv_func_$ac_func=yes"
61576155 else
@@ -6176,7 +6174,7 @@ fi
61766174 done
61776175
61786176 echo $ac_n "checking for working mmap""... $ac_c" 1>&6
6179-echo "configure:6180: checking for working mmap" >&5
6177+echo "configure:6178: checking for working mmap" >&5
61806178 if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then
61816179 echo $ac_n "(cached) $ac_c" 1>&6
61826180 else
@@ -6184,7 +6182,7 @@ else
61846182 ac_cv_func_mmap_fixed_mapped=no
61856183 else
61866184 cat > conftest.$ac_ext <<EOF
6187-#line 6188 "configure"
6185+#line 6186 "configure"
61886186 #include "confdefs.h"
61896187
61906188 /* Thanks to Mike Haertel and Jim Avera for this test.
@@ -6212,24 +6210,11 @@ else
62126210 #include <fcntl.h>
62136211 #include <sys/mman.h>
62146212
6215-#if HAVE_SYS_TYPES_H
6216-# include <sys/types.h>
6217-#endif
6218-
6219-#if HAVE_STDLIB_H
6220-# include <stdlib.h>
6221-#endif
6222-
6223-#if HAVE_SYS_STAT_H
6224-# include <sys/stat.h>
6225-#endif
6226-
6227-#if HAVE_UNISTD_H
6228-# include <unistd.h>
6229-#endif
6230-
62316213 /* This mess was copied from the GNU getpagesize.h. */
62326214 #ifndef HAVE_GETPAGESIZE
6215+# ifdef HAVE_UNISTD_H
6216+# include <unistd.h>
6217+# endif
62336218
62346219 /* Assume that all systems that can run configure have sys/param.h. */
62356220 # ifndef HAVE_SYS_PARAM_H
@@ -6337,7 +6322,7 @@ main()
63376322 }
63386323
63396324 EOF
6340-if { (eval echo configure:6341: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
6325+if { (eval echo configure:6326: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
63416326 then
63426327 ac_cv_func_mmap_fixed_mapped=yes
63436328 else
@@ -6363,7 +6348,7 @@ fi
63636348 case ${host_os} in
63646349 aix*)
63656350 echo $ac_n "checking for -bbigtoc option""... $ac_c" 1>&6
6366-echo "configure:6367: checking for -bbigtoc option" >&5
6351+echo "configure:6352: checking for -bbigtoc option" >&5
63676352 if eval "test \"`echo '$''{'gdb_cv_bigtoc'+set}'`\" = set"; then
63686353 echo $ac_n "(cached) $ac_c" 1>&6
63696354 else
@@ -6377,14 +6362,14 @@ else
63776362
63786363 LDFLAGS=$LDFLAGS\ $gdb_cv_bigtoc
63796364 cat > conftest.$ac_ext <<EOF
6380-#line 6381 "configure"
6365+#line 6366 "configure"
63816366 #include "confdefs.h"
63826367
63836368 int main() {
63846369 int i;
63856370 ; return 0; }
63866371 EOF
6387-if { (eval echo configure:6388: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6372+if { (eval echo configure:6373: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
63886373 :
63896374 else
63906375 echo "configure: failed program was:" >&5
@@ -6407,7 +6392,7 @@ if test ${build} = ${host} -a ${host} = ${target} ; then
64076392 case ${host_os} in
64086393 hpux*)
64096394 echo $ac_n "checking for HPUX/OSF thread support""... $ac_c" 1>&6
6410-echo "configure:6411: checking for HPUX/OSF thread support" >&5
6395+echo "configure:6396: checking for HPUX/OSF thread support" >&5
64116396 if test -f /usr/include/dce/cma_config.h ; then
64126397 if test "$GCC" = "yes" ; then
64136398 echo "$ac_t""yes" 1>&6
@@ -6426,7 +6411,7 @@ EOF
64266411 ;;
64276412 solaris*)
64286413 echo $ac_n "checking for Solaris thread debugging library""... $ac_c" 1>&6
6429-echo "configure:6430: checking for Solaris thread debugging library" >&5
6414+echo "configure:6415: checking for Solaris thread debugging library" >&5
64306415 if test -f /usr/lib/libthread_db.so.1 ; then
64316416 echo "$ac_t""yes" 1>&6
64326417 cat >> confdefs.h <<\EOF
@@ -6436,7 +6421,7 @@ EOF
64366421 CONFIG_LIB_OBS="${CONFIG_LIB_OBS} sol-thread.o"
64376422 CONFIG_SRCS="${CONFIG_SRCS} sol-thread.c"
64386423 echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
6439-echo "configure:6440: checking for dlopen in -ldl" >&5
6424+echo "configure:6425: checking for dlopen in -ldl" >&5
64406425 ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
64416426 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
64426427 echo $ac_n "(cached) $ac_c" 1>&6
@@ -6444,7 +6429,7 @@ else
64446429 ac_save_LIBS="$LIBS"
64456430 LIBS="-ldl $LIBS"
64466431 cat > conftest.$ac_ext <<EOF
6447-#line 6448 "configure"
6432+#line 6433 "configure"
64486433 #include "confdefs.h"
64496434 /* Override any gcc2 internal prototype to avoid an error. */
64506435 /* We use char because int might match the return type of a gcc2
@@ -6455,7 +6440,7 @@ int main() {
64556440 dlopen()
64566441 ; return 0; }
64576442 EOF
6458-if { (eval echo configure:6459: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6443+if { (eval echo configure:6444: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
64596444 rm -rf conftest*
64606445 eval "ac_cv_lib_$ac_lib_var=yes"
64616446 else
@@ -6487,17 +6472,17 @@ fi
64876472 # all symbols visible in the dynamic symbol table.
64886473 hold_ldflags=$LDFLAGS
64896474 echo $ac_n "checking for the ld -export-dynamic flag""... $ac_c" 1>&6
6490-echo "configure:6491: checking for the ld -export-dynamic flag" >&5
6475+echo "configure:6476: checking for the ld -export-dynamic flag" >&5
64916476 LDFLAGS="${LDFLAGS} -Wl,-export-dynamic"
64926477 cat > conftest.$ac_ext <<EOF
6493-#line 6494 "configure"
6478+#line 6479 "configure"
64946479 #include "confdefs.h"
64956480
64966481 int main() {
64976482 int i;
64986483 ; return 0; }
64996484 EOF
6500-if { (eval echo configure:6501: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6485+if { (eval echo configure:6486: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
65016486 rm -rf conftest*
65026487 found=yes
65036488 else
@@ -6516,13 +6501,13 @@ rm -f conftest*
65166501 # Sun randomly tweaked the prototypes in <proc_service.h>
65176502 # at one point.
65186503 echo $ac_n "checking if <proc_service.h> is old""... $ac_c" 1>&6
6519-echo "configure:6520: checking if <proc_service.h> is old" >&5
6504+echo "configure:6505: checking if <proc_service.h> is old" >&5
65206505 if eval "test \"`echo '$''{'gdb_cv_proc_service_is_old'+set}'`\" = set"; then
65216506 echo $ac_n "(cached) $ac_c" 1>&6
65226507 else
65236508
65246509 cat > conftest.$ac_ext <<EOF
6525-#line 6526 "configure"
6510+#line 6511 "configure"
65266511 #include "confdefs.h"
65276512
65286513 #include <proc_service.h>
@@ -6533,7 +6518,7 @@ int main() {
65336518
65346519 ; return 0; }
65356520 EOF
6536-if { (eval echo configure:6537: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6521+if { (eval echo configure:6522: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
65376522 rm -rf conftest*
65386523 gdb_cv_proc_service_is_old=no
65396524 else
@@ -6752,7 +6737,7 @@ WERROR_CFLAGS=""
67526737 if test "x${build_warnings}" != x -a "x$GCC" = xyes
67536738 then
67546739 echo $ac_n "checking compiler warning flags""... $ac_c" 1>&6
6755-echo "configure:6756: checking compiler warning flags" >&5
6740+echo "configure:6741: checking compiler warning flags" >&5
67566741 # Separate out the -Werror flag as some files just cannot be
67576742 # compiled with it enabled.
67586743 for w in ${build_warnings}; do
@@ -6762,14 +6747,14 @@ echo "configure:6756: checking compiler warning flags" >&5
67626747 saved_CFLAGS="$CFLAGS"
67636748 CFLAGS="$CFLAGS $w"
67646749 cat > conftest.$ac_ext <<EOF
6765-#line 6766 "configure"
6750+#line 6751 "configure"
67666751 #include "confdefs.h"
67676752
67686753 int main() {
67696754
67706755 ; return 0; }
67716756 EOF
6772-if { (eval echo configure:6773: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6757+if { (eval echo configure:6758: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
67736758 rm -rf conftest*
67746759 WARN_CFLAGS="${WARN_CFLAGS} $w"
67756760 else
@@ -6829,12 +6814,12 @@ fi
68296814
68306815 if test $want_included_regex = false; then
68316816 echo $ac_n "checking for GNU regex""... $ac_c" 1>&6
6832-echo "configure:6833: checking for GNU regex" >&5
6817+echo "configure:6818: checking for GNU regex" >&5
68336818 if eval "test \"`echo '$''{'gdb_cv_have_gnu_regex'+set}'`\" = set"; then
68346819 echo $ac_n "(cached) $ac_c" 1>&6
68356820 else
68366821 cat > conftest.$ac_ext <<EOF
6837-#line 6838 "configure"
6822+#line 6823 "configure"
68386823 #include "confdefs.h"
68396824 #include <gnu-versions.h>
68406825 #include <sys/types.h>
@@ -6846,7 +6831,7 @@ int main() {
68466831
68476832 ; return 0; }
68486833 EOF
6849-if { (eval echo configure:6850: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6834+if { (eval echo configure:6835: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
68506835 rm -rf conftest*
68516836 gdb_cv_have_gnu_regex=yes
68526837 else
@@ -6875,12 +6860,12 @@ fi
68756860
68766861 # In the Cygwin environment, we need some additional flags.
68776862 echo $ac_n "checking for cygwin""... $ac_c" 1>&6
6878-echo "configure:6879: checking for cygwin" >&5
6863+echo "configure:6864: checking for cygwin" >&5
68796864 if eval "test \"`echo '$''{'gdb_cv_os_cygwin'+set}'`\" = set"; then
68806865 echo $ac_n "(cached) $ac_c" 1>&6
68816866 else
68826867 cat > conftest.$ac_ext <<EOF
6883-#line 6884 "configure"
6868+#line 6869 "configure"
68846869 #include "confdefs.h"
68856870
68866871 #if defined (__CYGWIN__) || defined (__CYGWIN32__)
@@ -6918,7 +6903,7 @@ if test x$gdb_cv_os_cygwin = xyes; then
69186903 else
69196904 TERM_LIB=
69206905 echo $ac_n "checking for tgetent in -lncurses""... $ac_c" 1>&6
6921-echo "configure:6922: checking for tgetent in -lncurses" >&5
6906+echo "configure:6907: checking for tgetent in -lncurses" >&5
69226907 ac_lib_var=`echo ncurses'_'tgetent | sed 'y%./+-%__p_%'`
69236908 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
69246909 echo $ac_n "(cached) $ac_c" 1>&6
@@ -6926,7 +6911,7 @@ else
69266911 ac_save_LIBS="$LIBS"
69276912 LIBS="-lncurses $LIBS"
69286913 cat > conftest.$ac_ext <<EOF
6929-#line 6930 "configure"
6914+#line 6915 "configure"
69306915 #include "confdefs.h"
69316916 /* Override any gcc2 internal prototype to avoid an error. */
69326917 /* We use char because int might match the return type of a gcc2
@@ -6937,7 +6922,7 @@ int main() {
69376922 tgetent()
69386923 ; return 0; }
69396924 EOF
6940-if { (eval echo configure:6941: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6925+if { (eval echo configure:6926: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
69416926 rm -rf conftest*
69426927 eval "ac_cv_lib_$ac_lib_var=yes"
69436928 else
@@ -6956,7 +6941,7 @@ if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
69566941 else
69576942 echo "$ac_t""no" 1>&6
69586943 echo $ac_n "checking for tgetent in -lHcurses""... $ac_c" 1>&6
6959-echo "configure:6960: checking for tgetent in -lHcurses" >&5
6944+echo "configure:6945: checking for tgetent in -lHcurses" >&5
69606945 ac_lib_var=`echo Hcurses'_'tgetent | sed 'y%./+-%__p_%'`
69616946 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
69626947 echo $ac_n "(cached) $ac_c" 1>&6
@@ -6964,7 +6949,7 @@ else
69646949 ac_save_LIBS="$LIBS"
69656950 LIBS="-lHcurses $LIBS"
69666951 cat > conftest.$ac_ext <<EOF
6967-#line 6968 "configure"
6952+#line 6953 "configure"
69686953 #include "confdefs.h"
69696954 /* Override any gcc2 internal prototype to avoid an error. */
69706955 /* We use char because int might match the return type of a gcc2
@@ -6975,7 +6960,7 @@ int main() {
69756960 tgetent()
69766961 ; return 0; }
69776962 EOF
6978-if { (eval echo configure:6979: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6963+if { (eval echo configure:6964: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
69796964 rm -rf conftest*
69806965 eval "ac_cv_lib_$ac_lib_var=yes"
69816966 else
@@ -6994,7 +6979,7 @@ if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
69946979 else
69956980 echo "$ac_t""no" 1>&6
69966981 echo $ac_n "checking for tgetent in -ltermlib""... $ac_c" 1>&6
6997-echo "configure:6998: checking for tgetent in -ltermlib" >&5
6982+echo "configure:6983: checking for tgetent in -ltermlib" >&5
69986983 ac_lib_var=`echo termlib'_'tgetent | sed 'y%./+-%__p_%'`
69996984 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
70006985 echo $ac_n "(cached) $ac_c" 1>&6
@@ -7002,7 +6987,7 @@ else
70026987 ac_save_LIBS="$LIBS"
70036988 LIBS="-ltermlib $LIBS"
70046989 cat > conftest.$ac_ext <<EOF
7005-#line 7006 "configure"
6990+#line 6991 "configure"
70066991 #include "confdefs.h"
70076992 /* Override any gcc2 internal prototype to avoid an error. */
70086993 /* We use char because int might match the return type of a gcc2
@@ -7013,7 +6998,7 @@ int main() {
70136998 tgetent()
70146999 ; return 0; }
70157000 EOF
7016-if { (eval echo configure:7017: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7001+if { (eval echo configure:7002: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
70177002 rm -rf conftest*
70187003 eval "ac_cv_lib_$ac_lib_var=yes"
70197004 else
@@ -7032,7 +7017,7 @@ if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
70327017 else
70337018 echo "$ac_t""no" 1>&6
70347019 echo $ac_n "checking for tgetent in -ltermcap""... $ac_c" 1>&6
7035-echo "configure:7036: checking for tgetent in -ltermcap" >&5
7020+echo "configure:7021: checking for tgetent in -ltermcap" >&5
70367021 ac_lib_var=`echo termcap'_'tgetent | sed 'y%./+-%__p_%'`
70377022 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
70387023 echo $ac_n "(cached) $ac_c" 1>&6
@@ -7040,7 +7025,7 @@ else
70407025 ac_save_LIBS="$LIBS"
70417026 LIBS="-ltermcap $LIBS"
70427027 cat > conftest.$ac_ext <<EOF
7043-#line 7044 "configure"
7028+#line 7029 "configure"
70447029 #include "confdefs.h"
70457030 /* Override any gcc2 internal prototype to avoid an error. */
70467031 /* We use char because int might match the return type of a gcc2
@@ -7051,7 +7036,7 @@ int main() {
70517036 tgetent()
70527037 ; return 0; }
70537038 EOF
7054-if { (eval echo configure:7055: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7039+if { (eval echo configure:7040: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
70557040 rm -rf conftest*
70567041 eval "ac_cv_lib_$ac_lib_var=yes"
70577042 else
@@ -7070,7 +7055,7 @@ if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
70707055 else
70717056 echo "$ac_t""no" 1>&6
70727057 echo $ac_n "checking for tgetent in -lcurses""... $ac_c" 1>&6
7073-echo "configure:7074: checking for tgetent in -lcurses" >&5
7058+echo "configure:7059: checking for tgetent in -lcurses" >&5
70747059 ac_lib_var=`echo curses'_'tgetent | sed 'y%./+-%__p_%'`
70757060 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
70767061 echo $ac_n "(cached) $ac_c" 1>&6
@@ -7078,7 +7063,7 @@ else
70787063 ac_save_LIBS="$LIBS"
70797064 LIBS="-lcurses $LIBS"
70807065 cat > conftest.$ac_ext <<EOF
7081-#line 7082 "configure"
7066+#line 7067 "configure"
70827067 #include "confdefs.h"
70837068 /* Override any gcc2 internal prototype to avoid an error. */
70847069 /* We use char because int might match the return type of a gcc2
@@ -7089,7 +7074,7 @@ int main() {
70897074 tgetent()
70907075 ; return 0; }
70917076 EOF
7092-if { (eval echo configure:7093: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7077+if { (eval echo configure:7078: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
70937078 rm -rf conftest*
70947079 eval "ac_cv_lib_$ac_lib_var=yes"
70957080 else
@@ -7108,7 +7093,7 @@ if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
71087093 else
71097094 echo "$ac_t""no" 1>&6
71107095 echo $ac_n "checking for tgetent in -lterminfo""... $ac_c" 1>&6
7111-echo "configure:7112: checking for tgetent in -lterminfo" >&5
7096+echo "configure:7097: checking for tgetent in -lterminfo" >&5
71127097 ac_lib_var=`echo terminfo'_'tgetent | sed 'y%./+-%__p_%'`
71137098 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
71147099 echo $ac_n "(cached) $ac_c" 1>&6
@@ -7116,7 +7101,7 @@ else
71167101 ac_save_LIBS="$LIBS"
71177102 LIBS="-lterminfo $LIBS"
71187103 cat > conftest.$ac_ext <<EOF
7119-#line 7120 "configure"
7104+#line 7105 "configure"
71207105 #include "confdefs.h"
71217106 /* Override any gcc2 internal prototype to avoid an error. */
71227107 /* We use char because int might match the return type of a gcc2
@@ -7127,7 +7112,7 @@ int main() {
71277112 tgetent()
71287113 ; return 0; }
71297114 EOF
7130-if { (eval echo configure:7131: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7115+if { (eval echo configure:7116: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
71317116 rm -rf conftest*
71327117 eval "ac_cv_lib_$ac_lib_var=yes"
71337118 else
@@ -7292,7 +7277,7 @@ if test "${with_tclconfig+set}" = set; then
72927277 fi
72937278
72947279 echo $ac_n "checking for Tcl configuration""... $ac_c" 1>&6
7295-echo "configure:7296: checking for Tcl configuration" >&5
7280+echo "configure:7281: checking for Tcl configuration" >&5
72967281 if eval "test \"`echo '$''{'ac_cv_c_tclconfig'+set}'`\" = set"; then
72977282 echo $ac_n "(cached) $ac_c" 1>&6
72987283 else
@@ -7400,7 +7385,7 @@ if test "${with_tkconfig+set}" = set; then
74007385 fi
74017386
74027387 echo $ac_n "checking for Tk configuration""... $ac_c" 1>&6
7403-echo "configure:7404: checking for Tk configuration" >&5
7388+echo "configure:7389: checking for Tk configuration" >&5
74047389 if eval "test \"`echo '$''{'ac_cv_c_tkconfig'+set}'`\" = set"; then
74057390 echo $ac_n "(cached) $ac_c" 1>&6
74067391 else
@@ -7509,7 +7494,7 @@ fi
75097494
75107495 no_tcl=true
75117496 echo $ac_n "checking for Tcl private headers. dir=${configdir}""... $ac_c" 1>&6
7512-echo "configure:7513: checking for Tcl private headers. dir=${configdir}" >&5
7497+echo "configure:7498: checking for Tcl private headers. dir=${configdir}" >&5
75137498 # Check whether --with-tclinclude or --without-tclinclude was given.
75147499 if test "${with_tclinclude+set}" = set; then
75157500 withval="$with_tclinclude"
@@ -7575,17 +7560,17 @@ fi
75757560 if test x"${ac_cv_c_tclh}" = x ; then
75767561 ac_safe=`echo "tclInt.h" | sed 'y%./+-%__p_%'`
75777562 echo $ac_n "checking for tclInt.h""... $ac_c" 1>&6
7578-echo "configure:7579: checking for tclInt.h" >&5
7563+echo "configure:7564: checking for tclInt.h" >&5
75797564 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
75807565 echo $ac_n "(cached) $ac_c" 1>&6
75817566 else
75827567 cat > conftest.$ac_ext <<EOF
7583-#line 7584 "configure"
7568+#line 7569 "configure"
75847569 #include "confdefs.h"
75857570 #include <tclInt.h>
75867571 EOF
75877572 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
7588-{ (eval echo configure:7589: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
7573+{ (eval echo configure:7574: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
75897574 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
75907575 if test -z "$ac_err"; then
75917576 rm -rf conftest*
@@ -7645,7 +7630,7 @@ fi
76457630 #
76467631 no_tk=true
76477632 echo $ac_n "checking for Tk private headers""... $ac_c" 1>&6
7648-echo "configure:7649: checking for Tk private headers" >&5
7633+echo "configure:7634: checking for Tk private headers" >&5
76497634 # Check whether --with-tkinclude or --without-tkinclude was given.
76507635 if test "${with_tkinclude+set}" = set; then
76517636 withval="$with_tkinclude"
@@ -7711,17 +7696,17 @@ fi
77117696 if test x"${ac_cv_c_tkh}" = x ; then
77127697 ac_safe=`echo "tk.h" | sed 'y%./+-%__p_%'`
77137698 echo $ac_n "checking for tk.h""... $ac_c" 1>&6
7714-echo "configure:7715: checking for tk.h" >&5
7699+echo "configure:7700: checking for tk.h" >&5
77157700 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
77167701 echo $ac_n "(cached) $ac_c" 1>&6
77177702 else
77187703 cat > conftest.$ac_ext <<EOF
7719-#line 7720 "configure"
7704+#line 7705 "configure"
77207705 #include "confdefs.h"
77217706 #include <tk.h>
77227707 EOF
77237708 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
7724-{ (eval echo configure:7725: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
7709+{ (eval echo configure:7710: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
77257710 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
77267711 if test -z "$ac_err"; then
77277712 rm -rf conftest*
@@ -7767,7 +7752,7 @@ fi
77677752
77687753
77697754 echo $ac_n "checking for Itcl private headers. srcdir=${srcdir}""... $ac_c" 1>&6
7770-echo "configure:7771: checking for Itcl private headers. srcdir=${srcdir}" >&5
7755+echo "configure:7756: checking for Itcl private headers. srcdir=${srcdir}" >&5
77717756 if test x"${ac_cv_c_itclh}" = x ; then
77727757 for i in ${srcdir}/../itcl ${srcdir}/../../itcl ${srcdir}/../../../itcl ${srcdir}/../itcl/itcl; do
77737758 if test -f $i/generic/itcl.h ; then
@@ -7790,7 +7775,7 @@ fi
77907775
77917776
77927777 echo $ac_n "checking for Itk private headers. srcdir=${srcdir}""... $ac_c" 1>&6
7793-echo "configure:7794: checking for Itk private headers. srcdir=${srcdir}" >&5
7778+echo "configure:7779: checking for Itk private headers. srcdir=${srcdir}" >&5
77947779 if test x"${ac_cv_c_itkh}" = x ; then
77957780 for i in ${srcdir}/../itcl ${srcdir}/../../itcl ${srcdir}/../../../itcl ${srcdir}/../itcl/itk; do
77967781 if test -f $i/generic/itk.h ; then
@@ -7813,7 +7798,7 @@ fi
78137798
78147799
78157800 echo $ac_n "checking for Tix private headers. srcdir=${srcdir}""... $ac_c" 1>&6
7816-echo "configure:7817: checking for Tix private headers. srcdir=${srcdir}" >&5
7801+echo "configure:7802: checking for Tix private headers. srcdir=${srcdir}" >&5
78177802 if test x"${ac_cv_c_tixh}" = x ; then
78187803 for i in ${srcdir}/../tix ${srcdir}/../../tix ${srcdir}/../../../tix ; do
78197804 if test -f $i/generic/tix.h ; then
@@ -7865,7 +7850,7 @@ if test "${with_itclconfig+set}" = set; then
78657850 fi
78667851
78677852 echo $ac_n "checking for Itcl configuration""... $ac_c" 1>&6
7868-echo "configure:7869: checking for Itcl configuration" >&5
7853+echo "configure:7854: checking for Itcl configuration" >&5
78697854 if eval "test \"`echo '$''{'ac_cv_c_itclconfig'+set}'`\" = set"; then
78707855 echo $ac_n "(cached) $ac_c" 1>&6
78717856 else
@@ -7968,7 +7953,7 @@ if test "${with_itkconfig+set}" = set; then
79687953 fi
79697954
79707955 echo $ac_n "checking for Itk configuration""... $ac_c" 1>&6
7971-echo "configure:7972: checking for Itk configuration" >&5
7956+echo "configure:7957: checking for Itk configuration" >&5
79727957 if eval "test \"`echo '$''{'ac_cv_c_itkconfig'+set}'`\" = set"; then
79737958 echo $ac_n "(cached) $ac_c" 1>&6
79747959 else
@@ -8071,7 +8056,7 @@ if test "${with_tixconfig+set}" = set; then
80718056 fi
80728057
80738058 echo $ac_n "checking for Tix configuration""... $ac_c" 1>&6
8074-echo "configure:8075: checking for Tix configuration" >&5
8059+echo "configure:8060: checking for Tix configuration" >&5
80758060 if eval "test \"`echo '$''{'ac_cv_c_tixconfig'+set}'`\" = set"; then
80768061 echo $ac_n "(cached) $ac_c" 1>&6
80778062 else
@@ -8217,7 +8202,7 @@ fi
82178202 # Uses ac_ vars as temps to allow command line to override cache and checks.
82188203 # --without-x overrides everything else, but does not touch the cache.
82198204 echo $ac_n "checking for X""... $ac_c" 1>&6
8220-echo "configure:8221: checking for X" >&5
8205+echo "configure:8206: checking for X" >&5
82218206
82228207 # Check whether --with-x or --without-x was given.
82238208 if test "${with_x+set}" = set; then
@@ -8279,12 +8264,12 @@ if test "$ac_x_includes" = NO; then
82798264
82808265 # First, try using that file with no special directory specified.
82818266 cat > conftest.$ac_ext <<EOF
8282-#line 8283 "configure"
8267+#line 8268 "configure"
82838268 #include "confdefs.h"
82848269 #include <$x_direct_test_include>
82858270 EOF
82868271 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
8287-{ (eval echo configure:8288: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
8272+{ (eval echo configure:8273: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
82888273 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
82898274 if test -z "$ac_err"; then
82908275 rm -rf conftest*
@@ -8353,14 +8338,14 @@ if test "$ac_x_libraries" = NO; then
83538338 ac_save_LIBS="$LIBS"
83548339 LIBS="-l$x_direct_test_library $LIBS"
83558340 cat > conftest.$ac_ext <<EOF
8356-#line 8357 "configure"
8341+#line 8342 "configure"
83578342 #include "confdefs.h"
83588343
83598344 int main() {
83608345 ${x_direct_test_function}()
83618346 ; return 0; }
83628347 EOF
8363-if { (eval echo configure:8364: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8348+if { (eval echo configure:8349: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
83648349 rm -rf conftest*
83658350 LIBS="$ac_save_LIBS"
83668351 # We can link X programs with no special library path.
@@ -8652,7 +8637,7 @@ fi
86528637 # ``gdbserver'' can only be built in a native configuration.
86538638 if test x"${target}" = x"${host}"; then
86548639 echo $ac_n "checking whether gdbserver is supported on this host""... $ac_c" 1>&6
8655-echo "configure:8656: checking whether gdbserver is supported on this host" >&5
8640+echo "configure:8641: checking whether gdbserver is supported on this host" >&5
86568641 if test x"${build_gdbserver}" = xyes ; then
86578642 configdirs="${configdirs} gdbserver"
86588643 SUBDIRS="${SUBDIRS} gdbserver"
@@ -8714,7 +8699,7 @@ fi
87148699
87158700
87168701 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
8717-echo "configure:8718: checking whether ln -s works" >&5
8702+echo "configure:8703: checking whether ln -s works" >&5
87188703 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
87198704 echo $ac_n "(cached) $ac_c" 1>&6
87208705 else
@@ -8738,12 +8723,12 @@ fi
87388723
87398724
87408725 echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6
8741-echo "configure:8742: checking for Cygwin environment" >&5
8726+echo "configure:8727: checking for Cygwin environment" >&5
87428727 if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then
87438728 echo $ac_n "(cached) $ac_c" 1>&6
87448729 else
87458730 cat > conftest.$ac_ext <<EOF
8746-#line 8747 "configure"
8731+#line 8732 "configure"
87478732 #include "confdefs.h"
87488733
87498734 int main() {
@@ -8754,7 +8739,7 @@ int main() {
87548739 return __CYGWIN__;
87558740 ; return 0; }
87568741 EOF
8757-if { (eval echo configure:8758: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
8742+if { (eval echo configure:8743: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
87588743 rm -rf conftest*
87598744 ac_cv_cygwin=yes
87608745 else
@@ -8771,19 +8756,19 @@ echo "$ac_t""$ac_cv_cygwin" 1>&6
87718756 CYGWIN=
87728757 test "$ac_cv_cygwin" = yes && CYGWIN=yes
87738758 echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6
8774-echo "configure:8775: checking for mingw32 environment" >&5
8759+echo "configure:8760: checking for mingw32 environment" >&5
87758760 if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then
87768761 echo $ac_n "(cached) $ac_c" 1>&6
87778762 else
87788763 cat > conftest.$ac_ext <<EOF
8779-#line 8780 "configure"
8764+#line 8765 "configure"
87808765 #include "confdefs.h"
87818766
87828767 int main() {
87838768 return __MINGW32__;
87848769 ; return 0; }
87858770 EOF
8786-if { (eval echo configure:8787: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
8771+if { (eval echo configure:8772: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
87878772 rm -rf conftest*
87888773 ac_cv_mingw32=yes
87898774 else
@@ -8802,7 +8787,7 @@ test "$ac_cv_mingw32" = yes && MINGW32=yes
88028787
88038788
88048789 echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
8805-echo "configure:8806: checking for executable suffix" >&5
8790+echo "configure:8791: checking for executable suffix" >&5
88068791 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
88078792 echo $ac_n "(cached) $ac_c" 1>&6
88088793 else
@@ -8812,10 +8797,10 @@ else
88128797 rm -f conftest*
88138798 echo 'int main () { return 0; }' > conftest.$ac_ext
88148799 ac_cv_exeext=
8815- if { (eval echo configure:8816: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
8800+ if { (eval echo configure:8801: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
88168801 for file in conftest.*; do
88178802 case $file in
8818- *.c | *.o | *.obj) ;;
8803+ *.c | *.o | *.obj | *.ilk | *.pdb) ;;
88198804 *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
88208805 esac
88218806 done
@@ -8854,7 +8839,7 @@ fi
88548839
88558840
88568841 echo $ac_n "checking for iconv""... $ac_c" 1>&6
8857-echo "configure:8858: checking for iconv" >&5
8842+echo "configure:8843: checking for iconv" >&5
88588843 if eval "test \"`echo '$''{'am_cv_func_iconv'+set}'`\" = set"; then
88598844 echo $ac_n "(cached) $ac_c" 1>&6
88608845 else
@@ -8862,7 +8847,7 @@ else
88628847 am_cv_func_iconv="no, consider installing GNU libiconv"
88638848 am_cv_lib_iconv=no
88648849 cat > conftest.$ac_ext <<EOF
8865-#line 8866 "configure"
8850+#line 8851 "configure"
88668851 #include "confdefs.h"
88678852 #include <stdlib.h>
88688853 #include <iconv.h>
@@ -8872,7 +8857,7 @@ iconv_t cd = iconv_open("","");
88728857 iconv_close(cd);
88738858 ; return 0; }
88748859 EOF
8875-if { (eval echo configure:8876: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8860+if { (eval echo configure:8861: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
88768861 rm -rf conftest*
88778862 am_cv_func_iconv=yes
88788863 else
@@ -8884,7 +8869,7 @@ rm -f conftest*
88848869 am_save_LIBS="$LIBS"
88858870 LIBS="$LIBS -liconv"
88868871 cat > conftest.$ac_ext <<EOF
8887-#line 8888 "configure"
8872+#line 8873 "configure"
88888873 #include "confdefs.h"
88898874 #include <stdlib.h>
88908875 #include <iconv.h>
@@ -8894,7 +8879,7 @@ iconv_t cd = iconv_open("","");
88948879 iconv_close(cd);
88958880 ; return 0; }
88968881 EOF
8897-if { (eval echo configure:8898: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8882+if { (eval echo configure:8883: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
88988883 rm -rf conftest*
88998884 am_cv_lib_iconv=yes
89008885 am_cv_func_iconv=yes
@@ -8915,13 +8900,13 @@ echo "$ac_t""$am_cv_func_iconv" 1>&6
89158900 EOF
89168901
89178902 echo $ac_n "checking for iconv declaration""... $ac_c" 1>&6
8918-echo "configure:8919: checking for iconv declaration" >&5
8903+echo "configure:8904: checking for iconv declaration" >&5
89198904 if eval "test \"`echo '$''{'am_cv_proto_iconv'+set}'`\" = set"; then
89208905 echo $ac_n "(cached) $ac_c" 1>&6
89218906 else
89228907
89238908 cat > conftest.$ac_ext <<EOF
8924-#line 8925 "configure"
8909+#line 8910 "configure"
89258910 #include "confdefs.h"
89268911
89278912 #include <stdlib.h>
@@ -8940,7 +8925,7 @@ int main() {
89408925
89418926 ; return 0; }
89428927 EOF
8943-if { (eval echo configure:8944: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
8928+if { (eval echo configure:8929: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
89448929 rm -rf conftest*
89458930 am_cv_proto_iconv_arg1=""
89468931 else