Changeset 1113 for trunk/src/binutils/bfd/configure
- Timestamp:
- Jan 29, 2004, 10:37:45 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/binutils/bfd/configure
-
Property cvs2svn:cvs-rev
changed from
1.9
to1.10
r1112 r1113 813 813 program_prefix=${target_alias}- 814 814 815 816 echo $ac_n "checking for strerror in -lcposix""... $ac_c" 1>&6817 echo "configure:818: checking for strerror in -lcposix" >&5818 ac_lib_var=`echo cposix'_'strerror | sed 'y%./+-%__p_%'`819 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then820 echo $ac_n "(cached) $ac_c" 1>&6821 else822 ac_save_LIBS="$LIBS"823 LIBS="-lcposix $LIBS"824 cat > conftest.$ac_ext <<EOF825 #line 826 "configure"826 #include "confdefs.h"827 /* Override any gcc2 internal prototype to avoid an error. */828 /* We use char because int might match the return type of a gcc2829 builtin and then its argument prototype would still apply. */830 char strerror();831 832 int main() {833 strerror()834 ; return 0; }835 EOF836 if { (eval echo configure:837: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then837 rm -rf conftest*838 eval "ac_cv_lib_$ac_lib_var=yes"839 else840 echo "configure: failed program was:" >&5841 cat conftest.$ac_ext >&5842 rm -rf conftest*843 eval "ac_cv_lib_$ac_lib_var=no"844 fi845 rm -f conftest*846 LIBS="$ac_save_LIBS"847 848 fi849 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then850 echo "$ac_t""yes" 1>&6851 LIBS="$LIBS -lcposix"852 else853 echo "$ac_t""no" 1>&6854 fi855 856 857 858 859 # Find a good install program. We prefer a C program (faster),860 # so one script is as good as another. But avoid the broken or861 # incompatible versions:862 # SysV /etc/install, /usr/sbin/install863 # SunOS /usr/etc/install864 # IRIX /sbin/install865 # AIX /bin/install866 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag867 # AFS /usr/afsws/bin/install, which mishandles nonexistent args868 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"869 # ./install, which can be erroneously created by make from ./install.sh.870 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6871 echo "configure:872: checking for a BSD compatible install" >&5872 if test -z "$INSTALL"; then873 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then874 echo $ac_n "(cached) $ac_c" 1>&6875 else876 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS="$PATH_IFS"877 for ac_dir in $PATH; do878 # Account for people who put trailing slashes in PATH elements.879 case "$ac_dir/" in880 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;881 # We reject the install program from OS/2 or W3.1882 */OS2|*/OS2/*|*/WINDOWS|*/WINDOWS/*) ;;883 *)884 # OSF1 and SCO ODT 3.0 have their own names for install.885 # Don't use installbsd from OSF since it installs stuff as root886 # by default.887 for ac_prog in ginstall scoinst install; do888 if test -f $ac_dir/$ac_prog$ac_exeext; then889 if test $ac_prog = install &&890 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then891 # AIX install. It has an incompatible calling convention.892 :893 else894 ac_cv_path_install="$ac_dir/$ac_prog$ac_exeext -c"895 break 2896 fi897 fi898 done899 ;;900 esac901 done902 IFS="$ac_save_IFS"903 904 fi905 if test "${ac_cv_path_install+set}" = set; then906 INSTALL="$ac_cv_path_install"907 else908 # As a last resort, use the slow shell script. We don't cache a909 # path for INSTALL within a source directory, because that will910 # break other packages using the cache if that directory is911 # removed, or if the path is relative.912 INSTALL="$ac_install_sh"913 fi914 fi915 echo "$ac_t""$INSTALL" 1>&6916 917 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.918 # It thinks the first close brace ends the variable substitution.919 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'920 921 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'922 923 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'924 925 echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6926 echo "configure:927: checking whether build environment is sane" >&5927 # Just in case928 sleep 1929 echo timestamp > conftestfile930 # Do `set' in a subshell so we don't clobber the current shell's931 # arguments. Must try -L first in case configure is actually a932 # symlink; some systems play weird games with the mod time of symlinks933 # (eg FreeBSD returns the mod time of the symlink's containing934 # directory).935 if (936 set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`937 if test "$*" = "X"; then938 # -L didn't work.939 set X `ls -t $srcdir/configure conftestfile`940 fi941 if test "$*" != "X $srcdir/configure conftestfile" \942 && test "$*" != "X conftestfile $srcdir/configure"; then943 944 # If neither matched, then we have a broken ls. This can happen945 # if, for instance, CONFIG_SHELL is bash and it inherits a946 # broken ls alias from the environment. This has actually947 # happened. Such a system could not be considered "sane".948 { echo "configure: error: ls -t appears to fail. Make sure there is not a broken949 alias in your environment" 1>&2; exit 1; }950 fi951 952 test "$2" = conftestfile953 )954 then955 # Ok.956 :957 else958 { echo "configure: error: newly created file is older than distributed files!959 Check your system clock" 1>&2; exit 1; }960 fi961 rm -f conftest*962 echo "$ac_t""yes" 1>&6963 if test "$program_transform_name" = s,x,x,; then964 program_transform_name=965 else966 # Double any \ or $. echo might interpret backslashes.967 cat <<\EOF_SED > conftestsed968 s,\\,\\\\,g; s,\$,$$,g969 EOF_SED970 program_transform_name="`echo $program_transform_name|sed -f conftestsed`"971 rm -f conftestsed972 fi973 test "$program_prefix" != NONE &&974 program_transform_name="s,^,${program_prefix},; $program_transform_name"975 # Use a double $ so make ignores it.976 test "$program_suffix" != NONE &&977 program_transform_name="s,\$\$,${program_suffix},; $program_transform_name"978 979 # sed with no file args requires a program.980 test "$program_transform_name" = "" && program_transform_name="s,x,x,"981 982 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6983 echo "configure:984: checking whether ${MAKE-make} sets \${MAKE}" >&5984 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`985 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then986 echo $ac_n "(cached) $ac_c" 1>&6987 else988 cat > conftestmake <<\EOF989 all:990 @echo 'ac_maketemp="${MAKE}"'991 EOF992 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.993 eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`994 if test -n "$ac_maketemp"; then995 eval ac_cv_prog_make_${ac_make}_set=yes996 else997 eval ac_cv_prog_make_${ac_make}_set=no998 fi999 rm -f conftestmake1000 fi1001 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then1002 echo "$ac_t""yes" 1>&61003 SET_MAKE=1004 else1005 echo "$ac_t""no" 1>&61006 SET_MAKE="MAKE=${MAKE-make}"1007 fi1008 1009 1010 PACKAGE=bfd1011 1012 VERSION=2.141013 1014 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then1015 { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }1016 fi1017 cat >> confdefs.h <<EOF1018 #define PACKAGE "$PACKAGE"1019 EOF1020 1021 cat >> confdefs.h <<EOF1022 #define VERSION "$VERSION"1023 EOF1024 1025 1026 1027 missing_dir=`cd $ac_aux_dir && pwd`1028 echo $ac_n "checking for working aclocal""... $ac_c" 1>&61029 echo "configure:1030: checking for working aclocal" >&51030 # Run test in a subshell; some versions of sh will print an error if1031 # an executable is not found, even if stderr is redirected.1032 # Redirect stdin to placate older versions of autoconf. Sigh.1033 if (aclocal --version) < /dev/null > /dev/null 2>&1; then1034 ACLOCAL=aclocal1035 echo "$ac_t""found" 1>&61036 else1037 ACLOCAL="$missing_dir/missing aclocal"1038 echo "$ac_t""missing" 1>&61039 fi1040 1041 echo $ac_n "checking for working autoconf""... $ac_c" 1>&61042 echo "configure:1043: checking for working autoconf" >&51043 # Run test in a subshell; some versions of sh will print an error if1044 # an executable is not found, even if stderr is redirected.1045 # Redirect stdin to placate older versions of autoconf. Sigh.1046 if (autoconf --version) < /dev/null > /dev/null 2>&1; then1047 AUTOCONF=autoconf1048 echo "$ac_t""found" 1>&61049 else1050 AUTOCONF="$missing_dir/missing autoconf"1051 echo "$ac_t""missing" 1>&61052 fi1053 1054 echo $ac_n "checking for working automake""... $ac_c" 1>&61055 echo "configure:1056: checking for working automake" >&51056 # Run test in a subshell; some versions of sh will print an error if1057 # an executable is not found, even if stderr is redirected.1058 # Redirect stdin to placate older versions of autoconf. Sigh.1059 if (automake --version) < /dev/null > /dev/null 2>&1; then1060 AUTOMAKE=automake1061 echo "$ac_t""found" 1>&61062 else1063 AUTOMAKE="$missing_dir/missing automake"1064 echo "$ac_t""missing" 1>&61065 fi1066 1067 echo $ac_n "checking for working autoheader""... $ac_c" 1>&61068 echo "configure:1069: checking for working autoheader" >&51069 # Run test in a subshell; some versions of sh will print an error if1070 # an executable is not found, even if stderr is redirected.1071 # Redirect stdin to placate older versions of autoconf. Sigh.1072 if (autoheader --version) < /dev/null > /dev/null 2>&1; then1073 AUTOHEADER=autoheader1074 echo "$ac_t""found" 1>&61075 else1076 AUTOHEADER="$missing_dir/missing autoheader"1077 echo "$ac_t""missing" 1>&61078 fi1079 1080 echo $ac_n "checking for working makeinfo""... $ac_c" 1>&61081 echo "configure:1082: checking for working makeinfo" >&51082 # Run test in a subshell; some versions of sh will print an error if1083 # an executable is not found, even if stderr is redirected.1084 # Redirect stdin to placate older versions of autoconf. Sigh.1085 if (makeinfo --version) < /dev/null > /dev/null 2>&1; then1086 MAKEINFO=makeinfo1087 echo "$ac_t""found" 1>&61088 else1089 MAKEINFO="$missing_dir/missing makeinfo"1090 echo "$ac_t""missing" 1>&61091 fi1092 1093 1094 # Uncomment the next line to remove the date from the reported bfd version1095 #is_release=y1096 1097 bfd_version=`echo "${VERSION}" | sed -e 's/\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\).*/\1.00\2.00\3.00\4.00\5/' -e 's/\([^\.]*\)\..*\(..\)\..*\(..\)\..*\(..\)\..*\(..\)$/\1\2\3\4\5/'`1098 1099 bfd_version_string="\"${VERSION}\""1100 if test x${is_release} = x; then1101 bfd_version_date=`sed -n -e 's/.*DATE //p' < ${srcdir}/version.h`1102 bfd_version_string="\"${VERSION} ${bfd_version_date}\""1103 fi1104 1105 1106 1107 if test $host != $build; then1108 ac_tool_prefix=${host_alias}-1109 else1110 ac_tool_prefix=1111 fi1112 1113 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.1114 set dummy ${ac_tool_prefix}ar; ac_word=$21115 echo $ac_n "checking for $ac_word""... $ac_c" 1>&61116 echo "configure:1117: checking for $ac_word" >&51117 if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then1118 echo $ac_n "(cached) $ac_c" 1>&61119 else1120 if test -n "$AR"; then1121 ac_cv_prog_AR="$AR" # Let the user override the test.1122 else1123 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"1124 ac_dummy="$PATH"1125 for ac_dir in $ac_dummy; do1126 test -z "$ac_dir" && ac_dir=.1127 if test -f $ac_dir/$ac_word -o \1128 -f $ac_dir/$ac_word$ac_exeext ; then1129 ac_cv_prog_AR="${ac_tool_prefix}ar"1130 break1131 fi1132 done1133 IFS="$ac_save_ifs"1134 test -z "$ac_cv_prog_AR" && ac_cv_prog_AR="ar"1135 fi1136 fi1137 AR="$ac_cv_prog_AR"1138 if test -n "$AR"; then1139 echo "$ac_t""$AR" 1>&61140 else1141 echo "$ac_t""no" 1>&61142 fi1143 1144 1145 1146 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.1147 set dummy ${ac_tool_prefix}ranlib; ac_word=$21148 echo $ac_n "checking for $ac_word""... $ac_c" 1>&61149 echo "configure:1150: checking for $ac_word" >&51150 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then1151 echo $ac_n "(cached) $ac_c" 1>&61152 else1153 if test -n "$RANLIB"; then1154 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.1155 else1156 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"1157 ac_dummy="$PATH"1158 for ac_dir in $ac_dummy; do1159 test -z "$ac_dir" && ac_dir=.1160 if test -f $ac_dir/$ac_word -o \1161 -f $ac_dir/$ac_word$ac_exeext ; then1162 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"1163 break1164 fi1165 done1166 IFS="$ac_save_ifs"1167 fi1168 fi1169 RANLIB="$ac_cv_prog_RANLIB"1170 if test -n "$RANLIB"; then1171 echo "$ac_t""$RANLIB" 1>&61172 else1173 echo "$ac_t""no" 1>&61174 fi1175 1176 1177 if test -z "$ac_cv_prog_RANLIB"; then1178 if test -n "$ac_tool_prefix"; then1179 # Extract the first word of "ranlib", so it can be a program name with args.1180 set dummy ranlib; ac_word=$21181 echo $ac_n "checking for $ac_word""... $ac_c" 1>&61182 echo "configure:1183: checking for $ac_word" >&51183 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then1184 echo $ac_n "(cached) $ac_c" 1>&61185 else1186 if test -n "$RANLIB"; then1187 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.1188 else1189 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"1190 ac_dummy="$PATH"1191 for ac_dir in $ac_dummy; do1192 test -z "$ac_dir" && ac_dir=.1193 if test -f $ac_dir/$ac_word -o \1194 -f $ac_dir/$ac_word$ac_exeext ; then1195 ac_cv_prog_RANLIB="ranlib"1196 break1197 fi1198 done1199 IFS="$ac_save_ifs"1200 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"1201 fi1202 fi1203 RANLIB="$ac_cv_prog_RANLIB"1204 if test -n "$RANLIB"; then1205 echo "$ac_t""$RANLIB" 1>&61206 else1207 echo "$ac_t""no" 1>&61208 fi1209 1210 else1211 RANLIB=":"1212 fi1213 fi1214 1215 1216 # Check whether --enable-shared or --disable-shared was given.1217 if test "${enable_shared+set}" = set; then1218 enableval="$enable_shared"1219 p=${PACKAGE-default}1220 case $enableval in1221 yes) enable_shared=yes ;;1222 no) enable_shared=no ;;1223 *)1224 enable_shared=no1225 # Look at the argument we got. We use all the common list separators.1226 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"1227 for pkg in $enableval; do1228 if test "X$pkg" = "X$p"; then1229 enable_shared=yes1230 fi1231 done1232 IFS="$ac_save_ifs"1233 ;;1234 esac1235 else1236 enable_shared=no1237 fi1238 1239 1240 # Check whether --enable-static or --disable-static was given.1241 if test "${enable_static+set}" = set; then1242 enableval="$enable_static"1243 p=${PACKAGE-default}1244 case $enableval in1245 yes) enable_static=yes ;;1246 no) enable_static=no ;;1247 *)1248 enable_static=no1249 # Look at the argument we got. We use all the common list separators.1250 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"1251 for pkg in $enableval; do1252 if test "X$pkg" = "X$p"; then1253 enable_static=yes1254 fi1255 done1256 IFS="$ac_save_ifs"1257 ;;1258 esac1259 else1260 enable_static=yes1261 fi1262 1263 # Check whether --enable-fast-install or --disable-fast-install was given.1264 if test "${enable_fast_install+set}" = set; then1265 enableval="$enable_fast_install"1266 p=${PACKAGE-default}1267 case $enableval in1268 yes) enable_fast_install=yes ;;1269 no) enable_fast_install=no ;;1270 *)1271 enable_fast_install=no1272 # Look at the argument we got. We use all the common list separators.1273 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"1274 for pkg in $enableval; do1275 if test "X$pkg" = "X$p"; then1276 enable_fast_install=yes1277 fi1278 done1279 IFS="$ac_save_ifs"1280 ;;1281 esac1282 else1283 enable_fast_install=yes1284 fi1285 1286 815 # Extract the first word of "gcc", so it can be a program name with args. 1287 816 set dummy gcc; ac_word=$2 1288 817 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1289 echo "configure: 1290: checking for $ac_word" >&5818 echo "configure:819: checking for $ac_word" >&5 1290 819 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 1291 820 echo $ac_n "(cached) $ac_c" 1>&6 … … 1318 847 set dummy cc; ac_word=$2 1319 848 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1320 echo "configure: 1321: checking for $ac_word" >&5849 echo "configure:850: checking for $ac_word" >&5 1321 850 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 1322 851 echo $ac_n "(cached) $ac_c" 1>&6 … … 1371 900 set dummy cl; ac_word=$2 1372 901 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1373 echo "configure: 1374: checking for $ac_word" >&5902 echo "configure:903: checking for $ac_word" >&5 1374 903 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 1375 904 echo $ac_n "(cached) $ac_c" 1>&6 … … 1404 933 1405 934 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 1406 echo "configure: 1407: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5935 echo "configure:936: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 1407 936 1408 937 ac_ext=c … … 1415 944 cat > conftest.$ac_ext << EOF 1416 945 1417 #line 1418"configure"946 #line 947 "configure" 1418 947 #include "confdefs.h" 1419 948 1420 949 main(){return(0);} 1421 950 EOF 1422 if { (eval echo configure: 1423: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then951 if { (eval echo configure:952: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1423 952 ac_cv_prog_cc_works=yes 1424 953 # If we can't run a trivial program, we are probably using a cross compiler. … … 1446 975 fi 1447 976 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 1448 echo "configure: 1449: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5977 echo "configure:978: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 1449 978 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 1450 979 cross_compiling=$ac_cv_prog_cc_cross 1451 980 1452 981 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 1453 echo "configure: 1454: checking whether we are using GNU C" >&5982 echo "configure:983: checking whether we are using GNU C" >&5 1454 983 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 1455 984 echo $ac_n "(cached) $ac_c" 1>&6 … … 1460 989 #endif 1461 990 EOF 1462 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure: 1463: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then991 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:992: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 1463 992 ac_cv_prog_gcc=yes 1464 993 else … … 1479 1008 CFLAGS= 1480 1009 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 1481 echo "configure:1 482: checking whether ${CC-cc} accepts -g" >&51010 echo "configure:1011: checking whether ${CC-cc} accepts -g" >&5 1482 1011 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 1483 1012 echo $ac_n "(cached) $ac_c" 1>&6 … … 1510 1039 fi 1511 1040 1041 echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&6 1042 echo "configure:1043: checking for POSIXized ISC" >&5 1043 if test -d /etc/conf/kconfig.d && 1044 grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1 1045 then 1046 echo "$ac_t""yes" 1>&6 1047 ISC=yes # If later tests want to check for ISC. 1048 cat >> confdefs.h <<\EOF 1049 #define _POSIX_SOURCE 1 1050 EOF 1051 1052 if test "$GCC" = yes; then 1053 CC="$CC -posix" 1054 else 1055 CC="$CC -Xp" 1056 fi 1057 else 1058 echo "$ac_t""no" 1>&6 1059 ISC= 1060 fi 1061 1062 1063 am__api_version="1.4" 1064 # Find a good install program. We prefer a C program (faster), 1065 # so one script is as good as another. But avoid the broken or 1066 # incompatible versions: 1067 # SysV /etc/install, /usr/sbin/install 1068 # SunOS /usr/etc/install 1069 # IRIX /sbin/install 1070 # AIX /bin/install 1071 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag 1072 # AFS /usr/afsws/bin/install, which mishandles nonexistent args 1073 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 1074 # ./install, which can be erroneously created by make from ./install.sh. 1075 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 1076 echo "configure:1077: checking for a BSD compatible install" >&5 1077 if test -z "$INSTALL"; then 1078 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then 1079 echo $ac_n "(cached) $ac_c" 1>&6 1080 else 1081 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS="$PATH_IFS" 1082 for ac_dir in $PATH; do 1083 # Account for people who put trailing slashes in PATH elements. 1084 case "$ac_dir/" in 1085 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;; 1086 # We reject the install program from OS/2 or W3.1 1087 */OS2|*/OS2/*|*/WINDOWS|*/WINDOWS/*) ;; 1088 *) 1089 # OSF1 and SCO ODT 3.0 have their own names for install. 1090 # Don't use installbsd from OSF since it installs stuff as root 1091 # by default. 1092 for ac_prog in ginstall scoinst install; do 1093 if test -f $ac_dir/$ac_prog$ac_exeext; then 1094 if test $ac_prog = install && 1095 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then 1096 # AIX install. It has an incompatible calling convention. 1097 : 1098 else 1099 ac_cv_path_install="$ac_dir/$ac_prog$ac_exeext -c" 1100 break 2 1101 fi 1102 fi 1103 done 1104 ;; 1105 esac 1106 done 1107 IFS="$ac_save_IFS" 1108 1109 fi 1110 if test "${ac_cv_path_install+set}" = set; then 1111 INSTALL="$ac_cv_path_install" 1112 else 1113 # As a last resort, use the slow shell script. We don't cache a 1114 # path for INSTALL within a source directory, because that will 1115 # break other packages using the cache if that directory is 1116 # removed, or if the path is relative. 1117 INSTALL="$ac_install_sh" 1118 fi 1119 fi 1120 echo "$ac_t""$INSTALL" 1>&6 1121 1122 # Use test -z because SunOS4 sh mishandles braces in ${var-val}. 1123 # It thinks the first close brace ends the variable substitution. 1124 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' 1125 1126 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}' 1127 1128 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 1129 1130 echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6 1131 echo "configure:1132: checking whether build environment is sane" >&5 1132 # Just in case 1133 sleep 1 1134 echo timestamp > conftestfile 1135 # Do `set' in a subshell so we don't clobber the current shell's 1136 # arguments. Must try -L first in case configure is actually a 1137 # symlink; some systems play weird games with the mod time of symlinks 1138 # (eg FreeBSD returns the mod time of the symlink's containing 1139 # directory). 1140 if ( 1141 set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null` 1142 if test "$*" = "X"; then 1143 # -L didn't work. 1144 set X `ls -t $srcdir/configure conftestfile` 1145 fi 1146 if test "$*" != "X $srcdir/configure conftestfile" \ 1147 && test "$*" != "X conftestfile $srcdir/configure"; then 1148 1149 # If neither matched, then we have a broken ls. This can happen 1150 # if, for instance, CONFIG_SHELL is bash and it inherits a 1151 # broken ls alias from the environment. This has actually 1152 # happened. Such a system could not be considered "sane". 1153 { echo "configure: error: ls -t appears to fail. Make sure there is not a broken 1154 alias in your environment" 1>&2; exit 1; } 1155 fi 1156 1157 test "$2" = conftestfile 1158 ) 1159 then 1160 # Ok. 1161 : 1162 else 1163 { echo "configure: error: newly created file is older than distributed files! 1164 Check your system clock" 1>&2; exit 1; } 1165 fi 1166 rm -f conftest* 1167 echo "$ac_t""yes" 1>&6 1168 if test "$program_transform_name" = s,x,x,; then 1169 program_transform_name= 1170 else 1171 # Double any \ or $. echo might interpret backslashes. 1172 cat <<\EOF_SED > conftestsed 1173 s,\\,\\\\,g; s,\$,$$,g 1174 EOF_SED 1175 program_transform_name="`echo $program_transform_name|sed -f conftestsed`" 1176 rm -f conftestsed 1177 fi 1178 test "$program_prefix" != NONE && 1179 program_transform_name="s,^,${program_prefix},; $program_transform_name" 1180 # Use a double $ so make ignores it. 1181 test "$program_suffix" != NONE && 1182 program_transform_name="s,\$\$,${program_suffix},; $program_transform_name" 1183 1184 # sed with no file args requires a program. 1185 test "$program_transform_name" = "" && program_transform_name="s,x,x," 1186 1187 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 1188 echo "configure:1189: checking whether ${MAKE-make} sets \${MAKE}" >&5 1189 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` 1190 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then 1191 echo $ac_n "(cached) $ac_c" 1>&6 1192 else 1193 cat > conftestmake <<\EOF 1194 all: 1195 @echo 'ac_maketemp="${MAKE}"' 1196 EOF 1197 # GNU make sometimes prints "make[1]: Entering...", which would confuse us. 1198 eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=` 1199 if test -n "$ac_maketemp"; then 1200 eval ac_cv_prog_make_${ac_make}_set=yes 1201 else 1202 eval ac_cv_prog_make_${ac_make}_set=no 1203 fi 1204 rm -f conftestmake 1205 fi 1206 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then 1207 echo "$ac_t""yes" 1>&6 1208 SET_MAKE= 1209 else 1210 echo "$ac_t""no" 1>&6 1211 SET_MAKE="MAKE=${MAKE-make}" 1212 fi 1213 1214 1215 PACKAGE=bfd 1216 1217 VERSION=2.14 1218 1219 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then 1220 { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } 1221 fi 1222 cat >> confdefs.h <<EOF 1223 #define PACKAGE "$PACKAGE" 1224 EOF 1225 1226 cat >> confdefs.h <<EOF 1227 #define VERSION "$VERSION" 1228 EOF 1229 1230 1231 1232 missing_dir=`cd $ac_aux_dir && pwd` 1233 echo $ac_n "checking for working aclocal-${am__api_version}""... $ac_c" 1>&6 1234 echo "configure:1235: checking for working aclocal-${am__api_version}" >&5 1235 # Run test in a subshell; some versions of sh will print an error if 1236 # an executable is not found, even if stderr is redirected. 1237 # Redirect stdin to placate older versions of autoconf. Sigh. 1238 if (aclocal-${am__api_version} --version) < /dev/null > /dev/null 2>&1; then 1239 ACLOCAL=aclocal-${am__api_version} 1240 echo "$ac_t""found" 1>&6 1241 else 1242 ACLOCAL="$missing_dir/missing aclocal-${am__api_version}" 1243 echo "$ac_t""missing" 1>&6 1244 fi 1245 1246 echo $ac_n "checking for working autoconf""... $ac_c" 1>&6 1247 echo "configure:1248: checking for working autoconf" >&5 1248 # Run test in a subshell; some versions of sh will print an error if 1249 # an executable is not found, even if stderr is redirected. 1250 # Redirect stdin to placate older versions of autoconf. Sigh. 1251 if (autoconf --version) < /dev/null > /dev/null 2>&1; then 1252 AUTOCONF=autoconf 1253 echo "$ac_t""found" 1>&6 1254 else 1255 AUTOCONF="$missing_dir/missing autoconf" 1256 echo "$ac_t""missing" 1>&6 1257 fi 1258 1259 echo $ac_n "checking for working automake-${am__api_version}""... $ac_c" 1>&6 1260 echo "configure:1261: checking for working automake-${am__api_version}" >&5 1261 # Run test in a subshell; some versions of sh will print an error if 1262 # an executable is not found, even if stderr is redirected. 1263 # Redirect stdin to placate older versions of autoconf. Sigh. 1264 if (automake-${am__api_version} --version) < /dev/null > /dev/null 2>&1; then 1265 AUTOMAKE=automake-${am__api_version} 1266 echo "$ac_t""found" 1>&6 1267 else 1268 AUTOMAKE="$missing_dir/missing automake-${am__api_version}" 1269 echo "$ac_t""missing" 1>&6 1270 fi 1271 1272 echo $ac_n "checking for working autoheader""... $ac_c" 1>&6 1273 echo "configure:1274: checking for working autoheader" >&5 1274 # Run test in a subshell; some versions of sh will print an error if 1275 # an executable is not found, even if stderr is redirected. 1276 # Redirect stdin to placate older versions of autoconf. Sigh. 1277 if (autoheader --version) < /dev/null > /dev/null 2>&1; then 1278 AUTOHEADER=autoheader 1279 echo "$ac_t""found" 1>&6 1280 else 1281 AUTOHEADER="$missing_dir/missing autoheader" 1282 echo "$ac_t""missing" 1>&6 1283 fi 1284 1285 echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6 1286 echo "configure:1287: checking for working makeinfo" >&5 1287 # Run test in a subshell; some versions of sh will print an error if 1288 # an executable is not found, even if stderr is redirected. 1289 # Redirect stdin to placate older versions of autoconf. Sigh. 1290 if (makeinfo --version) < /dev/null > /dev/null 2>&1; then 1291 MAKEINFO=makeinfo 1292 echo "$ac_t""found" 1>&6 1293 else 1294 MAKEINFO="$missing_dir/missing makeinfo" 1295 echo "$ac_t""missing" 1>&6 1296 fi 1297 1298 1299 # Uncomment the next line to remove the date from the reported bfd version 1300 #is_release=y 1301 1302 bfd_version=`echo "${VERSION}" | sed -e 's/\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\).*/\1.00\2.00\3.00\4.00\5/' -e 's/\([^\.]*\)\..*\(..\)\..*\(..\)\..*\(..\)\..*\(..\)$/\1\2\3\4\5/'` 1303 1304 bfd_version_string="\"${VERSION}\"" 1305 if test x${is_release} = x; then 1306 bfd_version_date=`sed -n -e 's/.*DATE //p' < ${srcdir}/version.h` 1307 bfd_version_string="\"${VERSION} ${bfd_version_date}\"" 1308 fi 1309 1310 1311 1312 if test $host != $build; then 1313 ac_tool_prefix=${host_alias}- 1314 else 1315 ac_tool_prefix= 1316 fi 1317 1318 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args. 1319 set dummy ${ac_tool_prefix}ar; ac_word=$2 1320 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1321 echo "configure:1322: checking for $ac_word" >&5 1322 if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then 1323 echo $ac_n "(cached) $ac_c" 1>&6 1324 else 1325 if test -n "$AR"; then 1326 ac_cv_prog_AR="$AR" # Let the user override the test. 1327 else 1328 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 1329 ac_dummy="$PATH" 1330 for ac_dir in $ac_dummy; do 1331 test -z "$ac_dir" && ac_dir=. 1332 if test -f $ac_dir/$ac_word -o \ 1333 -f $ac_dir/$ac_word$ac_exeext ; then 1334 ac_cv_prog_AR="${ac_tool_prefix}ar" 1335 break 1336 fi 1337 done 1338 IFS="$ac_save_ifs" 1339 test -z "$ac_cv_prog_AR" && ac_cv_prog_AR="ar" 1340 fi 1341 fi 1342 AR="$ac_cv_prog_AR" 1343 if test -n "$AR"; then 1344 echo "$ac_t""$AR" 1>&6 1345 else 1346 echo "$ac_t""no" 1>&6 1347 fi 1348 1349 1350 1351 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. 1352 set dummy ${ac_tool_prefix}ranlib; ac_word=$2 1353 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1354 echo "configure:1355: checking for $ac_word" >&5 1355 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 1356 echo $ac_n "(cached) $ac_c" 1>&6 1357 else 1358 if test -n "$RANLIB"; then 1359 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. 1360 else 1361 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 1362 ac_dummy="$PATH" 1363 for ac_dir in $ac_dummy; do 1364 test -z "$ac_dir" && ac_dir=. 1365 if test -f $ac_dir/$ac_word -o \ 1366 -f $ac_dir/$ac_word$ac_exeext ; then 1367 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" 1368 break 1369 fi 1370 done 1371 IFS="$ac_save_ifs" 1372 fi 1373 fi 1374 RANLIB="$ac_cv_prog_RANLIB" 1375 if test -n "$RANLIB"; then 1376 echo "$ac_t""$RANLIB" 1>&6 1377 else 1378 echo "$ac_t""no" 1>&6 1379 fi 1380 1381 1382 if test -z "$ac_cv_prog_RANLIB"; then 1383 if test -n "$ac_tool_prefix"; then 1384 # Extract the first word of "ranlib", so it can be a program name with args. 1385 set dummy ranlib; ac_word=$2 1386 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1387 echo "configure:1388: checking for $ac_word" >&5 1388 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 1389 echo $ac_n "(cached) $ac_c" 1>&6 1390 else 1391 if test -n "$RANLIB"; then 1392 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. 1393 else 1394 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 1395 ac_dummy="$PATH" 1396 for ac_dir in $ac_dummy; do 1397 test -z "$ac_dir" && ac_dir=. 1398 if test -f $ac_dir/$ac_word -o \ 1399 -f $ac_dir/$ac_word$ac_exeext ; then 1400 ac_cv_prog_RANLIB="ranlib" 1401 break 1402 fi 1403 done 1404 IFS="$ac_save_ifs" 1405 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":" 1406 fi 1407 fi 1408 RANLIB="$ac_cv_prog_RANLIB" 1409 if test -n "$RANLIB"; then 1410 echo "$ac_t""$RANLIB" 1>&6 1411 else 1412 echo "$ac_t""no" 1>&6 1413 fi 1414 1415 else 1416 RANLIB=":" 1417 fi 1418 fi 1419 1420 1421 # Check whether --enable-shared or --disable-shared was given. 1422 if test "${enable_shared+set}" = set; then 1423 enableval="$enable_shared" 1424 p=${PACKAGE-default} 1425 case $enableval in 1426 yes) enable_shared=yes ;; 1427 no) enable_shared=no ;; 1428 *) 1429 enable_shared=no 1430 # Look at the argument we got. We use all the common list separators. 1431 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:," 1432 for pkg in $enableval; do 1433 if test "X$pkg" = "X$p"; then 1434 enable_shared=yes 1435 fi 1436 done 1437 IFS="$ac_save_ifs" 1438 ;; 1439 esac 1440 else 1441 enable_shared=no 1442 fi 1443 1444 1445 # Check whether --enable-static or --disable-static was given. 1446 if test "${enable_static+set}" = set; then 1447 enableval="$enable_static" 1448 p=${PACKAGE-default} 1449 case $enableval in 1450 yes) enable_static=yes ;; 1451 no) enable_static=no ;; 1452 *) 1453 enable_static=no 1454 # Look at the argument we got. We use all the common list separators. 1455 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:," 1456 for pkg in $enableval; do 1457 if test "X$pkg" = "X$p"; then 1458 enable_static=yes 1459 fi 1460 done 1461 IFS="$ac_save_ifs" 1462 ;; 1463 esac 1464 else 1465 enable_static=yes 1466 fi 1467 1468 # Check whether --enable-fast-install or --disable-fast-install was given. 1469 if test "${enable_fast_install+set}" = set; then 1470 enableval="$enable_fast_install" 1471 p=${PACKAGE-default} 1472 case $enableval in 1473 yes) enable_fast_install=yes ;; 1474 no) enable_fast_install=no ;; 1475 *) 1476 enable_fast_install=no 1477 # Look at the argument we got. We use all the common list separators. 1478 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:," 1479 for pkg in $enableval; do 1480 if test "X$pkg" = "X$p"; then 1481 enable_fast_install=yes 1482 fi 1483 done 1484 IFS="$ac_save_ifs" 1485 ;; 1486 esac 1487 else 1488 enable_fast_install=yes 1489 fi 1490 1512 1491 # Check whether --with-gnu-ld or --without-gnu-ld was given. 1513 1492 if test "${with_gnu_ld+set}" = set; then … … 1522 1501 # Check if gcc -print-prog-name=ld gives a path. 1523 1502 echo $ac_n "checking for ld used by GCC""... $ac_c" 1>&6 1524 echo "configure:15 25: checking for ld used by GCC" >&51503 echo "configure:1504: checking for ld used by GCC" >&5 1525 1504 case $host in 1526 1505 *-*-mingw*) … … 1552 1531 elif test "$with_gnu_ld" = yes; then 1553 1532 echo $ac_n "checking for GNU ld""... $ac_c" 1>&6 1554 echo "configure:15 55: checking for GNU ld" >&51533 echo "configure:1534: checking for GNU ld" >&5 1555 1534 else 1556 1535 echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6 1557 echo "configure:15 58: checking for non-GNU ld" >&51536 echo "configure:1537: checking for non-GNU ld" >&5 1558 1537 fi 1559 1538 if eval "test \"`echo '$''{'lt_cv_path_LD'+set}'`\" = set"; then … … 1590 1569 test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; } 1591 1570 echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6 1592 echo "configure:15 93: checking if the linker ($LD) is GNU ld" >&51571 echo "configure:1572: checking if the linker ($LD) is GNU ld" >&5 1593 1572 if eval "test \"`echo '$''{'lt_cv_prog_gnu_ld'+set}'`\" = set"; then 1594 1573 echo $ac_n "(cached) $ac_c" 1>&6 … … 1607 1586 1608 1587 echo $ac_n "checking for $LD option to reload object files""... $ac_c" 1>&6 1609 echo "configure:1 610: checking for $LD option to reload object files" >&51588 echo "configure:1589: checking for $LD option to reload object files" >&5 1610 1589 if eval "test \"`echo '$''{'lt_cv_ld_reload_flag'+set}'`\" = set"; then 1611 1590 echo $ac_n "(cached) $ac_c" 1>&6 … … 1619 1598 1620 1599 echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6 1621 echo "configure:16 22: checking for BSD-compatible nm" >&51600 echo "configure:1601: checking for BSD-compatible nm" >&5 1622 1601 if eval "test \"`echo '$''{'lt_cv_path_NM'+set}'`\" = set"; then 1623 1602 echo $ac_n "(cached) $ac_c" 1>&6 … … 1657 1636 1658 1637 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6 1659 echo "configure:16 60: checking whether ln -s works" >&51638 echo "configure:1639: checking whether ln -s works" >&5 1660 1639 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then 1661 1640 echo $ac_n "(cached) $ac_c" 1>&6 … … 1684 1663 1685 1664 echo $ac_n "checking how to recognise dependant libraries""... $ac_c" 1>&6 1686 echo "configure:16 87: checking how to recognise dependant libraries" >&51665 echo "configure:1666: checking how to recognise dependant libraries" >&5 1687 1666 if eval "test \"`echo '$''{'lt_cv_deplibs_check_method'+set}'`\" = set"; then 1688 1667 echo $ac_n "(cached) $ac_c" 1>&6 … … 1861 1840 1862 1841 echo $ac_n "checking for object suffix""... $ac_c" 1>&6 1863 echo "configure:18 64: checking for object suffix" >&51842 echo "configure:1843: checking for object suffix" >&5 1864 1843 if eval "test \"`echo '$''{'ac_cv_objext'+set}'`\" = set"; then 1865 1844 echo $ac_n "(cached) $ac_c" 1>&6 … … 1867 1846 rm -f conftest* 1868 1847 echo 'int i = 1;' > conftest.$ac_ext 1869 if { (eval echo configure:18 70: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then1848 if { (eval echo configure:1849: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1870 1849 for ac_file in conftest.*; do 1871 1850 case $ac_file in … … 1891 1870 if test "$file_magic_cmd" = '$MAGIC_CMD'; then 1892 1871 echo $ac_n "checking for ${ac_tool_prefix}file""... $ac_c" 1>&6 1893 echo "configure:18 94: checking for ${ac_tool_prefix}file" >&51872 echo "configure:1873: checking for ${ac_tool_prefix}file" >&5 1894 1873 if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then 1895 1874 echo $ac_n "(cached) $ac_c" 1>&6 … … 1953 1932 if test -n "$ac_tool_prefix"; then 1954 1933 echo $ac_n "checking for file""... $ac_c" 1>&6 1955 echo "configure:19 56: checking for file" >&51934 echo "configure:1935: checking for file" >&5 1956 1935 if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then 1957 1936 echo $ac_n "(cached) $ac_c" 1>&6 … … 2024 2003 set dummy ${ac_tool_prefix}ranlib; ac_word=$2 2025 2004 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2026 echo "configure:20 27: checking for $ac_word" >&52005 echo "configure:2006: checking for $ac_word" >&5 2027 2006 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 2028 2007 echo $ac_n "(cached) $ac_c" 1>&6 … … 2057 2036 set dummy ranlib; ac_word=$2 2058 2037 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2059 echo "configure:20 60: checking for $ac_word" >&52038 echo "configure:2039: checking for $ac_word" >&5 2060 2039 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 2061 2040 echo $ac_n "(cached) $ac_c" 1>&6 … … 2093 2072 set dummy ${ac_tool_prefix}strip; ac_word=$2 2094 2073 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2095 echo "configure:20 96: checking for $ac_word" >&52074 echo "configure:2075: checking for $ac_word" >&5 2096 2075 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then 2097 2076 echo $ac_n "(cached) $ac_c" 1>&6 … … 2126 2105 set dummy strip; ac_word=$2 2127 2106 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2128 echo "configure:21 29: checking for $ac_word" >&52107 echo "configure:2108: checking for $ac_word" >&5 2129 2108 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then 2130 2109 echo $ac_n "(cached) $ac_c" 1>&6 … … 2194 2173 *-*-irix6*) 2195 2174 # Find out which ABI we are using. 2196 echo '#line 21 97"configure"' > conftest.$ac_ext2197 if { (eval echo configure:21 98: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2175 echo '#line 2176 "configure"' > conftest.$ac_ext 2176 if { (eval echo configure:2177: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2198 2177 if test "$lt_cv_prog_gnu_ld" = yes; then 2199 2178 case `/usr/bin/file conftest.$ac_objext` in … … 2228 2207 # Find out which ABI we are using. 2229 2208 echo 'int i;' > conftest.$ac_ext 2230 if { (eval echo configure:22 31: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2209 if { (eval echo configure:2210: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2231 2210 case "`/usr/bin/file conftest.o`" in 2232 2211 *ELF-32*) … … 2246 2225 CFLAGS="$CFLAGS -belf" 2247 2226 echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6 2248 echo "configure:22 49: checking whether the C compiler needs -belf" >&52227 echo "configure:2228: checking whether the C compiler needs -belf" >&5 2249 2228 if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then 2250 2229 echo $ac_n "(cached) $ac_c" 1>&6 … … 2259 2238 2260 2239 cat > conftest.$ac_ext <<EOF 2261 #line 22 62"configure"2240 #line 2241 "configure" 2262 2241 #include "confdefs.h" 2263 2242 … … 2266 2245 ; return 0; } 2267 2246 EOF 2268 if { (eval echo configure:22 69: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2247 if { (eval echo configure:2248: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2269 2248 rm -rf conftest* 2270 2249 lt_cv_cc_needs_belf=yes … … 2456 2435 2457 2436 echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6 2458 echo "configure:24 59: checking whether to enable maintainer-specific portions of Makefiles" >&52437 echo "configure:2438: checking whether to enable maintainer-specific portions of Makefiles" >&5 2459 2438 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given. 2460 2439 if test "${enable_maintainer_mode+set}" = set; then … … 2479 2458 2480 2459 echo $ac_n "checking whether to install libbfd""... $ac_c" 1>&6 2481 echo "configure:24 82: checking whether to install libbfd" >&52460 echo "configure:2461: checking whether to install libbfd" >&5 2482 2461 # Check whether --enable-install-libbfd or --disable-install-libbfd was given. 2483 2462 if test "${enable_install_libbfd+set}" = set; then … … 2517 2496 2518 2497 echo $ac_n "checking for executable suffix""... $ac_c" 1>&6 2519 echo "configure:2 520: checking for executable suffix" >&52498 echo "configure:2499: checking for executable suffix" >&5 2520 2499 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then 2521 2500 echo $ac_n "(cached) $ac_c" 1>&6 … … 2527 2506 echo 'int main () { return 0; }' > conftest.$ac_ext 2528 2507 ac_cv_exeext= 2529 if { (eval echo configure:25 30: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then2508 if { (eval echo configure:2509: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then 2530 2509 for file in conftest.*; do 2531 2510 case $file in … … 2557 2536 set dummy gcc; ac_word=$2 2558 2537 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2559 echo "configure:25 60: checking for $ac_word" >&52538 echo "configure:2539: checking for $ac_word" >&5 2560 2539 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 2561 2540 echo $ac_n "(cached) $ac_c" 1>&6 … … 2588 2567 set dummy cc; ac_word=$2 2589 2568 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2590 echo "configure:25 91: checking for $ac_word" >&52569 echo "configure:2570: checking for $ac_word" >&5 2591 2570 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 2592 2571 echo $ac_n "(cached) $ac_c" 1>&6 … … 2641 2620 set dummy cl; ac_word=$2 2642 2621 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2643 echo "configure:26 44: checking for $ac_word" >&52622 echo "configure:2623: checking for $ac_word" >&5 2644 2623 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 2645 2624 echo $ac_n "(cached) $ac_c" 1>&6 … … 2674 2653 2675 2654 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 2676 echo "configure:26 77: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&52655 echo "configure:2656: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 2677 2656 2678 2657 ac_ext=c … … 2685 2664 cat > conftest.$ac_ext << EOF 2686 2665 2687 #line 26 88"configure"2666 #line 2667 "configure" 2688 2667 #include "confdefs.h" 2689 2668 2690 2669 main(){return(0);} 2691 2670 EOF 2692 if { (eval echo configure:26 93: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2671 if { (eval echo configure:2672: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2693 2672 ac_cv_prog_cc_works=yes 2694 2673 # If we can't run a trivial program, we are probably using a cross compiler. … … 2716 2695 fi 2717 2696 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 2718 echo "configure:2 719: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&52697 echo "configure:2698: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 2719 2698 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 2720 2699 cross_compiling=$ac_cv_prog_cc_cross 2721 2700 2722 2701 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 2723 echo "configure:27 24: checking whether we are using GNU C" >&52702 echo "configure:2703: checking whether we are using GNU C" >&5 2724 2703 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 2725 2704 echo $ac_n "(cached) $ac_c" 1>&6 … … 2730 2709 #endif 2731 2710 EOF 2732 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:27 33: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then2711 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2712: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 2733 2712 ac_cv_prog_gcc=yes 2734 2713 else … … 2749 2728 CFLAGS= 2750 2729 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 2751 echo "configure:27 52: checking whether ${CC-cc} accepts -g" >&52730 echo "configure:2731: checking whether ${CC-cc} accepts -g" >&5 2752 2731 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 2753 2732 echo $ac_n "(cached) $ac_c" 1>&6 … … 2783 2762 ALL_LINGUAS="fr ja es sv da zh_CN" 2784 2763 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 2785 echo "configure:27 86: checking how to run the C preprocessor" >&52764 echo "configure:2765: checking how to run the C preprocessor" >&5 2786 2765 # On Suns, sometimes $CPP names a directory. 2787 2766 if test -n "$CPP" && test -d "$CPP"; then … … 2799 2778 cat > conftest.$ac_ext <<EOF 2800 2779 #include <sys/types.h> 2801 #line 2 802"configure"2780 #line 2781 "configure" 2802 2781 #include "confdefs.h" 2803 2782 #include <assert.h> … … 2805 2784 EOF 2806 2785 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2807 { (eval echo configure:2 808: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2786 { (eval echo configure:2787: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2808 2787 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2809 2788 if test -z "$ac_err"; then … … 2817 2796 cat > conftest.$ac_ext <<EOF 2818 2797 #include <sys/types.h> 2819 #line 2 820"configure"2798 #line 2799 "configure" 2820 2799 #include "confdefs.h" 2821 2800 #include <assert.h> … … 2823 2802 EOF 2824 2803 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2825 { (eval echo configure:28 26: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2804 { (eval echo configure:2805: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2826 2805 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2827 2806 if test -z "$ac_err"; then … … 2835 2814 cat > conftest.$ac_ext <<EOF 2836 2815 #include <sys/types.h> 2837 #line 28 38"configure"2816 #line 2817 "configure" 2838 2817 #include "confdefs.h" 2839 2818 #include <assert.h> … … 2841 2820 EOF 2842 2821 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2843 { (eval echo configure:28 44: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2822 { (eval echo configure:2823: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2844 2823 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2845 2824 if test -z "$ac_err"; then … … 2868 2847 set dummy ranlib; ac_word=$2 2869 2848 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2870 echo "configure:28 71: checking for $ac_word" >&52849 echo "configure:2850: checking for $ac_word" >&5 2871 2850 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 2872 2851 echo $ac_n "(cached) $ac_c" 1>&6 … … 2897 2876 2898 2877 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 2899 echo "configure:2 900: checking for ANSI C header files" >&52878 echo "configure:2879: checking for ANSI C header files" >&5 2900 2879 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then 2901 2880 echo $ac_n "(cached) $ac_c" 1>&6 … … 2903 2882 cat > conftest.$ac_ext <<EOF 2904 2883 #include <sys/types.h> 2905 #line 2 906"configure"2884 #line 2885 "configure" 2906 2885 #include "confdefs.h" 2907 2886 #include <stdlib.h> … … 2911 2890 EOF 2912 2891 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2913 { (eval echo configure:2 914: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2892 { (eval echo configure:2893: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2914 2893 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2915 2894 if test -z "$ac_err"; then … … 2928 2907 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 2929 2908 cat > conftest.$ac_ext <<EOF 2930 #line 29 31"configure"2909 #line 2910 "configure" 2931 2910 #include "confdefs.h" 2932 2911 #include <string.h> … … 2946 2925 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 2947 2926 cat > conftest.$ac_ext <<EOF 2948 #line 29 49"configure"2927 #line 2928 "configure" 2949 2928 #include "confdefs.h" 2950 2929 #include <stdlib.h> … … 2967 2946 else 2968 2947 cat > conftest.$ac_ext <<EOF 2969 #line 29 70"configure"2948 #line 2949 "configure" 2970 2949 #include "confdefs.h" 2971 2950 #include <ctype.h> … … 2978 2957 2979 2958 EOF 2980 if { (eval echo configure:29 81: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null2959 if { (eval echo configure:2960: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 2981 2960 then 2982 2961 : … … 3002 2981 3003 2982 echo $ac_n "checking for working const""... $ac_c" 1>&6 3004 echo "configure: 3005: checking for working const" >&52983 echo "configure:2984: checking for working const" >&5 3005 2984 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then 3006 2985 echo $ac_n "(cached) $ac_c" 1>&6 3007 2986 else 3008 2987 cat > conftest.$ac_ext <<EOF 3009 #line 3010"configure"2988 #line 2989 "configure" 3010 2989 #include "confdefs.h" 3011 2990 … … 3056 3035 ; return 0; } 3057 3036 EOF 3058 if { (eval echo configure:30 59: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then3037 if { (eval echo configure:3038: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 3059 3038 rm -rf conftest* 3060 3039 ac_cv_c_const=yes … … 3077 3056 3078 3057 echo $ac_n "checking for inline""... $ac_c" 1>&6 3079 echo "configure:30 80: checking for inline" >&53058 echo "configure:3059: checking for inline" >&5 3080 3059 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then 3081 3060 echo $ac_n "(cached) $ac_c" 1>&6 … … 3084 3063 for ac_kw in inline __inline__ __inline; do 3085 3064 cat > conftest.$ac_ext <<EOF 3086 #line 30 87"configure"3065 #line 3066 "configure" 3087 3066 #include "confdefs.h" 3088 3067 … … 3091 3070 ; return 0; } 3092 3071 EOF 3093 if { (eval echo configure:30 94: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then3072 if { (eval echo configure:3073: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 3094 3073 rm -rf conftest* 3095 3074 ac_cv_c_inline=$ac_kw; break … … 3117 3096 3118 3097 echo $ac_n "checking for off_t""... $ac_c" 1>&6 3119 echo "configure:3 120: checking for off_t" >&53098 echo "configure:3099: checking for off_t" >&5 3120 3099 if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then 3121 3100 echo $ac_n "(cached) $ac_c" 1>&6 3122 3101 else 3123 3102 cat > conftest.$ac_ext <<EOF 3124 #line 31 25"configure"3103 #line 3104 "configure" 3125 3104 #include "confdefs.h" 3126 3105 #include <sys/types.h> … … 3150 3129 3151 3130 echo $ac_n "checking for size_t""... $ac_c" 1>&6 3152 echo "configure:31 53: checking for size_t" >&53131 echo "configure:3132: checking for size_t" >&5 3153 3132 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then 3154 3133 echo $ac_n "(cached) $ac_c" 1>&6 3155 3134 else 3156 3135 cat > conftest.$ac_ext <<EOF 3157 #line 31 58"configure"3136 #line 3137 "configure" 3158 3137 #include "confdefs.h" 3159 3138 #include <sys/types.h> … … 3185 3164 # for constant arguments. Useless! 3186 3165 echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6 3187 echo "configure:31 88: checking for working alloca.h" >&53166 echo "configure:3167: checking for working alloca.h" >&5 3188 3167 if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then 3189 3168 echo $ac_n "(cached) $ac_c" 1>&6 3190 3169 else 3191 3170 cat > conftest.$ac_ext <<EOF 3192 #line 31 93"configure"3171 #line 3172 "configure" 3193 3172 #include "confdefs.h" 3194 3173 #include <alloca.h> … … 3197 3176 ; return 0; } 3198 3177 EOF 3199 if { (eval echo configure:3 200: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3178 if { (eval echo configure:3179: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3200 3179 rm -rf conftest* 3201 3180 ac_cv_header_alloca_h=yes … … 3218 3197 3219 3198 echo $ac_n "checking for alloca""... $ac_c" 1>&6 3220 echo "configure:32 21: checking for alloca" >&53199 echo "configure:3200: checking for alloca" >&5 3221 3200 if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then 3222 3201 echo $ac_n "(cached) $ac_c" 1>&6 3223 3202 else 3224 3203 cat > conftest.$ac_ext <<EOF 3225 #line 32 26"configure"3204 #line 3205 "configure" 3226 3205 #include "confdefs.h" 3227 3206 … … 3251 3230 ; return 0; } 3252 3231 EOF 3253 if { (eval echo configure:32 54: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3232 if { (eval echo configure:3233: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3254 3233 rm -rf conftest* 3255 3234 ac_cv_func_alloca_works=yes … … 3283 3262 3284 3263 echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6 3285 echo "configure:32 86: checking whether alloca needs Cray hooks" >&53264 echo "configure:3265: checking whether alloca needs Cray hooks" >&5 3286 3265 if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then 3287 3266 echo $ac_n "(cached) $ac_c" 1>&6 3288 3267 else 3289 3268 cat > conftest.$ac_ext <<EOF 3290 #line 32 91"configure"3269 #line 3270 "configure" 3291 3270 #include "confdefs.h" 3292 3271 #if defined(CRAY) && ! defined(CRAY2) … … 3313 3292 for ac_func in _getb67 GETB67 getb67; do 3314 3293 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3315 echo "configure:3 316: checking for $ac_func" >&53294 echo "configure:3295: checking for $ac_func" >&5 3316 3295 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3317 3296 echo $ac_n "(cached) $ac_c" 1>&6 3318 3297 else 3319 3298 cat > conftest.$ac_ext <<EOF 3320 #line 33 21"configure"3299 #line 3300 "configure" 3321 3300 #include "confdefs.h" 3322 3301 /* System header to define __stub macros and hopefully few prototypes, … … 3341 3320 ; return 0; } 3342 3321 EOF 3343 if { (eval echo configure:33 44: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3322 if { (eval echo configure:3323: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3344 3323 rm -rf conftest* 3345 3324 eval "ac_cv_func_$ac_func=yes" … … 3368 3347 3369 3348 echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6 3370 echo "configure:33 71: checking stack direction for C alloca" >&53349 echo "configure:3350: checking stack direction for C alloca" >&5 3371 3350 if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then 3372 3351 echo $ac_n "(cached) $ac_c" 1>&6 … … 3376 3355 else 3377 3356 cat > conftest.$ac_ext <<EOF 3378 #line 33 79"configure"3357 #line 3358 "configure" 3379 3358 #include "confdefs.h" 3380 3359 find_stack_direction () … … 3395 3374 } 3396 3375 EOF 3397 if { (eval echo configure:33 98: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3376 if { (eval echo configure:3377: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3398 3377 then 3399 3378 ac_cv_c_stack_direction=1 … … 3420 3399 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 3421 3400 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 3422 echo "configure:34 23: checking for $ac_hdr" >&53401 echo "configure:3402: checking for $ac_hdr" >&5 3423 3402 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 3424 3403 echo $ac_n "(cached) $ac_c" 1>&6 … … 3426 3405 cat > conftest.$ac_ext <<EOF 3427 3406 #include <sys/types.h> 3428 #line 34 29"configure"3407 #line 3408 "configure" 3429 3408 #include "confdefs.h" 3430 3409 #include <$ac_hdr> 3431 3410 EOF 3432 3411 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3433 { (eval echo configure:34 34: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }3412 { (eval echo configure:3413: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3434 3413 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3435 3414 if test -z "$ac_err"; then … … 3460 3439 do 3461 3440 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3462 echo "configure:34 63: checking for $ac_func" >&53441 echo "configure:3442: checking for $ac_func" >&5 3463 3442 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3464 3443 echo $ac_n "(cached) $ac_c" 1>&6 3465 3444 else 3466 3445 cat > conftest.$ac_ext <<EOF 3467 #line 34 68"configure"3446 #line 3447 "configure" 3468 3447 #include "confdefs.h" 3469 3448 /* System header to define __stub macros and hopefully few prototypes, … … 3488 3467 ; return 0; } 3489 3468 EOF 3490 if { (eval echo configure:34 91: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3469 if { (eval echo configure:3470: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3491 3470 rm -rf conftest* 3492 3471 eval "ac_cv_func_$ac_func=yes" … … 3513 3492 3514 3493 echo $ac_n "checking for working mmap""... $ac_c" 1>&6 3515 echo "configure:3 516: checking for working mmap" >&53494 echo "configure:3495: checking for working mmap" >&5 3516 3495 if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then 3517 3496 echo $ac_n "(cached) $ac_c" 1>&6 … … 3521 3500 else 3522 3501 cat > conftest.$ac_ext <<EOF 3523 #line 35 24"configure"3502 #line 3503 "configure" 3524 3503 #include "confdefs.h" 3525 3504 … … 3661 3640 3662 3641 EOF 3663 if { (eval echo configure:36 64: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3642 if { (eval echo configure:3643: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3664 3643 then 3665 3644 ac_cv_func_mmap_fixed_mapped=yes … … 3689 3668 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 3690 3669 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 3691 echo "configure:36 92: checking for $ac_hdr" >&53670 echo "configure:3671: checking for $ac_hdr" >&5 3692 3671 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 3693 3672 echo $ac_n "(cached) $ac_c" 1>&6 … … 3695 3674 cat > conftest.$ac_ext <<EOF 3696 3675 #include <sys/types.h> 3697 #line 36 98"configure"3676 #line 3677 "configure" 3698 3677 #include "confdefs.h" 3699 3678 #include <$ac_hdr> 3700 3679 EOF 3701 3680 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3702 { (eval echo configure:3 703: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }3681 { (eval echo configure:3682: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3703 3682 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3704 3683 if test -z "$ac_err"; then … … 3730 3709 do 3731 3710 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3732 echo "configure:37 33: checking for $ac_func" >&53711 echo "configure:3712: checking for $ac_func" >&5 3733 3712 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3734 3713 echo $ac_n "(cached) $ac_c" 1>&6 3735 3714 else 3736 3715 cat > conftest.$ac_ext <<EOF 3737 #line 37 38"configure"3716 #line 3717 "configure" 3738 3717 #include "confdefs.h" 3739 3718 /* System header to define __stub macros and hopefully few prototypes, … … 3758 3737 ; return 0; } 3759 3738 EOF 3760 if { (eval echo configure:37 61: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3739 if { (eval echo configure:3740: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3761 3740 rm -rf conftest* 3762 3741 eval "ac_cv_func_$ac_func=yes" … … 3787 3766 do 3788 3767 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3789 echo "configure:37 90: checking for $ac_func" >&53768 echo "configure:3769: checking for $ac_func" >&5 3790 3769 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3791 3770 echo $ac_n "(cached) $ac_c" 1>&6 3792 3771 else 3793 3772 cat > conftest.$ac_ext <<EOF 3794 #line 37 95"configure"3773 #line 3774 "configure" 3795 3774 #include "confdefs.h" 3796 3775 /* System header to define __stub macros and hopefully few prototypes, … … 3815 3794 ; return 0; } 3816 3795 EOF 3817 if { (eval echo configure:3 818: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3796 if { (eval echo configure:3797: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3818 3797 rm -rf conftest* 3819 3798 eval "ac_cv_func_$ac_func=yes" … … 3849 3828 if test $ac_cv_header_locale_h = yes; then 3850 3829 echo $ac_n "checking for LC_MESSAGES""... $ac_c" 1>&6 3851 echo "configure:38 52: checking for LC_MESSAGES" >&53830 echo "configure:3831: checking for LC_MESSAGES" >&5 3852 3831 if eval "test \"`echo '$''{'am_cv_val_LC_MESSAGES'+set}'`\" = set"; then 3853 3832 echo $ac_n "(cached) $ac_c" 1>&6 3854 3833 else 3855 3834 cat > conftest.$ac_ext <<EOF 3856 #line 38 57"configure"3835 #line 3836 "configure" 3857 3836 #include "confdefs.h" 3858 3837 #include <locale.h> … … 3861 3840 ; return 0; } 3862 3841 EOF 3863 if { (eval echo configure:38 64: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3842 if { (eval echo configure:3843: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3864 3843 rm -rf conftest* 3865 3844 am_cv_val_LC_MESSAGES=yes … … 3882 3861 fi 3883 3862 echo $ac_n "checking whether NLS is requested""... $ac_c" 1>&6 3884 echo "configure:38 85: checking whether NLS is requested" >&53863 echo "configure:3864: checking whether NLS is requested" >&5 3885 3864 # Check whether --enable-nls or --disable-nls was given. 3886 3865 if test "${enable_nls+set}" = set; then … … 3902 3881 3903 3882 echo $ac_n "checking whether included gettext is requested""... $ac_c" 1>&6 3904 echo "configure:3 905: checking whether included gettext is requested" >&53883 echo "configure:3884: checking whether included gettext is requested" >&5 3905 3884 # Check whether --with-included-gettext or --without-included-gettext was given. 3906 3885 if test "${with_included_gettext+set}" = set; then … … 3914 3893 3915 3894 nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext" 3895 echo "nls_cv_use_gnu_gettext:$nls_cv_use_gnu_gettext" >&5 3916 3896 if test "$nls_cv_force_use_gnu_gettext" != "yes"; then 3917 3897 nls_cv_header_intl= … … 3921 3901 ac_safe=`echo "libintl.h" | sed 'y%./+-%__p_%'` 3922 3902 echo $ac_n "checking for libintl.h""... $ac_c" 1>&6 3923 echo "configure:39 24: checking for libintl.h" >&53903 echo "configure:3904: checking for libintl.h" >&5 3924 3904 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 3925 3905 echo $ac_n "(cached) $ac_c" 1>&6 … … 3927 3907 cat > conftest.$ac_ext <<EOF 3928 3908 #include <sys/types.h> 3929 #line 39 30 "configure"3909 #line 3910 "configure" 3930 3910 #include "confdefs.h" 3931 3911 #include <libintl.h> 3932 3912 EOF 3933 3913 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3934 { (eval echo configure:39 35: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }3914 { (eval echo configure:3915: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3935 3915 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3936 3916 if test -z "$ac_err"; then … … 3949 3929 echo "$ac_t""yes" 1>&6 3950 3930 echo $ac_n "checking for gettext in libc""... $ac_c" 1>&6 3951 echo "configure:39 52: checking for gettext in libc" >&53931 echo "configure:3932: checking for gettext in libc" >&5 3952 3932 if eval "test \"`echo '$''{'gt_cv_func_gettext_libc'+set}'`\" = set"; then 3953 3933 echo $ac_n "(cached) $ac_c" 1>&6 3954 3934 else 3955 3935 cat > conftest.$ac_ext <<EOF 3956 #line 39 57 "configure"3936 #line 3937 "configure" 3957 3937 #include "confdefs.h" 3958 3938 #include <libintl.h> … … 3961 3941 ; return 0; } 3962 3942 EOF 3963 if { (eval echo configure:39 64: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3943 if { (eval echo configure:3944: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3964 3944 rm -rf conftest* 3965 3945 gt_cv_func_gettext_libc=yes … … 3976 3956 3977 3957 if test "$gt_cv_func_gettext_libc" != "yes"; then 3978 echo $ac_n "checking for bindtextdomain in -lintl""... $ac_c" 1>&63979 echo "configure:39 80: checking for bindtextdomain in -lintl" >&53958 echo $ac_n "checking for bindtextdomain in -lintl""... $ac_c" 1>&6 3959 echo "configure:3960: checking for bindtextdomain in -lintl" >&5 3980 3960 ac_lib_var=`echo intl'_'bindtextdomain | sed 'y%./+-%__p_%'` 3981 3961 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 3985 3965 LIBS="-lintl $LIBS" 3986 3966 cat > conftest.$ac_ext <<EOF 3987 #line 39 88 "configure"3967 #line 3968 "configure" 3988 3968 #include "confdefs.h" 3989 3969 /* Override any gcc2 internal prototype to avoid an error. */ … … 3996 3976 ; return 0; } 3997 3977 EOF 3998 if { (eval echo configure:39 99: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3978 if { (eval echo configure:3979: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3999 3979 rm -rf conftest* 4000 3980 eval "ac_cv_lib_$ac_lib_var=yes" … … 4012 3992 echo "$ac_t""yes" 1>&6 4013 3993 echo $ac_n "checking for gettext in libintl""... $ac_c" 1>&6 4014 echo "configure: 4015: checking for gettext in libintl" >&53994 echo "configure:3995: checking for gettext in libintl" >&5 4015 3995 if eval "test \"`echo '$''{'gt_cv_func_gettext_libintl'+set}'`\" = set"; then 4016 3996 echo $ac_n "(cached) $ac_c" 1>&6 4017 3997 else 4018 cat > conftest.$ac_ext <<EOF 4019 #line 4020 "configure" 3998 ac_save_LIBS="$LIBS"; LIBS="-lintl $LIBS"; 3999 cat > conftest.$ac_ext <<EOF 4000 #line 4001 "configure" 4020 4001 #include "confdefs.h" 4021 4002 #include <libintl.h> 4022 4003 int main() { 4023 4004 return (int) gettext ("") 4024 4005 ; return 0; } 4025 4006 EOF 4026 if { (eval echo configure:40 27: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4007 if { (eval echo configure:4008: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4027 4008 rm -rf conftest* 4028 4009 gt_cv_func_gettext_libintl=yes … … 4034 4015 fi 4035 4016 rm -f conftest* 4017 LIBS="$ac_save_LIBS"; 4036 4018 fi 4037 4019 … … 4052 4034 set dummy msgfmt; ac_word=$2 4053 4035 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 4054 echo "configure:40 55: checking for $ac_word" >&54036 echo "configure:4037: checking for $ac_word" >&5 4055 4037 if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then 4056 4038 echo $ac_n "(cached) $ac_c" 1>&6 4057 4039 else 4058 4040 case "$MSGFMT" in 4059 /*)4041 [/\\]*|[a-zA-Z]:*) 4060 4042 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path. 4061 4043 ;; … … 4070 4052 fi 4071 4053 fi 4054 ac_word_saved="$ac_word" 4055 ac_word=$ac_word$ac_cv_exeext 4056 if test -f $ac_dir/$ac_word; then 4057 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then 4058 ac_cv_path_MSGFMT="$ac_dir/$ac_word" 4059 break 4060 fi 4061 fi 4062 ac_word="$ac_word_saved" 4072 4063 done 4073 4064 IFS="$ac_save_ifs" … … 4086 4077 do 4087 4078 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 4088 echo "configure:408 9: checking for $ac_func" >&54079 echo "configure:4080: checking for $ac_func" >&5 4089 4080 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 4090 4081 echo $ac_n "(cached) $ac_c" 1>&6 4091 4082 else 4092 4083 cat > conftest.$ac_ext <<EOF 4093 #line 40 94"configure"4084 #line 4085 "configure" 4094 4085 #include "confdefs.h" 4095 4086 /* System header to define __stub macros and hopefully few prototypes, … … 4114 4105 ; return 0; } 4115 4106 EOF 4116 if { (eval echo configure:41 17: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4107 if { (eval echo configure:4108: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4117 4108 rm -rf conftest* 4118 4109 eval "ac_cv_func_$ac_func=yes" … … 4141 4132 set dummy gmsgfmt; ac_word=$2 4142 4133 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 4143 echo "configure:41 44: checking for $ac_word" >&54134 echo "configure:4135: checking for $ac_word" >&5 4144 4135 if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then 4145 4136 echo $ac_n "(cached) $ac_c" 1>&6 4146 4137 else 4147 4138 case "$GMSGFMT" in 4148 /* | [a-zA-Z]:*)4139 [/\\]* | [a-zA-Z]:*) 4149 4140 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path. 4150 4141 ;; 4151 ?:/*) 4142 ?:/*) 4152 4143 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a dos path. 4153 4144 ;; … … 4155 4146 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 4156 4147 ac_dummy="$PATH" 4157 for ac_dir in $ac_dummy; do 4148 for ac_dir in $ac_dummy; do 4158 4149 test -z "$ac_dir" && ac_dir=. 4159 4150 if test -f $ac_dir/$ac_word; then … … 4181 4172 set dummy xgettext; ac_word=$2 4182 4173 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 4183 echo "configure:41 84: checking for $ac_word" >&54174 echo "configure:4175: checking for $ac_word" >&5 4184 4175 if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then 4185 4176 echo $ac_n "(cached) $ac_c" 1>&6 4186 4177 else 4187 4178 case "$XGETTEXT" in 4188 /*)4179 [/\\]*|[a-zA-Z]:*) 4189 4180 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path. 4190 4181 ;; … … 4199 4190 fi 4200 4191 fi 4192 ac_word_saved="$ac_word" 4193 ac_word=$ac_word$ac_cv_exeext 4194 if test -f $ac_dir/$ac_word; then 4195 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then 4196 ac_cv_path_XGETTEXT="$ac_dir/$ac_word" 4197 break 4198 fi 4199 fi 4200 ac_word="$ac_word_saved" 4201 4201 done 4202 4202 IFS="$ac_save_ifs" … … 4212 4212 fi 4213 4213 4214 4214 4215 cat > conftest.$ac_ext <<EOF 4215 #line 421 6"configure"4216 #line 4217 "configure" 4216 4217 #include "confdefs.h" 4217 4218 … … 4221 4222 ; return 0; } 4222 4223 EOF 4223 if { (eval echo configure:422 4: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4224 if { (eval echo configure:4225: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4224 4225 rm -rf conftest* 4225 4226 CATOBJEXT=.gmo … … 4245 4246 if test "$CATOBJEXT" = "NONE"; then 4246 4247 nls_cv_use_gnu_gettext=yes 4248 echo "nls_cv_use_gnu_gettext:$nls_cv_use_gnu_gettext fallback" >&5 4247 4249 fi 4248 4250 fi … … 4253 4255 set dummy msgfmt; ac_word=$2 4254 4256 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 4255 echo "configure:425 6: checking for $ac_word" >&54257 echo "configure:4258: checking for $ac_word" >&5 4256 4258 if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then 4257 4259 echo $ac_n "(cached) $ac_c" 1>&6 4258 4260 else 4259 4261 case "$MSGFMT" in 4260 /*)4262 [/\\]*|[a-zA-Z]:*) 4261 4263 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path. 4262 4264 ;; … … 4271 4273 fi 4272 4274 fi 4275 ac_word_saved="$ac_word" 4276 ac_word=$ac_word$ac_cv_exeext 4277 if test -f $ac_dir/$ac_word; then 4278 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then 4279 ac_cv_path_MSGFMT="$ac_dir/$ac_word" 4280 break 4281 fi 4282 fi 4283 ac_word="$ac_word_saved" 4273 4284 done 4274 4285 IFS="$ac_save_ifs" … … 4287 4298 set dummy gmsgfmt; ac_word=$2 4288 4299 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 4289 echo "configure:4 290: checking for $ac_word" >&54300 echo "configure:4301: checking for $ac_word" >&5 4290 4301 if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then 4291 4302 echo $ac_n "(cached) $ac_c" 1>&6 4292 4303 else 4293 4304 case "$GMSGFMT" in 4294 /* | [a-zA-Z]:*)4305 [/\\]* | [a-zA-Z]:*) 4295 4306 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path. 4296 4307 ;; 4297 ?:/*) 4308 ?:/*) 4298 4309 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a dos path. 4299 4310 ;; … … 4301 4312 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 4302 4313 ac_dummy="$PATH" 4303 for ac_dir in $ac_dummy; do 4314 for ac_dir in $ac_dummy; do 4304 4315 test -z "$ac_dir" && ac_dir=. 4305 4316 if test -f $ac_dir/$ac_word; then … … 4327 4338 set dummy xgettext; ac_word=$2 4328 4339 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 4329 echo "configure:43 30: checking for $ac_word" >&54340 echo "configure:4341: checking for $ac_word" >&5 4330 4341 if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then 4331 4342 echo $ac_n "(cached) $ac_c" 1>&6 4332 4343 else 4333 4344 case "$XGETTEXT" in 4334 /*)4345 [/\\]*|[a-zA-Z]:*) 4335 4346 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path. 4336 4347 ;; … … 4345 4356 fi 4346 4357 fi 4358 ac_word_saved="$ac_word" 4359 ac_word=$ac_word$ac_cv_exeext 4360 if test -f $ac_dir/$ac_word; then 4361 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then 4362 ac_cv_path_XGETTEXT="$ac_dir/$ac_word" 4363 break 4364 fi 4365 fi 4366 ac_word="$ac_word_saved" 4347 4367 done 4348 4368 IFS="$ac_save_ifs" … … 4368 4388 nls_cv_header_intl=libintl.h 4369 4389 nls_cv_header_libgt=libgettext.h 4390 else 4391 echo "dbg: else: gt_cv_func_gettext_libintl" >&5 4392 if test "$gt_cv_func_gettext_libintl" = "yes"; then 4393 echo "dbg: updating LIBS" >&5 4394 LIBS="-lintl $LIBS" 4395 INTLLIBS="-lintl" 4396 fi 4370 4397 fi 4371 4398 … … 4417 4444 else 4418 4445 echo $ac_n "checking for catalogs to be installed""... $ac_c" 1>&6 4419 echo "configure:44 20: checking for catalogs to be installed" >&54446 echo "configure:4447: checking for catalogs to be installed" >&5 4420 4447 NEW_LINGUAS= 4421 4448 for lang in ${LINGUAS=$ALL_LINGUAS}; do … … 4445 4472 ac_safe=`echo "linux/version.h" | sed 'y%./+-%__p_%'` 4446 4473 echo $ac_n "checking for linux/version.h""... $ac_c" 1>&6 4447 echo "configure:44 48: checking for linux/version.h" >&54474 echo "configure:4475: checking for linux/version.h" >&5 4448 4475 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 4449 4476 echo $ac_n "(cached) $ac_c" 1>&6 … … 4451 4478 cat > conftest.$ac_ext <<EOF 4452 4479 #include <sys/types.h> 4453 #line 44 54"configure"4480 #line 4481 "configure" 4454 4481 #include "confdefs.h" 4455 4482 #include <linux/version.h> 4456 4483 EOF 4457 4484 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4458 { (eval echo configure:44 59: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }4485 { (eval echo configure:4486: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4459 4486 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4460 4487 if test -z "$ac_err"; then … … 4534 4561 # ./install, which can be erroneously created by make from ./install.sh. 4535 4562 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 4536 echo "configure:45 37: checking for a BSD compatible install" >&54563 echo "configure:4564: checking for a BSD compatible install" >&5 4537 4564 if test -z "$INSTALL"; then 4538 4565 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then … … 4619 4646 else 4620 4647 echo $ac_n "checking for build system executable suffix""... $ac_c" 1>&6 4621 echo "configure:46 22: checking for build system executable suffix" >&54648 echo "configure:4649: checking for build system executable suffix" >&5 4622 4649 if eval "test \"`echo '$''{'bfd_cv_build_exeext'+set}'`\" = set"; then 4623 4650 echo $ac_n "(cached) $ac_c" 1>&6 … … 4647 4674 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 4648 4675 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 4649 echo "configure:46 50: checking for $ac_hdr" >&54676 echo "configure:4677: checking for $ac_hdr" >&5 4650 4677 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 4651 4678 echo $ac_n "(cached) $ac_c" 1>&6 … … 4653 4680 cat > conftest.$ac_ext <<EOF 4654 4681 #include <sys/types.h> 4655 #line 46 56"configure"4682 #line 4683 "configure" 4656 4683 #include "confdefs.h" 4657 4684 #include <$ac_hdr> 4658 4685 EOF 4659 4686 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4660 { (eval echo configure:46 61: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }4687 { (eval echo configure:4688: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4661 4688 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4662 4689 if test -z "$ac_err"; then … … 4688 4715 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 4689 4716 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 4690 echo "configure:4 691: checking for $ac_hdr" >&54717 echo "configure:4718: checking for $ac_hdr" >&5 4691 4718 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 4692 4719 echo $ac_n "(cached) $ac_c" 1>&6 … … 4694 4721 cat > conftest.$ac_ext <<EOF 4695 4722 #include <sys/types.h> 4696 #line 4 697"configure"4723 #line 4724 "configure" 4697 4724 #include "confdefs.h" 4698 4725 #include <$ac_hdr> 4699 4726 EOF 4700 4727 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4701 { (eval echo configure:47 02: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }4728 { (eval echo configure:4729: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4702 4729 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4703 4730 if test -z "$ac_err"; then … … 4726 4753 4727 4754 echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6 4728 echo "configure:47 29: checking whether time.h and sys/time.h may both be included" >&54755 echo "configure:4756: checking whether time.h and sys/time.h may both be included" >&5 4729 4756 if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then 4730 4757 echo $ac_n "(cached) $ac_c" 1>&6 4731 4758 else 4732 4759 cat > conftest.$ac_ext <<EOF 4733 #line 47 34"configure"4760 #line 4761 "configure" 4734 4761 #include "confdefs.h" 4735 4762 #include <sys/types.h> … … 4740 4767 ; return 0; } 4741 4768 EOF 4742 if { (eval echo configure:47 43: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then4769 if { (eval echo configure:4770: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 4743 4770 rm -rf conftest* 4744 4771 ac_cv_header_time=yes … … 4765 4792 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 4766 4793 echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6 4767 echo "configure:47 68: checking for $ac_hdr that defines DIR" >&54794 echo "configure:4795: checking for $ac_hdr that defines DIR" >&5 4768 4795 if eval "test \"`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; then 4769 4796 echo $ac_n "(cached) $ac_c" 1>&6 4770 4797 else 4771 4798 cat > conftest.$ac_ext <<EOF 4772 #line 4 773"configure"4799 #line 4800 "configure" 4773 4800 #include "confdefs.h" 4774 4801 #include <sys/types.h> … … 4778 4805 ; return 0; } 4779 4806 EOF 4780 if { (eval echo configure:4 781: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then4807 if { (eval echo configure:4808: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 4781 4808 rm -rf conftest* 4782 4809 eval "ac_cv_header_dirent_$ac_safe=yes" … … 4803 4830 if test $ac_header_dirent = dirent.h; then 4804 4831 echo $ac_n "checking for opendir in -ldir""... $ac_c" 1>&6 4805 echo "configure:48 06: checking for opendir in -ldir" >&54832 echo "configure:4833: checking for opendir in -ldir" >&5 4806 4833 ac_lib_var=`echo dir'_'opendir | sed 'y%./+-%__p_%'` 4807 4834 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4811 4838 LIBS="-ldir $LIBS" 4812 4839 cat > conftest.$ac_ext <<EOF 4813 #line 48 14"configure"4840 #line 4841 "configure" 4814 4841 #include "confdefs.h" 4815 4842 /* Override any gcc2 internal prototype to avoid an error. */ … … 4822 4849 ; return 0; } 4823 4850 EOF 4824 if { (eval echo configure:48 25: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4851 if { (eval echo configure:4852: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4825 4852 rm -rf conftest* 4826 4853 eval "ac_cv_lib_$ac_lib_var=yes" … … 4844 4871 else 4845 4872 echo $ac_n "checking for opendir in -lx""... $ac_c" 1>&6 4846 echo "configure:48 47: checking for opendir in -lx" >&54873 echo "configure:4874: checking for opendir in -lx" >&5 4847 4874 ac_lib_var=`echo x'_'opendir | sed 'y%./+-%__p_%'` 4848 4875 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4852 4879 LIBS="-lx $LIBS" 4853 4880 cat > conftest.$ac_ext <<EOF 4854 #line 48 55"configure"4881 #line 4882 "configure" 4855 4882 #include "confdefs.h" 4856 4883 /* Override any gcc2 internal prototype to avoid an error. */ … … 4863 4890 ; return 0; } 4864 4891 EOF 4865 if { (eval echo configure:48 66: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4892 if { (eval echo configure:4893: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4866 4893 rm -rf conftest* 4867 4894 eval "ac_cv_lib_$ac_lib_var=yes" … … 4888 4915 do 4889 4916 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 4890 echo "configure:4 891: checking for $ac_func" >&54917 echo "configure:4918: checking for $ac_func" >&5 4891 4918 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 4892 4919 echo $ac_n "(cached) $ac_c" 1>&6 4893 4920 else 4894 4921 cat > conftest.$ac_ext <<EOF 4895 #line 4 896"configure"4922 #line 4923 "configure" 4896 4923 #include "confdefs.h" 4897 4924 /* System header to define __stub macros and hopefully few prototypes, … … 4916 4943 ; return 0; } 4917 4944 EOF 4918 if { (eval echo configure:49 19: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4945 if { (eval echo configure:4946: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4919 4946 rm -rf conftest* 4920 4947 eval "ac_cv_func_$ac_func=yes" … … 4951 4978 4952 4979 echo $ac_n "checking whether strstr must be declared""... $ac_c" 1>&6 4953 echo "configure:49 54: checking whether strstr must be declared" >&54980 echo "configure:4981: checking whether strstr must be declared" >&5 4954 4981 if eval "test \"`echo '$''{'bfd_cv_decl_needed_strstr'+set}'`\" = set"; then 4955 4982 echo $ac_n "(cached) $ac_c" 1>&6 4956 4983 else 4957 4984 cat > conftest.$ac_ext <<EOF 4958 #line 49 59"configure"4985 #line 4986 "configure" 4959 4986 #include "confdefs.h" 4960 4987 … … 4977 5004 ; return 0; } 4978 5005 EOF 4979 if { (eval echo configure: 4980: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5006 if { (eval echo configure:5007: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 4980 5007 rm -rf conftest* 4981 5008 bfd_cv_decl_needed_strstr=no … … 4998 5025 4999 5026 echo $ac_n "checking whether malloc must be declared""... $ac_c" 1>&6 5000 echo "configure:50 01: checking whether malloc must be declared" >&55027 echo "configure:5028: checking whether malloc must be declared" >&5 5001 5028 if eval "test \"`echo '$''{'bfd_cv_decl_needed_malloc'+set}'`\" = set"; then 5002 5029 echo $ac_n "(cached) $ac_c" 1>&6 5003 5030 else 5004 5031 cat > conftest.$ac_ext <<EOF 5005 #line 50 06"configure"5032 #line 5033 "configure" 5006 5033 #include "confdefs.h" 5007 5034 … … 5024 5051 ; return 0; } 5025 5052 EOF 5026 if { (eval echo configure:50 27: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5053 if { (eval echo configure:5054: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5027 5054 rm -rf conftest* 5028 5055 bfd_cv_decl_needed_malloc=no … … 5045 5072 5046 5073 echo $ac_n "checking whether realloc must be declared""... $ac_c" 1>&6 5047 echo "configure:50 48: checking whether realloc must be declared" >&55074 echo "configure:5075: checking whether realloc must be declared" >&5 5048 5075 if eval "test \"`echo '$''{'bfd_cv_decl_needed_realloc'+set}'`\" = set"; then 5049 5076 echo $ac_n "(cached) $ac_c" 1>&6 5050 5077 else 5051 5078 cat > conftest.$ac_ext <<EOF 5052 #line 50 53"configure"5079 #line 5080 "configure" 5053 5080 #include "confdefs.h" 5054 5081 … … 5071 5098 ; return 0; } 5072 5099 EOF 5073 if { (eval echo configure:5 074: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5100 if { (eval echo configure:5101: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5074 5101 rm -rf conftest* 5075 5102 bfd_cv_decl_needed_realloc=no … … 5092 5119 5093 5120 echo $ac_n "checking whether free must be declared""... $ac_c" 1>&6 5094 echo "configure:5 095: checking whether free must be declared" >&55121 echo "configure:5122: checking whether free must be declared" >&5 5095 5122 if eval "test \"`echo '$''{'bfd_cv_decl_needed_free'+set}'`\" = set"; then 5096 5123 echo $ac_n "(cached) $ac_c" 1>&6 5097 5124 else 5098 5125 cat > conftest.$ac_ext <<EOF 5099 #line 51 00"configure"5126 #line 5127 "configure" 5100 5127 #include "confdefs.h" 5101 5128 … … 5118 5145 ; return 0; } 5119 5146 EOF 5120 if { (eval echo configure:51 21: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5147 if { (eval echo configure:5148: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5121 5148 rm -rf conftest* 5122 5149 bfd_cv_decl_needed_free=no … … 5139 5166 5140 5167 echo $ac_n "checking whether getenv must be declared""... $ac_c" 1>&6 5141 echo "configure:51 42: checking whether getenv must be declared" >&55168 echo "configure:5169: checking whether getenv must be declared" >&5 5142 5169 if eval "test \"`echo '$''{'bfd_cv_decl_needed_getenv'+set}'`\" = set"; then 5143 5170 echo $ac_n "(cached) $ac_c" 1>&6 5144 5171 else 5145 5172 cat > conftest.$ac_ext <<EOF 5146 #line 51 47"configure"5173 #line 5174 "configure" 5147 5174 #include "confdefs.h" 5148 5175 … … 5165 5192 ; return 0; } 5166 5193 EOF 5167 if { (eval echo configure:51 68: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5194 if { (eval echo configure:5195: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5168 5195 rm -rf conftest* 5169 5196 bfd_cv_decl_needed_getenv=no … … 5356 5383 # have c_impl as a member of struct core_dumpx 5357 5384 echo $ac_n "checking for c_impl in struct core_dumpx""... $ac_c" 1>&6 5358 echo "configure:53 59: checking for c_impl in struct core_dumpx" >&55385 echo "configure:5386: checking for c_impl in struct core_dumpx" >&5 5359 5386 cat > conftest.$ac_ext <<EOF 5360 #line 53 61"configure"5387 #line 5388 "configure" 5361 5388 #include "confdefs.h" 5362 5389 #include <core.h> … … 5365 5392 ; return 0; } 5366 5393 EOF 5367 if { (eval echo configure:53 68: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5394 if { (eval echo configure:5395: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5368 5395 rm -rf conftest* 5369 5396 cat >> confdefs.h <<\EOF … … 5433 5460 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 5434 5461 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 5435 echo "configure:54 36: checking for $ac_hdr" >&55462 echo "configure:5463: checking for $ac_hdr" >&5 5436 5463 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 5437 5464 echo $ac_n "(cached) $ac_c" 1>&6 … … 5439 5466 cat > conftest.$ac_ext <<EOF 5440 5467 #include <sys/types.h> 5441 #line 54 42"configure"5468 #line 5469 "configure" 5442 5469 #include "confdefs.h" 5443 5470 #include <$ac_hdr> 5444 5471 EOF 5445 5472 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 5446 { (eval echo configure:54 47: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }5473 { (eval echo configure:5474: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 5447 5474 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 5448 5475 if test -z "$ac_err"; then … … 5472 5499 if test "$ac_cv_header_sys_procfs_h" = yes; then 5473 5500 echo $ac_n "checking for prstatus_t in sys/procfs.h""... $ac_c" 1>&6 5474 echo "configure:5 475: checking for prstatus_t in sys/procfs.h" >&55501 echo "configure:5502: checking for prstatus_t in sys/procfs.h" >&5 5475 5502 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_prstatus_t'+set}'`\" = set"; then 5476 5503 echo $ac_n "(cached) $ac_c" 1>&6 5477 5504 else 5478 5505 cat > conftest.$ac_ext <<EOF 5479 #line 5 480"configure"5506 #line 5507 "configure" 5480 5507 #include "confdefs.h" 5481 5508 … … 5486 5513 ; return 0; } 5487 5514 EOF 5488 if { (eval echo configure:5 489: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5515 if { (eval echo configure:5516: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5489 5516 rm -rf conftest* 5490 5517 bfd_cv_have_sys_procfs_type_prstatus_t=yes … … 5508 5535 5509 5536 echo $ac_n "checking for prstatus32_t in sys/procfs.h""... $ac_c" 1>&6 5510 echo "configure:55 11: checking for prstatus32_t in sys/procfs.h" >&55537 echo "configure:5538: checking for prstatus32_t in sys/procfs.h" >&5 5511 5538 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_prstatus32_t'+set}'`\" = set"; then 5512 5539 echo $ac_n "(cached) $ac_c" 1>&6 5513 5540 else 5514 5541 cat > conftest.$ac_ext <<EOF 5515 #line 55 16"configure"5542 #line 5543 "configure" 5516 5543 #include "confdefs.h" 5517 5544 … … 5522 5549 ; return 0; } 5523 5550 EOF 5524 if { (eval echo configure:55 25: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5551 if { (eval echo configure:5552: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5525 5552 rm -rf conftest* 5526 5553 bfd_cv_have_sys_procfs_type_prstatus32_t=yes … … 5544 5571 5545 5572 echo $ac_n "checking for prstatus_t.pr_who in sys/procfs.h""... $ac_c" 1>&6 5546 echo "configure:55 47: checking for prstatus_t.pr_who in sys/procfs.h" >&55573 echo "configure:5574: checking for prstatus_t.pr_who in sys/procfs.h" >&5 5547 5574 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who'+set}'`\" = set"; then 5548 5575 echo $ac_n "(cached) $ac_c" 1>&6 5549 5576 else 5550 5577 cat > conftest.$ac_ext <<EOF 5551 #line 55 52"configure"5578 #line 5579 "configure" 5552 5579 #include "confdefs.h" 5553 5580 … … 5558 5585 ; return 0; } 5559 5586 EOF 5560 if { (eval echo configure:55 61: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5587 if { (eval echo configure:5588: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5561 5588 rm -rf conftest* 5562 5589 bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who=yes … … 5580 5607 5581 5608 echo $ac_n "checking for prstatus32_t.pr_who in sys/procfs.h""... $ac_c" 1>&6 5582 echo "configure:5 583: checking for prstatus32_t.pr_who in sys/procfs.h" >&55609 echo "configure:5610: checking for prstatus32_t.pr_who in sys/procfs.h" >&5 5583 5610 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who'+set}'`\" = set"; then 5584 5611 echo $ac_n "(cached) $ac_c" 1>&6 5585 5612 else 5586 5613 cat > conftest.$ac_ext <<EOF 5587 #line 5 588"configure"5614 #line 5615 "configure" 5588 5615 #include "confdefs.h" 5589 5616 … … 5594 5621 ; return 0; } 5595 5622 EOF 5596 if { (eval echo configure:5 597: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5623 if { (eval echo configure:5624: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5597 5624 rm -rf conftest* 5598 5625 bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who=yes … … 5616 5643 5617 5644 echo $ac_n "checking for pstatus_t in sys/procfs.h""... $ac_c" 1>&6 5618 echo "configure:56 19: checking for pstatus_t in sys/procfs.h" >&55645 echo "configure:5646: checking for pstatus_t in sys/procfs.h" >&5 5619 5646 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_pstatus_t'+set}'`\" = set"; then 5620 5647 echo $ac_n "(cached) $ac_c" 1>&6 5621 5648 else 5622 5649 cat > conftest.$ac_ext <<EOF 5623 #line 56 24"configure"5650 #line 5651 "configure" 5624 5651 #include "confdefs.h" 5625 5652 … … 5630 5657 ; return 0; } 5631 5658 EOF 5632 if { (eval echo configure:56 33: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5659 if { (eval echo configure:5660: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5633 5660 rm -rf conftest* 5634 5661 bfd_cv_have_sys_procfs_type_pstatus_t=yes … … 5652 5679 5653 5680 echo $ac_n "checking for pxstatus_t in sys/procfs.h""... $ac_c" 1>&6 5654 echo "configure:56 55: checking for pxstatus_t in sys/procfs.h" >&55681 echo "configure:5682: checking for pxstatus_t in sys/procfs.h" >&5 5655 5682 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_pxstatus_t'+set}'`\" = set"; then 5656 5683 echo $ac_n "(cached) $ac_c" 1>&6 5657 5684 else 5658 5685 cat > conftest.$ac_ext <<EOF 5659 #line 56 60"configure"5686 #line 5687 "configure" 5660 5687 #include "confdefs.h" 5661 5688 … … 5666 5693 ; return 0; } 5667 5694 EOF 5668 if { (eval echo configure:56 69: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5695 if { (eval echo configure:5696: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5669 5696 rm -rf conftest* 5670 5697 bfd_cv_have_sys_procfs_type_pxstatus_t=yes … … 5688 5715 5689 5716 echo $ac_n "checking for pstatus32_t in sys/procfs.h""... $ac_c" 1>&6 5690 echo "configure:5 691: checking for pstatus32_t in sys/procfs.h" >&55717 echo "configure:5718: checking for pstatus32_t in sys/procfs.h" >&5 5691 5718 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_pstatus32_t'+set}'`\" = set"; then 5692 5719 echo $ac_n "(cached) $ac_c" 1>&6 5693 5720 else 5694 5721 cat > conftest.$ac_ext <<EOF 5695 #line 5 696"configure"5722 #line 5723 "configure" 5696 5723 #include "confdefs.h" 5697 5724 … … 5702 5729 ; return 0; } 5703 5730 EOF 5704 if { (eval echo configure:57 05: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5731 if { (eval echo configure:5732: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5705 5732 rm -rf conftest* 5706 5733 bfd_cv_have_sys_procfs_type_pstatus32_t=yes … … 5724 5751 5725 5752 echo $ac_n "checking for prpsinfo_t in sys/procfs.h""... $ac_c" 1>&6 5726 echo "configure:57 27: checking for prpsinfo_t in sys/procfs.h" >&55753 echo "configure:5754: checking for prpsinfo_t in sys/procfs.h" >&5 5727 5754 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_prpsinfo_t'+set}'`\" = set"; then 5728 5755 echo $ac_n "(cached) $ac_c" 1>&6 5729 5756 else 5730 5757 cat > conftest.$ac_ext <<EOF 5731 #line 57 32"configure"5758 #line 5759 "configure" 5732 5759 #include "confdefs.h" 5733 5760 … … 5738 5765 ; return 0; } 5739 5766 EOF 5740 if { (eval echo configure:57 41: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5767 if { (eval echo configure:5768: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5741 5768 rm -rf conftest* 5742 5769 bfd_cv_have_sys_procfs_type_prpsinfo_t=yes … … 5760 5787 5761 5788 echo $ac_n "checking for prpsinfo32_t in sys/procfs.h""... $ac_c" 1>&6 5762 echo "configure:57 63: checking for prpsinfo32_t in sys/procfs.h" >&55789 echo "configure:5790: checking for prpsinfo32_t in sys/procfs.h" >&5 5763 5790 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_prpsinfo32_t'+set}'`\" = set"; then 5764 5791 echo $ac_n "(cached) $ac_c" 1>&6 5765 5792 else 5766 5793 cat > conftest.$ac_ext <<EOF 5767 #line 57 68"configure"5794 #line 5795 "configure" 5768 5795 #include "confdefs.h" 5769 5796 … … 5774 5801 ; return 0; } 5775 5802 EOF 5776 if { (eval echo configure:5 777: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5803 if { (eval echo configure:5804: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5777 5804 rm -rf conftest* 5778 5805 bfd_cv_have_sys_procfs_type_prpsinfo32_t=yes … … 5796 5823 5797 5824 echo $ac_n "checking for psinfo_t in sys/procfs.h""... $ac_c" 1>&6 5798 echo "configure:5 799: checking for psinfo_t in sys/procfs.h" >&55825 echo "configure:5826: checking for psinfo_t in sys/procfs.h" >&5 5799 5826 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_psinfo_t'+set}'`\" = set"; then 5800 5827 echo $ac_n "(cached) $ac_c" 1>&6 5801 5828 else 5802 5829 cat > conftest.$ac_ext <<EOF 5803 #line 58 04"configure"5830 #line 5831 "configure" 5804 5831 #include "confdefs.h" 5805 5832 … … 5810 5837 ; return 0; } 5811 5838 EOF 5812 if { (eval echo configure:58 13: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5839 if { (eval echo configure:5840: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5813 5840 rm -rf conftest* 5814 5841 bfd_cv_have_sys_procfs_type_psinfo_t=yes … … 5832 5859 5833 5860 echo $ac_n "checking for psinfo32_t in sys/procfs.h""... $ac_c" 1>&6 5834 echo "configure:58 35: checking for psinfo32_t in sys/procfs.h" >&55861 echo "configure:5862: checking for psinfo32_t in sys/procfs.h" >&5 5835 5862 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_psinfo32_t'+set}'`\" = set"; then 5836 5863 echo $ac_n "(cached) $ac_c" 1>&6 5837 5864 else 5838 5865 cat > conftest.$ac_ext <<EOF 5839 #line 58 40"configure"5866 #line 5867 "configure" 5840 5867 #include "confdefs.h" 5841 5868 … … 5846 5873 ; return 0; } 5847 5874 EOF 5848 if { (eval echo configure:58 49: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5875 if { (eval echo configure:5876: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5849 5876 rm -rf conftest* 5850 5877 bfd_cv_have_sys_procfs_type_psinfo32_t=yes … … 5868 5895 5869 5896 echo $ac_n "checking for lwpstatus_t in sys/procfs.h""... $ac_c" 1>&6 5870 echo "configure:58 71: checking for lwpstatus_t in sys/procfs.h" >&55897 echo "configure:5898: checking for lwpstatus_t in sys/procfs.h" >&5 5871 5898 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_lwpstatus_t'+set}'`\" = set"; then 5872 5899 echo $ac_n "(cached) $ac_c" 1>&6 5873 5900 else 5874 5901 cat > conftest.$ac_ext <<EOF 5875 #line 5 876"configure"5902 #line 5903 "configure" 5876 5903 #include "confdefs.h" 5877 5904 … … 5882 5909 ; return 0; } 5883 5910 EOF 5884 if { (eval echo configure:5 885: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5911 if { (eval echo configure:5912: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5885 5912 rm -rf conftest* 5886 5913 bfd_cv_have_sys_procfs_type_lwpstatus_t=yes … … 5904 5931 5905 5932 echo $ac_n "checking for lwpxstatus_t in sys/procfs.h""... $ac_c" 1>&6 5906 echo "configure:59 07: checking for lwpxstatus_t in sys/procfs.h" >&55933 echo "configure:5934: checking for lwpxstatus_t in sys/procfs.h" >&5 5907 5934 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_lwpxstatus_t'+set}'`\" = set"; then 5908 5935 echo $ac_n "(cached) $ac_c" 1>&6 5909 5936 else 5910 5937 cat > conftest.$ac_ext <<EOF 5911 #line 59 12"configure"5938 #line 5939 "configure" 5912 5939 #include "confdefs.h" 5913 5940 … … 5918 5945 ; return 0; } 5919 5946 EOF 5920 if { (eval echo configure:59 21: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5947 if { (eval echo configure:5948: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5921 5948 rm -rf conftest* 5922 5949 bfd_cv_have_sys_procfs_type_lwpxstatus_t=yes … … 5940 5967 5941 5968 echo $ac_n "checking for lwpstatus_t.pr_context in sys/procfs.h""... $ac_c" 1>&6 5942 echo "configure:59 43: checking for lwpstatus_t.pr_context in sys/procfs.h" >&55969 echo "configure:5970: checking for lwpstatus_t.pr_context in sys/procfs.h" >&5 5943 5970 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context'+set}'`\" = set"; then 5944 5971 echo $ac_n "(cached) $ac_c" 1>&6 5945 5972 else 5946 5973 cat > conftest.$ac_ext <<EOF 5947 #line 59 48"configure"5974 #line 5975 "configure" 5948 5975 #include "confdefs.h" 5949 5976 … … 5954 5981 ; return 0; } 5955 5982 EOF 5956 if { (eval echo configure:59 57: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5983 if { (eval echo configure:5984: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5957 5984 rm -rf conftest* 5958 5985 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context=yes … … 5976 6003 5977 6004 echo $ac_n "checking for lwpstatus_t.pr_reg in sys/procfs.h""... $ac_c" 1>&6 5978 echo "configure: 5979: checking for lwpstatus_t.pr_reg in sys/procfs.h" >&56005 echo "configure:6006: checking for lwpstatus_t.pr_reg in sys/procfs.h" >&5 5979 6006 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg'+set}'`\" = set"; then 5980 6007 echo $ac_n "(cached) $ac_c" 1>&6 5981 6008 else 5982 6009 cat > conftest.$ac_ext <<EOF 5983 #line 5984"configure"6010 #line 6011 "configure" 5984 6011 #include "confdefs.h" 5985 6012 … … 5990 6017 ; return 0; } 5991 6018 EOF 5992 if { (eval echo configure: 5993: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then6019 if { (eval echo configure:6020: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5993 6020 rm -rf conftest* 5994 6021 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg=yes … … 6012 6039 6013 6040 echo $ac_n "checking for win32_pstatus_t in sys/procfs.h""... $ac_c" 1>&6 6014 echo "configure:60 15: checking for win32_pstatus_t in sys/procfs.h" >&56041 echo "configure:6042: checking for win32_pstatus_t in sys/procfs.h" >&5 6015 6042 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_win32_pstatus_t'+set}'`\" = set"; then 6016 6043 echo $ac_n "(cached) $ac_c" 1>&6 6017 6044 else 6018 6045 cat > conftest.$ac_ext <<EOF 6019 #line 60 20"configure"6046 #line 6047 "configure" 6020 6047 #include "confdefs.h" 6021 6048 … … 6026 6053 ; return 0; } 6027 6054 EOF 6028 if { (eval echo configure:60 29: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then6055 if { (eval echo configure:6056: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 6029 6056 rm -rf conftest* 6030 6057 bfd_cv_have_sys_procfs_type_win32_pstatus_t=yes … … 6503 6530 bad_64bit_gcc=no; 6504 6531 echo $ac_n "checking for gcc version with buggy 64-bit support""... $ac_c" 1>&6 6505 echo "configure:65 06: checking for gcc version with buggy 64-bit support" >&56532 echo "configure:6533: checking for gcc version with buggy 64-bit support" >&5 6506 6533 # Add more tests for gcc versions with non-working 64-bit support here. 6507 6534 cat > conftest.$ac_ext <<EOF 6508 #line 65 09"configure"6535 #line 6536 "configure" 6509 6536 #include "confdefs.h" 6510 6537 :__GNUC__:__GNUC_MINOR__:__i386__: … … 6552 6579 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 6553 6580 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 6554 echo "configure:65 55: checking for $ac_hdr" >&56581 echo "configure:6582: checking for $ac_hdr" >&5 6555 6582 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 6556 6583 echo $ac_n "(cached) $ac_c" 1>&6 … … 6558 6585 cat > conftest.$ac_ext <<EOF 6559 6586 #include <sys/types.h> 6560 #line 65 61"configure"6587 #line 6588 "configure" 6561 6588 #include "confdefs.h" 6562 6589 #include <$ac_hdr> 6563 6590 EOF 6564 6591 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 6565 { (eval echo configure:65 66: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }6592 { (eval echo configure:6593: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 6566 6593 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 6567 6594 if test -z "$ac_err"; then … … 6592 6619 do 6593 6620 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 6594 echo "configure:6 595: checking for $ac_func" >&56621 echo "configure:6622: checking for $ac_func" >&5 6595 6622 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 6596 6623 echo $ac_n "(cached) $ac_c" 1>&6 6597 6624 else 6598 6625 cat > conftest.$ac_ext <<EOF 6599 #line 66 00"configure"6626 #line 6627 "configure" 6600 6627 #include "confdefs.h" 6601 6628 /* System header to define __stub macros and hopefully few prototypes, … … 6620 6647 ; return 0; } 6621 6648 EOF 6622 if { (eval echo configure:66 23: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then6649 if { (eval echo configure:6650: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 6623 6650 rm -rf conftest* 6624 6651 eval "ac_cv_func_$ac_func=yes" … … 6645 6672 6646 6673 echo $ac_n "checking for working mmap""... $ac_c" 1>&6 6647 echo "configure:66 48: checking for working mmap" >&56674 echo "configure:6675: checking for working mmap" >&5 6648 6675 if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then 6649 6676 echo $ac_n "(cached) $ac_c" 1>&6 … … 6653 6680 else 6654 6681 cat > conftest.$ac_ext <<EOF 6655 #line 66 56"configure"6682 #line 6683 "configure" 6656 6683 #include "confdefs.h" 6657 6684 … … 6793 6820 6794 6821 EOF 6795 if { (eval echo configure:6 796: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null6822 if { (eval echo configure:6823: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 6796 6823 then 6797 6824 ac_cv_func_mmap_fixed_mapped=yes … … 6818 6845 do 6819 6846 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 6820 echo "configure:68 21: checking for $ac_func" >&56847 echo "configure:6848: checking for $ac_func" >&5 6821 6848 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 6822 6849 echo $ac_n "(cached) $ac_c" 1>&6 6823 6850 else 6824 6851 cat > conftest.$ac_ext <<EOF 6825 #line 68 26"configure"6852 #line 6853 "configure" 6826 6853 #include "confdefs.h" 6827 6854 /* System header to define __stub macros and hopefully few prototypes, … … 6846 6873 ; return 0; } 6847 6874 EOF 6848 if { (eval echo configure:68 49: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then6875 if { (eval echo configure:6876: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 6849 6876 rm -rf conftest* 6850 6877 eval "ac_cv_func_$ac_func=yes" … … 7033 7060 s%@build_vendor@%$build_vendor%g 7034 7061 s%@build_os@%$build_os%g 7062 s%@CC@%$CC%g 7035 7063 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g 7036 7064 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g … … 7048 7076 s%@AR@%$AR%g 7049 7077 s%@RANLIB@%$RANLIB%g 7050 s%@CC@%$CC%g7051 7078 s%@LN_S@%$LN_S%g 7052 7079 s%@OBJEXT@%$OBJEXT%g … … 7172 7199 if test -z "$ac_dots"; then top_srcdir=. 7173 7200 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;; 7174 /* | [A-Za-z]:*)7201 [/\\]* | [a-zA-Z]:*) 7175 7202 srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;; 7176 7203 *) # Relative path. … … 7180 7207 7181 7208 case "$ac_given_INSTALL" in 7182 [/$ ]* | [A-Za-z]:*) INSTALL="$ac_given_INSTALL" ;;7209 [/$\\]* | [A-Za-z]:*) INSTALL="$ac_given_INSTALL" ;; 7183 7210 *) INSTALL="$ac_dots$ac_given_INSTALL" ;; 7184 7211 esac -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.