GNU Binutils with patches for OS216
Revisión | 8ec413174a2a218576cf5905cc5934f78502c1f7 (tree) |
---|---|
Tiempo | 2002-10-22 12:54:20 |
Autor | Joel Brobecker <brobecker@gnat...> |
Commiter | Joel Brobecker |
@@ -1,3 +1,7 @@ | ||
1 | +2002-10-20 Joel Brobecker <brobecker@gnat.com> | |
2 | + | |
3 | + * configure: Regenerate using the proper version of autoconf. | |
4 | + | |
1 | 5 | 2002-10-21 Elena Zannoni <ezannoni@redhat.com> |
2 | 6 | |
3 | 7 | * findvar.c (read_var_value): Temporarily disable TLS code, until |
@@ -81,6 +81,7 @@ program_suffix=NONE | ||
81 | 81 | program_transform_name=s,x,x, |
82 | 82 | silent= |
83 | 83 | site= |
84 | +sitefile= | |
84 | 85 | srcdir= |
85 | 86 | target=NONE |
86 | 87 | verbose= |
@@ -195,6 +196,7 @@ Configuration: | ||
195 | 196 | --help print this message |
196 | 197 | --no-create do not create output files |
197 | 198 | --quiet, --silent do not print \`checking...' messages |
199 | + --site-file=FILE use FILE as the site file | |
198 | 200 | --version print the version of autoconf that created configure |
199 | 201 | Directory and file names: |
200 | 202 | --prefix=PREFIX install architecture-independent files in PREFIX |
@@ -365,6 +367,11 @@ EOF | ||
365 | 367 | -site=* | --site=* | --sit=*) |
366 | 368 | site="$ac_optarg" ;; |
367 | 369 | |
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 | + | |
368 | 375 | -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) |
369 | 376 | ac_prev=srcdir ;; |
370 | 377 | -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) |
@@ -530,12 +537,16 @@ fi | ||
530 | 537 | srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'` |
531 | 538 | |
532 | 539 | # 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 | |
538 | 547 | fi |
548 | +else | |
549 | + CONFIG_SITE="$sitefile" | |
539 | 550 | fi |
540 | 551 | for ac_site_file in $CONFIG_SITE; do |
541 | 552 | if test -r "$ac_site_file"; then |
@@ -576,7 +587,7 @@ fi | ||
576 | 587 | |
577 | 588 | |
578 | 589 | 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 | |
580 | 591 | # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given. |
581 | 592 | if test "${enable_maintainer_mode+set}" = set; then |
582 | 593 | enableval="$enable_maintainer_mode" |
@@ -602,7 +613,7 @@ fi | ||
602 | 613 | # Extract the first word of "gcc", so it can be a program name with args. |
603 | 614 | set dummy gcc; ac_word=$2 |
604 | 615 | 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 | |
606 | 617 | if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then |
607 | 618 | echo $ac_n "(cached) $ac_c" 1>&6 |
608 | 619 | else |
@@ -632,7 +643,7 @@ if test -z "$CC"; then | ||
632 | 643 | # Extract the first word of "cc", so it can be a program name with args. |
633 | 644 | set dummy cc; ac_word=$2 |
634 | 645 | 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 | |
636 | 647 | if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then |
637 | 648 | echo $ac_n "(cached) $ac_c" 1>&6 |
638 | 649 | else |
@@ -683,7 +694,7 @@ fi | ||
683 | 694 | # Extract the first word of "cl", so it can be a program name with args. |
684 | 695 | set dummy cl; ac_word=$2 |
685 | 696 | 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 | |
687 | 698 | if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then |
688 | 699 | echo $ac_n "(cached) $ac_c" 1>&6 |
689 | 700 | else |
@@ -715,7 +726,7 @@ fi | ||
715 | 726 | fi |
716 | 727 | |
717 | 728 | 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 | |
719 | 730 | |
720 | 731 | ac_ext=c |
721 | 732 | # 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 | ||
726 | 737 | |
727 | 738 | cat > conftest.$ac_ext << EOF |
728 | 739 | |
729 | -#line 730 "configure" | |
740 | +#line 741 "configure" | |
730 | 741 | #include "confdefs.h" |
731 | 742 | |
732 | 743 | main(){return(0);} |
733 | 744 | 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 | |
735 | 746 | ac_cv_prog_cc_works=yes |
736 | 747 | # If we can't run a trivial program, we are probably using a cross compiler. |
737 | 748 | if (./conftest; exit) 2>/dev/null; then |
@@ -757,12 +768,12 @@ if test $ac_cv_prog_cc_works = no; then | ||
757 | 768 | { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; } |
758 | 769 | fi |
759 | 770 | 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 | |
761 | 772 | echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 |
762 | 773 | cross_compiling=$ac_cv_prog_cc_cross |
763 | 774 | |
764 | 775 | 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 | |
766 | 777 | if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then |
767 | 778 | echo $ac_n "(cached) $ac_c" 1>&6 |
768 | 779 | else |
@@ -771,7 +782,7 @@ else | ||
771 | 782 | yes; |
772 | 783 | #endif |
773 | 784 | 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 | |
775 | 786 | ac_cv_prog_gcc=yes |
776 | 787 | else |
777 | 788 | ac_cv_prog_gcc=no |
@@ -790,7 +801,7 @@ ac_test_CFLAGS="${CFLAGS+set}" | ||
790 | 801 | ac_save_CFLAGS="$CFLAGS" |
791 | 802 | CFLAGS= |
792 | 803 | 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 | |
794 | 805 | if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then |
795 | 806 | echo $ac_n "(cached) $ac_c" 1>&6 |
796 | 807 | else |
@@ -822,7 +833,7 @@ else | ||
822 | 833 | fi |
823 | 834 | |
824 | 835 | 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 | |
826 | 837 | # On Suns, sometimes $CPP names a directory. |
827 | 838 | if test -n "$CPP" && test -d "$CPP"; then |
828 | 839 | CPP= |
@@ -837,13 +848,13 @@ else | ||
837 | 848 | # On the NeXT, cc -E runs the code through the compiler's parser, |
838 | 849 | # not just through cpp. |
839 | 850 | cat > conftest.$ac_ext <<EOF |
840 | -#line 841 "configure" | |
851 | +#line 852 "configure" | |
841 | 852 | #include "confdefs.h" |
842 | 853 | #include <assert.h> |
843 | 854 | Syntax Error |
844 | 855 | EOF |
845 | 856 | 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; } | |
847 | 858 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
848 | 859 | if test -z "$ac_err"; then |
849 | 860 | : |
@@ -854,13 +865,13 @@ else | ||
854 | 865 | rm -rf conftest* |
855 | 866 | CPP="${CC-cc} -E -traditional-cpp" |
856 | 867 | cat > conftest.$ac_ext <<EOF |
857 | -#line 858 "configure" | |
868 | +#line 869 "configure" | |
858 | 869 | #include "confdefs.h" |
859 | 870 | #include <assert.h> |
860 | 871 | Syntax Error |
861 | 872 | EOF |
862 | 873 | 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; } | |
864 | 875 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
865 | 876 | if test -z "$ac_err"; then |
866 | 877 | : |
@@ -871,13 +882,13 @@ else | ||
871 | 882 | rm -rf conftest* |
872 | 883 | CPP="${CC-cc} -nologo -E" |
873 | 884 | cat > conftest.$ac_ext <<EOF |
874 | -#line 875 "configure" | |
885 | +#line 886 "configure" | |
875 | 886 | #include "confdefs.h" |
876 | 887 | #include <assert.h> |
877 | 888 | Syntax Error |
878 | 889 | EOF |
879 | 890 | 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; } | |
881 | 892 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
882 | 893 | if test -z "$ac_err"; then |
883 | 894 | : |
@@ -902,9 +913,9 @@ fi | ||
902 | 913 | echo "$ac_t""$CPP" 1>&6 |
903 | 914 | |
904 | 915 | 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 | |
906 | 917 | cat > conftest.$ac_ext <<EOF |
907 | -#line 908 "configure" | |
918 | +#line 919 "configure" | |
908 | 919 | #include "confdefs.h" |
909 | 920 | #ifdef _AIX |
910 | 921 | yes |
@@ -926,7 +937,7 @@ rm -f conftest* | ||
926 | 937 | |
927 | 938 | |
928 | 939 | 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 | |
930 | 941 | if test -d /etc/conf/kconfig.d && |
931 | 942 | grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1 |
932 | 943 | then |
@@ -950,7 +961,7 @@ fi | ||
950 | 961 | |
951 | 962 | |
952 | 963 | 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 | |
954 | 965 | if eval "test \"`echo '$''{'am_cv_prog_cc_stdc'+set}'`\" = set"; then |
955 | 966 | echo $ac_n "(cached) $ac_c" 1>&6 |
956 | 967 | else |
@@ -967,7 +978,7 @@ for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIO | ||
967 | 978 | do |
968 | 979 | CC="$ac_save_CC $ac_arg" |
969 | 980 | cat > conftest.$ac_ext <<EOF |
970 | -#line 971 "configure" | |
981 | +#line 982 "configure" | |
971 | 982 | #include "confdefs.h" |
972 | 983 | #include <stdarg.h> |
973 | 984 | #include <stdio.h> |
@@ -1004,7 +1015,7 @@ return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ||
1004 | 1015 | |
1005 | 1016 | ; return 0; } |
1006 | 1017 | 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 | |
1008 | 1019 | rm -rf conftest* |
1009 | 1020 | am_cv_prog_cc_stdc="$ac_arg"; break |
1010 | 1021 | else |
@@ -1075,7 +1086,7 @@ else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; } | ||
1075 | 1086 | fi |
1076 | 1087 | |
1077 | 1088 | 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 | |
1079 | 1090 | |
1080 | 1091 | host_alias=$host |
1081 | 1092 | case "$host_alias" in |
@@ -1096,7 +1107,7 @@ host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` | ||
1096 | 1107 | echo "$ac_t""$host" 1>&6 |
1097 | 1108 | |
1098 | 1109 | 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 | |
1100 | 1111 | |
1101 | 1112 | target_alias=$target |
1102 | 1113 | case "$target_alias" in |
@@ -1114,7 +1125,7 @@ target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` | ||
1114 | 1125 | echo "$ac_t""$target" 1>&6 |
1115 | 1126 | |
1116 | 1127 | 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 | |
1118 | 1129 | |
1119 | 1130 | build_alias=$build |
1120 | 1131 | case "$build_alias" in |
@@ -1139,7 +1150,7 @@ test "$host_alias" != "$target_alias" && | ||
1139 | 1150 | |
1140 | 1151 | ALL_LINGUAS= |
1141 | 1152 | 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 | |
1143 | 1154 | set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` |
1144 | 1155 | if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then |
1145 | 1156 | echo $ac_n "(cached) $ac_c" 1>&6 |
@@ -1168,7 +1179,7 @@ fi | ||
1168 | 1179 | # Extract the first word of "ranlib", so it can be a program name with args. |
1169 | 1180 | set dummy ranlib; ac_word=$2 |
1170 | 1181 | 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 | |
1172 | 1183 | if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then |
1173 | 1184 | echo $ac_n "(cached) $ac_c" 1>&6 |
1174 | 1185 | else |
@@ -1196,12 +1207,12 @@ else | ||
1196 | 1207 | fi |
1197 | 1208 | |
1198 | 1209 | 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 | |
1200 | 1211 | if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then |
1201 | 1212 | echo $ac_n "(cached) $ac_c" 1>&6 |
1202 | 1213 | else |
1203 | 1214 | cat > conftest.$ac_ext <<EOF |
1204 | -#line 1205 "configure" | |
1215 | +#line 1216 "configure" | |
1205 | 1216 | #include "confdefs.h" |
1206 | 1217 | #include <stdlib.h> |
1207 | 1218 | #include <stdarg.h> |
@@ -1209,7 +1220,7 @@ else | ||
1209 | 1220 | #include <float.h> |
1210 | 1221 | EOF |
1211 | 1222 | 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; } | |
1213 | 1224 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
1214 | 1225 | if test -z "$ac_err"; then |
1215 | 1226 | rm -rf conftest* |
@@ -1226,7 +1237,7 @@ rm -f conftest* | ||
1226 | 1237 | if test $ac_cv_header_stdc = yes; then |
1227 | 1238 | # SunOS 4.x string.h does not declare mem*, contrary to ANSI. |
1228 | 1239 | cat > conftest.$ac_ext <<EOF |
1229 | -#line 1230 "configure" | |
1240 | +#line 1241 "configure" | |
1230 | 1241 | #include "confdefs.h" |
1231 | 1242 | #include <string.h> |
1232 | 1243 | EOF |
@@ -1244,7 +1255,7 @@ fi | ||
1244 | 1255 | if test $ac_cv_header_stdc = yes; then |
1245 | 1256 | # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. |
1246 | 1257 | cat > conftest.$ac_ext <<EOF |
1247 | -#line 1248 "configure" | |
1258 | +#line 1259 "configure" | |
1248 | 1259 | #include "confdefs.h" |
1249 | 1260 | #include <stdlib.h> |
1250 | 1261 | EOF |
@@ -1265,7 +1276,7 @@ if test "$cross_compiling" = yes; then | ||
1265 | 1276 | : |
1266 | 1277 | else |
1267 | 1278 | cat > conftest.$ac_ext <<EOF |
1268 | -#line 1269 "configure" | |
1279 | +#line 1280 "configure" | |
1269 | 1280 | #include "confdefs.h" |
1270 | 1281 | #include <ctype.h> |
1271 | 1282 | #define ISLOWER(c) ('a' <= (c) && (c) <= 'z') |
@@ -1276,7 +1287,7 @@ if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2); | ||
1276 | 1287 | exit (0); } |
1277 | 1288 | |
1278 | 1289 | 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 | |
1280 | 1291 | then |
1281 | 1292 | : |
1282 | 1293 | else |
@@ -1300,12 +1311,12 @@ EOF | ||
1300 | 1311 | fi |
1301 | 1312 | |
1302 | 1313 | 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 | |
1304 | 1315 | if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then |
1305 | 1316 | echo $ac_n "(cached) $ac_c" 1>&6 |
1306 | 1317 | else |
1307 | 1318 | cat > conftest.$ac_ext <<EOF |
1308 | -#line 1309 "configure" | |
1319 | +#line 1320 "configure" | |
1309 | 1320 | #include "confdefs.h" |
1310 | 1321 | |
1311 | 1322 | int main() { |
@@ -1354,7 +1365,7 @@ ccp = (char const *const *) p; | ||
1354 | 1365 | |
1355 | 1366 | ; return 0; } |
1356 | 1367 | 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 | |
1358 | 1369 | rm -rf conftest* |
1359 | 1370 | ac_cv_c_const=yes |
1360 | 1371 | else |
@@ -1375,21 +1386,21 @@ EOF | ||
1375 | 1386 | fi |
1376 | 1387 | |
1377 | 1388 | 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 | |
1379 | 1390 | if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then |
1380 | 1391 | echo $ac_n "(cached) $ac_c" 1>&6 |
1381 | 1392 | else |
1382 | 1393 | ac_cv_c_inline=no |
1383 | 1394 | for ac_kw in inline __inline__ __inline; do |
1384 | 1395 | cat > conftest.$ac_ext <<EOF |
1385 | -#line 1386 "configure" | |
1396 | +#line 1397 "configure" | |
1386 | 1397 | #include "confdefs.h" |
1387 | 1398 | |
1388 | 1399 | int main() { |
1389 | 1400 | } $ac_kw foo() { |
1390 | 1401 | ; return 0; } |
1391 | 1402 | 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 | |
1393 | 1404 | rm -rf conftest* |
1394 | 1405 | ac_cv_c_inline=$ac_kw; break |
1395 | 1406 | else |
@@ -1415,12 +1426,12 @@ EOF | ||
1415 | 1426 | esac |
1416 | 1427 | |
1417 | 1428 | 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 | |
1419 | 1430 | if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then |
1420 | 1431 | echo $ac_n "(cached) $ac_c" 1>&6 |
1421 | 1432 | else |
1422 | 1433 | cat > conftest.$ac_ext <<EOF |
1423 | -#line 1424 "configure" | |
1434 | +#line 1435 "configure" | |
1424 | 1435 | #include "confdefs.h" |
1425 | 1436 | #include <sys/types.h> |
1426 | 1437 | #if STDC_HEADERS |
@@ -1448,12 +1459,12 @@ EOF | ||
1448 | 1459 | fi |
1449 | 1460 | |
1450 | 1461 | 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 | |
1452 | 1463 | if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then |
1453 | 1464 | echo $ac_n "(cached) $ac_c" 1>&6 |
1454 | 1465 | else |
1455 | 1466 | cat > conftest.$ac_ext <<EOF |
1456 | -#line 1457 "configure" | |
1467 | +#line 1468 "configure" | |
1457 | 1468 | #include "confdefs.h" |
1458 | 1469 | #include <sys/types.h> |
1459 | 1470 | #if STDC_HEADERS |
@@ -1483,19 +1494,19 @@ fi | ||
1483 | 1494 | # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works |
1484 | 1495 | # for constant arguments. Useless! |
1485 | 1496 | 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 | |
1487 | 1498 | if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then |
1488 | 1499 | echo $ac_n "(cached) $ac_c" 1>&6 |
1489 | 1500 | else |
1490 | 1501 | cat > conftest.$ac_ext <<EOF |
1491 | -#line 1492 "configure" | |
1502 | +#line 1503 "configure" | |
1492 | 1503 | #include "confdefs.h" |
1493 | 1504 | #include <alloca.h> |
1494 | 1505 | int main() { |
1495 | 1506 | char *p = alloca(2 * sizeof(int)); |
1496 | 1507 | ; return 0; } |
1497 | 1508 | 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 | |
1499 | 1510 | rm -rf conftest* |
1500 | 1511 | ac_cv_header_alloca_h=yes |
1501 | 1512 | else |
@@ -1516,12 +1527,12 @@ EOF | ||
1516 | 1527 | fi |
1517 | 1528 | |
1518 | 1529 | 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 | |
1520 | 1531 | if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then |
1521 | 1532 | echo $ac_n "(cached) $ac_c" 1>&6 |
1522 | 1533 | else |
1523 | 1534 | cat > conftest.$ac_ext <<EOF |
1524 | -#line 1525 "configure" | |
1535 | +#line 1536 "configure" | |
1525 | 1536 | #include "confdefs.h" |
1526 | 1537 | |
1527 | 1538 | #ifdef __GNUC__ |
@@ -1549,7 +1560,7 @@ int main() { | ||
1549 | 1560 | char *p = (char *) alloca(1); |
1550 | 1561 | ; return 0; } |
1551 | 1562 | 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 | |
1553 | 1564 | rm -rf conftest* |
1554 | 1565 | ac_cv_func_alloca_works=yes |
1555 | 1566 | else |
@@ -1581,12 +1592,12 @@ EOF | ||
1581 | 1592 | |
1582 | 1593 | |
1583 | 1594 | 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 | |
1585 | 1596 | if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then |
1586 | 1597 | echo $ac_n "(cached) $ac_c" 1>&6 |
1587 | 1598 | else |
1588 | 1599 | cat > conftest.$ac_ext <<EOF |
1589 | -#line 1590 "configure" | |
1600 | +#line 1601 "configure" | |
1590 | 1601 | #include "confdefs.h" |
1591 | 1602 | #if defined(CRAY) && ! defined(CRAY2) |
1592 | 1603 | webecray |
@@ -1611,12 +1622,12 @@ echo "$ac_t""$ac_cv_os_cray" 1>&6 | ||
1611 | 1622 | if test $ac_cv_os_cray = yes; then |
1612 | 1623 | for ac_func in _getb67 GETB67 getb67; do |
1613 | 1624 | 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 | |
1615 | 1626 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
1616 | 1627 | echo $ac_n "(cached) $ac_c" 1>&6 |
1617 | 1628 | else |
1618 | 1629 | cat > conftest.$ac_ext <<EOF |
1619 | -#line 1620 "configure" | |
1630 | +#line 1631 "configure" | |
1620 | 1631 | #include "confdefs.h" |
1621 | 1632 | /* System header to define __stub macros and hopefully few prototypes, |
1622 | 1633 | which can conflict with char $ac_func(); below. */ |
@@ -1639,7 +1650,7 @@ $ac_func(); | ||
1639 | 1650 | |
1640 | 1651 | ; return 0; } |
1641 | 1652 | 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 | |
1643 | 1654 | rm -rf conftest* |
1644 | 1655 | eval "ac_cv_func_$ac_func=yes" |
1645 | 1656 | else |
@@ -1666,7 +1677,7 @@ done | ||
1666 | 1677 | fi |
1667 | 1678 | |
1668 | 1679 | 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 | |
1670 | 1681 | if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then |
1671 | 1682 | echo $ac_n "(cached) $ac_c" 1>&6 |
1672 | 1683 | else |
@@ -1674,7 +1685,7 @@ else | ||
1674 | 1685 | ac_cv_c_stack_direction=0 |
1675 | 1686 | else |
1676 | 1687 | cat > conftest.$ac_ext <<EOF |
1677 | -#line 1678 "configure" | |
1688 | +#line 1689 "configure" | |
1678 | 1689 | #include "confdefs.h" |
1679 | 1690 | find_stack_direction () |
1680 | 1691 | { |
@@ -1693,7 +1704,7 @@ main () | ||
1693 | 1704 | exit (find_stack_direction() < 0); |
1694 | 1705 | } |
1695 | 1706 | 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 | |
1697 | 1708 | then |
1698 | 1709 | ac_cv_c_stack_direction=1 |
1699 | 1710 | else |
@@ -1714,21 +1725,21 @@ EOF | ||
1714 | 1725 | |
1715 | 1726 | fi |
1716 | 1727 | |
1717 | -for ac_hdr in stdlib.h unistd.h sys/stat.h sys/types.h | |
1728 | +for ac_hdr in unistd.h | |
1718 | 1729 | do |
1719 | 1730 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
1720 | 1731 | 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 | |
1722 | 1733 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
1723 | 1734 | echo $ac_n "(cached) $ac_c" 1>&6 |
1724 | 1735 | else |
1725 | 1736 | cat > conftest.$ac_ext <<EOF |
1726 | -#line 1727 "configure" | |
1737 | +#line 1738 "configure" | |
1727 | 1738 | #include "confdefs.h" |
1728 | 1739 | #include <$ac_hdr> |
1729 | 1740 | EOF |
1730 | 1741 | 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; } | |
1732 | 1743 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
1733 | 1744 | if test -z "$ac_err"; then |
1734 | 1745 | rm -rf conftest* |
@@ -1757,12 +1768,12 @@ done | ||
1757 | 1768 | for ac_func in getpagesize |
1758 | 1769 | do |
1759 | 1770 | 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 | |
1761 | 1772 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
1762 | 1773 | echo $ac_n "(cached) $ac_c" 1>&6 |
1763 | 1774 | else |
1764 | 1775 | cat > conftest.$ac_ext <<EOF |
1765 | -#line 1766 "configure" | |
1776 | +#line 1777 "configure" | |
1766 | 1777 | #include "confdefs.h" |
1767 | 1778 | /* System header to define __stub macros and hopefully few prototypes, |
1768 | 1779 | which can conflict with char $ac_func(); below. */ |
@@ -1785,7 +1796,7 @@ $ac_func(); | ||
1785 | 1796 | |
1786 | 1797 | ; return 0; } |
1787 | 1798 | 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 | |
1789 | 1800 | rm -rf conftest* |
1790 | 1801 | eval "ac_cv_func_$ac_func=yes" |
1791 | 1802 | else |
@@ -1810,7 +1821,7 @@ fi | ||
1810 | 1821 | done |
1811 | 1822 | |
1812 | 1823 | 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 | |
1814 | 1825 | if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then |
1815 | 1826 | echo $ac_n "(cached) $ac_c" 1>&6 |
1816 | 1827 | else |
@@ -1818,7 +1829,7 @@ else | ||
1818 | 1829 | ac_cv_func_mmap_fixed_mapped=no |
1819 | 1830 | else |
1820 | 1831 | cat > conftest.$ac_ext <<EOF |
1821 | -#line 1822 "configure" | |
1832 | +#line 1833 "configure" | |
1822 | 1833 | #include "confdefs.h" |
1823 | 1834 | |
1824 | 1835 | /* Thanks to Mike Haertel and Jim Avera for this test. |
@@ -1846,24 +1857,11 @@ else | ||
1846 | 1857 | #include <fcntl.h> |
1847 | 1858 | #include <sys/mman.h> |
1848 | 1859 | |
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 | - | |
1865 | 1860 | /* This mess was copied from the GNU getpagesize.h. */ |
1866 | 1861 | #ifndef HAVE_GETPAGESIZE |
1862 | +# ifdef HAVE_UNISTD_H | |
1863 | +# include <unistd.h> | |
1864 | +# endif | |
1867 | 1865 | |
1868 | 1866 | /* Assume that all systems that can run configure have sys/param.h. */ |
1869 | 1867 | # ifndef HAVE_SYS_PARAM_H |
@@ -1971,7 +1969,7 @@ main() | ||
1971 | 1969 | } |
1972 | 1970 | |
1973 | 1971 | 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 | |
1975 | 1973 | then |
1976 | 1974 | ac_cv_func_mmap_fixed_mapped=yes |
1977 | 1975 | else |
@@ -1999,17 +1997,17 @@ unistd.h values.h sys/param.h | ||
1999 | 1997 | do |
2000 | 1998 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
2001 | 1999 | 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 | |
2003 | 2001 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
2004 | 2002 | echo $ac_n "(cached) $ac_c" 1>&6 |
2005 | 2003 | else |
2006 | 2004 | cat > conftest.$ac_ext <<EOF |
2007 | -#line 2008 "configure" | |
2005 | +#line 2006 "configure" | |
2008 | 2006 | #include "confdefs.h" |
2009 | 2007 | #include <$ac_hdr> |
2010 | 2008 | EOF |
2011 | 2009 | 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; } | |
2013 | 2011 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
2014 | 2012 | if test -z "$ac_err"; then |
2015 | 2013 | rm -rf conftest* |
@@ -2039,12 +2037,12 @@ done | ||
2039 | 2037 | __argz_count __argz_stringify __argz_next |
2040 | 2038 | do |
2041 | 2039 | 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 | |
2043 | 2041 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
2044 | 2042 | echo $ac_n "(cached) $ac_c" 1>&6 |
2045 | 2043 | else |
2046 | 2044 | cat > conftest.$ac_ext <<EOF |
2047 | -#line 2048 "configure" | |
2045 | +#line 2046 "configure" | |
2048 | 2046 | #include "confdefs.h" |
2049 | 2047 | /* System header to define __stub macros and hopefully few prototypes, |
2050 | 2048 | which can conflict with char $ac_func(); below. */ |
@@ -2067,7 +2065,7 @@ $ac_func(); | ||
2067 | 2065 | |
2068 | 2066 | ; return 0; } |
2069 | 2067 | 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 | |
2071 | 2069 | rm -rf conftest* |
2072 | 2070 | eval "ac_cv_func_$ac_func=yes" |
2073 | 2071 | else |
@@ -2096,12 +2094,12 @@ done | ||
2096 | 2094 | for ac_func in stpcpy |
2097 | 2095 | do |
2098 | 2096 | 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 | |
2100 | 2098 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
2101 | 2099 | echo $ac_n "(cached) $ac_c" 1>&6 |
2102 | 2100 | else |
2103 | 2101 | cat > conftest.$ac_ext <<EOF |
2104 | -#line 2105 "configure" | |
2102 | +#line 2103 "configure" | |
2105 | 2103 | #include "confdefs.h" |
2106 | 2104 | /* System header to define __stub macros and hopefully few prototypes, |
2107 | 2105 | which can conflict with char $ac_func(); below. */ |
@@ -2124,7 +2122,7 @@ $ac_func(); | ||
2124 | 2122 | |
2125 | 2123 | ; return 0; } |
2126 | 2124 | 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 | |
2128 | 2126 | rm -rf conftest* |
2129 | 2127 | eval "ac_cv_func_$ac_func=yes" |
2130 | 2128 | else |
@@ -2158,19 +2156,19 @@ EOF | ||
2158 | 2156 | |
2159 | 2157 | if test $ac_cv_header_locale_h = yes; then |
2160 | 2158 | 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 | |
2162 | 2160 | if eval "test \"`echo '$''{'am_cv_val_LC_MESSAGES'+set}'`\" = set"; then |
2163 | 2161 | echo $ac_n "(cached) $ac_c" 1>&6 |
2164 | 2162 | else |
2165 | 2163 | cat > conftest.$ac_ext <<EOF |
2166 | -#line 2167 "configure" | |
2164 | +#line 2165 "configure" | |
2167 | 2165 | #include "confdefs.h" |
2168 | 2166 | #include <locale.h> |
2169 | 2167 | int main() { |
2170 | 2168 | return LC_MESSAGES |
2171 | 2169 | ; return 0; } |
2172 | 2170 | 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 | |
2174 | 2172 | rm -rf conftest* |
2175 | 2173 | am_cv_val_LC_MESSAGES=yes |
2176 | 2174 | else |
@@ -2191,7 +2189,7 @@ EOF | ||
2191 | 2189 | fi |
2192 | 2190 | fi |
2193 | 2191 | 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 | |
2195 | 2193 | # Check whether --enable-nls or --disable-nls was given. |
2196 | 2194 | if test "${enable_nls+set}" = set; then |
2197 | 2195 | enableval="$enable_nls" |
@@ -2211,7 +2209,7 @@ fi | ||
2211 | 2209 | EOF |
2212 | 2210 | |
2213 | 2211 | 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 | |
2215 | 2213 | # Check whether --with-included-gettext or --without-included-gettext was given. |
2216 | 2214 | if test "${with_included_gettext+set}" = set; then |
2217 | 2215 | withval="$with_included_gettext" |
@@ -2230,17 +2228,17 @@ fi | ||
2230 | 2228 | |
2231 | 2229 | ac_safe=`echo "libintl.h" | sed 'y%./+-%__p_%'` |
2232 | 2230 | 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 | |
2234 | 2232 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
2235 | 2233 | echo $ac_n "(cached) $ac_c" 1>&6 |
2236 | 2234 | else |
2237 | 2235 | cat > conftest.$ac_ext <<EOF |
2238 | -#line 2239 "configure" | |
2236 | +#line 2237 "configure" | |
2239 | 2237 | #include "confdefs.h" |
2240 | 2238 | #include <libintl.h> |
2241 | 2239 | EOF |
2242 | 2240 | 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; } | |
2244 | 2242 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
2245 | 2243 | if test -z "$ac_err"; then |
2246 | 2244 | rm -rf conftest* |
@@ -2257,19 +2255,19 @@ fi | ||
2257 | 2255 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
2258 | 2256 | echo "$ac_t""yes" 1>&6 |
2259 | 2257 | 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 | |
2261 | 2259 | if eval "test \"`echo '$''{'gt_cv_func_gettext_libc'+set}'`\" = set"; then |
2262 | 2260 | echo $ac_n "(cached) $ac_c" 1>&6 |
2263 | 2261 | else |
2264 | 2262 | cat > conftest.$ac_ext <<EOF |
2265 | -#line 2266 "configure" | |
2263 | +#line 2264 "configure" | |
2266 | 2264 | #include "confdefs.h" |
2267 | 2265 | #include <libintl.h> |
2268 | 2266 | int main() { |
2269 | 2267 | return (int) gettext ("") |
2270 | 2268 | ; return 0; } |
2271 | 2269 | 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 | |
2273 | 2271 | rm -rf conftest* |
2274 | 2272 | gt_cv_func_gettext_libc=yes |
2275 | 2273 | else |
@@ -2285,7 +2283,7 @@ echo "$ac_t""$gt_cv_func_gettext_libc" 1>&6 | ||
2285 | 2283 | |
2286 | 2284 | if test "$gt_cv_func_gettext_libc" != "yes"; then |
2287 | 2285 | 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 | |
2289 | 2287 | ac_lib_var=`echo intl'_'bindtextdomain | sed 'y%./+-%__p_%'` |
2290 | 2288 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
2291 | 2289 | echo $ac_n "(cached) $ac_c" 1>&6 |
@@ -2293,7 +2291,7 @@ else | ||
2293 | 2291 | ac_save_LIBS="$LIBS" |
2294 | 2292 | LIBS="-lintl $LIBS" |
2295 | 2293 | cat > conftest.$ac_ext <<EOF |
2296 | -#line 2297 "configure" | |
2294 | +#line 2295 "configure" | |
2297 | 2295 | #include "confdefs.h" |
2298 | 2296 | /* Override any gcc2 internal prototype to avoid an error. */ |
2299 | 2297 | /* We use char because int might match the return type of a gcc2 |
@@ -2304,7 +2302,7 @@ int main() { | ||
2304 | 2302 | bindtextdomain() |
2305 | 2303 | ; return 0; } |
2306 | 2304 | 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 | |
2308 | 2306 | rm -rf conftest* |
2309 | 2307 | eval "ac_cv_lib_$ac_lib_var=yes" |
2310 | 2308 | else |
@@ -2320,19 +2318,19 @@ fi | ||
2320 | 2318 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
2321 | 2319 | echo "$ac_t""yes" 1>&6 |
2322 | 2320 | 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 | |
2324 | 2322 | if eval "test \"`echo '$''{'gt_cv_func_gettext_libintl'+set}'`\" = set"; then |
2325 | 2323 | echo $ac_n "(cached) $ac_c" 1>&6 |
2326 | 2324 | else |
2327 | 2325 | cat > conftest.$ac_ext <<EOF |
2328 | -#line 2329 "configure" | |
2326 | +#line 2327 "configure" | |
2329 | 2327 | #include "confdefs.h" |
2330 | 2328 | |
2331 | 2329 | int main() { |
2332 | 2330 | return (int) gettext ("") |
2333 | 2331 | ; return 0; } |
2334 | 2332 | 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 | |
2336 | 2334 | rm -rf conftest* |
2337 | 2335 | gt_cv_func_gettext_libintl=yes |
2338 | 2336 | else |
@@ -2360,7 +2358,7 @@ EOF | ||
2360 | 2358 | # Extract the first word of "msgfmt", so it can be a program name with args. |
2361 | 2359 | set dummy msgfmt; ac_word=$2 |
2362 | 2360 | 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 | |
2364 | 2362 | if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then |
2365 | 2363 | echo $ac_n "(cached) $ac_c" 1>&6 |
2366 | 2364 | else |
@@ -2394,12 +2392,12 @@ fi | ||
2394 | 2392 | for ac_func in dcgettext |
2395 | 2393 | do |
2396 | 2394 | 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 | |
2398 | 2396 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
2399 | 2397 | echo $ac_n "(cached) $ac_c" 1>&6 |
2400 | 2398 | else |
2401 | 2399 | cat > conftest.$ac_ext <<EOF |
2402 | -#line 2403 "configure" | |
2400 | +#line 2401 "configure" | |
2403 | 2401 | #include "confdefs.h" |
2404 | 2402 | /* System header to define __stub macros and hopefully few prototypes, |
2405 | 2403 | which can conflict with char $ac_func(); below. */ |
@@ -2422,7 +2420,7 @@ $ac_func(); | ||
2422 | 2420 | |
2423 | 2421 | ; return 0; } |
2424 | 2422 | 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 | |
2426 | 2424 | rm -rf conftest* |
2427 | 2425 | eval "ac_cv_func_$ac_func=yes" |
2428 | 2426 | else |
@@ -2449,7 +2447,7 @@ done | ||
2449 | 2447 | # Extract the first word of "gmsgfmt", so it can be a program name with args. |
2450 | 2448 | set dummy gmsgfmt; ac_word=$2 |
2451 | 2449 | 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 | |
2453 | 2451 | if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then |
2454 | 2452 | echo $ac_n "(cached) $ac_c" 1>&6 |
2455 | 2453 | else |
@@ -2485,7 +2483,7 @@ fi | ||
2485 | 2483 | # Extract the first word of "xgettext", so it can be a program name with args. |
2486 | 2484 | set dummy xgettext; ac_word=$2 |
2487 | 2485 | 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 | |
2489 | 2487 | if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then |
2490 | 2488 | echo $ac_n "(cached) $ac_c" 1>&6 |
2491 | 2489 | else |
@@ -2517,7 +2515,7 @@ else | ||
2517 | 2515 | fi |
2518 | 2516 | |
2519 | 2517 | cat > conftest.$ac_ext <<EOF |
2520 | -#line 2521 "configure" | |
2518 | +#line 2519 "configure" | |
2521 | 2519 | #include "confdefs.h" |
2522 | 2520 | |
2523 | 2521 | int main() { |
@@ -2525,7 +2523,7 @@ extern int _nl_msg_cat_cntr; | ||
2525 | 2523 | return _nl_msg_cat_cntr |
2526 | 2524 | ; return 0; } |
2527 | 2525 | 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 | |
2529 | 2527 | rm -rf conftest* |
2530 | 2528 | CATOBJEXT=.gmo |
2531 | 2529 | DATADIRNAME=share |
@@ -2557,7 +2555,7 @@ fi | ||
2557 | 2555 | # Extract the first word of "msgfmt", so it can be a program name with args. |
2558 | 2556 | set dummy msgfmt; ac_word=$2 |
2559 | 2557 | 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 | |
2561 | 2559 | if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then |
2562 | 2560 | echo $ac_n "(cached) $ac_c" 1>&6 |
2563 | 2561 | else |
@@ -2591,7 +2589,7 @@ fi | ||
2591 | 2589 | # Extract the first word of "gmsgfmt", so it can be a program name with args. |
2592 | 2590 | set dummy gmsgfmt; ac_word=$2 |
2593 | 2591 | 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 | |
2595 | 2593 | if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then |
2596 | 2594 | echo $ac_n "(cached) $ac_c" 1>&6 |
2597 | 2595 | else |
@@ -2627,7 +2625,7 @@ fi | ||
2627 | 2625 | # Extract the first word of "xgettext", so it can be a program name with args. |
2628 | 2626 | set dummy xgettext; ac_word=$2 |
2629 | 2627 | 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 | |
2631 | 2629 | if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then |
2632 | 2630 | echo $ac_n "(cached) $ac_c" 1>&6 |
2633 | 2631 | else |
@@ -2717,7 +2715,7 @@ fi | ||
2717 | 2715 | LINGUAS= |
2718 | 2716 | else |
2719 | 2717 | 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 | |
2721 | 2719 | NEW_LINGUAS= |
2722 | 2720 | for lang in ${LINGUAS=$ALL_LINGUAS}; do |
2723 | 2721 | case "$ALL_LINGUAS" in |
@@ -2745,17 +2743,17 @@ echo "configure:2721: checking for catalogs to be installed" >&5 | ||
2745 | 2743 | if test "$CATOBJEXT" = ".cat"; then |
2746 | 2744 | ac_safe=`echo "linux/version.h" | sed 'y%./+-%__p_%'` |
2747 | 2745 | 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 | |
2749 | 2747 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
2750 | 2748 | echo $ac_n "(cached) $ac_c" 1>&6 |
2751 | 2749 | else |
2752 | 2750 | cat > conftest.$ac_ext <<EOF |
2753 | -#line 2754 "configure" | |
2751 | +#line 2752 "configure" | |
2754 | 2752 | #include "confdefs.h" |
2755 | 2753 | #include <linux/version.h> |
2756 | 2754 | EOF |
2757 | 2755 | 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; } | |
2759 | 2757 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
2760 | 2758 | if test -z "$ac_err"; then |
2761 | 2759 | rm -rf conftest* |
@@ -2879,12 +2877,12 @@ EOF | ||
2879 | 2877 | |
2880 | 2878 | fi |
2881 | 2879 | |
2882 | -for ac_prog in gawk mawk nawk awk | |
2880 | +for ac_prog in mawk gawk nawk awk | |
2883 | 2881 | do |
2884 | 2882 | # Extract the first word of "$ac_prog", so it can be a program name with args. |
2885 | 2883 | set dummy $ac_prog; ac_word=$2 |
2886 | 2884 | 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 | |
2888 | 2886 | if eval "test \"`echo '$''{'ac_cv_prog_AWK'+set}'`\" = set"; then |
2889 | 2887 | echo $ac_n "(cached) $ac_c" 1>&6 |
2890 | 2888 | else |
@@ -2925,7 +2923,7 @@ done | ||
2925 | 2923 | # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" |
2926 | 2924 | # ./install, which can be erroneously created by make from ./install.sh. |
2927 | 2925 | 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 | |
2929 | 2927 | if test -z "$INSTALL"; then |
2930 | 2928 | if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then |
2931 | 2929 | echo $ac_n "(cached) $ac_c" 1>&6 |
@@ -2986,7 +2984,7 @@ fi | ||
2986 | 2984 | # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args. |
2987 | 2985 | set dummy ${ac_tool_prefix}ar; ac_word=$2 |
2988 | 2986 | 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 | |
2990 | 2988 | if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then |
2991 | 2989 | echo $ac_n "(cached) $ac_c" 1>&6 |
2992 | 2990 | else |
@@ -3018,7 +3016,7 @@ fi | ||
3018 | 3016 | # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. |
3019 | 3017 | set dummy ${ac_tool_prefix}ranlib; ac_word=$2 |
3020 | 3018 | 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 | |
3022 | 3020 | if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then |
3023 | 3021 | echo $ac_n "(cached) $ac_c" 1>&6 |
3024 | 3022 | else |
@@ -3050,7 +3048,7 @@ if test -n "$ac_tool_prefix"; then | ||
3050 | 3048 | # Extract the first word of "ranlib", so it can be a program name with args. |
3051 | 3049 | set dummy ranlib; ac_word=$2 |
3052 | 3050 | 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 | |
3054 | 3052 | if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then |
3055 | 3053 | echo $ac_n "(cached) $ac_c" 1>&6 |
3056 | 3054 | else |
@@ -3085,7 +3083,7 @@ fi | ||
3085 | 3083 | # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args. |
3086 | 3084 | set dummy ${ac_tool_prefix}dlltool; ac_word=$2 |
3087 | 3085 | 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 | |
3089 | 3087 | if eval "test \"`echo '$''{'ac_cv_prog_DLLTOOL'+set}'`\" = set"; then |
3090 | 3088 | echo $ac_n "(cached) $ac_c" 1>&6 |
3091 | 3089 | else |
@@ -3117,7 +3115,7 @@ fi | ||
3117 | 3115 | # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args. |
3118 | 3116 | set dummy ${ac_tool_prefix}windres; ac_word=$2 |
3119 | 3117 | 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 | |
3121 | 3119 | if eval "test \"`echo '$''{'ac_cv_prog_WINDRES'+set}'`\" = set"; then |
3122 | 3120 | echo $ac_n "(cached) $ac_c" 1>&6 |
3123 | 3121 | else |
@@ -3151,7 +3149,7 @@ do | ||
3151 | 3149 | # Extract the first word of "$ac_prog", so it can be a program name with args. |
3152 | 3150 | set dummy $ac_prog; ac_word=$2 |
3153 | 3151 | 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 | |
3155 | 3153 | if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then |
3156 | 3154 | echo $ac_n "(cached) $ac_c" 1>&6 |
3157 | 3155 | else |
@@ -3185,7 +3183,7 @@ test -n "$YACC" || YACC="yacc" | ||
3185 | 3183 | # Extract the first word of "${ac_tool_prefix}mig", so it can be a program name with args. |
3186 | 3184 | set dummy ${ac_tool_prefix}mig; ac_word=$2 |
3187 | 3185 | 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 | |
3189 | 3187 | if eval "test \"`echo '$''{'ac_cv_prog_MIG'+set}'`\" = set"; then |
3190 | 3188 | echo $ac_n "(cached) $ac_c" 1>&6 |
3191 | 3189 | else |
@@ -3236,12 +3234,12 @@ test "$program_transform_name" = "" && program_transform_name="s,x,x," | ||
3236 | 3234 | |
3237 | 3235 | |
3238 | 3236 | 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 | |
3240 | 3238 | if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then |
3241 | 3239 | echo $ac_n "(cached) $ac_c" 1>&6 |
3242 | 3240 | else |
3243 | 3241 | cat > conftest.$ac_ext <<EOF |
3244 | -#line 3245 "configure" | |
3242 | +#line 3243 "configure" | |
3245 | 3243 | #include "confdefs.h" |
3246 | 3244 | #include <sys/types.h> |
3247 | 3245 | #include <signal.h> |
@@ -3258,7 +3256,7 @@ int main() { | ||
3258 | 3256 | int i; |
3259 | 3257 | ; return 0; } |
3260 | 3258 | 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 | |
3262 | 3260 | rm -rf conftest* |
3263 | 3261 | ac_cv_type_signal=void |
3264 | 3262 | else |
@@ -3278,12 +3276,12 @@ EOF | ||
3278 | 3276 | |
3279 | 3277 | |
3280 | 3278 | 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 | |
3282 | 3280 | if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then |
3283 | 3281 | echo $ac_n "(cached) $ac_c" 1>&6 |
3284 | 3282 | else |
3285 | 3283 | cat > conftest.$ac_ext <<EOF |
3286 | -#line 3287 "configure" | |
3284 | +#line 3285 "configure" | |
3287 | 3285 | #include "confdefs.h" |
3288 | 3286 | #include <stdlib.h> |
3289 | 3287 | #include <stdarg.h> |
@@ -3291,7 +3289,7 @@ else | ||
3291 | 3289 | #include <float.h> |
3292 | 3290 | EOF |
3293 | 3291 | 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; } | |
3295 | 3293 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
3296 | 3294 | if test -z "$ac_err"; then |
3297 | 3295 | rm -rf conftest* |
@@ -3308,7 +3306,7 @@ rm -f conftest* | ||
3308 | 3306 | if test $ac_cv_header_stdc = yes; then |
3309 | 3307 | # SunOS 4.x string.h does not declare mem*, contrary to ANSI. |
3310 | 3308 | cat > conftest.$ac_ext <<EOF |
3311 | -#line 3312 "configure" | |
3309 | +#line 3310 "configure" | |
3312 | 3310 | #include "confdefs.h" |
3313 | 3311 | #include <string.h> |
3314 | 3312 | EOF |
@@ -3326,7 +3324,7 @@ fi | ||
3326 | 3324 | if test $ac_cv_header_stdc = yes; then |
3327 | 3325 | # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. |
3328 | 3326 | cat > conftest.$ac_ext <<EOF |
3329 | -#line 3330 "configure" | |
3327 | +#line 3328 "configure" | |
3330 | 3328 | #include "confdefs.h" |
3331 | 3329 | #include <stdlib.h> |
3332 | 3330 | EOF |
@@ -3347,7 +3345,7 @@ if test "$cross_compiling" = yes; then | ||
3347 | 3345 | : |
3348 | 3346 | else |
3349 | 3347 | cat > conftest.$ac_ext <<EOF |
3350 | -#line 3351 "configure" | |
3348 | +#line 3349 "configure" | |
3351 | 3349 | #include "confdefs.h" |
3352 | 3350 | #include <ctype.h> |
3353 | 3351 | #define ISLOWER(c) ('a' <= (c) && (c) <= 'z') |
@@ -3358,7 +3356,7 @@ if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2); | ||
3358 | 3356 | exit (0); } |
3359 | 3357 | |
3360 | 3358 | 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 | |
3362 | 3360 | then |
3363 | 3361 | : |
3364 | 3362 | else |
@@ -3402,17 +3400,17 @@ for ac_hdr in ctype.h nlist.h link.h thread_db.h proc_service.h \ | ||
3402 | 3400 | do |
3403 | 3401 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
3404 | 3402 | 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 | |
3406 | 3404 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
3407 | 3405 | echo $ac_n "(cached) $ac_c" 1>&6 |
3408 | 3406 | else |
3409 | 3407 | cat > conftest.$ac_ext <<EOF |
3410 | -#line 3411 "configure" | |
3408 | +#line 3409 "configure" | |
3411 | 3409 | #include "confdefs.h" |
3412 | 3410 | #include <$ac_hdr> |
3413 | 3411 | EOF |
3414 | 3412 | 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; } | |
3416 | 3414 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
3417 | 3415 | if test -z "$ac_err"; then |
3418 | 3416 | rm -rf conftest* |
@@ -3439,12 +3437,12 @@ fi | ||
3439 | 3437 | done |
3440 | 3438 | |
3441 | 3439 | 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 | |
3443 | 3441 | if eval "test \"`echo '$''{'ac_cv_header_stat_broken'+set}'`\" = set"; then |
3444 | 3442 | echo $ac_n "(cached) $ac_c" 1>&6 |
3445 | 3443 | else |
3446 | 3444 | cat > conftest.$ac_ext <<EOF |
3447 | -#line 3448 "configure" | |
3445 | +#line 3446 "configure" | |
3448 | 3446 | #include "confdefs.h" |
3449 | 3447 | #include <sys/types.h> |
3450 | 3448 | #include <sys/stat.h> |
@@ -3496,12 +3494,12 @@ fi | ||
3496 | 3494 | |
3497 | 3495 | |
3498 | 3496 | 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 | |
3500 | 3498 | if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then |
3501 | 3499 | echo $ac_n "(cached) $ac_c" 1>&6 |
3502 | 3500 | else |
3503 | 3501 | cat > conftest.$ac_ext <<EOF |
3504 | -#line 3505 "configure" | |
3502 | +#line 3503 "configure" | |
3505 | 3503 | #include "confdefs.h" |
3506 | 3504 | |
3507 | 3505 | int main() { |
@@ -3550,7 +3548,7 @@ ccp = (char const *const *) p; | ||
3550 | 3548 | |
3551 | 3549 | ; return 0; } |
3552 | 3550 | 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 | |
3554 | 3552 | rm -rf conftest* |
3555 | 3553 | ac_cv_c_const=yes |
3556 | 3554 | else |
@@ -3571,21 +3569,21 @@ EOF | ||
3571 | 3569 | fi |
3572 | 3570 | |
3573 | 3571 | 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 | |
3575 | 3573 | if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then |
3576 | 3574 | echo $ac_n "(cached) $ac_c" 1>&6 |
3577 | 3575 | else |
3578 | 3576 | ac_cv_c_inline=no |
3579 | 3577 | for ac_kw in inline __inline__ __inline; do |
3580 | 3578 | cat > conftest.$ac_ext <<EOF |
3581 | -#line 3582 "configure" | |
3579 | +#line 3580 "configure" | |
3582 | 3580 | #include "confdefs.h" |
3583 | 3581 | |
3584 | 3582 | int main() { |
3585 | 3583 | } $ac_kw foo() { |
3586 | 3584 | ; return 0; } |
3587 | 3585 | 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 | |
3589 | 3587 | rm -rf conftest* |
3590 | 3588 | ac_cv_c_inline=$ac_kw; break |
3591 | 3589 | else |
@@ -3615,12 +3613,12 @@ for ac_func in bcopy btowc bzero canonicalize_file_name isascii poll \ | ||
3615 | 3613 | realpath sbrk setpgid setpgrp sigaction sigprocmask sigsetmask |
3616 | 3614 | do |
3617 | 3615 | 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 | |
3619 | 3617 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
3620 | 3618 | echo $ac_n "(cached) $ac_c" 1>&6 |
3621 | 3619 | else |
3622 | 3620 | cat > conftest.$ac_ext <<EOF |
3623 | -#line 3624 "configure" | |
3621 | +#line 3622 "configure" | |
3624 | 3622 | #include "confdefs.h" |
3625 | 3623 | /* System header to define __stub macros and hopefully few prototypes, |
3626 | 3624 | which can conflict with char $ac_func(); below. */ |
@@ -3643,7 +3641,7 @@ $ac_func(); | ||
3643 | 3641 | |
3644 | 3642 | ; return 0; } |
3645 | 3643 | 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 | |
3647 | 3645 | rm -rf conftest* |
3648 | 3646 | eval "ac_cv_func_$ac_func=yes" |
3649 | 3647 | else |
@@ -3670,19 +3668,19 @@ done | ||
3670 | 3668 | # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works |
3671 | 3669 | # for constant arguments. Useless! |
3672 | 3670 | 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 | |
3674 | 3672 | if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then |
3675 | 3673 | echo $ac_n "(cached) $ac_c" 1>&6 |
3676 | 3674 | else |
3677 | 3675 | cat > conftest.$ac_ext <<EOF |
3678 | -#line 3679 "configure" | |
3676 | +#line 3677 "configure" | |
3679 | 3677 | #include "confdefs.h" |
3680 | 3678 | #include <alloca.h> |
3681 | 3679 | int main() { |
3682 | 3680 | char *p = alloca(2 * sizeof(int)); |
3683 | 3681 | ; return 0; } |
3684 | 3682 | 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 | |
3686 | 3684 | rm -rf conftest* |
3687 | 3685 | ac_cv_header_alloca_h=yes |
3688 | 3686 | else |
@@ -3703,12 +3701,12 @@ EOF | ||
3703 | 3701 | fi |
3704 | 3702 | |
3705 | 3703 | 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 | |
3707 | 3705 | if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then |
3708 | 3706 | echo $ac_n "(cached) $ac_c" 1>&6 |
3709 | 3707 | else |
3710 | 3708 | cat > conftest.$ac_ext <<EOF |
3711 | -#line 3712 "configure" | |
3709 | +#line 3710 "configure" | |
3712 | 3710 | #include "confdefs.h" |
3713 | 3711 | |
3714 | 3712 | #ifdef __GNUC__ |
@@ -3736,7 +3734,7 @@ int main() { | ||
3736 | 3734 | char *p = (char *) alloca(1); |
3737 | 3735 | ; return 0; } |
3738 | 3736 | 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 | |
3740 | 3738 | rm -rf conftest* |
3741 | 3739 | ac_cv_func_alloca_works=yes |
3742 | 3740 | else |
@@ -3768,12 +3766,12 @@ EOF | ||
3768 | 3766 | |
3769 | 3767 | |
3770 | 3768 | 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 | |
3772 | 3770 | if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then |
3773 | 3771 | echo $ac_n "(cached) $ac_c" 1>&6 |
3774 | 3772 | else |
3775 | 3773 | cat > conftest.$ac_ext <<EOF |
3776 | -#line 3777 "configure" | |
3774 | +#line 3775 "configure" | |
3777 | 3775 | #include "confdefs.h" |
3778 | 3776 | #if defined(CRAY) && ! defined(CRAY2) |
3779 | 3777 | webecray |
@@ -3798,12 +3796,12 @@ echo "$ac_t""$ac_cv_os_cray" 1>&6 | ||
3798 | 3796 | if test $ac_cv_os_cray = yes; then |
3799 | 3797 | for ac_func in _getb67 GETB67 getb67; do |
3800 | 3798 | 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 | |
3802 | 3800 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
3803 | 3801 | echo $ac_n "(cached) $ac_c" 1>&6 |
3804 | 3802 | else |
3805 | 3803 | cat > conftest.$ac_ext <<EOF |
3806 | -#line 3807 "configure" | |
3804 | +#line 3805 "configure" | |
3807 | 3805 | #include "confdefs.h" |
3808 | 3806 | /* System header to define __stub macros and hopefully few prototypes, |
3809 | 3807 | which can conflict with char $ac_func(); below. */ |
@@ -3826,7 +3824,7 @@ $ac_func(); | ||
3826 | 3824 | |
3827 | 3825 | ; return 0; } |
3828 | 3826 | 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 | |
3830 | 3828 | rm -rf conftest* |
3831 | 3829 | eval "ac_cv_func_$ac_func=yes" |
3832 | 3830 | else |
@@ -3853,7 +3851,7 @@ done | ||
3853 | 3851 | fi |
3854 | 3852 | |
3855 | 3853 | 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 | |
3857 | 3855 | if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then |
3858 | 3856 | echo $ac_n "(cached) $ac_c" 1>&6 |
3859 | 3857 | else |
@@ -3861,7 +3859,7 @@ else | ||
3861 | 3859 | ac_cv_c_stack_direction=0 |
3862 | 3860 | else |
3863 | 3861 | cat > conftest.$ac_ext <<EOF |
3864 | -#line 3865 "configure" | |
3862 | +#line 3863 "configure" | |
3865 | 3863 | #include "confdefs.h" |
3866 | 3864 | find_stack_direction () |
3867 | 3865 | { |
@@ -3880,7 +3878,7 @@ main () | ||
3880 | 3878 | exit (find_stack_direction() < 0); |
3881 | 3879 | } |
3882 | 3880 | 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 | |
3884 | 3882 | then |
3885 | 3883 | ac_cv_c_stack_direction=1 |
3886 | 3884 | else |
@@ -3902,12 +3900,12 @@ EOF | ||
3902 | 3900 | fi |
3903 | 3901 | |
3904 | 3902 | 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 | |
3906 | 3904 | if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then |
3907 | 3905 | echo $ac_n "(cached) $ac_c" 1>&6 |
3908 | 3906 | else |
3909 | 3907 | cat > conftest.$ac_ext <<EOF |
3910 | -#line 3911 "configure" | |
3908 | +#line 3909 "configure" | |
3911 | 3909 | #include "confdefs.h" |
3912 | 3910 | #include <sys/types.h> |
3913 | 3911 | #if STDC_HEADERS |
@@ -3936,17 +3934,17 @@ fi | ||
3936 | 3934 | |
3937 | 3935 | ac_safe=`echo "vfork.h" | sed 'y%./+-%__p_%'` |
3938 | 3936 | 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 | |
3940 | 3938 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
3941 | 3939 | echo $ac_n "(cached) $ac_c" 1>&6 |
3942 | 3940 | else |
3943 | 3941 | cat > conftest.$ac_ext <<EOF |
3944 | -#line 3945 "configure" | |
3942 | +#line 3943 "configure" | |
3945 | 3943 | #include "confdefs.h" |
3946 | 3944 | #include <vfork.h> |
3947 | 3945 | EOF |
3948 | 3946 | 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; } | |
3950 | 3948 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
3951 | 3949 | if test -z "$ac_err"; then |
3952 | 3950 | rm -rf conftest* |
@@ -3971,18 +3969,18 @@ else | ||
3971 | 3969 | fi |
3972 | 3970 | |
3973 | 3971 | 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 | |
3975 | 3973 | if eval "test \"`echo '$''{'ac_cv_func_vfork_works'+set}'`\" = set"; then |
3976 | 3974 | echo $ac_n "(cached) $ac_c" 1>&6 |
3977 | 3975 | else |
3978 | 3976 | if test "$cross_compiling" = yes; then |
3979 | 3977 | 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 | |
3981 | 3979 | if eval "test \"`echo '$''{'ac_cv_func_vfork'+set}'`\" = set"; then |
3982 | 3980 | echo $ac_n "(cached) $ac_c" 1>&6 |
3983 | 3981 | else |
3984 | 3982 | cat > conftest.$ac_ext <<EOF |
3985 | -#line 3986 "configure" | |
3983 | +#line 3984 "configure" | |
3986 | 3984 | #include "confdefs.h" |
3987 | 3985 | /* System header to define __stub macros and hopefully few prototypes, |
3988 | 3986 | which can conflict with char vfork(); below. */ |
@@ -4005,7 +4003,7 @@ vfork(); | ||
4005 | 4003 | |
4006 | 4004 | ; return 0; } |
4007 | 4005 | 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 | |
4009 | 4007 | rm -rf conftest* |
4010 | 4008 | eval "ac_cv_func_vfork=yes" |
4011 | 4009 | else |
@@ -4027,7 +4025,7 @@ fi | ||
4027 | 4025 | ac_cv_func_vfork_works=$ac_cv_func_vfork |
4028 | 4026 | else |
4029 | 4027 | cat > conftest.$ac_ext <<EOF |
4030 | -#line 4031 "configure" | |
4028 | +#line 4029 "configure" | |
4031 | 4029 | #include "confdefs.h" |
4032 | 4030 | /* Thanks to Paul Eggert for this test. */ |
4033 | 4031 | #include <stdio.h> |
@@ -4122,7 +4120,7 @@ main() { | ||
4122 | 4120 | } |
4123 | 4121 | } |
4124 | 4122 | 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 | |
4126 | 4124 | then |
4127 | 4125 | ac_cv_func_vfork_works=yes |
4128 | 4126 | else |
@@ -4146,7 +4144,7 @@ fi | ||
4146 | 4144 | |
4147 | 4145 | if test "$cross_compiling" = no; then |
4148 | 4146 | 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 | |
4150 | 4148 | if eval "test \"`echo '$''{'ac_cv_func_setpgrp_void'+set}'`\" = set"; then |
4151 | 4149 | echo $ac_n "(cached) $ac_c" 1>&6 |
4152 | 4150 | else |
@@ -4154,7 +4152,7 @@ else | ||
4154 | 4152 | { echo "configure: error: cannot check setpgrp if cross compiling" 1>&2; exit 1; } |
4155 | 4153 | else |
4156 | 4154 | cat > conftest.$ac_ext <<EOF |
4157 | -#line 4158 "configure" | |
4155 | +#line 4156 "configure" | |
4158 | 4156 | #include "confdefs.h" |
4159 | 4157 | |
4160 | 4158 | #ifdef HAVE_UNISTD_H |
@@ -4174,7 +4172,7 @@ main() | ||
4174 | 4172 | } |
4175 | 4173 | |
4176 | 4174 | 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 | |
4178 | 4176 | then |
4179 | 4177 | ac_cv_func_setpgrp_void=no |
4180 | 4178 | else |
@@ -4199,12 +4197,12 @@ fi | ||
4199 | 4197 | |
4200 | 4198 | else |
4201 | 4199 | 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 | |
4203 | 4201 | if eval "test \"`echo '$''{'ac_cv_func_setpgrp_void'+set}'`\" = set"; then |
4204 | 4202 | echo $ac_n "(cached) $ac_c" 1>&6 |
4205 | 4203 | else |
4206 | 4204 | cat > conftest.$ac_ext <<EOF |
4207 | -#line 4208 "configure" | |
4205 | +#line 4206 "configure" | |
4208 | 4206 | #include "confdefs.h" |
4209 | 4207 | |
4210 | 4208 | #include <unistd.h> |
@@ -4218,7 +4216,7 @@ int main() { | ||
4218 | 4216 | |
4219 | 4217 | ; return 0; } |
4220 | 4218 | 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 | |
4222 | 4220 | rm -rf conftest* |
4223 | 4221 | ac_cv_func_setpgrp_void=no |
4224 | 4222 | else |
@@ -4242,12 +4240,12 @@ fi | ||
4242 | 4240 | # Check if sigsetjmp is available. Using AC_CHECK_FUNCS won't do |
4243 | 4241 | # since sigsetjmp might only be defined as a macro. |
4244 | 4242 | 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 | |
4246 | 4244 | if eval "test \"`echo '$''{'gdb_cv_func_sigsetjmp'+set}'`\" = set"; then |
4247 | 4245 | echo $ac_n "(cached) $ac_c" 1>&6 |
4248 | 4246 | else |
4249 | 4247 | cat > conftest.$ac_ext <<EOF |
4250 | -#line 4251 "configure" | |
4248 | +#line 4249 "configure" | |
4251 | 4249 | #include "confdefs.h" |
4252 | 4250 | |
4253 | 4251 | #include <setjmp.h> |
@@ -4256,7 +4254,7 @@ int main() { | ||
4256 | 4254 | sigjmp_buf env; while (! sigsetjmp (env, 1)) siglongjmp (env, 1); |
4257 | 4255 | ; return 0; } |
4258 | 4256 | 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 | |
4260 | 4258 | rm -rf conftest* |
4261 | 4259 | gdb_cv_func_sigsetjmp=yes |
4262 | 4260 | else |
@@ -4279,19 +4277,19 @@ fi | ||
4279 | 4277 | # See if <machine/reg.h> supports the %fs and %gs i386 segment registers. |
4280 | 4278 | # Older i386 BSD's don't have the r_fs and r_gs members of `struct reg'. |
4281 | 4279 | 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 | |
4283 | 4281 | if eval "test \"`echo '$''{'gdb_cv_struct_reg_r_fs'+set}'`\" = set"; then |
4284 | 4282 | echo $ac_n "(cached) $ac_c" 1>&6 |
4285 | 4283 | else |
4286 | 4284 | cat > conftest.$ac_ext <<EOF |
4287 | -#line 4288 "configure" | |
4285 | +#line 4286 "configure" | |
4288 | 4286 | #include "confdefs.h" |
4289 | 4287 | #include <machine/reg.h> |
4290 | 4288 | int main() { |
4291 | 4289 | struct reg r; r.r_fs; |
4292 | 4290 | ; return 0; } |
4293 | 4291 | 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 | |
4295 | 4293 | rm -rf conftest* |
4296 | 4294 | gdb_cv_struct_reg_r_fs=yes |
4297 | 4295 | else |
@@ -4311,19 +4309,19 @@ EOF | ||
4311 | 4309 | |
4312 | 4310 | fi |
4313 | 4311 | 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 | |
4315 | 4313 | if eval "test \"`echo '$''{'gdb_cv_struct_reg_r_gs'+set}'`\" = set"; then |
4316 | 4314 | echo $ac_n "(cached) $ac_c" 1>&6 |
4317 | 4315 | else |
4318 | 4316 | cat > conftest.$ac_ext <<EOF |
4319 | -#line 4320 "configure" | |
4317 | +#line 4318 "configure" | |
4320 | 4318 | #include "confdefs.h" |
4321 | 4319 | #include <machine/reg.h> |
4322 | 4320 | int main() { |
4323 | 4321 | struct reg r; r.r_gs; |
4324 | 4322 | ; return 0; } |
4325 | 4323 | 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 | |
4327 | 4325 | rm -rf conftest* |
4328 | 4326 | gdb_cv_struct_reg_r_gs=yes |
4329 | 4327 | else |
@@ -4345,19 +4343,19 @@ fi | ||
4345 | 4343 | |
4346 | 4344 | # See if <sys/ptrace.h> provides the PTRACE_GETREGS request. |
4347 | 4345 | 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 | |
4349 | 4347 | if eval "test \"`echo '$''{'gdb_cv_have_ptrace_getregs'+set}'`\" = set"; then |
4350 | 4348 | echo $ac_n "(cached) $ac_c" 1>&6 |
4351 | 4349 | else |
4352 | 4350 | cat > conftest.$ac_ext <<EOF |
4353 | -#line 4354 "configure" | |
4351 | +#line 4352 "configure" | |
4354 | 4352 | #include "confdefs.h" |
4355 | 4353 | #include <sys/ptrace.h> |
4356 | 4354 | int main() { |
4357 | 4355 | PTRACE_GETREGS; |
4358 | 4356 | ; return 0; } |
4359 | 4357 | 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 | |
4361 | 4359 | rm -rf conftest* |
4362 | 4360 | gdb_cv_have_ptrace_getregs=yes |
4363 | 4361 | else |
@@ -4379,19 +4377,19 @@ fi | ||
4379 | 4377 | |
4380 | 4378 | # See if <sys/ptrace.h> provides the PTRACE_GETFPXREGS request. |
4381 | 4379 | 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 | |
4383 | 4381 | if eval "test \"`echo '$''{'gdb_cv_have_ptrace_getfpxregs'+set}'`\" = set"; then |
4384 | 4382 | echo $ac_n "(cached) $ac_c" 1>&6 |
4385 | 4383 | else |
4386 | 4384 | cat > conftest.$ac_ext <<EOF |
4387 | -#line 4388 "configure" | |
4385 | +#line 4386 "configure" | |
4388 | 4386 | #include "confdefs.h" |
4389 | 4387 | #include <sys/ptrace.h> |
4390 | 4388 | int main() { |
4391 | 4389 | PTRACE_GETFPXREGS; |
4392 | 4390 | ; return 0; } |
4393 | 4391 | 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 | |
4395 | 4393 | rm -rf conftest* |
4396 | 4394 | gdb_cv_have_ptrace_getfpxregs=yes |
4397 | 4395 | else |
@@ -4413,12 +4411,12 @@ fi | ||
4413 | 4411 | |
4414 | 4412 | # See if <sys/ptrace.h> provides the PT_GETDBREGS request. |
4415 | 4413 | 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 | |
4417 | 4415 | if eval "test \"`echo '$''{'gdb_cv_have_pt_getdbregs'+set}'`\" = set"; then |
4418 | 4416 | echo $ac_n "(cached) $ac_c" 1>&6 |
4419 | 4417 | else |
4420 | 4418 | cat > conftest.$ac_ext <<EOF |
4421 | -#line 4422 "configure" | |
4419 | +#line 4420 "configure" | |
4422 | 4420 | #include "confdefs.h" |
4423 | 4421 | #include <sys/types.h> |
4424 | 4422 | #include <sys/ptrace.h> |
@@ -4426,7 +4424,7 @@ int main() { | ||
4426 | 4424 | PT_GETDBREGS; |
4427 | 4425 | ; return 0; } |
4428 | 4426 | 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 | |
4430 | 4428 | rm -rf conftest* |
4431 | 4429 | gdb_cv_have_pt_getdbregs=yes |
4432 | 4430 | else |
@@ -4448,12 +4446,12 @@ fi | ||
4448 | 4446 | |
4449 | 4447 | # See if <sys/ptrace.h> provides the PT_GETXMMREGS request. |
4450 | 4448 | 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 | |
4452 | 4450 | if eval "test \"`echo '$''{'gdb_cv_have_pt_getxmmregs'+set}'`\" = set"; then |
4453 | 4451 | echo $ac_n "(cached) $ac_c" 1>&6 |
4454 | 4452 | else |
4455 | 4453 | cat > conftest.$ac_ext <<EOF |
4456 | -#line 4457 "configure" | |
4454 | +#line 4455 "configure" | |
4457 | 4455 | #include "confdefs.h" |
4458 | 4456 | #include <sys/types.h> |
4459 | 4457 | #include <sys/ptrace.h> |
@@ -4461,7 +4459,7 @@ int main() { | ||
4461 | 4459 | PT_GETXMMREGS; |
4462 | 4460 | ; return 0; } |
4463 | 4461 | 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 | |
4465 | 4463 | rm -rf conftest* |
4466 | 4464 | gdb_cv_have_pt_getxmmregs=yes |
4467 | 4465 | else |
@@ -4483,7 +4481,7 @@ fi | ||
4483 | 4481 | |
4484 | 4482 | |
4485 | 4483 | 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 | |
4487 | 4485 | ac_lib_var=`echo socket'_'socketpair | sed 'y%./+-%__p_%'` |
4488 | 4486 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
4489 | 4487 | echo $ac_n "(cached) $ac_c" 1>&6 |
@@ -4491,7 +4489,7 @@ else | ||
4491 | 4489 | ac_save_LIBS="$LIBS" |
4492 | 4490 | LIBS="-lsocket $LIBS" |
4493 | 4491 | cat > conftest.$ac_ext <<EOF |
4494 | -#line 4495 "configure" | |
4492 | +#line 4493 "configure" | |
4495 | 4493 | #include "confdefs.h" |
4496 | 4494 | /* Override any gcc2 internal prototype to avoid an error. */ |
4497 | 4495 | /* We use char because int might match the return type of a gcc2 |
@@ -4502,7 +4500,7 @@ int main() { | ||
4502 | 4500 | socketpair() |
4503 | 4501 | ; return 0; } |
4504 | 4502 | 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 | |
4506 | 4504 | rm -rf conftest* |
4507 | 4505 | eval "ac_cv_lib_$ac_lib_var=yes" |
4508 | 4506 | else |
@@ -4532,12 +4530,12 @@ fi | ||
4532 | 4530 | for ac_func in socketpair |
4533 | 4531 | do |
4534 | 4532 | 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 | |
4536 | 4534 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
4537 | 4535 | echo $ac_n "(cached) $ac_c" 1>&6 |
4538 | 4536 | else |
4539 | 4537 | cat > conftest.$ac_ext <<EOF |
4540 | -#line 4541 "configure" | |
4538 | +#line 4539 "configure" | |
4541 | 4539 | #include "confdefs.h" |
4542 | 4540 | /* System header to define __stub macros and hopefully few prototypes, |
4543 | 4541 | which can conflict with char $ac_func(); below. */ |
@@ -4560,7 +4558,7 @@ $ac_func(); | ||
4560 | 4558 | |
4561 | 4559 | ; return 0; } |
4562 | 4560 | 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 | |
4564 | 4562 | rm -rf conftest* |
4565 | 4563 | eval "ac_cv_func_$ac_func=yes" |
4566 | 4564 | else |
@@ -4587,12 +4585,12 @@ done | ||
4587 | 4585 | |
4588 | 4586 | |
4589 | 4587 | 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 | |
4591 | 4589 | if eval "test \"`echo '$''{'bfd_cv_decl_needed_malloc'+set}'`\" = set"; then |
4592 | 4590 | echo $ac_n "(cached) $ac_c" 1>&6 |
4593 | 4591 | else |
4594 | 4592 | cat > conftest.$ac_ext <<EOF |
4595 | -#line 4596 "configure" | |
4593 | +#line 4594 "configure" | |
4596 | 4594 | #include "confdefs.h" |
4597 | 4595 | |
4598 | 4596 | #include <stdio.h> |
@@ -4613,7 +4611,7 @@ int main() { | ||
4613 | 4611 | char *(*pfn) = (char *(*)) malloc |
4614 | 4612 | ; return 0; } |
4615 | 4613 | 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 | |
4617 | 4615 | rm -rf conftest* |
4618 | 4616 | bfd_cv_decl_needed_malloc=no |
4619 | 4617 | else |
@@ -4634,12 +4632,12 @@ EOF | ||
4634 | 4632 | fi |
4635 | 4633 | |
4636 | 4634 | 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 | |
4638 | 4636 | if eval "test \"`echo '$''{'bfd_cv_decl_needed_realloc'+set}'`\" = set"; then |
4639 | 4637 | echo $ac_n "(cached) $ac_c" 1>&6 |
4640 | 4638 | else |
4641 | 4639 | cat > conftest.$ac_ext <<EOF |
4642 | -#line 4643 "configure" | |
4640 | +#line 4641 "configure" | |
4643 | 4641 | #include "confdefs.h" |
4644 | 4642 | |
4645 | 4643 | #include <stdio.h> |
@@ -4660,7 +4658,7 @@ int main() { | ||
4660 | 4658 | char *(*pfn) = (char *(*)) realloc |
4661 | 4659 | ; return 0; } |
4662 | 4660 | 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 | |
4664 | 4662 | rm -rf conftest* |
4665 | 4663 | bfd_cv_decl_needed_realloc=no |
4666 | 4664 | else |
@@ -4681,12 +4679,12 @@ EOF | ||
4681 | 4679 | fi |
4682 | 4680 | |
4683 | 4681 | 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 | |
4685 | 4683 | if eval "test \"`echo '$''{'bfd_cv_decl_needed_free'+set}'`\" = set"; then |
4686 | 4684 | echo $ac_n "(cached) $ac_c" 1>&6 |
4687 | 4685 | else |
4688 | 4686 | cat > conftest.$ac_ext <<EOF |
4689 | -#line 4690 "configure" | |
4687 | +#line 4688 "configure" | |
4690 | 4688 | #include "confdefs.h" |
4691 | 4689 | |
4692 | 4690 | #include <stdio.h> |
@@ -4707,7 +4705,7 @@ int main() { | ||
4707 | 4705 | char *(*pfn) = (char *(*)) free |
4708 | 4706 | ; return 0; } |
4709 | 4707 | 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 | |
4711 | 4709 | rm -rf conftest* |
4712 | 4710 | bfd_cv_decl_needed_free=no |
4713 | 4711 | else |
@@ -4728,12 +4726,12 @@ EOF | ||
4728 | 4726 | fi |
4729 | 4727 | |
4730 | 4728 | 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 | |
4732 | 4730 | if eval "test \"`echo '$''{'bfd_cv_decl_needed_strerror'+set}'`\" = set"; then |
4733 | 4731 | echo $ac_n "(cached) $ac_c" 1>&6 |
4734 | 4732 | else |
4735 | 4733 | cat > conftest.$ac_ext <<EOF |
4736 | -#line 4737 "configure" | |
4734 | +#line 4735 "configure" | |
4737 | 4735 | #include "confdefs.h" |
4738 | 4736 | |
4739 | 4737 | #include <stdio.h> |
@@ -4754,7 +4752,7 @@ int main() { | ||
4754 | 4752 | char *(*pfn) = (char *(*)) strerror |
4755 | 4753 | ; return 0; } |
4756 | 4754 | 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 | |
4758 | 4756 | rm -rf conftest* |
4759 | 4757 | bfd_cv_decl_needed_strerror=no |
4760 | 4758 | else |
@@ -4775,12 +4773,12 @@ EOF | ||
4775 | 4773 | fi |
4776 | 4774 | |
4777 | 4775 | 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 | |
4779 | 4777 | if eval "test \"`echo '$''{'bfd_cv_decl_needed_strdup'+set}'`\" = set"; then |
4780 | 4778 | echo $ac_n "(cached) $ac_c" 1>&6 |
4781 | 4779 | else |
4782 | 4780 | cat > conftest.$ac_ext <<EOF |
4783 | -#line 4784 "configure" | |
4781 | +#line 4782 "configure" | |
4784 | 4782 | #include "confdefs.h" |
4785 | 4783 | |
4786 | 4784 | #include <stdio.h> |
@@ -4801,7 +4799,7 @@ int main() { | ||
4801 | 4799 | char *(*pfn) = (char *(*)) strdup |
4802 | 4800 | ; return 0; } |
4803 | 4801 | 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 | |
4805 | 4803 | rm -rf conftest* |
4806 | 4804 | bfd_cv_decl_needed_strdup=no |
4807 | 4805 | else |
@@ -4822,12 +4820,12 @@ EOF | ||
4822 | 4820 | fi |
4823 | 4821 | |
4824 | 4822 | 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 | |
4826 | 4824 | if eval "test \"`echo '$''{'bfd_cv_decl_needed_strstr'+set}'`\" = set"; then |
4827 | 4825 | echo $ac_n "(cached) $ac_c" 1>&6 |
4828 | 4826 | else |
4829 | 4827 | cat > conftest.$ac_ext <<EOF |
4830 | -#line 4831 "configure" | |
4828 | +#line 4829 "configure" | |
4831 | 4829 | #include "confdefs.h" |
4832 | 4830 | |
4833 | 4831 | #include <stdio.h> |
@@ -4848,7 +4846,7 @@ int main() { | ||
4848 | 4846 | char *(*pfn) = (char *(*)) strstr |
4849 | 4847 | ; return 0; } |
4850 | 4848 | 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 | |
4852 | 4850 | rm -rf conftest* |
4853 | 4851 | bfd_cv_decl_needed_strstr=no |
4854 | 4852 | else |
@@ -4869,12 +4867,12 @@ EOF | ||
4869 | 4867 | fi |
4870 | 4868 | |
4871 | 4869 | 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 | |
4873 | 4871 | if eval "test \"`echo '$''{'bfd_cv_decl_needed_canonicalize_file_name'+set}'`\" = set"; then |
4874 | 4872 | echo $ac_n "(cached) $ac_c" 1>&6 |
4875 | 4873 | else |
4876 | 4874 | cat > conftest.$ac_ext <<EOF |
4877 | -#line 4878 "configure" | |
4875 | +#line 4876 "configure" | |
4878 | 4876 | #include "confdefs.h" |
4879 | 4877 | |
4880 | 4878 | #include <stdio.h> |
@@ -4895,7 +4893,7 @@ int main() { | ||
4895 | 4893 | char *(*pfn) = (char *(*)) canonicalize_file_name |
4896 | 4894 | ; return 0; } |
4897 | 4895 | 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 | |
4899 | 4897 | rm -rf conftest* |
4900 | 4898 | bfd_cv_decl_needed_canonicalize_file_name=no |
4901 | 4899 | else |
@@ -4921,9 +4919,9 @@ fi | ||
4921 | 4919 | # could be expunged. --jsm 1999-03-22 |
4922 | 4920 | |
4923 | 4921 | 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 | |
4925 | 4923 | cat > conftest.$ac_ext <<EOF |
4926 | -#line 4927 "configure" | |
4924 | +#line 4925 "configure" | |
4927 | 4925 | #include "confdefs.h" |
4928 | 4926 | #include <machine/save_state.h> |
4929 | 4927 | EOF |
@@ -4938,7 +4936,7 @@ fi | ||
4938 | 4936 | rm -f conftest* |
4939 | 4937 | |
4940 | 4938 | cat > conftest.$ac_ext <<EOF |
4941 | -#line 4942 "configure" | |
4939 | +#line 4940 "configure" | |
4942 | 4940 | #include "confdefs.h" |
4943 | 4941 | #include <machine/save_state.h> |
4944 | 4942 | EOF |
@@ -5008,12 +5006,12 @@ fi | ||
5008 | 5006 | |
5009 | 5007 | if test "$ac_cv_header_sys_procfs_h" = yes; then |
5010 | 5008 | 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 | |
5012 | 5010 | if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_pstatus_t'+set}'`\" = set"; then |
5013 | 5011 | echo $ac_n "(cached) $ac_c" 1>&6 |
5014 | 5012 | else |
5015 | 5013 | cat > conftest.$ac_ext <<EOF |
5016 | -#line 5017 "configure" | |
5014 | +#line 5015 "configure" | |
5017 | 5015 | #include "confdefs.h" |
5018 | 5016 | |
5019 | 5017 | #define _SYSCALL32 |
@@ -5022,7 +5020,7 @@ int main() { | ||
5022 | 5020 | pstatus_t avar |
5023 | 5021 | ; return 0; } |
5024 | 5022 | 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 | |
5026 | 5024 | rm -rf conftest* |
5027 | 5025 | bfd_cv_have_sys_procfs_type_pstatus_t=yes |
5028 | 5026 | else |
@@ -5044,12 +5042,12 @@ EOF | ||
5044 | 5042 | echo "$ac_t""$bfd_cv_have_sys_procfs_type_pstatus_t" 1>&6 |
5045 | 5043 | |
5046 | 5044 | 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 | |
5048 | 5046 | if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_prrun_t'+set}'`\" = set"; then |
5049 | 5047 | echo $ac_n "(cached) $ac_c" 1>&6 |
5050 | 5048 | else |
5051 | 5049 | cat > conftest.$ac_ext <<EOF |
5052 | -#line 5053 "configure" | |
5050 | +#line 5051 "configure" | |
5053 | 5051 | #include "confdefs.h" |
5054 | 5052 | |
5055 | 5053 | #define _SYSCALL32 |
@@ -5058,7 +5056,7 @@ int main() { | ||
5058 | 5056 | prrun_t avar |
5059 | 5057 | ; return 0; } |
5060 | 5058 | 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 | |
5062 | 5060 | rm -rf conftest* |
5063 | 5061 | bfd_cv_have_sys_procfs_type_prrun_t=yes |
5064 | 5062 | else |
@@ -5080,12 +5078,12 @@ EOF | ||
5080 | 5078 | echo "$ac_t""$bfd_cv_have_sys_procfs_type_prrun_t" 1>&6 |
5081 | 5079 | |
5082 | 5080 | 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 | |
5084 | 5082 | if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_gregset_t'+set}'`\" = set"; then |
5085 | 5083 | echo $ac_n "(cached) $ac_c" 1>&6 |
5086 | 5084 | else |
5087 | 5085 | cat > conftest.$ac_ext <<EOF |
5088 | -#line 5089 "configure" | |
5086 | +#line 5087 "configure" | |
5089 | 5087 | #include "confdefs.h" |
5090 | 5088 | |
5091 | 5089 | #define _SYSCALL32 |
@@ -5094,7 +5092,7 @@ int main() { | ||
5094 | 5092 | gregset_t avar |
5095 | 5093 | ; return 0; } |
5096 | 5094 | 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 | |
5098 | 5096 | rm -rf conftest* |
5099 | 5097 | bfd_cv_have_sys_procfs_type_gregset_t=yes |
5100 | 5098 | else |
@@ -5116,12 +5114,12 @@ EOF | ||
5116 | 5114 | echo "$ac_t""$bfd_cv_have_sys_procfs_type_gregset_t" 1>&6 |
5117 | 5115 | |
5118 | 5116 | 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 | |
5120 | 5118 | if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_fpregset_t'+set}'`\" = set"; then |
5121 | 5119 | echo $ac_n "(cached) $ac_c" 1>&6 |
5122 | 5120 | else |
5123 | 5121 | cat > conftest.$ac_ext <<EOF |
5124 | -#line 5125 "configure" | |
5122 | +#line 5123 "configure" | |
5125 | 5123 | #include "confdefs.h" |
5126 | 5124 | |
5127 | 5125 | #define _SYSCALL32 |
@@ -5130,7 +5128,7 @@ int main() { | ||
5130 | 5128 | fpregset_t avar |
5131 | 5129 | ; return 0; } |
5132 | 5130 | 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 | |
5134 | 5132 | rm -rf conftest* |
5135 | 5133 | bfd_cv_have_sys_procfs_type_fpregset_t=yes |
5136 | 5134 | else |
@@ -5152,12 +5150,12 @@ EOF | ||
5152 | 5150 | echo "$ac_t""$bfd_cv_have_sys_procfs_type_fpregset_t" 1>&6 |
5153 | 5151 | |
5154 | 5152 | 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 | |
5156 | 5154 | if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_prgregset_t'+set}'`\" = set"; then |
5157 | 5155 | echo $ac_n "(cached) $ac_c" 1>&6 |
5158 | 5156 | else |
5159 | 5157 | cat > conftest.$ac_ext <<EOF |
5160 | -#line 5161 "configure" | |
5158 | +#line 5159 "configure" | |
5161 | 5159 | #include "confdefs.h" |
5162 | 5160 | |
5163 | 5161 | #define _SYSCALL32 |
@@ -5166,7 +5164,7 @@ int main() { | ||
5166 | 5164 | prgregset_t avar |
5167 | 5165 | ; return 0; } |
5168 | 5166 | 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 | |
5170 | 5168 | rm -rf conftest* |
5171 | 5169 | bfd_cv_have_sys_procfs_type_prgregset_t=yes |
5172 | 5170 | else |
@@ -5188,12 +5186,12 @@ EOF | ||
5188 | 5186 | echo "$ac_t""$bfd_cv_have_sys_procfs_type_prgregset_t" 1>&6 |
5189 | 5187 | |
5190 | 5188 | 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 | |
5192 | 5190 | if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_prfpregset_t'+set}'`\" = set"; then |
5193 | 5191 | echo $ac_n "(cached) $ac_c" 1>&6 |
5194 | 5192 | else |
5195 | 5193 | cat > conftest.$ac_ext <<EOF |
5196 | -#line 5197 "configure" | |
5194 | +#line 5195 "configure" | |
5197 | 5195 | #include "confdefs.h" |
5198 | 5196 | |
5199 | 5197 | #define _SYSCALL32 |
@@ -5202,7 +5200,7 @@ int main() { | ||
5202 | 5200 | prfpregset_t avar |
5203 | 5201 | ; return 0; } |
5204 | 5202 | 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 | |
5206 | 5204 | rm -rf conftest* |
5207 | 5205 | bfd_cv_have_sys_procfs_type_prfpregset_t=yes |
5208 | 5206 | else |
@@ -5224,12 +5222,12 @@ EOF | ||
5224 | 5222 | echo "$ac_t""$bfd_cv_have_sys_procfs_type_prfpregset_t" 1>&6 |
5225 | 5223 | |
5226 | 5224 | 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 | |
5228 | 5226 | if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_prgregset32_t'+set}'`\" = set"; then |
5229 | 5227 | echo $ac_n "(cached) $ac_c" 1>&6 |
5230 | 5228 | else |
5231 | 5229 | cat > conftest.$ac_ext <<EOF |
5232 | -#line 5233 "configure" | |
5230 | +#line 5231 "configure" | |
5233 | 5231 | #include "confdefs.h" |
5234 | 5232 | |
5235 | 5233 | #define _SYSCALL32 |
@@ -5238,7 +5236,7 @@ int main() { | ||
5238 | 5236 | prgregset32_t avar |
5239 | 5237 | ; return 0; } |
5240 | 5238 | 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 | |
5242 | 5240 | rm -rf conftest* |
5243 | 5241 | bfd_cv_have_sys_procfs_type_prgregset32_t=yes |
5244 | 5242 | else |
@@ -5260,12 +5258,12 @@ EOF | ||
5260 | 5258 | echo "$ac_t""$bfd_cv_have_sys_procfs_type_prgregset32_t" 1>&6 |
5261 | 5259 | |
5262 | 5260 | 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 | |
5264 | 5262 | if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_prfpregset32_t'+set}'`\" = set"; then |
5265 | 5263 | echo $ac_n "(cached) $ac_c" 1>&6 |
5266 | 5264 | else |
5267 | 5265 | cat > conftest.$ac_ext <<EOF |
5268 | -#line 5269 "configure" | |
5266 | +#line 5267 "configure" | |
5269 | 5267 | #include "confdefs.h" |
5270 | 5268 | |
5271 | 5269 | #define _SYSCALL32 |
@@ -5274,7 +5272,7 @@ int main() { | ||
5274 | 5272 | prfpregset32_t avar |
5275 | 5273 | ; return 0; } |
5276 | 5274 | 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 | |
5278 | 5276 | rm -rf conftest* |
5279 | 5277 | bfd_cv_have_sys_procfs_type_prfpregset32_t=yes |
5280 | 5278 | else |
@@ -5296,12 +5294,12 @@ EOF | ||
5296 | 5294 | echo "$ac_t""$bfd_cv_have_sys_procfs_type_prfpregset32_t" 1>&6 |
5297 | 5295 | |
5298 | 5296 | 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 | |
5300 | 5298 | if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_lwpid_t'+set}'`\" = set"; then |
5301 | 5299 | echo $ac_n "(cached) $ac_c" 1>&6 |
5302 | 5300 | else |
5303 | 5301 | cat > conftest.$ac_ext <<EOF |
5304 | -#line 5305 "configure" | |
5302 | +#line 5303 "configure" | |
5305 | 5303 | #include "confdefs.h" |
5306 | 5304 | |
5307 | 5305 | #define _SYSCALL32 |
@@ -5310,7 +5308,7 @@ int main() { | ||
5310 | 5308 | lwpid_t avar |
5311 | 5309 | ; return 0; } |
5312 | 5310 | 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 | |
5314 | 5312 | rm -rf conftest* |
5315 | 5313 | bfd_cv_have_sys_procfs_type_lwpid_t=yes |
5316 | 5314 | else |
@@ -5332,12 +5330,12 @@ EOF | ||
5332 | 5330 | echo "$ac_t""$bfd_cv_have_sys_procfs_type_lwpid_t" 1>&6 |
5333 | 5331 | |
5334 | 5332 | 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 | |
5336 | 5334 | if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_psaddr_t'+set}'`\" = set"; then |
5337 | 5335 | echo $ac_n "(cached) $ac_c" 1>&6 |
5338 | 5336 | else |
5339 | 5337 | cat > conftest.$ac_ext <<EOF |
5340 | -#line 5341 "configure" | |
5338 | +#line 5339 "configure" | |
5341 | 5339 | #include "confdefs.h" |
5342 | 5340 | |
5343 | 5341 | #define _SYSCALL32 |
@@ -5346,7 +5344,7 @@ int main() { | ||
5346 | 5344 | psaddr_t avar |
5347 | 5345 | ; return 0; } |
5348 | 5346 | 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 | |
5350 | 5348 | rm -rf conftest* |
5351 | 5349 | bfd_cv_have_sys_procfs_type_psaddr_t=yes |
5352 | 5350 | else |
@@ -5368,12 +5366,12 @@ EOF | ||
5368 | 5366 | echo "$ac_t""$bfd_cv_have_sys_procfs_type_psaddr_t" 1>&6 |
5369 | 5367 | |
5370 | 5368 | 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 | |
5372 | 5370 | if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_prsysent_t'+set}'`\" = set"; then |
5373 | 5371 | echo $ac_n "(cached) $ac_c" 1>&6 |
5374 | 5372 | else |
5375 | 5373 | cat > conftest.$ac_ext <<EOF |
5376 | -#line 5377 "configure" | |
5374 | +#line 5375 "configure" | |
5377 | 5375 | #include "confdefs.h" |
5378 | 5376 | |
5379 | 5377 | #define _SYSCALL32 |
@@ -5382,7 +5380,7 @@ int main() { | ||
5382 | 5380 | prsysent_t avar |
5383 | 5381 | ; return 0; } |
5384 | 5382 | 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 | |
5386 | 5384 | rm -rf conftest* |
5387 | 5385 | bfd_cv_have_sys_procfs_type_prsysent_t=yes |
5388 | 5386 | else |
@@ -5404,12 +5402,12 @@ EOF | ||
5404 | 5402 | echo "$ac_t""$bfd_cv_have_sys_procfs_type_prsysent_t" 1>&6 |
5405 | 5403 | |
5406 | 5404 | 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 | |
5408 | 5406 | if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_pr_sigset_t'+set}'`\" = set"; then |
5409 | 5407 | echo $ac_n "(cached) $ac_c" 1>&6 |
5410 | 5408 | else |
5411 | 5409 | cat > conftest.$ac_ext <<EOF |
5412 | -#line 5413 "configure" | |
5410 | +#line 5411 "configure" | |
5413 | 5411 | #include "confdefs.h" |
5414 | 5412 | |
5415 | 5413 | #define _SYSCALL32 |
@@ -5418,7 +5416,7 @@ int main() { | ||
5418 | 5416 | pr_sigset_t avar |
5419 | 5417 | ; return 0; } |
5420 | 5418 | 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 | |
5422 | 5420 | rm -rf conftest* |
5423 | 5421 | bfd_cv_have_sys_procfs_type_pr_sigset_t=yes |
5424 | 5422 | else |
@@ -5440,12 +5438,12 @@ EOF | ||
5440 | 5438 | echo "$ac_t""$bfd_cv_have_sys_procfs_type_pr_sigset_t" 1>&6 |
5441 | 5439 | |
5442 | 5440 | 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 | |
5444 | 5442 | if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_pr_sigaction64_t'+set}'`\" = set"; then |
5445 | 5443 | echo $ac_n "(cached) $ac_c" 1>&6 |
5446 | 5444 | else |
5447 | 5445 | cat > conftest.$ac_ext <<EOF |
5448 | -#line 5449 "configure" | |
5446 | +#line 5447 "configure" | |
5449 | 5447 | #include "confdefs.h" |
5450 | 5448 | |
5451 | 5449 | #define _SYSCALL32 |
@@ -5454,7 +5452,7 @@ int main() { | ||
5454 | 5452 | pr_sigaction64_t avar |
5455 | 5453 | ; return 0; } |
5456 | 5454 | 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 | |
5458 | 5456 | rm -rf conftest* |
5459 | 5457 | bfd_cv_have_sys_procfs_type_pr_sigaction64_t=yes |
5460 | 5458 | else |
@@ -5476,12 +5474,12 @@ EOF | ||
5476 | 5474 | echo "$ac_t""$bfd_cv_have_sys_procfs_type_pr_sigaction64_t" 1>&6 |
5477 | 5475 | |
5478 | 5476 | 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 | |
5480 | 5478 | if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_pr_siginfo64_t'+set}'`\" = set"; then |
5481 | 5479 | echo $ac_n "(cached) $ac_c" 1>&6 |
5482 | 5480 | else |
5483 | 5481 | cat > conftest.$ac_ext <<EOF |
5484 | -#line 5485 "configure" | |
5482 | +#line 5483 "configure" | |
5485 | 5483 | #include "confdefs.h" |
5486 | 5484 | |
5487 | 5485 | #define _SYSCALL32 |
@@ -5490,7 +5488,7 @@ int main() { | ||
5490 | 5488 | pr_siginfo64_t avar |
5491 | 5489 | ; return 0; } |
5492 | 5490 | 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 | |
5494 | 5492 | rm -rf conftest* |
5495 | 5493 | bfd_cv_have_sys_procfs_type_pr_siginfo64_t=yes |
5496 | 5494 | else |
@@ -5517,7 +5515,7 @@ EOF | ||
5517 | 5515 | |
5518 | 5516 | if test $bfd_cv_have_sys_procfs_type_prfpregset_t = yes; then |
5519 | 5517 | 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 | |
5521 | 5519 | if eval "test \"`echo '$''{'gdb_cv_prfpregset_t_broken'+set}'`\" = set"; then |
5522 | 5520 | echo $ac_n "(cached) $ac_c" 1>&6 |
5523 | 5521 | else |
@@ -5525,7 +5523,7 @@ else | ||
5525 | 5523 | gdb_cv_prfpregset_t_broken=yes |
5526 | 5524 | else |
5527 | 5525 | cat > conftest.$ac_ext <<EOF |
5528 | -#line 5529 "configure" | |
5526 | +#line 5527 "configure" | |
5529 | 5527 | #include "confdefs.h" |
5530 | 5528 | #include <sys/procfs.h> |
5531 | 5529 | int main () |
@@ -5535,7 +5533,7 @@ else | ||
5535 | 5533 | return 0; |
5536 | 5534 | } |
5537 | 5535 | 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 | |
5539 | 5537 | then |
5540 | 5538 | gdb_cv_prfpregset_t_broken=no |
5541 | 5539 | else |
@@ -5560,12 +5558,12 @@ EOF | ||
5560 | 5558 | |
5561 | 5559 | |
5562 | 5560 | 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 | |
5564 | 5562 | if eval "test \"`echo '$''{'gdb_cv_have_procfs_piocset'+set}'`\" = set"; then |
5565 | 5563 | echo $ac_n "(cached) $ac_c" 1>&6 |
5566 | 5564 | else |
5567 | 5565 | cat > conftest.$ac_ext <<EOF |
5568 | -#line 5569 "configure" | |
5566 | +#line 5567 "configure" | |
5569 | 5567 | #include "confdefs.h" |
5570 | 5568 | #include <unistd.h> |
5571 | 5569 | #include <sys/types.h> |
@@ -5578,7 +5576,7 @@ int main() { | ||
5578 | 5576 | |
5579 | 5577 | ; return 0; } |
5580 | 5578 | 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 | |
5582 | 5580 | rm -rf conftest* |
5583 | 5581 | gdb_cv_have_procfs_piocset=yes |
5584 | 5582 | else |
@@ -5602,19 +5600,19 @@ fi | ||
5602 | 5600 | if test ${host} = ${target} ; then |
5603 | 5601 | |
5604 | 5602 | 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 | |
5606 | 5604 | if eval "test \"`echo '$''{'gdb_cv_have_struct_link_map_with_l_members'+set}'`\" = set"; then |
5607 | 5605 | echo $ac_n "(cached) $ac_c" 1>&6 |
5608 | 5606 | else |
5609 | 5607 | cat > conftest.$ac_ext <<EOF |
5610 | -#line 5611 "configure" | |
5608 | +#line 5609 "configure" | |
5611 | 5609 | #include "confdefs.h" |
5612 | 5610 | #include <link.h> |
5613 | 5611 | int main() { |
5614 | 5612 | struct link_map lm; (void) lm.l_addr; |
5615 | 5613 | ; return 0; } |
5616 | 5614 | 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 | |
5618 | 5616 | rm -rf conftest* |
5619 | 5617 | gdb_cv_have_struct_link_map_with_l_members=yes |
5620 | 5618 | else |
@@ -5636,12 +5634,12 @@ EOF | ||
5636 | 5634 | |
5637 | 5635 | |
5638 | 5636 | 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 | |
5640 | 5638 | if eval "test \"`echo '$''{'gdb_cv_have_struct_link_map_with_lm_members'+set}'`\" = set"; then |
5641 | 5639 | echo $ac_n "(cached) $ac_c" 1>&6 |
5642 | 5640 | else |
5643 | 5641 | cat > conftest.$ac_ext <<EOF |
5644 | -#line 5645 "configure" | |
5642 | +#line 5643 "configure" | |
5645 | 5643 | #include "confdefs.h" |
5646 | 5644 | #include <sys/types.h> |
5647 | 5645 | #include <link.h> |
@@ -5649,7 +5647,7 @@ int main() { | ||
5649 | 5647 | struct link_map lm; (void) lm.lm_addr; |
5650 | 5648 | ; return 0; } |
5651 | 5649 | 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 | |
5653 | 5651 | rm -rf conftest* |
5654 | 5652 | gdb_cv_have_struct_link_map_with_lm_members=yes |
5655 | 5653 | else |
@@ -5671,12 +5669,12 @@ EOF | ||
5671 | 5669 | |
5672 | 5670 | |
5673 | 5671 | 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 | |
5675 | 5673 | if eval "test \"`echo '$''{'gdb_cv_have_struct_so_map_with_som_members'+set}'`\" = set"; then |
5676 | 5674 | echo $ac_n "(cached) $ac_c" 1>&6 |
5677 | 5675 | else |
5678 | 5676 | cat > conftest.$ac_ext <<EOF |
5679 | -#line 5680 "configure" | |
5677 | +#line 5678 "configure" | |
5680 | 5678 | #include "confdefs.h" |
5681 | 5679 | #include <sys/types.h> |
5682 | 5680 | #ifdef HAVE_NLIST_H |
@@ -5687,7 +5685,7 @@ int main() { | ||
5687 | 5685 | struct so_map lm; (void) lm.som_addr; |
5688 | 5686 | ; return 0; } |
5689 | 5687 | 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 | |
5691 | 5689 | rm -rf conftest* |
5692 | 5690 | gdb_cv_have_struct_so_map_with_som_members=yes |
5693 | 5691 | else |
@@ -5709,12 +5707,12 @@ EOF | ||
5709 | 5707 | |
5710 | 5708 | |
5711 | 5709 | 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 | |
5713 | 5711 | if eval "test \"`echo '$''{'gdb_cv_have_struct_link_map32'+set}'`\" = set"; then |
5714 | 5712 | echo $ac_n "(cached) $ac_c" 1>&6 |
5715 | 5713 | else |
5716 | 5714 | cat > conftest.$ac_ext <<EOF |
5717 | -#line 5718 "configure" | |
5715 | +#line 5716 "configure" | |
5718 | 5716 | #include "confdefs.h" |
5719 | 5717 | #define _SYSCALL32 |
5720 | 5718 | #include <sys/link.h> |
@@ -5722,7 +5720,7 @@ int main() { | ||
5722 | 5720 | struct link_map32 l; |
5723 | 5721 | ; return 0; } |
5724 | 5722 | 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 | |
5726 | 5724 | rm -rf conftest* |
5727 | 5725 | gdb_cv_have_struct_link_map32=yes |
5728 | 5726 | else |
@@ -5748,7 +5746,7 @@ EOF | ||
5748 | 5746 | fi |
5749 | 5747 | |
5750 | 5748 | 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 | |
5752 | 5750 | ac_lib_var=`echo m'_'main | sed 'y%./+-%__p_%'` |
5753 | 5751 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
5754 | 5752 | echo $ac_n "(cached) $ac_c" 1>&6 |
@@ -5756,14 +5754,14 @@ else | ||
5756 | 5754 | ac_save_LIBS="$LIBS" |
5757 | 5755 | LIBS="-lm $LIBS" |
5758 | 5756 | cat > conftest.$ac_ext <<EOF |
5759 | -#line 5760 "configure" | |
5757 | +#line 5758 "configure" | |
5760 | 5758 | #include "confdefs.h" |
5761 | 5759 | |
5762 | 5760 | int main() { |
5763 | 5761 | main() |
5764 | 5762 | ; return 0; } |
5765 | 5763 | 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 | |
5767 | 5765 | rm -rf conftest* |
5768 | 5766 | eval "ac_cv_lib_$ac_lib_var=yes" |
5769 | 5767 | else |
@@ -5792,7 +5790,7 @@ fi | ||
5792 | 5790 | |
5793 | 5791 | |
5794 | 5792 | 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 | |
5796 | 5794 | ac_lib_var=`echo c'_'wctype | sed 'y%./+-%__p_%'` |
5797 | 5795 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
5798 | 5796 | echo $ac_n "(cached) $ac_c" 1>&6 |
@@ -5800,7 +5798,7 @@ else | ||
5800 | 5798 | ac_save_LIBS="$LIBS" |
5801 | 5799 | LIBS="-lc $LIBS" |
5802 | 5800 | cat > conftest.$ac_ext <<EOF |
5803 | -#line 5804 "configure" | |
5801 | +#line 5802 "configure" | |
5804 | 5802 | #include "confdefs.h" |
5805 | 5803 | /* Override any gcc2 internal prototype to avoid an error. */ |
5806 | 5804 | /* We use char because int might match the return type of a gcc2 |
@@ -5811,7 +5809,7 @@ int main() { | ||
5811 | 5809 | wctype() |
5812 | 5810 | ; return 0; } |
5813 | 5811 | 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 | |
5815 | 5813 | rm -rf conftest* |
5816 | 5814 | eval "ac_cv_lib_$ac_lib_var=yes" |
5817 | 5815 | else |
@@ -5830,7 +5828,7 @@ if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | ||
5830 | 5828 | else |
5831 | 5829 | echo "$ac_t""no" 1>&6 |
5832 | 5830 | 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 | |
5834 | 5832 | ac_lib_var=`echo w'_'wctype | sed 'y%./+-%__p_%'` |
5835 | 5833 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
5836 | 5834 | echo $ac_n "(cached) $ac_c" 1>&6 |
@@ -5838,7 +5836,7 @@ else | ||
5838 | 5836 | ac_save_LIBS="$LIBS" |
5839 | 5837 | LIBS="-lw $LIBS" |
5840 | 5838 | cat > conftest.$ac_ext <<EOF |
5841 | -#line 5842 "configure" | |
5839 | +#line 5840 "configure" | |
5842 | 5840 | #include "confdefs.h" |
5843 | 5841 | /* Override any gcc2 internal prototype to avoid an error. */ |
5844 | 5842 | /* We use char because int might match the return type of a gcc2 |
@@ -5849,7 +5847,7 @@ int main() { | ||
5849 | 5847 | wctype() |
5850 | 5848 | ; return 0; } |
5851 | 5849 | 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 | |
5853 | 5851 | rm -rf conftest* |
5854 | 5852 | eval "ac_cv_lib_$ac_lib_var=yes" |
5855 | 5853 | else |
@@ -5881,12 +5879,12 @@ fi | ||
5881 | 5879 | |
5882 | 5880 | |
5883 | 5881 | 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 | |
5885 | 5883 | if eval "test \"`echo '$''{'gdb_cv_c_long_long'+set}'`\" = set"; then |
5886 | 5884 | echo $ac_n "(cached) $ac_c" 1>&6 |
5887 | 5885 | else |
5888 | 5886 | cat > conftest.$ac_ext <<EOF |
5889 | -#line 5890 "configure" | |
5887 | +#line 5888 "configure" | |
5890 | 5888 | #include "confdefs.h" |
5891 | 5889 | |
5892 | 5890 | int main() { |
@@ -5896,7 +5894,7 @@ int main() { | ||
5896 | 5894 | |
5897 | 5895 | ; return 0; } |
5898 | 5896 | 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 | |
5900 | 5898 | rm -rf conftest* |
5901 | 5899 | gdb_cv_c_long_long=yes |
5902 | 5900 | else |
@@ -5918,7 +5916,7 @@ fi | ||
5918 | 5916 | |
5919 | 5917 | |
5920 | 5918 | 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 | |
5922 | 5920 | if eval "test \"`echo '$''{'gdb_cv_printf_has_long_long'+set}'`\" = set"; then |
5923 | 5921 | echo $ac_n "(cached) $ac_c" 1>&6 |
5924 | 5922 | else |
@@ -5926,7 +5924,7 @@ else | ||
5926 | 5924 | gdb_cv_printf_has_long_long=no |
5927 | 5925 | else |
5928 | 5926 | cat > conftest.$ac_ext <<EOF |
5929 | -#line 5930 "configure" | |
5927 | +#line 5928 "configure" | |
5930 | 5928 | #include "confdefs.h" |
5931 | 5929 | |
5932 | 5930 | int main () { |
@@ -5940,7 +5938,7 @@ int main () { | ||
5940 | 5938 | return (strcmp ("0x0123456789abcdef", buf)); |
5941 | 5939 | } |
5942 | 5940 | 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 | |
5944 | 5942 | then |
5945 | 5943 | gdb_cv_printf_has_long_long=yes |
5946 | 5944 | else |
@@ -5964,19 +5962,19 @@ echo "$ac_t""$gdb_cv_printf_has_long_long" 1>&6 | ||
5964 | 5962 | |
5965 | 5963 | |
5966 | 5964 | 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 | |
5968 | 5966 | if eval "test \"`echo '$''{'ac_cv_c_long_double'+set}'`\" = set"; then |
5969 | 5967 | echo $ac_n "(cached) $ac_c" 1>&6 |
5970 | 5968 | else |
5971 | 5969 | cat > conftest.$ac_ext <<EOF |
5972 | -#line 5973 "configure" | |
5970 | +#line 5971 "configure" | |
5973 | 5971 | #include "confdefs.h" |
5974 | 5972 | |
5975 | 5973 | int main() { |
5976 | 5974 | long double foo; |
5977 | 5975 | ; return 0; } |
5978 | 5976 | 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 | |
5980 | 5978 | rm -rf conftest* |
5981 | 5979 | ac_cv_c_long_double=yes |
5982 | 5980 | else |
@@ -5998,7 +5996,7 @@ fi | ||
5998 | 5996 | |
5999 | 5997 | |
6000 | 5998 | 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 | |
6002 | 6000 | if eval "test \"`echo '$''{'gdb_cv_printf_has_long_double'+set}'`\" = set"; then |
6003 | 6001 | echo $ac_n "(cached) $ac_c" 1>&6 |
6004 | 6002 | else |
@@ -6006,7 +6004,7 @@ else | ||
6006 | 6004 | gdb_cv_printf_has_long_double=no |
6007 | 6005 | else |
6008 | 6006 | cat > conftest.$ac_ext <<EOF |
6009 | -#line 6010 "configure" | |
6007 | +#line 6008 "configure" | |
6010 | 6008 | #include "confdefs.h" |
6011 | 6009 | |
6012 | 6010 | int main () { |
@@ -6016,7 +6014,7 @@ int main () { | ||
6016 | 6014 | return (strncmp ("3.14159", buf, 7)); |
6017 | 6015 | } |
6018 | 6016 | 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 | |
6020 | 6018 | then |
6021 | 6019 | gdb_cv_printf_has_long_double=yes |
6022 | 6020 | else |
@@ -6040,7 +6038,7 @@ echo "$ac_t""$gdb_cv_printf_has_long_double" 1>&6 | ||
6040 | 6038 | |
6041 | 6039 | |
6042 | 6040 | 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 | |
6044 | 6042 | if eval "test \"`echo '$''{'gdb_cv_scanf_has_long_double'+set}'`\" = set"; then |
6045 | 6043 | echo $ac_n "(cached) $ac_c" 1>&6 |
6046 | 6044 | else |
@@ -6048,7 +6046,7 @@ else | ||
6048 | 6046 | gdb_cv_scanf_has_long_double=no |
6049 | 6047 | else |
6050 | 6048 | cat > conftest.$ac_ext <<EOF |
6051 | -#line 6052 "configure" | |
6049 | +#line 6050 "configure" | |
6052 | 6050 | #include "confdefs.h" |
6053 | 6051 | |
6054 | 6052 | int main () { |
@@ -6058,7 +6056,7 @@ int main () { | ||
6058 | 6056 | return !(f > 3.14159 && f < 3.14160); |
6059 | 6057 | } |
6060 | 6058 | 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 | |
6062 | 6060 | then |
6063 | 6061 | gdb_cv_scanf_has_long_double=yes |
6064 | 6062 | else |
@@ -6080,21 +6078,21 @@ EOF | ||
6080 | 6078 | fi |
6081 | 6079 | echo "$ac_t""$gdb_cv_scanf_has_long_double" 1>&6 |
6082 | 6080 | |
6083 | -for ac_hdr in stdlib.h unistd.h sys/stat.h sys/types.h | |
6081 | +for ac_hdr in unistd.h | |
6084 | 6082 | do |
6085 | 6083 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
6086 | 6084 | 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 | |
6088 | 6086 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
6089 | 6087 | echo $ac_n "(cached) $ac_c" 1>&6 |
6090 | 6088 | else |
6091 | 6089 | cat > conftest.$ac_ext <<EOF |
6092 | -#line 6093 "configure" | |
6090 | +#line 6091 "configure" | |
6093 | 6091 | #include "confdefs.h" |
6094 | 6092 | #include <$ac_hdr> |
6095 | 6093 | EOF |
6096 | 6094 | 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; } | |
6098 | 6096 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
6099 | 6097 | if test -z "$ac_err"; then |
6100 | 6098 | rm -rf conftest* |
@@ -6123,12 +6121,12 @@ done | ||
6123 | 6121 | for ac_func in getpagesize |
6124 | 6122 | do |
6125 | 6123 | 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 | |
6127 | 6125 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
6128 | 6126 | echo $ac_n "(cached) $ac_c" 1>&6 |
6129 | 6127 | else |
6130 | 6128 | cat > conftest.$ac_ext <<EOF |
6131 | -#line 6132 "configure" | |
6129 | +#line 6130 "configure" | |
6132 | 6130 | #include "confdefs.h" |
6133 | 6131 | /* System header to define __stub macros and hopefully few prototypes, |
6134 | 6132 | which can conflict with char $ac_func(); below. */ |
@@ -6151,7 +6149,7 @@ $ac_func(); | ||
6151 | 6149 | |
6152 | 6150 | ; return 0; } |
6153 | 6151 | 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 | |
6155 | 6153 | rm -rf conftest* |
6156 | 6154 | eval "ac_cv_func_$ac_func=yes" |
6157 | 6155 | else |
@@ -6176,7 +6174,7 @@ fi | ||
6176 | 6174 | done |
6177 | 6175 | |
6178 | 6176 | 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 | |
6180 | 6178 | if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then |
6181 | 6179 | echo $ac_n "(cached) $ac_c" 1>&6 |
6182 | 6180 | else |
@@ -6184,7 +6182,7 @@ else | ||
6184 | 6182 | ac_cv_func_mmap_fixed_mapped=no |
6185 | 6183 | else |
6186 | 6184 | cat > conftest.$ac_ext <<EOF |
6187 | -#line 6188 "configure" | |
6185 | +#line 6186 "configure" | |
6188 | 6186 | #include "confdefs.h" |
6189 | 6187 | |
6190 | 6188 | /* Thanks to Mike Haertel and Jim Avera for this test. |
@@ -6212,24 +6210,11 @@ else | ||
6212 | 6210 | #include <fcntl.h> |
6213 | 6211 | #include <sys/mman.h> |
6214 | 6212 | |
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 | - | |
6231 | 6213 | /* This mess was copied from the GNU getpagesize.h. */ |
6232 | 6214 | #ifndef HAVE_GETPAGESIZE |
6215 | +# ifdef HAVE_UNISTD_H | |
6216 | +# include <unistd.h> | |
6217 | +# endif | |
6233 | 6218 | |
6234 | 6219 | /* Assume that all systems that can run configure have sys/param.h. */ |
6235 | 6220 | # ifndef HAVE_SYS_PARAM_H |
@@ -6337,7 +6322,7 @@ main() | ||
6337 | 6322 | } |
6338 | 6323 | |
6339 | 6324 | 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 | |
6341 | 6326 | then |
6342 | 6327 | ac_cv_func_mmap_fixed_mapped=yes |
6343 | 6328 | else |
@@ -6363,7 +6348,7 @@ fi | ||
6363 | 6348 | case ${host_os} in |
6364 | 6349 | aix*) |
6365 | 6350 | 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 | |
6367 | 6352 | if eval "test \"`echo '$''{'gdb_cv_bigtoc'+set}'`\" = set"; then |
6368 | 6353 | echo $ac_n "(cached) $ac_c" 1>&6 |
6369 | 6354 | else |
@@ -6377,14 +6362,14 @@ else | ||
6377 | 6362 | |
6378 | 6363 | LDFLAGS=$LDFLAGS\ $gdb_cv_bigtoc |
6379 | 6364 | cat > conftest.$ac_ext <<EOF |
6380 | -#line 6381 "configure" | |
6365 | +#line 6366 "configure" | |
6381 | 6366 | #include "confdefs.h" |
6382 | 6367 | |
6383 | 6368 | int main() { |
6384 | 6369 | int i; |
6385 | 6370 | ; return 0; } |
6386 | 6371 | 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 | |
6388 | 6373 | : |
6389 | 6374 | else |
6390 | 6375 | echo "configure: failed program was:" >&5 |
@@ -6407,7 +6392,7 @@ if test ${build} = ${host} -a ${host} = ${target} ; then | ||
6407 | 6392 | case ${host_os} in |
6408 | 6393 | hpux*) |
6409 | 6394 | 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 | |
6411 | 6396 | if test -f /usr/include/dce/cma_config.h ; then |
6412 | 6397 | if test "$GCC" = "yes" ; then |
6413 | 6398 | echo "$ac_t""yes" 1>&6 |
@@ -6426,7 +6411,7 @@ EOF | ||
6426 | 6411 | ;; |
6427 | 6412 | solaris*) |
6428 | 6413 | 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 | |
6430 | 6415 | if test -f /usr/lib/libthread_db.so.1 ; then |
6431 | 6416 | echo "$ac_t""yes" 1>&6 |
6432 | 6417 | cat >> confdefs.h <<\EOF |
@@ -6436,7 +6421,7 @@ EOF | ||
6436 | 6421 | CONFIG_LIB_OBS="${CONFIG_LIB_OBS} sol-thread.o" |
6437 | 6422 | CONFIG_SRCS="${CONFIG_SRCS} sol-thread.c" |
6438 | 6423 | 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 | |
6440 | 6425 | ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'` |
6441 | 6426 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
6442 | 6427 | echo $ac_n "(cached) $ac_c" 1>&6 |
@@ -6444,7 +6429,7 @@ else | ||
6444 | 6429 | ac_save_LIBS="$LIBS" |
6445 | 6430 | LIBS="-ldl $LIBS" |
6446 | 6431 | cat > conftest.$ac_ext <<EOF |
6447 | -#line 6448 "configure" | |
6432 | +#line 6433 "configure" | |
6448 | 6433 | #include "confdefs.h" |
6449 | 6434 | /* Override any gcc2 internal prototype to avoid an error. */ |
6450 | 6435 | /* We use char because int might match the return type of a gcc2 |
@@ -6455,7 +6440,7 @@ int main() { | ||
6455 | 6440 | dlopen() |
6456 | 6441 | ; return 0; } |
6457 | 6442 | 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 | |
6459 | 6444 | rm -rf conftest* |
6460 | 6445 | eval "ac_cv_lib_$ac_lib_var=yes" |
6461 | 6446 | else |
@@ -6487,17 +6472,17 @@ fi | ||
6487 | 6472 | # all symbols visible in the dynamic symbol table. |
6488 | 6473 | hold_ldflags=$LDFLAGS |
6489 | 6474 | 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 | |
6491 | 6476 | LDFLAGS="${LDFLAGS} -Wl,-export-dynamic" |
6492 | 6477 | cat > conftest.$ac_ext <<EOF |
6493 | -#line 6494 "configure" | |
6478 | +#line 6479 "configure" | |
6494 | 6479 | #include "confdefs.h" |
6495 | 6480 | |
6496 | 6481 | int main() { |
6497 | 6482 | int i; |
6498 | 6483 | ; return 0; } |
6499 | 6484 | 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 | |
6501 | 6486 | rm -rf conftest* |
6502 | 6487 | found=yes |
6503 | 6488 | else |
@@ -6516,13 +6501,13 @@ rm -f conftest* | ||
6516 | 6501 | # Sun randomly tweaked the prototypes in <proc_service.h> |
6517 | 6502 | # at one point. |
6518 | 6503 | 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 | |
6520 | 6505 | if eval "test \"`echo '$''{'gdb_cv_proc_service_is_old'+set}'`\" = set"; then |
6521 | 6506 | echo $ac_n "(cached) $ac_c" 1>&6 |
6522 | 6507 | else |
6523 | 6508 | |
6524 | 6509 | cat > conftest.$ac_ext <<EOF |
6525 | -#line 6526 "configure" | |
6510 | +#line 6511 "configure" | |
6526 | 6511 | #include "confdefs.h" |
6527 | 6512 | |
6528 | 6513 | #include <proc_service.h> |
@@ -6533,7 +6518,7 @@ int main() { | ||
6533 | 6518 | |
6534 | 6519 | ; return 0; } |
6535 | 6520 | 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 | |
6537 | 6522 | rm -rf conftest* |
6538 | 6523 | gdb_cv_proc_service_is_old=no |
6539 | 6524 | else |
@@ -6752,7 +6737,7 @@ WERROR_CFLAGS="" | ||
6752 | 6737 | if test "x${build_warnings}" != x -a "x$GCC" = xyes |
6753 | 6738 | then |
6754 | 6739 | 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 | |
6756 | 6741 | # Separate out the -Werror flag as some files just cannot be |
6757 | 6742 | # compiled with it enabled. |
6758 | 6743 | for w in ${build_warnings}; do |
@@ -6762,14 +6747,14 @@ echo "configure:6756: checking compiler warning flags" >&5 | ||
6762 | 6747 | saved_CFLAGS="$CFLAGS" |
6763 | 6748 | CFLAGS="$CFLAGS $w" |
6764 | 6749 | cat > conftest.$ac_ext <<EOF |
6765 | -#line 6766 "configure" | |
6750 | +#line 6751 "configure" | |
6766 | 6751 | #include "confdefs.h" |
6767 | 6752 | |
6768 | 6753 | int main() { |
6769 | 6754 | |
6770 | 6755 | ; return 0; } |
6771 | 6756 | 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 | |
6773 | 6758 | rm -rf conftest* |
6774 | 6759 | WARN_CFLAGS="${WARN_CFLAGS} $w" |
6775 | 6760 | else |
@@ -6829,12 +6814,12 @@ fi | ||
6829 | 6814 | |
6830 | 6815 | if test $want_included_regex = false; then |
6831 | 6816 | 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 | |
6833 | 6818 | if eval "test \"`echo '$''{'gdb_cv_have_gnu_regex'+set}'`\" = set"; then |
6834 | 6819 | echo $ac_n "(cached) $ac_c" 1>&6 |
6835 | 6820 | else |
6836 | 6821 | cat > conftest.$ac_ext <<EOF |
6837 | -#line 6838 "configure" | |
6822 | +#line 6823 "configure" | |
6838 | 6823 | #include "confdefs.h" |
6839 | 6824 | #include <gnu-versions.h> |
6840 | 6825 | #include <sys/types.h> |
@@ -6846,7 +6831,7 @@ int main() { | ||
6846 | 6831 | |
6847 | 6832 | ; return 0; } |
6848 | 6833 | 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 | |
6850 | 6835 | rm -rf conftest* |
6851 | 6836 | gdb_cv_have_gnu_regex=yes |
6852 | 6837 | else |
@@ -6875,12 +6860,12 @@ fi | ||
6875 | 6860 | |
6876 | 6861 | # In the Cygwin environment, we need some additional flags. |
6877 | 6862 | 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 | |
6879 | 6864 | if eval "test \"`echo '$''{'gdb_cv_os_cygwin'+set}'`\" = set"; then |
6880 | 6865 | echo $ac_n "(cached) $ac_c" 1>&6 |
6881 | 6866 | else |
6882 | 6867 | cat > conftest.$ac_ext <<EOF |
6883 | -#line 6884 "configure" | |
6868 | +#line 6869 "configure" | |
6884 | 6869 | #include "confdefs.h" |
6885 | 6870 | |
6886 | 6871 | #if defined (__CYGWIN__) || defined (__CYGWIN32__) |
@@ -6918,7 +6903,7 @@ if test x$gdb_cv_os_cygwin = xyes; then | ||
6918 | 6903 | else |
6919 | 6904 | TERM_LIB= |
6920 | 6905 | 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 | |
6922 | 6907 | ac_lib_var=`echo ncurses'_'tgetent | sed 'y%./+-%__p_%'` |
6923 | 6908 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
6924 | 6909 | echo $ac_n "(cached) $ac_c" 1>&6 |
@@ -6926,7 +6911,7 @@ else | ||
6926 | 6911 | ac_save_LIBS="$LIBS" |
6927 | 6912 | LIBS="-lncurses $LIBS" |
6928 | 6913 | cat > conftest.$ac_ext <<EOF |
6929 | -#line 6930 "configure" | |
6914 | +#line 6915 "configure" | |
6930 | 6915 | #include "confdefs.h" |
6931 | 6916 | /* Override any gcc2 internal prototype to avoid an error. */ |
6932 | 6917 | /* We use char because int might match the return type of a gcc2 |
@@ -6937,7 +6922,7 @@ int main() { | ||
6937 | 6922 | tgetent() |
6938 | 6923 | ; return 0; } |
6939 | 6924 | 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 | |
6941 | 6926 | rm -rf conftest* |
6942 | 6927 | eval "ac_cv_lib_$ac_lib_var=yes" |
6943 | 6928 | else |
@@ -6956,7 +6941,7 @@ if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | ||
6956 | 6941 | else |
6957 | 6942 | echo "$ac_t""no" 1>&6 |
6958 | 6943 | 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 | |
6960 | 6945 | ac_lib_var=`echo Hcurses'_'tgetent | sed 'y%./+-%__p_%'` |
6961 | 6946 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
6962 | 6947 | echo $ac_n "(cached) $ac_c" 1>&6 |
@@ -6964,7 +6949,7 @@ else | ||
6964 | 6949 | ac_save_LIBS="$LIBS" |
6965 | 6950 | LIBS="-lHcurses $LIBS" |
6966 | 6951 | cat > conftest.$ac_ext <<EOF |
6967 | -#line 6968 "configure" | |
6952 | +#line 6953 "configure" | |
6968 | 6953 | #include "confdefs.h" |
6969 | 6954 | /* Override any gcc2 internal prototype to avoid an error. */ |
6970 | 6955 | /* We use char because int might match the return type of a gcc2 |
@@ -6975,7 +6960,7 @@ int main() { | ||
6975 | 6960 | tgetent() |
6976 | 6961 | ; return 0; } |
6977 | 6962 | 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 | |
6979 | 6964 | rm -rf conftest* |
6980 | 6965 | eval "ac_cv_lib_$ac_lib_var=yes" |
6981 | 6966 | else |
@@ -6994,7 +6979,7 @@ if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | ||
6994 | 6979 | else |
6995 | 6980 | echo "$ac_t""no" 1>&6 |
6996 | 6981 | 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 | |
6998 | 6983 | ac_lib_var=`echo termlib'_'tgetent | sed 'y%./+-%__p_%'` |
6999 | 6984 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
7000 | 6985 | echo $ac_n "(cached) $ac_c" 1>&6 |
@@ -7002,7 +6987,7 @@ else | ||
7002 | 6987 | ac_save_LIBS="$LIBS" |
7003 | 6988 | LIBS="-ltermlib $LIBS" |
7004 | 6989 | cat > conftest.$ac_ext <<EOF |
7005 | -#line 7006 "configure" | |
6990 | +#line 6991 "configure" | |
7006 | 6991 | #include "confdefs.h" |
7007 | 6992 | /* Override any gcc2 internal prototype to avoid an error. */ |
7008 | 6993 | /* We use char because int might match the return type of a gcc2 |
@@ -7013,7 +6998,7 @@ int main() { | ||
7013 | 6998 | tgetent() |
7014 | 6999 | ; return 0; } |
7015 | 7000 | 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 | |
7017 | 7002 | rm -rf conftest* |
7018 | 7003 | eval "ac_cv_lib_$ac_lib_var=yes" |
7019 | 7004 | else |
@@ -7032,7 +7017,7 @@ if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | ||
7032 | 7017 | else |
7033 | 7018 | echo "$ac_t""no" 1>&6 |
7034 | 7019 | 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 | |
7036 | 7021 | ac_lib_var=`echo termcap'_'tgetent | sed 'y%./+-%__p_%'` |
7037 | 7022 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
7038 | 7023 | echo $ac_n "(cached) $ac_c" 1>&6 |
@@ -7040,7 +7025,7 @@ else | ||
7040 | 7025 | ac_save_LIBS="$LIBS" |
7041 | 7026 | LIBS="-ltermcap $LIBS" |
7042 | 7027 | cat > conftest.$ac_ext <<EOF |
7043 | -#line 7044 "configure" | |
7028 | +#line 7029 "configure" | |
7044 | 7029 | #include "confdefs.h" |
7045 | 7030 | /* Override any gcc2 internal prototype to avoid an error. */ |
7046 | 7031 | /* We use char because int might match the return type of a gcc2 |
@@ -7051,7 +7036,7 @@ int main() { | ||
7051 | 7036 | tgetent() |
7052 | 7037 | ; return 0; } |
7053 | 7038 | 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 | |
7055 | 7040 | rm -rf conftest* |
7056 | 7041 | eval "ac_cv_lib_$ac_lib_var=yes" |
7057 | 7042 | else |
@@ -7070,7 +7055,7 @@ if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | ||
7070 | 7055 | else |
7071 | 7056 | echo "$ac_t""no" 1>&6 |
7072 | 7057 | 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 | |
7074 | 7059 | ac_lib_var=`echo curses'_'tgetent | sed 'y%./+-%__p_%'` |
7075 | 7060 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
7076 | 7061 | echo $ac_n "(cached) $ac_c" 1>&6 |
@@ -7078,7 +7063,7 @@ else | ||
7078 | 7063 | ac_save_LIBS="$LIBS" |
7079 | 7064 | LIBS="-lcurses $LIBS" |
7080 | 7065 | cat > conftest.$ac_ext <<EOF |
7081 | -#line 7082 "configure" | |
7066 | +#line 7067 "configure" | |
7082 | 7067 | #include "confdefs.h" |
7083 | 7068 | /* Override any gcc2 internal prototype to avoid an error. */ |
7084 | 7069 | /* We use char because int might match the return type of a gcc2 |
@@ -7089,7 +7074,7 @@ int main() { | ||
7089 | 7074 | tgetent() |
7090 | 7075 | ; return 0; } |
7091 | 7076 | 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 | |
7093 | 7078 | rm -rf conftest* |
7094 | 7079 | eval "ac_cv_lib_$ac_lib_var=yes" |
7095 | 7080 | else |
@@ -7108,7 +7093,7 @@ if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | ||
7108 | 7093 | else |
7109 | 7094 | echo "$ac_t""no" 1>&6 |
7110 | 7095 | 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 | |
7112 | 7097 | ac_lib_var=`echo terminfo'_'tgetent | sed 'y%./+-%__p_%'` |
7113 | 7098 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
7114 | 7099 | echo $ac_n "(cached) $ac_c" 1>&6 |
@@ -7116,7 +7101,7 @@ else | ||
7116 | 7101 | ac_save_LIBS="$LIBS" |
7117 | 7102 | LIBS="-lterminfo $LIBS" |
7118 | 7103 | cat > conftest.$ac_ext <<EOF |
7119 | -#line 7120 "configure" | |
7104 | +#line 7105 "configure" | |
7120 | 7105 | #include "confdefs.h" |
7121 | 7106 | /* Override any gcc2 internal prototype to avoid an error. */ |
7122 | 7107 | /* We use char because int might match the return type of a gcc2 |
@@ -7127,7 +7112,7 @@ int main() { | ||
7127 | 7112 | tgetent() |
7128 | 7113 | ; return 0; } |
7129 | 7114 | 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 | |
7131 | 7116 | rm -rf conftest* |
7132 | 7117 | eval "ac_cv_lib_$ac_lib_var=yes" |
7133 | 7118 | else |
@@ -7292,7 +7277,7 @@ if test "${with_tclconfig+set}" = set; then | ||
7292 | 7277 | fi |
7293 | 7278 | |
7294 | 7279 | 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 | |
7296 | 7281 | if eval "test \"`echo '$''{'ac_cv_c_tclconfig'+set}'`\" = set"; then |
7297 | 7282 | echo $ac_n "(cached) $ac_c" 1>&6 |
7298 | 7283 | else |
@@ -7400,7 +7385,7 @@ if test "${with_tkconfig+set}" = set; then | ||
7400 | 7385 | fi |
7401 | 7386 | |
7402 | 7387 | 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 | |
7404 | 7389 | if eval "test \"`echo '$''{'ac_cv_c_tkconfig'+set}'`\" = set"; then |
7405 | 7390 | echo $ac_n "(cached) $ac_c" 1>&6 |
7406 | 7391 | else |
@@ -7509,7 +7494,7 @@ fi | ||
7509 | 7494 | |
7510 | 7495 | no_tcl=true |
7511 | 7496 | 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 | |
7513 | 7498 | # Check whether --with-tclinclude or --without-tclinclude was given. |
7514 | 7499 | if test "${with_tclinclude+set}" = set; then |
7515 | 7500 | withval="$with_tclinclude" |
@@ -7575,17 +7560,17 @@ fi | ||
7575 | 7560 | if test x"${ac_cv_c_tclh}" = x ; then |
7576 | 7561 | ac_safe=`echo "tclInt.h" | sed 'y%./+-%__p_%'` |
7577 | 7562 | 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 | |
7579 | 7564 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
7580 | 7565 | echo $ac_n "(cached) $ac_c" 1>&6 |
7581 | 7566 | else |
7582 | 7567 | cat > conftest.$ac_ext <<EOF |
7583 | -#line 7584 "configure" | |
7568 | +#line 7569 "configure" | |
7584 | 7569 | #include "confdefs.h" |
7585 | 7570 | #include <tclInt.h> |
7586 | 7571 | EOF |
7587 | 7572 | 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; } | |
7589 | 7574 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
7590 | 7575 | if test -z "$ac_err"; then |
7591 | 7576 | rm -rf conftest* |
@@ -7645,7 +7630,7 @@ fi | ||
7645 | 7630 | # |
7646 | 7631 | no_tk=true |
7647 | 7632 | 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 | |
7649 | 7634 | # Check whether --with-tkinclude or --without-tkinclude was given. |
7650 | 7635 | if test "${with_tkinclude+set}" = set; then |
7651 | 7636 | withval="$with_tkinclude" |
@@ -7711,17 +7696,17 @@ fi | ||
7711 | 7696 | if test x"${ac_cv_c_tkh}" = x ; then |
7712 | 7697 | ac_safe=`echo "tk.h" | sed 'y%./+-%__p_%'` |
7713 | 7698 | 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 | |
7715 | 7700 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
7716 | 7701 | echo $ac_n "(cached) $ac_c" 1>&6 |
7717 | 7702 | else |
7718 | 7703 | cat > conftest.$ac_ext <<EOF |
7719 | -#line 7720 "configure" | |
7704 | +#line 7705 "configure" | |
7720 | 7705 | #include "confdefs.h" |
7721 | 7706 | #include <tk.h> |
7722 | 7707 | EOF |
7723 | 7708 | 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; } | |
7725 | 7710 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
7726 | 7711 | if test -z "$ac_err"; then |
7727 | 7712 | rm -rf conftest* |
@@ -7767,7 +7752,7 @@ fi | ||
7767 | 7752 | |
7768 | 7753 | |
7769 | 7754 | 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 | |
7771 | 7756 | if test x"${ac_cv_c_itclh}" = x ; then |
7772 | 7757 | for i in ${srcdir}/../itcl ${srcdir}/../../itcl ${srcdir}/../../../itcl ${srcdir}/../itcl/itcl; do |
7773 | 7758 | if test -f $i/generic/itcl.h ; then |
@@ -7790,7 +7775,7 @@ fi | ||
7790 | 7775 | |
7791 | 7776 | |
7792 | 7777 | 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 | |
7794 | 7779 | if test x"${ac_cv_c_itkh}" = x ; then |
7795 | 7780 | for i in ${srcdir}/../itcl ${srcdir}/../../itcl ${srcdir}/../../../itcl ${srcdir}/../itcl/itk; do |
7796 | 7781 | if test -f $i/generic/itk.h ; then |
@@ -7813,7 +7798,7 @@ fi | ||
7813 | 7798 | |
7814 | 7799 | |
7815 | 7800 | 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 | |
7817 | 7802 | if test x"${ac_cv_c_tixh}" = x ; then |
7818 | 7803 | for i in ${srcdir}/../tix ${srcdir}/../../tix ${srcdir}/../../../tix ; do |
7819 | 7804 | if test -f $i/generic/tix.h ; then |
@@ -7865,7 +7850,7 @@ if test "${with_itclconfig+set}" = set; then | ||
7865 | 7850 | fi |
7866 | 7851 | |
7867 | 7852 | 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 | |
7869 | 7854 | if eval "test \"`echo '$''{'ac_cv_c_itclconfig'+set}'`\" = set"; then |
7870 | 7855 | echo $ac_n "(cached) $ac_c" 1>&6 |
7871 | 7856 | else |
@@ -7968,7 +7953,7 @@ if test "${with_itkconfig+set}" = set; then | ||
7968 | 7953 | fi |
7969 | 7954 | |
7970 | 7955 | 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 | |
7972 | 7957 | if eval "test \"`echo '$''{'ac_cv_c_itkconfig'+set}'`\" = set"; then |
7973 | 7958 | echo $ac_n "(cached) $ac_c" 1>&6 |
7974 | 7959 | else |
@@ -8071,7 +8056,7 @@ if test "${with_tixconfig+set}" = set; then | ||
8071 | 8056 | fi |
8072 | 8057 | |
8073 | 8058 | 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 | |
8075 | 8060 | if eval "test \"`echo '$''{'ac_cv_c_tixconfig'+set}'`\" = set"; then |
8076 | 8061 | echo $ac_n "(cached) $ac_c" 1>&6 |
8077 | 8062 | else |
@@ -8217,7 +8202,7 @@ fi | ||
8217 | 8202 | # Uses ac_ vars as temps to allow command line to override cache and checks. |
8218 | 8203 | # --without-x overrides everything else, but does not touch the cache. |
8219 | 8204 | 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 | |
8221 | 8206 | |
8222 | 8207 | # Check whether --with-x or --without-x was given. |
8223 | 8208 | if test "${with_x+set}" = set; then |
@@ -8279,12 +8264,12 @@ if test "$ac_x_includes" = NO; then | ||
8279 | 8264 | |
8280 | 8265 | # First, try using that file with no special directory specified. |
8281 | 8266 | cat > conftest.$ac_ext <<EOF |
8282 | -#line 8283 "configure" | |
8267 | +#line 8268 "configure" | |
8283 | 8268 | #include "confdefs.h" |
8284 | 8269 | #include <$x_direct_test_include> |
8285 | 8270 | EOF |
8286 | 8271 | 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; } | |
8288 | 8273 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
8289 | 8274 | if test -z "$ac_err"; then |
8290 | 8275 | rm -rf conftest* |
@@ -8353,14 +8338,14 @@ if test "$ac_x_libraries" = NO; then | ||
8353 | 8338 | ac_save_LIBS="$LIBS" |
8354 | 8339 | LIBS="-l$x_direct_test_library $LIBS" |
8355 | 8340 | cat > conftest.$ac_ext <<EOF |
8356 | -#line 8357 "configure" | |
8341 | +#line 8342 "configure" | |
8357 | 8342 | #include "confdefs.h" |
8358 | 8343 | |
8359 | 8344 | int main() { |
8360 | 8345 | ${x_direct_test_function}() |
8361 | 8346 | ; return 0; } |
8362 | 8347 | 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 | |
8364 | 8349 | rm -rf conftest* |
8365 | 8350 | LIBS="$ac_save_LIBS" |
8366 | 8351 | # We can link X programs with no special library path. |
@@ -8652,7 +8637,7 @@ fi | ||
8652 | 8637 | # ``gdbserver'' can only be built in a native configuration. |
8653 | 8638 | if test x"${target}" = x"${host}"; then |
8654 | 8639 | 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 | |
8656 | 8641 | if test x"${build_gdbserver}" = xyes ; then |
8657 | 8642 | configdirs="${configdirs} gdbserver" |
8658 | 8643 | SUBDIRS="${SUBDIRS} gdbserver" |
@@ -8714,7 +8699,7 @@ fi | ||
8714 | 8699 | |
8715 | 8700 | |
8716 | 8701 | 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 | |
8718 | 8703 | if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then |
8719 | 8704 | echo $ac_n "(cached) $ac_c" 1>&6 |
8720 | 8705 | else |
@@ -8738,12 +8723,12 @@ fi | ||
8738 | 8723 | |
8739 | 8724 | |
8740 | 8725 | 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 | |
8742 | 8727 | if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then |
8743 | 8728 | echo $ac_n "(cached) $ac_c" 1>&6 |
8744 | 8729 | else |
8745 | 8730 | cat > conftest.$ac_ext <<EOF |
8746 | -#line 8747 "configure" | |
8731 | +#line 8732 "configure" | |
8747 | 8732 | #include "confdefs.h" |
8748 | 8733 | |
8749 | 8734 | int main() { |
@@ -8754,7 +8739,7 @@ int main() { | ||
8754 | 8739 | return __CYGWIN__; |
8755 | 8740 | ; return 0; } |
8756 | 8741 | 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 | |
8758 | 8743 | rm -rf conftest* |
8759 | 8744 | ac_cv_cygwin=yes |
8760 | 8745 | else |
@@ -8771,19 +8756,19 @@ echo "$ac_t""$ac_cv_cygwin" 1>&6 | ||
8771 | 8756 | CYGWIN= |
8772 | 8757 | test "$ac_cv_cygwin" = yes && CYGWIN=yes |
8773 | 8758 | 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 | |
8775 | 8760 | if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then |
8776 | 8761 | echo $ac_n "(cached) $ac_c" 1>&6 |
8777 | 8762 | else |
8778 | 8763 | cat > conftest.$ac_ext <<EOF |
8779 | -#line 8780 "configure" | |
8764 | +#line 8765 "configure" | |
8780 | 8765 | #include "confdefs.h" |
8781 | 8766 | |
8782 | 8767 | int main() { |
8783 | 8768 | return __MINGW32__; |
8784 | 8769 | ; return 0; } |
8785 | 8770 | 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 | |
8787 | 8772 | rm -rf conftest* |
8788 | 8773 | ac_cv_mingw32=yes |
8789 | 8774 | else |
@@ -8802,7 +8787,7 @@ test "$ac_cv_mingw32" = yes && MINGW32=yes | ||
8802 | 8787 | |
8803 | 8788 | |
8804 | 8789 | 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 | |
8806 | 8791 | if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then |
8807 | 8792 | echo $ac_n "(cached) $ac_c" 1>&6 |
8808 | 8793 | else |
@@ -8812,10 +8797,10 @@ else | ||
8812 | 8797 | rm -f conftest* |
8813 | 8798 | echo 'int main () { return 0; }' > conftest.$ac_ext |
8814 | 8799 | 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 | |
8816 | 8801 | for file in conftest.*; do |
8817 | 8802 | case $file in |
8818 | - *.c | *.o | *.obj) ;; | |
8803 | + *.c | *.o | *.obj | *.ilk | *.pdb) ;; | |
8819 | 8804 | *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;; |
8820 | 8805 | esac |
8821 | 8806 | done |
@@ -8854,7 +8839,7 @@ fi | ||
8854 | 8839 | |
8855 | 8840 | |
8856 | 8841 | 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 | |
8858 | 8843 | if eval "test \"`echo '$''{'am_cv_func_iconv'+set}'`\" = set"; then |
8859 | 8844 | echo $ac_n "(cached) $ac_c" 1>&6 |
8860 | 8845 | else |
@@ -8862,7 +8847,7 @@ else | ||
8862 | 8847 | am_cv_func_iconv="no, consider installing GNU libiconv" |
8863 | 8848 | am_cv_lib_iconv=no |
8864 | 8849 | cat > conftest.$ac_ext <<EOF |
8865 | -#line 8866 "configure" | |
8850 | +#line 8851 "configure" | |
8866 | 8851 | #include "confdefs.h" |
8867 | 8852 | #include <stdlib.h> |
8868 | 8853 | #include <iconv.h> |
@@ -8872,7 +8857,7 @@ iconv_t cd = iconv_open("",""); | ||
8872 | 8857 | iconv_close(cd); |
8873 | 8858 | ; return 0; } |
8874 | 8859 | 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 | |
8876 | 8861 | rm -rf conftest* |
8877 | 8862 | am_cv_func_iconv=yes |
8878 | 8863 | else |
@@ -8884,7 +8869,7 @@ rm -f conftest* | ||
8884 | 8869 | am_save_LIBS="$LIBS" |
8885 | 8870 | LIBS="$LIBS -liconv" |
8886 | 8871 | cat > conftest.$ac_ext <<EOF |
8887 | -#line 8888 "configure" | |
8872 | +#line 8873 "configure" | |
8888 | 8873 | #include "confdefs.h" |
8889 | 8874 | #include <stdlib.h> |
8890 | 8875 | #include <iconv.h> |
@@ -8894,7 +8879,7 @@ iconv_t cd = iconv_open("",""); | ||
8894 | 8879 | iconv_close(cd); |
8895 | 8880 | ; return 0; } |
8896 | 8881 | 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 | |
8898 | 8883 | rm -rf conftest* |
8899 | 8884 | am_cv_lib_iconv=yes |
8900 | 8885 | am_cv_func_iconv=yes |
@@ -8915,13 +8900,13 @@ echo "$ac_t""$am_cv_func_iconv" 1>&6 | ||
8915 | 8900 | EOF |
8916 | 8901 | |
8917 | 8902 | 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 | |
8919 | 8904 | if eval "test \"`echo '$''{'am_cv_proto_iconv'+set}'`\" = set"; then |
8920 | 8905 | echo $ac_n "(cached) $ac_c" 1>&6 |
8921 | 8906 | else |
8922 | 8907 | |
8923 | 8908 | cat > conftest.$ac_ext <<EOF |
8924 | -#line 8925 "configure" | |
8909 | +#line 8910 "configure" | |
8925 | 8910 | #include "confdefs.h" |
8926 | 8911 | |
8927 | 8912 | #include <stdlib.h> |
@@ -8940,7 +8925,7 @@ int main() { | ||
8940 | 8925 | |
8941 | 8926 | ; return 0; } |
8942 | 8927 | 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 | |
8944 | 8929 | rm -rf conftest* |
8945 | 8930 | am_cv_proto_iconv_arg1="" |
8946 | 8931 | else |