- Timestamp:
- Jan 29, 2004, 10:37:45 PM (22 years ago)
- Location:
- trunk/src/binutils
- Files:
-
- 15 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/binutils/bfd/aclocal.m4
-
Property cvs2svn:cvs-rev
changed from
1.3
to1.4
r1112 r1113 1 dnl aclocal.m4 generated automatically by aclocal 1.4-p 51 dnl aclocal.m4 generated automatically by aclocal 1.4-p6 2 2 3 3 dnl Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc. … … 174 174 fi]) 175 175 176 #serial 1177 # This test replaces the one in autoconf.178 # Currently this macro should have the same name as the autoconf macro179 # because gettext's gettext.m4 (distributed in the automake package)180 # still uses it. Otherwise, the use in gettext.m4 makes autoheader181 # give these diagnostics:182 # configure.in:556: AC_TRY_COMPILE was called before AC_ISC_POSIX183 # configure.in:556: AC_TRY_RUN was called before AC_ISC_POSIX184 185 undefine([AC_ISC_POSIX])186 187 AC_DEFUN([AC_ISC_POSIX],188 [189 dnl This test replaces the obsolescent AC_ISC_POSIX kludge.190 AC_CHECK_LIB(cposix, strerror, [LIBS="$LIBS -lcposix"])191 ]192 )193 194 176 # Do all the work for Automake. This macro actually does too much -- 195 177 # some checks are only needed if your package does certain things. … … 202 184 203 185 AC_DEFUN([AM_INIT_AUTOMAKE], 204 [AC_REQUIRE([AC_PROG_INSTALL]) 186 [AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl 187 AC_REQUIRE([AC_PROG_INSTALL]) 205 188 PACKAGE=[$1] 206 189 AC_SUBST(PACKAGE) … … 218 201 dnl FIXME This is truly gross. 219 202 missing_dir=`cd $ac_aux_dir && pwd` 220 AM_MISSING_PROG(ACLOCAL, aclocal , $missing_dir)203 AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version}, $missing_dir) 221 204 AM_MISSING_PROG(AUTOCONF, autoconf, $missing_dir) 222 AM_MISSING_PROG(AUTOMAKE, automake , $missing_dir)205 AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version}, $missing_dir) 223 206 AM_MISSING_PROG(AUTOHEADER, autoheader, $missing_dir) 224 207 AM_MISSING_PROG(MAKEINFO, makeinfo, $missing_dir) 225 208 AC_REQUIRE([AC_PROG_MAKE_SET])]) 209 210 # Copyright 2002 Free Software Foundation, Inc. 211 212 # This program is free software; you can redistribute it and/or modify 213 # it under the terms of the GNU General Public License as published by 214 # the Free Software Foundation; either version 2, or (at your option) 215 # any later version. 216 217 # This program is distributed in the hope that it will be useful, 218 # but WITHOUT ANY WARRANTY; without even the implied warranty of 219 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 220 # GNU General Public License for more details. 221 222 # You should have received a copy of the GNU General Public License 223 # along with this program; if not, write to the Free Software 224 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 225 226 # AM_AUTOMAKE_VERSION(VERSION) 227 # ---------------------------- 228 # Automake X.Y traces this macro to ensure aclocal.m4 has been 229 # generated from the m4 files accompanying Automake X.Y. 230 AC_DEFUN([AM_AUTOMAKE_VERSION],[am__api_version="1.4"]) 231 232 # AM_SET_CURRENT_AUTOMAKE_VERSION 233 # ------------------------------- 234 # Call AM_AUTOMAKE_VERSION so it can be traced. 235 # This function is AC_REQUIREd by AC_INIT_AUTOMAKE. 236 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], 237 [AM_AUTOMAKE_VERSION([1.4-p6])]) 226 238 227 239 # -
Property cvs2svn:cvs-rev
changed from
-
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
-
trunk/src/binutils/binutils/aclocal.m4
-
Property cvs2svn:cvs-rev
changed from
1.1.1.2
to1.2
r1112 r1113 1 dnl aclocal.m4 generated automatically by aclocal 1.4-p 51 dnl aclocal.m4 generated automatically by aclocal 1.4-p6 2 2 3 3 dnl Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc. … … 38 38 AC_DECL_YYTEXT]) 39 39 40 #serial 141 # This test replaces the one in autoconf.42 # Currently this macro should have the same name as the autoconf macro43 # because gettext's gettext.m4 (distributed in the automake package)44 # still uses it. Otherwise, the use in gettext.m4 makes autoheader45 # give these diagnostics:46 # configure.in:556: AC_TRY_COMPILE was called before AC_ISC_POSIX47 # configure.in:556: AC_TRY_RUN was called before AC_ISC_POSIX48 49 undefine([AC_ISC_POSIX])50 51 AC_DEFUN([AC_ISC_POSIX],52 [53 dnl This test replaces the obsolescent AC_ISC_POSIX kludge.54 AC_CHECK_LIB(cposix, strerror, [LIBS="$LIBS -lcposix"])55 ]56 )57 58 40 # Do all the work for Automake. This macro actually does too much -- 59 41 # some checks are only needed if your package does certain things. … … 66 48 67 49 AC_DEFUN([AM_INIT_AUTOMAKE], 68 [AC_REQUIRE([AC_PROG_INSTALL]) 50 [AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl 51 AC_REQUIRE([AC_PROG_INSTALL]) 69 52 PACKAGE=[$1] 70 53 AC_SUBST(PACKAGE) … … 82 65 dnl FIXME This is truly gross. 83 66 missing_dir=`cd $ac_aux_dir && pwd` 84 AM_MISSING_PROG(ACLOCAL, aclocal , $missing_dir)67 AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version}, $missing_dir) 85 68 AM_MISSING_PROG(AUTOCONF, autoconf, $missing_dir) 86 AM_MISSING_PROG(AUTOMAKE, automake , $missing_dir)69 AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version}, $missing_dir) 87 70 AM_MISSING_PROG(AUTOHEADER, autoheader, $missing_dir) 88 71 AM_MISSING_PROG(MAKEINFO, makeinfo, $missing_dir) 89 72 AC_REQUIRE([AC_PROG_MAKE_SET])]) 73 74 # Copyright 2002 Free Software Foundation, Inc. 75 76 # This program is free software; you can redistribute it and/or modify 77 # it under the terms of the GNU General Public License as published by 78 # the Free Software Foundation; either version 2, or (at your option) 79 # any later version. 80 81 # This program is distributed in the hope that it will be useful, 82 # but WITHOUT ANY WARRANTY; without even the implied warranty of 83 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 84 # GNU General Public License for more details. 85 86 # You should have received a copy of the GNU General Public License 87 # along with this program; if not, write to the Free Software 88 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 89 90 # AM_AUTOMAKE_VERSION(VERSION) 91 # ---------------------------- 92 # Automake X.Y traces this macro to ensure aclocal.m4 has been 93 # generated from the m4 files accompanying Automake X.Y. 94 AC_DEFUN([AM_AUTOMAKE_VERSION],[am__api_version="1.4"]) 95 96 # AM_SET_CURRENT_AUTOMAKE_VERSION 97 # ------------------------------- 98 # Call AM_AUTOMAKE_VERSION so it can be traced. 99 # This function is AC_REQUIREd by AC_INIT_AUTOMAKE. 100 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], 101 [AM_AUTOMAKE_VERSION([1.4-p6])]) 90 102 91 103 # -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/binutils/binutils/configure
-
Property cvs2svn:cvs-rev
changed from
1.6
to1.7
r1112 r1113 807 807 program_prefix=${target_alias}- 808 808 809 810 echo $ac_n "checking for strerror in -lcposix""... $ac_c" 1>&6811 echo "configure:812: checking for strerror in -lcposix" >&5812 ac_lib_var=`echo cposix'_'strerror | sed 'y%./+-%__p_%'`813 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then814 echo $ac_n "(cached) $ac_c" 1>&6815 else816 ac_save_LIBS="$LIBS"817 LIBS="-lcposix $LIBS"818 cat > conftest.$ac_ext <<EOF819 #line 820 "configure"820 #include "confdefs.h"821 /* Override any gcc2 internal prototype to avoid an error. */822 /* We use char because int might match the return type of a gcc2823 builtin and then its argument prototype would still apply. */824 char strerror();825 826 int main() {827 strerror()828 ; return 0; }829 EOF830 if { (eval echo configure:831: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then831 rm -rf conftest*832 eval "ac_cv_lib_$ac_lib_var=yes"833 else834 echo "configure: failed program was:" >&5835 cat conftest.$ac_ext >&5836 rm -rf conftest*837 eval "ac_cv_lib_$ac_lib_var=no"838 fi839 rm -f conftest*840 LIBS="$ac_save_LIBS"841 842 fi843 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then844 echo "$ac_t""yes" 1>&6845 LIBS="$LIBS -lcposix"846 else847 echo "$ac_t""no" 1>&6848 fi849 850 851 852 853 BFD_VERSION=`sed -n -e 's/^.._INIT_AUTOMAKE.*,[ ]*\([^ ]*\)[ ]*).*/\1/p' < ${srcdir}/../bfd/configure.in`854 # Find a good install program. We prefer a C program (faster),855 # so one script is as good as another. But avoid the broken or856 # incompatible versions:857 # SysV /etc/install, /usr/sbin/install858 # SunOS /usr/etc/install859 # IRIX /sbin/install860 # AIX /bin/install861 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag862 # AFS /usr/afsws/bin/install, which mishandles nonexistent args863 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"864 # ./install, which can be erroneously created by make from ./install.sh.865 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6866 echo "configure:867: checking for a BSD compatible install" >&5867 if test -z "$INSTALL"; then868 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then869 echo $ac_n "(cached) $ac_c" 1>&6870 else871 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS="$PATH_IFS"872 for ac_dir in $PATH; do873 # Account for people who put trailing slashes in PATH elements.874 case "$ac_dir/" in875 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;876 # We reject the install program from OS/2 or W3.1877 */OS2|*/OS2/*|*/WINDOWS|*/WINDOWS/*) ;;878 *)879 # OSF1 and SCO ODT 3.0 have their own names for install.880 # Don't use installbsd from OSF since it installs stuff as root881 # by default.882 for ac_prog in ginstall scoinst install; do883 if test -f $ac_dir/$ac_prog$ac_exeext; then884 if test $ac_prog = install &&885 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then886 # AIX install. It has an incompatible calling convention.887 :888 else889 ac_cv_path_install="$ac_dir/$ac_prog$ac_exeext -c"890 break 2891 fi892 fi893 done894 ;;895 esac896 done897 IFS="$ac_save_IFS"898 899 fi900 if test "${ac_cv_path_install+set}" = set; then901 INSTALL="$ac_cv_path_install"902 else903 # As a last resort, use the slow shell script. We don't cache a904 # path for INSTALL within a source directory, because that will905 # break other packages using the cache if that directory is906 # removed, or if the path is relative.907 INSTALL="$ac_install_sh"908 fi909 fi910 echo "$ac_t""$INSTALL" 1>&6911 912 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.913 # It thinks the first close brace ends the variable substitution.914 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'915 916 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'917 918 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'919 920 echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6921 echo "configure:922: checking whether build environment is sane" >&5922 # Just in case923 sleep 1924 echo timestamp > conftestfile925 # Do `set' in a subshell so we don't clobber the current shell's926 # arguments. Must try -L first in case configure is actually a927 # symlink; some systems play weird games with the mod time of symlinks928 # (eg FreeBSD returns the mod time of the symlink's containing929 # directory).930 if (931 set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`932 if test "$*" = "X"; then933 # -L didn't work.934 set X `ls -t $srcdir/configure conftestfile`935 fi936 if test "$*" != "X $srcdir/configure conftestfile" \937 && test "$*" != "X conftestfile $srcdir/configure"; then938 939 # If neither matched, then we have a broken ls. This can happen940 # if, for instance, CONFIG_SHELL is bash and it inherits a941 # broken ls alias from the environment. This has actually942 # happened. Such a system could not be considered "sane".943 { echo "configure: error: ls -t appears to fail. Make sure there is not a broken944 alias in your environment" 1>&2; exit 1; }945 fi946 947 test "$2" = conftestfile948 )949 then950 # Ok.951 :952 else953 { echo "configure: error: newly created file is older than distributed files!954 Check your system clock" 1>&2; exit 1; }955 fi956 rm -f conftest*957 echo "$ac_t""yes" 1>&6958 if test "$program_transform_name" = s,x,x,; then959 program_transform_name=960 else961 # Double any \ or $. echo might interpret backslashes.962 cat <<\EOF_SED > conftestsed963 s,\\,\\\\,g; s,\$,$$,g964 EOF_SED965 program_transform_name="`echo $program_transform_name|sed -f conftestsed`"966 rm -f conftestsed967 fi968 test "$program_prefix" != NONE &&969 program_transform_name="s,^,${program_prefix},; $program_transform_name"970 # Use a double $ so make ignores it.971 test "$program_suffix" != NONE &&972 program_transform_name="s,\$\$,${program_suffix},; $program_transform_name"973 974 # sed with no file args requires a program.975 test "$program_transform_name" = "" && program_transform_name="s,x,x,"976 977 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6978 echo "configure:979: checking whether ${MAKE-make} sets \${MAKE}" >&5979 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`980 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then981 echo $ac_n "(cached) $ac_c" 1>&6982 else983 cat > conftestmake <<\EOF984 all:985 @echo 'ac_maketemp="${MAKE}"'986 EOF987 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.988 eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`989 if test -n "$ac_maketemp"; then990 eval ac_cv_prog_make_${ac_make}_set=yes991 else992 eval ac_cv_prog_make_${ac_make}_set=no993 fi994 rm -f conftestmake995 fi996 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then997 echo "$ac_t""yes" 1>&6998 SET_MAKE=999 else1000 echo "$ac_t""no" 1>&61001 SET_MAKE="MAKE=${MAKE-make}"1002 fi1003 1004 1005 PACKAGE=binutils1006 1007 VERSION=${BFD_VERSION}1008 1009 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then1010 { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }1011 fi1012 cat >> confdefs.h <<EOF1013 #define PACKAGE "$PACKAGE"1014 EOF1015 1016 cat >> confdefs.h <<EOF1017 #define VERSION "$VERSION"1018 EOF1019 1020 1021 1022 missing_dir=`cd $ac_aux_dir && pwd`1023 echo $ac_n "checking for working aclocal""... $ac_c" 1>&61024 echo "configure:1025: checking for working aclocal" >&51025 # Run test in a subshell; some versions of sh will print an error if1026 # an executable is not found, even if stderr is redirected.1027 # Redirect stdin to placate older versions of autoconf. Sigh.1028 if (aclocal --version) < /dev/null > /dev/null 2>&1; then1029 ACLOCAL=aclocal1030 echo "$ac_t""found" 1>&61031 else1032 ACLOCAL="$missing_dir/missing aclocal"1033 echo "$ac_t""missing" 1>&61034 fi1035 1036 echo $ac_n "checking for working autoconf""... $ac_c" 1>&61037 echo "configure:1038: checking for working autoconf" >&51038 # Run test in a subshell; some versions of sh will print an error if1039 # an executable is not found, even if stderr is redirected.1040 # Redirect stdin to placate older versions of autoconf. Sigh.1041 if (autoconf --version) < /dev/null > /dev/null 2>&1; then1042 AUTOCONF=autoconf1043 echo "$ac_t""found" 1>&61044 else1045 AUTOCONF="$missing_dir/missing autoconf"1046 echo "$ac_t""missing" 1>&61047 fi1048 1049 echo $ac_n "checking for working automake""... $ac_c" 1>&61050 echo "configure:1051: checking for working automake" >&51051 # Run test in a subshell; some versions of sh will print an error if1052 # an executable is not found, even if stderr is redirected.1053 # Redirect stdin to placate older versions of autoconf. Sigh.1054 if (automake --version) < /dev/null > /dev/null 2>&1; then1055 AUTOMAKE=automake1056 echo "$ac_t""found" 1>&61057 else1058 AUTOMAKE="$missing_dir/missing automake"1059 echo "$ac_t""missing" 1>&61060 fi1061 1062 echo $ac_n "checking for working autoheader""... $ac_c" 1>&61063 echo "configure:1064: checking for working autoheader" >&51064 # Run test in a subshell; some versions of sh will print an error if1065 # an executable is not found, even if stderr is redirected.1066 # Redirect stdin to placate older versions of autoconf. Sigh.1067 if (autoheader --version) < /dev/null > /dev/null 2>&1; then1068 AUTOHEADER=autoheader1069 echo "$ac_t""found" 1>&61070 else1071 AUTOHEADER="$missing_dir/missing autoheader"1072 echo "$ac_t""missing" 1>&61073 fi1074 1075 echo $ac_n "checking for working makeinfo""... $ac_c" 1>&61076 echo "configure:1077: checking for working makeinfo" >&51077 # Run test in a subshell; some versions of sh will print an error if1078 # an executable is not found, even if stderr is redirected.1079 # Redirect stdin to placate older versions of autoconf. Sigh.1080 if (makeinfo --version) < /dev/null > /dev/null 2>&1; then1081 MAKEINFO=makeinfo1082 echo "$ac_t""found" 1>&61083 else1084 MAKEINFO="$missing_dir/missing makeinfo"1085 echo "$ac_t""missing" 1>&61086 fi1087 1088 1089 1090 # Check whether --enable-shared or --disable-shared was given.1091 if test "${enable_shared+set}" = set; then1092 enableval="$enable_shared"1093 p=${PACKAGE-default}1094 case $enableval in1095 yes) enable_shared=yes ;;1096 no) enable_shared=no ;;1097 *)1098 enable_shared=no1099 # Look at the argument we got. We use all the common list separators.1100 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"1101 for pkg in $enableval; do1102 if test "X$pkg" = "X$p"; then1103 enable_shared=yes1104 fi1105 done1106 IFS="$ac_save_ifs"1107 ;;1108 esac1109 else1110 enable_shared=yes1111 fi1112 1113 # Check whether --enable-static or --disable-static was given.1114 if test "${enable_static+set}" = set; then1115 enableval="$enable_static"1116 p=${PACKAGE-default}1117 case $enableval in1118 yes) enable_static=yes ;;1119 no) enable_static=no ;;1120 *)1121 enable_static=no1122 # Look at the argument we got. We use all the common list separators.1123 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"1124 for pkg in $enableval; do1125 if test "X$pkg" = "X$p"; then1126 enable_static=yes1127 fi1128 done1129 IFS="$ac_save_ifs"1130 ;;1131 esac1132 else1133 enable_static=yes1134 fi1135 1136 # Check whether --enable-fast-install or --disable-fast-install was given.1137 if test "${enable_fast_install+set}" = set; then1138 enableval="$enable_fast_install"1139 p=${PACKAGE-default}1140 case $enableval in1141 yes) enable_fast_install=yes ;;1142 no) enable_fast_install=no ;;1143 *)1144 enable_fast_install=no1145 # Look at the argument we got. We use all the common list separators.1146 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"1147 for pkg in $enableval; do1148 if test "X$pkg" = "X$p"; then1149 enable_fast_install=yes1150 fi1151 done1152 IFS="$ac_save_ifs"1153 ;;1154 esac1155 else1156 enable_fast_install=yes1157 fi1158 1159 809 # Extract the first word of "gcc", so it can be a program name with args. 1160 810 set dummy gcc; ac_word=$2 1161 811 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1162 echo "configure: 1163: checking for $ac_word" >&5812 echo "configure:813: checking for $ac_word" >&5 1163 813 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 1164 814 echo $ac_n "(cached) $ac_c" 1>&6 … … 1191 841 set dummy cc; ac_word=$2 1192 842 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1193 echo "configure: 1194: checking for $ac_word" >&5843 echo "configure:844: checking for $ac_word" >&5 1194 844 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 1195 845 echo $ac_n "(cached) $ac_c" 1>&6 … … 1244 894 set dummy cl; ac_word=$2 1245 895 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1246 echo "configure: 1247: checking for $ac_word" >&5896 echo "configure:897: checking for $ac_word" >&5 1247 897 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 1248 898 echo $ac_n "(cached) $ac_c" 1>&6 … … 1277 927 1278 928 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 1279 echo "configure: 1280: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5929 echo "configure:930: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 1280 930 1281 931 ac_ext=c … … 1288 938 cat > conftest.$ac_ext << EOF 1289 939 1290 #line 1291 "configure"940 #line 941 "configure" 1291 941 #include "confdefs.h" 1292 942 1293 943 main(){return(0);} 1294 944 EOF 1295 if { (eval echo configure: 1296: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then945 if { (eval echo configure:946: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1296 946 ac_cv_prog_cc_works=yes 1297 947 # If we can't run a trivial program, we are probably using a cross compiler. … … 1319 969 fi 1320 970 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 1321 echo "configure: 1322: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5971 echo "configure:972: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 1322 972 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 1323 973 cross_compiling=$ac_cv_prog_cc_cross 1324 974 1325 975 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 1326 echo "configure: 1327: checking whether we are using GNU C" >&5976 echo "configure:977: checking whether we are using GNU C" >&5 1327 977 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 1328 978 echo $ac_n "(cached) $ac_c" 1>&6 … … 1333 983 #endif 1334 984 EOF 1335 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure: 1336: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then985 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:986: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 1336 986 ac_cv_prog_gcc=yes 1337 987 else … … 1352 1002 CFLAGS= 1353 1003 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 1354 echo "configure:1 355: checking whether ${CC-cc} accepts -g" >&51004 echo "configure:1005: checking whether ${CC-cc} accepts -g" >&5 1355 1005 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 1356 1006 echo $ac_n "(cached) $ac_c" 1>&6 … … 1383 1033 fi 1384 1034 1035 echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&6 1036 echo "configure:1037: checking for POSIXized ISC" >&5 1037 if test -d /etc/conf/kconfig.d && 1038 grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1 1039 then 1040 echo "$ac_t""yes" 1>&6 1041 ISC=yes # If later tests want to check for ISC. 1042 cat >> confdefs.h <<\EOF 1043 #define _POSIX_SOURCE 1 1044 EOF 1045 1046 if test "$GCC" = yes; then 1047 CC="$CC -posix" 1048 else 1049 CC="$CC -Xp" 1050 fi 1051 else 1052 echo "$ac_t""no" 1>&6 1053 ISC= 1054 fi 1055 1056 1057 BFD_VERSION=`sed -n -e 's/^.._INIT_AUTOMAKE.*,[ ]*\([^ ]*\)[ ]*).*/\1/p' < ${srcdir}/../bfd/configure.in` 1058 am__api_version="1.4" 1059 # Find a good install program. We prefer a C program (faster), 1060 # so one script is as good as another. But avoid the broken or 1061 # incompatible versions: 1062 # SysV /etc/install, /usr/sbin/install 1063 # SunOS /usr/etc/install 1064 # IRIX /sbin/install 1065 # AIX /bin/install 1066 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag 1067 # AFS /usr/afsws/bin/install, which mishandles nonexistent args 1068 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 1069 # ./install, which can be erroneously created by make from ./install.sh. 1070 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 1071 echo "configure:1072: checking for a BSD compatible install" >&5 1072 if test -z "$INSTALL"; then 1073 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then 1074 echo $ac_n "(cached) $ac_c" 1>&6 1075 else 1076 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS="$PATH_IFS" 1077 for ac_dir in $PATH; do 1078 # Account for people who put trailing slashes in PATH elements. 1079 case "$ac_dir/" in 1080 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;; 1081 # We reject the install program from OS/2 or W3.1 1082 */OS2|*/OS2/*|*/WINDOWS|*/WINDOWS/*) ;; 1083 *) 1084 # OSF1 and SCO ODT 3.0 have their own names for install. 1085 # Don't use installbsd from OSF since it installs stuff as root 1086 # by default. 1087 for ac_prog in ginstall scoinst install; do 1088 if test -f $ac_dir/$ac_prog$ac_exeext; then 1089 if test $ac_prog = install && 1090 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then 1091 # AIX install. It has an incompatible calling convention. 1092 : 1093 else 1094 ac_cv_path_install="$ac_dir/$ac_prog$ac_exeext -c" 1095 break 2 1096 fi 1097 fi 1098 done 1099 ;; 1100 esac 1101 done 1102 IFS="$ac_save_IFS" 1103 1104 fi 1105 if test "${ac_cv_path_install+set}" = set; then 1106 INSTALL="$ac_cv_path_install" 1107 else 1108 # As a last resort, use the slow shell script. We don't cache a 1109 # path for INSTALL within a source directory, because that will 1110 # break other packages using the cache if that directory is 1111 # removed, or if the path is relative. 1112 INSTALL="$ac_install_sh" 1113 fi 1114 fi 1115 echo "$ac_t""$INSTALL" 1>&6 1116 1117 # Use test -z because SunOS4 sh mishandles braces in ${var-val}. 1118 # It thinks the first close brace ends the variable substitution. 1119 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' 1120 1121 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}' 1122 1123 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 1124 1125 echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6 1126 echo "configure:1127: checking whether build environment is sane" >&5 1127 # Just in case 1128 sleep 1 1129 echo timestamp > conftestfile 1130 # Do `set' in a subshell so we don't clobber the current shell's 1131 # arguments. Must try -L first in case configure is actually a 1132 # symlink; some systems play weird games with the mod time of symlinks 1133 # (eg FreeBSD returns the mod time of the symlink's containing 1134 # directory). 1135 if ( 1136 set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null` 1137 if test "$*" = "X"; then 1138 # -L didn't work. 1139 set X `ls -t $srcdir/configure conftestfile` 1140 fi 1141 if test "$*" != "X $srcdir/configure conftestfile" \ 1142 && test "$*" != "X conftestfile $srcdir/configure"; then 1143 1144 # If neither matched, then we have a broken ls. This can happen 1145 # if, for instance, CONFIG_SHELL is bash and it inherits a 1146 # broken ls alias from the environment. This has actually 1147 # happened. Such a system could not be considered "sane". 1148 { echo "configure: error: ls -t appears to fail. Make sure there is not a broken 1149 alias in your environment" 1>&2; exit 1; } 1150 fi 1151 1152 test "$2" = conftestfile 1153 ) 1154 then 1155 # Ok. 1156 : 1157 else 1158 { echo "configure: error: newly created file is older than distributed files! 1159 Check your system clock" 1>&2; exit 1; } 1160 fi 1161 rm -f conftest* 1162 echo "$ac_t""yes" 1>&6 1163 if test "$program_transform_name" = s,x,x,; then 1164 program_transform_name= 1165 else 1166 # Double any \ or $. echo might interpret backslashes. 1167 cat <<\EOF_SED > conftestsed 1168 s,\\,\\\\,g; s,\$,$$,g 1169 EOF_SED 1170 program_transform_name="`echo $program_transform_name|sed -f conftestsed`" 1171 rm -f conftestsed 1172 fi 1173 test "$program_prefix" != NONE && 1174 program_transform_name="s,^,${program_prefix},; $program_transform_name" 1175 # Use a double $ so make ignores it. 1176 test "$program_suffix" != NONE && 1177 program_transform_name="s,\$\$,${program_suffix},; $program_transform_name" 1178 1179 # sed with no file args requires a program. 1180 test "$program_transform_name" = "" && program_transform_name="s,x,x," 1181 1182 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 1183 echo "configure:1184: checking whether ${MAKE-make} sets \${MAKE}" >&5 1184 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` 1185 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then 1186 echo $ac_n "(cached) $ac_c" 1>&6 1187 else 1188 cat > conftestmake <<\EOF 1189 all: 1190 @echo 'ac_maketemp="${MAKE}"' 1191 EOF 1192 # GNU make sometimes prints "make[1]: Entering...", which would confuse us. 1193 eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=` 1194 if test -n "$ac_maketemp"; then 1195 eval ac_cv_prog_make_${ac_make}_set=yes 1196 else 1197 eval ac_cv_prog_make_${ac_make}_set=no 1198 fi 1199 rm -f conftestmake 1200 fi 1201 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then 1202 echo "$ac_t""yes" 1>&6 1203 SET_MAKE= 1204 else 1205 echo "$ac_t""no" 1>&6 1206 SET_MAKE="MAKE=${MAKE-make}" 1207 fi 1208 1209 1210 PACKAGE=binutils 1211 1212 VERSION=${BFD_VERSION} 1213 1214 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then 1215 { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } 1216 fi 1217 cat >> confdefs.h <<EOF 1218 #define PACKAGE "$PACKAGE" 1219 EOF 1220 1221 cat >> confdefs.h <<EOF 1222 #define VERSION "$VERSION" 1223 EOF 1224 1225 1226 1227 missing_dir=`cd $ac_aux_dir && pwd` 1228 echo $ac_n "checking for working aclocal-${am__api_version}""... $ac_c" 1>&6 1229 echo "configure:1230: checking for working aclocal-${am__api_version}" >&5 1230 # Run test in a subshell; some versions of sh will print an error if 1231 # an executable is not found, even if stderr is redirected. 1232 # Redirect stdin to placate older versions of autoconf. Sigh. 1233 if (aclocal-${am__api_version} --version) < /dev/null > /dev/null 2>&1; then 1234 ACLOCAL=aclocal-${am__api_version} 1235 echo "$ac_t""found" 1>&6 1236 else 1237 ACLOCAL="$missing_dir/missing aclocal-${am__api_version}" 1238 echo "$ac_t""missing" 1>&6 1239 fi 1240 1241 echo $ac_n "checking for working autoconf""... $ac_c" 1>&6 1242 echo "configure:1243: checking for working autoconf" >&5 1243 # Run test in a subshell; some versions of sh will print an error if 1244 # an executable is not found, even if stderr is redirected. 1245 # Redirect stdin to placate older versions of autoconf. Sigh. 1246 if (autoconf --version) < /dev/null > /dev/null 2>&1; then 1247 AUTOCONF=autoconf 1248 echo "$ac_t""found" 1>&6 1249 else 1250 AUTOCONF="$missing_dir/missing autoconf" 1251 echo "$ac_t""missing" 1>&6 1252 fi 1253 1254 echo $ac_n "checking for working automake-${am__api_version}""... $ac_c" 1>&6 1255 echo "configure:1256: checking for working automake-${am__api_version}" >&5 1256 # Run test in a subshell; some versions of sh will print an error if 1257 # an executable is not found, even if stderr is redirected. 1258 # Redirect stdin to placate older versions of autoconf. Sigh. 1259 if (automake-${am__api_version} --version) < /dev/null > /dev/null 2>&1; then 1260 AUTOMAKE=automake-${am__api_version} 1261 echo "$ac_t""found" 1>&6 1262 else 1263 AUTOMAKE="$missing_dir/missing automake-${am__api_version}" 1264 echo "$ac_t""missing" 1>&6 1265 fi 1266 1267 echo $ac_n "checking for working autoheader""... $ac_c" 1>&6 1268 echo "configure:1269: checking for working autoheader" >&5 1269 # Run test in a subshell; some versions of sh will print an error if 1270 # an executable is not found, even if stderr is redirected. 1271 # Redirect stdin to placate older versions of autoconf. Sigh. 1272 if (autoheader --version) < /dev/null > /dev/null 2>&1; then 1273 AUTOHEADER=autoheader 1274 echo "$ac_t""found" 1>&6 1275 else 1276 AUTOHEADER="$missing_dir/missing autoheader" 1277 echo "$ac_t""missing" 1>&6 1278 fi 1279 1280 echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6 1281 echo "configure:1282: checking for working makeinfo" >&5 1282 # Run test in a subshell; some versions of sh will print an error if 1283 # an executable is not found, even if stderr is redirected. 1284 # Redirect stdin to placate older versions of autoconf. Sigh. 1285 if (makeinfo --version) < /dev/null > /dev/null 2>&1; then 1286 MAKEINFO=makeinfo 1287 echo "$ac_t""found" 1>&6 1288 else 1289 MAKEINFO="$missing_dir/missing makeinfo" 1290 echo "$ac_t""missing" 1>&6 1291 fi 1292 1293 1294 1295 # Check whether --enable-shared or --disable-shared was given. 1296 if test "${enable_shared+set}" = set; then 1297 enableval="$enable_shared" 1298 p=${PACKAGE-default} 1299 case $enableval in 1300 yes) enable_shared=yes ;; 1301 no) enable_shared=no ;; 1302 *) 1303 enable_shared=no 1304 # Look at the argument we got. We use all the common list separators. 1305 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:," 1306 for pkg in $enableval; do 1307 if test "X$pkg" = "X$p"; then 1308 enable_shared=yes 1309 fi 1310 done 1311 IFS="$ac_save_ifs" 1312 ;; 1313 esac 1314 else 1315 enable_shared=yes 1316 fi 1317 1318 # Check whether --enable-static or --disable-static was given. 1319 if test "${enable_static+set}" = set; then 1320 enableval="$enable_static" 1321 p=${PACKAGE-default} 1322 case $enableval in 1323 yes) enable_static=yes ;; 1324 no) enable_static=no ;; 1325 *) 1326 enable_static=no 1327 # Look at the argument we got. We use all the common list separators. 1328 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:," 1329 for pkg in $enableval; do 1330 if test "X$pkg" = "X$p"; then 1331 enable_static=yes 1332 fi 1333 done 1334 IFS="$ac_save_ifs" 1335 ;; 1336 esac 1337 else 1338 enable_static=yes 1339 fi 1340 1341 # Check whether --enable-fast-install or --disable-fast-install was given. 1342 if test "${enable_fast_install+set}" = set; then 1343 enableval="$enable_fast_install" 1344 p=${PACKAGE-default} 1345 case $enableval in 1346 yes) enable_fast_install=yes ;; 1347 no) enable_fast_install=no ;; 1348 *) 1349 enable_fast_install=no 1350 # Look at the argument we got. We use all the common list separators. 1351 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:," 1352 for pkg in $enableval; do 1353 if test "X$pkg" = "X$p"; then 1354 enable_fast_install=yes 1355 fi 1356 done 1357 IFS="$ac_save_ifs" 1358 ;; 1359 esac 1360 else 1361 enable_fast_install=yes 1362 fi 1363 1385 1364 # Check whether --with-gnu-ld or --without-gnu-ld was given. 1386 1365 if test "${with_gnu_ld+set}" = set; then … … 1395 1374 # Check if gcc -print-prog-name=ld gives a path. 1396 1375 echo $ac_n "checking for ld used by GCC""... $ac_c" 1>&6 1397 echo "configure:13 98: checking for ld used by GCC" >&51376 echo "configure:1377: checking for ld used by GCC" >&5 1398 1377 case $host in 1399 1378 *-*-mingw*) … … 1425 1404 elif test "$with_gnu_ld" = yes; then 1426 1405 echo $ac_n "checking for GNU ld""... $ac_c" 1>&6 1427 echo "configure:14 28: checking for GNU ld" >&51406 echo "configure:1407: checking for GNU ld" >&5 1428 1407 else 1429 1408 echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6 1430 echo "configure:14 31: checking for non-GNU ld" >&51409 echo "configure:1410: checking for non-GNU ld" >&5 1431 1410 fi 1432 1411 if eval "test \"`echo '$''{'lt_cv_path_LD'+set}'`\" = set"; then … … 1463 1442 test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; } 1464 1443 echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6 1465 echo "configure:14 66: checking if the linker ($LD) is GNU ld" >&51444 echo "configure:1445: checking if the linker ($LD) is GNU ld" >&5 1466 1445 if eval "test \"`echo '$''{'lt_cv_prog_gnu_ld'+set}'`\" = set"; then 1467 1446 echo $ac_n "(cached) $ac_c" 1>&6 … … 1480 1459 1481 1460 echo $ac_n "checking for $LD option to reload object files""... $ac_c" 1>&6 1482 echo "configure:14 83: checking for $LD option to reload object files" >&51461 echo "configure:1462: checking for $LD option to reload object files" >&5 1483 1462 if eval "test \"`echo '$''{'lt_cv_ld_reload_flag'+set}'`\" = set"; then 1484 1463 echo $ac_n "(cached) $ac_c" 1>&6 … … 1492 1471 1493 1472 echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6 1494 echo "configure:14 95: checking for BSD-compatible nm" >&51473 echo "configure:1474: checking for BSD-compatible nm" >&5 1495 1474 if eval "test \"`echo '$''{'lt_cv_path_NM'+set}'`\" = set"; then 1496 1475 echo $ac_n "(cached) $ac_c" 1>&6 … … 1530 1509 1531 1510 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6 1532 echo "configure:15 33: checking whether ln -s works" >&51511 echo "configure:1512: checking whether ln -s works" >&5 1533 1512 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then 1534 1513 echo $ac_n "(cached) $ac_c" 1>&6 … … 1557 1536 1558 1537 echo $ac_n "checking how to recognise dependant libraries""... $ac_c" 1>&6 1559 echo "configure:15 60: checking how to recognise dependant libraries" >&51538 echo "configure:1539: checking how to recognise dependant libraries" >&5 1560 1539 if eval "test \"`echo '$''{'lt_cv_deplibs_check_method'+set}'`\" = set"; then 1561 1540 echo $ac_n "(cached) $ac_c" 1>&6 … … 1734 1713 1735 1714 echo $ac_n "checking for object suffix""... $ac_c" 1>&6 1736 echo "configure:17 37: checking for object suffix" >&51715 echo "configure:1716: checking for object suffix" >&5 1737 1716 if eval "test \"`echo '$''{'ac_cv_objext'+set}'`\" = set"; then 1738 1717 echo $ac_n "(cached) $ac_c" 1>&6 … … 1740 1719 rm -f conftest* 1741 1720 echo 'int i = 1;' > conftest.$ac_ext 1742 if { (eval echo configure:17 43: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then1721 if { (eval echo configure:1722: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1743 1722 for ac_file in conftest.*; do 1744 1723 case $ac_file in … … 1770 1749 if test "$file_magic_cmd" = '$MAGIC_CMD'; then 1771 1750 echo $ac_n "checking for ${ac_tool_prefix}file""... $ac_c" 1>&6 1772 echo "configure:17 73: checking for ${ac_tool_prefix}file" >&51751 echo "configure:1752: checking for ${ac_tool_prefix}file" >&5 1773 1752 if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then 1774 1753 echo $ac_n "(cached) $ac_c" 1>&6 … … 1832 1811 if test -n "$ac_tool_prefix"; then 1833 1812 echo $ac_n "checking for file""... $ac_c" 1>&6 1834 echo "configure:18 35: checking for file" >&51813 echo "configure:1814: checking for file" >&5 1835 1814 if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then 1836 1815 echo $ac_n "(cached) $ac_c" 1>&6 … … 1903 1882 set dummy ${ac_tool_prefix}ranlib; ac_word=$2 1904 1883 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1905 echo "configure:1 906: checking for $ac_word" >&51884 echo "configure:1885: checking for $ac_word" >&5 1906 1885 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 1907 1886 echo $ac_n "(cached) $ac_c" 1>&6 … … 1936 1915 set dummy ranlib; ac_word=$2 1937 1916 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1938 echo "configure:19 39: checking for $ac_word" >&51917 echo "configure:1918: checking for $ac_word" >&5 1939 1918 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 1940 1919 echo $ac_n "(cached) $ac_c" 1>&6 … … 1972 1951 set dummy ${ac_tool_prefix}strip; ac_word=$2 1973 1952 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1974 echo "configure:19 75: checking for $ac_word" >&51953 echo "configure:1954: checking for $ac_word" >&5 1975 1954 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then 1976 1955 echo $ac_n "(cached) $ac_c" 1>&6 … … 2005 1984 set dummy strip; ac_word=$2 2006 1985 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2007 echo "configure: 2008: checking for $ac_word" >&51986 echo "configure:1987: checking for $ac_word" >&5 2008 1987 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then 2009 1988 echo $ac_n "(cached) $ac_c" 1>&6 … … 2073 2052 *-*-irix6*) 2074 2053 # Find out which ABI we are using. 2075 echo '#line 20 76"configure"' > conftest.$ac_ext2076 if { (eval echo configure:20 77: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2054 echo '#line 2055 "configure"' > conftest.$ac_ext 2055 if { (eval echo configure:2056: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2077 2056 if test "$lt_cv_prog_gnu_ld" = yes; then 2078 2057 case `/usr/bin/file conftest.$ac_objext` in … … 2107 2086 # Find out which ABI we are using. 2108 2087 echo 'int i;' > conftest.$ac_ext 2109 if { (eval echo configure:2 110: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2088 if { (eval echo configure:2089: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2110 2089 case "`/usr/bin/file conftest.o`" in 2111 2090 *ELF-32*) … … 2125 2104 CFLAGS="$CFLAGS -belf" 2126 2105 echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6 2127 echo "configure:21 28: checking whether the C compiler needs -belf" >&52106 echo "configure:2107: checking whether the C compiler needs -belf" >&5 2128 2107 if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then 2129 2108 echo $ac_n "(cached) $ac_c" 1>&6 … … 2138 2117 2139 2118 cat > conftest.$ac_ext <<EOF 2140 #line 21 41"configure"2119 #line 2120 "configure" 2141 2120 #include "confdefs.h" 2142 2121 … … 2145 2124 ; return 0; } 2146 2125 EOF 2147 if { (eval echo configure:21 48: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2126 if { (eval echo configure:2127: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2148 2127 rm -rf conftest* 2149 2128 lt_cv_cc_needs_belf=yes … … 2318 2297 set dummy gcc; ac_word=$2 2319 2298 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2320 echo "configure:23 21: checking for $ac_word" >&52299 echo "configure:2300: checking for $ac_word" >&5 2321 2300 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 2322 2301 echo $ac_n "(cached) $ac_c" 1>&6 … … 2349 2328 set dummy cc; ac_word=$2 2350 2329 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2351 echo "configure:23 52: checking for $ac_word" >&52330 echo "configure:2331: checking for $ac_word" >&5 2352 2331 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 2353 2332 echo $ac_n "(cached) $ac_c" 1>&6 … … 2402 2381 set dummy cl; ac_word=$2 2403 2382 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2404 echo "configure:2 405: checking for $ac_word" >&52383 echo "configure:2384: checking for $ac_word" >&5 2405 2384 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 2406 2385 echo $ac_n "(cached) $ac_c" 1>&6 … … 2435 2414 2436 2415 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 2437 echo "configure:24 38: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&52416 echo "configure:2417: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 2438 2417 2439 2418 ac_ext=c … … 2446 2425 cat > conftest.$ac_ext << EOF 2447 2426 2448 #line 24 49"configure"2427 #line 2428 "configure" 2449 2428 #include "confdefs.h" 2450 2429 2451 2430 main(){return(0);} 2452 2431 EOF 2453 if { (eval echo configure:24 54: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2432 if { (eval echo configure:2433: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2454 2433 ac_cv_prog_cc_works=yes 2455 2434 # If we can't run a trivial program, we are probably using a cross compiler. … … 2477 2456 fi 2478 2457 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 2479 echo "configure:24 80: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&52458 echo "configure:2459: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 2480 2459 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 2481 2460 cross_compiling=$ac_cv_prog_cc_cross 2482 2461 2483 2462 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 2484 echo "configure:24 85: checking whether we are using GNU C" >&52463 echo "configure:2464: checking whether we are using GNU C" >&5 2485 2464 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 2486 2465 echo $ac_n "(cached) $ac_c" 1>&6 … … 2491 2470 #endif 2492 2471 EOF 2493 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:24 94: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then2472 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2473: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 2494 2473 ac_cv_prog_gcc=yes 2495 2474 else … … 2510 2489 CFLAGS= 2511 2490 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 2512 echo "configure:2 513: checking whether ${CC-cc} accepts -g" >&52491 echo "configure:2492: checking whether ${CC-cc} accepts -g" >&5 2513 2492 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 2514 2493 echo $ac_n "(cached) $ac_c" 1>&6 … … 2547 2526 set dummy $ac_prog; ac_word=$2 2548 2527 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2549 echo "configure:25 50: checking for $ac_word" >&52528 echo "configure:2529: checking for $ac_word" >&5 2550 2529 if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then 2551 2530 echo $ac_n "(cached) $ac_c" 1>&6 … … 2579 2558 2580 2559 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 2581 echo "configure:25 82: checking how to run the C preprocessor" >&52560 echo "configure:2561: checking how to run the C preprocessor" >&5 2582 2561 # On Suns, sometimes $CPP names a directory. 2583 2562 if test -n "$CPP" && test -d "$CPP"; then … … 2595 2574 cat > conftest.$ac_ext <<EOF 2596 2575 #include <sys/types.h> 2597 #line 25 98"configure"2576 #line 2577 "configure" 2598 2577 #include "confdefs.h" 2599 2578 #include <assert.h> … … 2601 2580 EOF 2602 2581 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2603 { (eval echo configure:2 604: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2582 { (eval echo configure:2583: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2604 2583 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2605 2584 if test -z "$ac_err"; then … … 2613 2592 cat > conftest.$ac_ext <<EOF 2614 2593 #include <sys/types.h> 2615 #line 2 616"configure"2594 #line 2595 "configure" 2616 2595 #include "confdefs.h" 2617 2596 #include <assert.h> … … 2619 2598 EOF 2620 2599 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2621 { (eval echo configure:26 22: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2600 { (eval echo configure:2601: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2622 2601 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2623 2602 if test -z "$ac_err"; then … … 2631 2610 cat > conftest.$ac_ext <<EOF 2632 2611 #include <sys/types.h> 2633 #line 26 34"configure"2612 #line 2613 "configure" 2634 2613 #include "confdefs.h" 2635 2614 #include <assert.h> … … 2637 2616 EOF 2638 2617 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2639 { (eval echo configure:26 40: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2618 { (eval echo configure:2619: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2640 2619 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2641 2620 if test -z "$ac_err"; then … … 2667 2646 set dummy $ac_prog; ac_word=$2 2668 2647 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2669 echo "configure:26 70: checking for $ac_word" >&52648 echo "configure:2649: checking for $ac_word" >&5 2670 2649 if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then 2671 2650 echo $ac_n "(cached) $ac_c" 1>&6 … … 2701 2680 set dummy flex; ac_word=$2 2702 2681 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2703 echo "configure:2 704: checking for $ac_word" >&52682 echo "configure:2683: checking for $ac_word" >&5 2704 2683 if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then 2705 2684 echo $ac_n "(cached) $ac_c" 1>&6 … … 2736 2715 esac 2737 2716 echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6 2738 echo "configure:27 39: checking for yywrap in -l$ac_lib" >&52717 echo "configure:2718: checking for yywrap in -l$ac_lib" >&5 2739 2718 ac_lib_var=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'` 2740 2719 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 2744 2723 LIBS="-l$ac_lib $LIBS" 2745 2724 cat > conftest.$ac_ext <<EOF 2746 #line 27 47"configure"2725 #line 2726 "configure" 2747 2726 #include "confdefs.h" 2748 2727 /* Override any gcc2 internal prototype to avoid an error. */ … … 2755 2734 ; return 0; } 2756 2735 EOF 2757 if { (eval echo configure:27 58: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2736 if { (eval echo configure:2737: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2758 2737 rm -rf conftest* 2759 2738 eval "ac_cv_lib_$ac_lib_var=yes" … … 2778 2757 2779 2758 echo $ac_n "checking lex output file root""... $ac_c" 1>&6 2780 echo "configure:27 81: checking lex output file root" >&52759 echo "configure:2760: checking lex output file root" >&5 2781 2760 if eval "test \"`echo '$''{'ac_cv_prog_lex_root'+set}'`\" = set"; then 2782 2761 echo $ac_n "(cached) $ac_c" 1>&6 … … 2799 2778 2800 2779 echo $ac_n "checking whether yytext is a pointer""... $ac_c" 1>&6 2801 echo "configure:2 802: checking whether yytext is a pointer" >&52780 echo "configure:2781: checking whether yytext is a pointer" >&5 2802 2781 if eval "test \"`echo '$''{'ac_cv_prog_lex_yytext_pointer'+set}'`\" = set"; then 2803 2782 echo $ac_n "(cached) $ac_c" 1>&6 … … 2811 2790 LIBS="$LIBS $LEXLIB" 2812 2791 cat > conftest.$ac_ext <<EOF 2813 #line 2 814"configure"2792 #line 2793 "configure" 2814 2793 #include "confdefs.h" 2815 2794 `cat $LEX_OUTPUT_ROOT.c` … … 2818 2797 ; return 0; } 2819 2798 EOF 2820 if { (eval echo configure:28 21: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2799 if { (eval echo configure:2800: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2821 2800 rm -rf conftest* 2822 2801 ac_cv_prog_lex_yytext_pointer=yes … … 2844 2823 set dummy ranlib; ac_word=$2 2845 2824 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2846 echo "configure:28 47: checking for $ac_word" >&52825 echo "configure:2826: checking for $ac_word" >&5 2847 2826 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 2848 2827 echo $ac_n "(cached) $ac_c" 1>&6 … … 2873 2852 2874 2853 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 2875 echo "configure:28 76: checking for ANSI C header files" >&52854 echo "configure:2855: checking for ANSI C header files" >&5 2876 2855 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then 2877 2856 echo $ac_n "(cached) $ac_c" 1>&6 … … 2879 2858 cat > conftest.$ac_ext <<EOF 2880 2859 #include <sys/types.h> 2881 #line 28 82"configure"2860 #line 2861 "configure" 2882 2861 #include "confdefs.h" 2883 2862 #include <stdlib.h> … … 2887 2866 EOF 2888 2867 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2889 { (eval echo configure:28 90: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2868 { (eval echo configure:2869: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2890 2869 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2891 2870 if test -z "$ac_err"; then … … 2904 2883 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 2905 2884 cat > conftest.$ac_ext <<EOF 2906 #line 2 907"configure"2885 #line 2886 "configure" 2907 2886 #include "confdefs.h" 2908 2887 #include <string.h> … … 2922 2901 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 2923 2902 cat > conftest.$ac_ext <<EOF 2924 #line 29 25"configure"2903 #line 2904 "configure" 2925 2904 #include "confdefs.h" 2926 2905 #include <stdlib.h> … … 2943 2922 else 2944 2923 cat > conftest.$ac_ext <<EOF 2945 #line 29 46"configure"2924 #line 2925 "configure" 2946 2925 #include "confdefs.h" 2947 2926 #include <ctype.h> … … 2954 2933 2955 2934 EOF 2956 if { (eval echo configure:29 57: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null2935 if { (eval echo configure:2936: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 2957 2936 then 2958 2937 : … … 2978 2957 2979 2958 echo $ac_n "checking for working const""... $ac_c" 1>&6 2980 echo "configure:29 81: checking for working const" >&52959 echo "configure:2960: checking for working const" >&5 2981 2960 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then 2982 2961 echo $ac_n "(cached) $ac_c" 1>&6 2983 2962 else 2984 2963 cat > conftest.$ac_ext <<EOF 2985 #line 29 86"configure"2964 #line 2965 "configure" 2986 2965 #include "confdefs.h" 2987 2966 … … 3032 3011 ; return 0; } 3033 3012 EOF 3034 if { (eval echo configure:30 35: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then3013 if { (eval echo configure:3014: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 3035 3014 rm -rf conftest* 3036 3015 ac_cv_c_const=yes … … 3053 3032 3054 3033 echo $ac_n "checking for inline""... $ac_c" 1>&6 3055 echo "configure:30 56: checking for inline" >&53034 echo "configure:3035: checking for inline" >&5 3056 3035 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then 3057 3036 echo $ac_n "(cached) $ac_c" 1>&6 … … 3060 3039 for ac_kw in inline __inline__ __inline; do 3061 3040 cat > conftest.$ac_ext <<EOF 3062 #line 30 63"configure"3041 #line 3042 "configure" 3063 3042 #include "confdefs.h" 3064 3043 … … 3067 3046 ; return 0; } 3068 3047 EOF 3069 if { (eval echo configure:30 70: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then3048 if { (eval echo configure:3049: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 3070 3049 rm -rf conftest* 3071 3050 ac_cv_c_inline=$ac_kw; break … … 3093 3072 3094 3073 echo $ac_n "checking for off_t""... $ac_c" 1>&6 3095 echo "configure:30 96: checking for off_t" >&53074 echo "configure:3075: checking for off_t" >&5 3096 3075 if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then 3097 3076 echo $ac_n "(cached) $ac_c" 1>&6 3098 3077 else 3099 3078 cat > conftest.$ac_ext <<EOF 3100 #line 3 101"configure"3079 #line 3080 "configure" 3101 3080 #include "confdefs.h" 3102 3081 #include <sys/types.h> … … 3126 3105 3127 3106 echo $ac_n "checking for size_t""... $ac_c" 1>&6 3128 echo "configure:31 29: checking for size_t" >&53107 echo "configure:3108: checking for size_t" >&5 3129 3108 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then 3130 3109 echo $ac_n "(cached) $ac_c" 1>&6 3131 3110 else 3132 3111 cat > conftest.$ac_ext <<EOF 3133 #line 31 34"configure"3112 #line 3113 "configure" 3134 3113 #include "confdefs.h" 3135 3114 #include <sys/types.h> … … 3161 3140 # for constant arguments. Useless! 3162 3141 echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6 3163 echo "configure:31 64: checking for working alloca.h" >&53142 echo "configure:3143: checking for working alloca.h" >&5 3164 3143 if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then 3165 3144 echo $ac_n "(cached) $ac_c" 1>&6 3166 3145 else 3167 3146 cat > conftest.$ac_ext <<EOF 3168 #line 31 69"configure"3147 #line 3148 "configure" 3169 3148 #include "confdefs.h" 3170 3149 #include <alloca.h> … … 3173 3152 ; return 0; } 3174 3153 EOF 3175 if { (eval echo configure:31 76: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3154 if { (eval echo configure:3155: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3176 3155 rm -rf conftest* 3177 3156 ac_cv_header_alloca_h=yes … … 3194 3173 3195 3174 echo $ac_n "checking for alloca""... $ac_c" 1>&6 3196 echo "configure:31 97: checking for alloca" >&53175 echo "configure:3176: checking for alloca" >&5 3197 3176 if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then 3198 3177 echo $ac_n "(cached) $ac_c" 1>&6 3199 3178 else 3200 3179 cat > conftest.$ac_ext <<EOF 3201 #line 3 202"configure"3180 #line 3181 "configure" 3202 3181 #include "confdefs.h" 3203 3182 … … 3227 3206 ; return 0; } 3228 3207 EOF 3229 if { (eval echo configure:32 30: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3208 if { (eval echo configure:3209: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3230 3209 rm -rf conftest* 3231 3210 ac_cv_func_alloca_works=yes … … 3259 3238 3260 3239 echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6 3261 echo "configure:32 62: checking whether alloca needs Cray hooks" >&53240 echo "configure:3241: checking whether alloca needs Cray hooks" >&5 3262 3241 if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then 3263 3242 echo $ac_n "(cached) $ac_c" 1>&6 3264 3243 else 3265 3244 cat > conftest.$ac_ext <<EOF 3266 #line 32 67"configure"3245 #line 3246 "configure" 3267 3246 #include "confdefs.h" 3268 3247 #if defined(CRAY) && ! defined(CRAY2) … … 3289 3268 for ac_func in _getb67 GETB67 getb67; do 3290 3269 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3291 echo "configure:32 92: checking for $ac_func" >&53270 echo "configure:3271: checking for $ac_func" >&5 3292 3271 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3293 3272 echo $ac_n "(cached) $ac_c" 1>&6 3294 3273 else 3295 3274 cat > conftest.$ac_ext <<EOF 3296 #line 32 97"configure"3275 #line 3276 "configure" 3297 3276 #include "confdefs.h" 3298 3277 /* System header to define __stub macros and hopefully few prototypes, … … 3317 3296 ; return 0; } 3318 3297 EOF 3319 if { (eval echo configure:3 320: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3298 if { (eval echo configure:3299: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3320 3299 rm -rf conftest* 3321 3300 eval "ac_cv_func_$ac_func=yes" … … 3344 3323 3345 3324 echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6 3346 echo "configure:33 47: checking stack direction for C alloca" >&53325 echo "configure:3326: checking stack direction for C alloca" >&5 3347 3326 if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then 3348 3327 echo $ac_n "(cached) $ac_c" 1>&6 … … 3352 3331 else 3353 3332 cat > conftest.$ac_ext <<EOF 3354 #line 33 55"configure"3333 #line 3334 "configure" 3355 3334 #include "confdefs.h" 3356 3335 find_stack_direction () … … 3371 3350 } 3372 3351 EOF 3373 if { (eval echo configure:33 74: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3352 if { (eval echo configure:3353: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3374 3353 then 3375 3354 ac_cv_c_stack_direction=1 … … 3396 3375 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 3397 3376 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 3398 echo "configure:33 99: checking for $ac_hdr" >&53377 echo "configure:3378: checking for $ac_hdr" >&5 3399 3378 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 3400 3379 echo $ac_n "(cached) $ac_c" 1>&6 … … 3402 3381 cat > conftest.$ac_ext <<EOF 3403 3382 #include <sys/types.h> 3404 #line 3 405"configure"3383 #line 3384 "configure" 3405 3384 #include "confdefs.h" 3406 3385 #include <$ac_hdr> 3407 3386 EOF 3408 3387 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3409 { (eval echo configure:3 410: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }3388 { (eval echo configure:3389: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3410 3389 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3411 3390 if test -z "$ac_err"; then … … 3436 3415 do 3437 3416 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3438 echo "configure:34 39: checking for $ac_func" >&53417 echo "configure:3418: checking for $ac_func" >&5 3439 3418 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3440 3419 echo $ac_n "(cached) $ac_c" 1>&6 3441 3420 else 3442 3421 cat > conftest.$ac_ext <<EOF 3443 #line 34 44"configure"3422 #line 3423 "configure" 3444 3423 #include "confdefs.h" 3445 3424 /* System header to define __stub macros and hopefully few prototypes, … … 3464 3443 ; return 0; } 3465 3444 EOF 3466 if { (eval echo configure:34 67: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3445 if { (eval echo configure:3446: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3467 3446 rm -rf conftest* 3468 3447 eval "ac_cv_func_$ac_func=yes" … … 3489 3468 3490 3469 echo $ac_n "checking for working mmap""... $ac_c" 1>&6 3491 echo "configure:34 92: checking for working mmap" >&53470 echo "configure:3471: checking for working mmap" >&5 3492 3471 if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then 3493 3472 echo $ac_n "(cached) $ac_c" 1>&6 … … 3497 3476 else 3498 3477 cat > conftest.$ac_ext <<EOF 3499 #line 3 500"configure"3478 #line 3479 "configure" 3500 3479 #include "confdefs.h" 3501 3480 … … 3637 3616 3638 3617 EOF 3639 if { (eval echo configure:36 40: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3618 if { (eval echo configure:3619: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3640 3619 then 3641 3620 ac_cv_func_mmap_fixed_mapped=yes … … 3665 3644 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 3666 3645 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 3667 echo "configure:36 68: checking for $ac_hdr" >&53646 echo "configure:3647: checking for $ac_hdr" >&5 3668 3647 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 3669 3648 echo $ac_n "(cached) $ac_c" 1>&6 … … 3671 3650 cat > conftest.$ac_ext <<EOF 3672 3651 #include <sys/types.h> 3673 #line 36 74"configure"3652 #line 3653 "configure" 3674 3653 #include "confdefs.h" 3675 3654 #include <$ac_hdr> 3676 3655 EOF 3677 3656 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3678 { (eval echo configure:36 79: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }3657 { (eval echo configure:3658: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3679 3658 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3680 3659 if test -z "$ac_err"; then … … 3706 3685 do 3707 3686 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3708 echo "configure:3 709: checking for $ac_func" >&53687 echo "configure:3688: checking for $ac_func" >&5 3709 3688 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3710 3689 echo $ac_n "(cached) $ac_c" 1>&6 3711 3690 else 3712 3691 cat > conftest.$ac_ext <<EOF 3713 #line 3 714"configure"3692 #line 3693 "configure" 3714 3693 #include "confdefs.h" 3715 3694 /* System header to define __stub macros and hopefully few prototypes, … … 3734 3713 ; return 0; } 3735 3714 EOF 3736 if { (eval echo configure:37 37: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3715 if { (eval echo configure:3716: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3737 3716 rm -rf conftest* 3738 3717 eval "ac_cv_func_$ac_func=yes" … … 3763 3742 do 3764 3743 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3765 echo "configure:37 66: checking for $ac_func" >&53744 echo "configure:3745: checking for $ac_func" >&5 3766 3745 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3767 3746 echo $ac_n "(cached) $ac_c" 1>&6 3768 3747 else 3769 3748 cat > conftest.$ac_ext <<EOF 3770 #line 37 71"configure"3749 #line 3750 "configure" 3771 3750 #include "confdefs.h" 3772 3751 /* System header to define __stub macros and hopefully few prototypes, … … 3791 3770 ; return 0; } 3792 3771 EOF 3793 if { (eval echo configure:37 94: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3772 if { (eval echo configure:3773: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3794 3773 rm -rf conftest* 3795 3774 eval "ac_cv_func_$ac_func=yes" … … 3825 3804 if test $ac_cv_header_locale_h = yes; then 3826 3805 echo $ac_n "checking for LC_MESSAGES""... $ac_c" 1>&6 3827 echo "configure:38 28: checking for LC_MESSAGES" >&53806 echo "configure:3807: checking for LC_MESSAGES" >&5 3828 3807 if eval "test \"`echo '$''{'am_cv_val_LC_MESSAGES'+set}'`\" = set"; then 3829 3808 echo $ac_n "(cached) $ac_c" 1>&6 3830 3809 else 3831 3810 cat > conftest.$ac_ext <<EOF 3832 #line 38 33"configure"3811 #line 3812 "configure" 3833 3812 #include "confdefs.h" 3834 3813 #include <locale.h> … … 3837 3816 ; return 0; } 3838 3817 EOF 3839 if { (eval echo configure:38 40: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3818 if { (eval echo configure:3819: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3840 3819 rm -rf conftest* 3841 3820 am_cv_val_LC_MESSAGES=yes … … 3858 3837 fi 3859 3838 echo $ac_n "checking whether NLS is requested""... $ac_c" 1>&6 3860 echo "configure:38 61: checking whether NLS is requested" >&53839 echo "configure:3840: checking whether NLS is requested" >&5 3861 3840 # Check whether --enable-nls or --disable-nls was given. 3862 3841 if test "${enable_nls+set}" = set; then … … 3878 3857 3879 3858 echo $ac_n "checking whether included gettext is requested""... $ac_c" 1>&6 3880 echo "configure:38 81: checking whether included gettext is requested" >&53859 echo "configure:3860: checking whether included gettext is requested" >&5 3881 3860 # Check whether --with-included-gettext or --without-included-gettext was given. 3882 3861 if test "${with_included_gettext+set}" = set; then … … 3890 3869 3891 3870 nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext" 3871 echo "nls_cv_use_gnu_gettext:$nls_cv_use_gnu_gettext" >&5 3892 3872 if test "$nls_cv_force_use_gnu_gettext" != "yes"; then 3893 3873 nls_cv_header_intl= … … 3897 3877 ac_safe=`echo "libintl.h" | sed 'y%./+-%__p_%'` 3898 3878 echo $ac_n "checking for libintl.h""... $ac_c" 1>&6 3899 echo "configure:3 900: checking for libintl.h" >&53879 echo "configure:3880: checking for libintl.h" >&5 3900 3880 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 3901 3881 echo $ac_n "(cached) $ac_c" 1>&6 … … 3903 3883 cat > conftest.$ac_ext <<EOF 3904 3884 #include <sys/types.h> 3905 #line 3 906 "configure"3885 #line 3886 "configure" 3906 3886 #include "confdefs.h" 3907 3887 #include <libintl.h> 3908 3888 EOF 3909 3889 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3910 { (eval echo configure:3 911: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }3890 { (eval echo configure:3891: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3911 3891 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3912 3892 if test -z "$ac_err"; then … … 3925 3905 echo "$ac_t""yes" 1>&6 3926 3906 echo $ac_n "checking for gettext in libc""... $ac_c" 1>&6 3927 echo "configure:39 28: checking for gettext in libc" >&53907 echo "configure:3908: checking for gettext in libc" >&5 3928 3908 if eval "test \"`echo '$''{'gt_cv_func_gettext_libc'+set}'`\" = set"; then 3929 3909 echo $ac_n "(cached) $ac_c" 1>&6 3930 3910 else 3931 3911 cat > conftest.$ac_ext <<EOF 3932 #line 39 33 "configure"3912 #line 3913 "configure" 3933 3913 #include "confdefs.h" 3934 3914 #include <libintl.h> … … 3937 3917 ; return 0; } 3938 3918 EOF 3939 if { (eval echo configure:39 40: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3919 if { (eval echo configure:3920: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3940 3920 rm -rf conftest* 3941 3921 gt_cv_func_gettext_libc=yes … … 3952 3932 3953 3933 if test "$gt_cv_func_gettext_libc" != "yes"; then 3954 echo $ac_n "checking for bindtextdomain in -lintl""... $ac_c" 1>&63955 echo "configure:39 56: checking for bindtextdomain in -lintl" >&53934 echo $ac_n "checking for bindtextdomain in -lintl""... $ac_c" 1>&6 3935 echo "configure:3936: checking for bindtextdomain in -lintl" >&5 3956 3936 ac_lib_var=`echo intl'_'bindtextdomain | sed 'y%./+-%__p_%'` 3957 3937 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 3961 3941 LIBS="-lintl $LIBS" 3962 3942 cat > conftest.$ac_ext <<EOF 3963 #line 39 64 "configure"3943 #line 3944 "configure" 3964 3944 #include "confdefs.h" 3965 3945 /* Override any gcc2 internal prototype to avoid an error. */ … … 3972 3952 ; return 0; } 3973 3953 EOF 3974 if { (eval echo configure:39 75: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3954 if { (eval echo configure:3955: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3975 3955 rm -rf conftest* 3976 3956 eval "ac_cv_lib_$ac_lib_var=yes" … … 3988 3968 echo "$ac_t""yes" 1>&6 3989 3969 echo $ac_n "checking for gettext in libintl""... $ac_c" 1>&6 3990 echo "configure:39 91: checking for gettext in libintl" >&53970 echo "configure:3971: checking for gettext in libintl" >&5 3991 3971 if eval "test \"`echo '$''{'gt_cv_func_gettext_libintl'+set}'`\" = set"; then 3992 3972 echo $ac_n "(cached) $ac_c" 1>&6 3993 3973 else 3994 cat > conftest.$ac_ext <<EOF 3995 #line 3996 "configure" 3974 ac_save_LIBS="$LIBS"; LIBS="-lintl $LIBS"; 3975 cat > conftest.$ac_ext <<EOF 3976 #line 3977 "configure" 3996 3977 #include "confdefs.h" 3997 3978 #include <libintl.h> 3998 3979 int main() { 3999 3980 return (int) gettext ("") 4000 3981 ; return 0; } 4001 3982 EOF 4002 if { (eval echo configure: 4003: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3983 if { (eval echo configure:3984: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4003 3984 rm -rf conftest* 4004 3985 gt_cv_func_gettext_libintl=yes … … 4010 3991 fi 4011 3992 rm -f conftest* 3993 LIBS="$ac_save_LIBS"; 4012 3994 fi 4013 3995 … … 4028 4010 set dummy msgfmt; ac_word=$2 4029 4011 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 4030 echo "configure:40 31: checking for $ac_word" >&54012 echo "configure:4013: checking for $ac_word" >&5 4031 4013 if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then 4032 4014 echo $ac_n "(cached) $ac_c" 1>&6 4033 4015 else 4034 4016 case "$MSGFMT" in 4035 /*)4017 [/\\]*|[a-zA-Z]:*) 4036 4018 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path. 4037 4019 ;; … … 4046 4028 fi 4047 4029 fi 4030 ac_word_saved="$ac_word" 4031 ac_word=$ac_word$ac_cv_exeext 4032 if test -f $ac_dir/$ac_word; then 4033 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then 4034 ac_cv_path_MSGFMT="$ac_dir/$ac_word" 4035 break 4036 fi 4037 fi 4038 ac_word="$ac_word_saved" 4048 4039 done 4049 4040 IFS="$ac_save_ifs" … … 4062 4053 do 4063 4054 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 4064 echo "configure:40 65: checking for $ac_func" >&54055 echo "configure:4056: checking for $ac_func" >&5 4065 4056 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 4066 4057 echo $ac_n "(cached) $ac_c" 1>&6 4067 4058 else 4068 4059 cat > conftest.$ac_ext <<EOF 4069 #line 40 70"configure"4060 #line 4061 "configure" 4070 4061 #include "confdefs.h" 4071 4062 /* System header to define __stub macros and hopefully few prototypes, … … 4090 4081 ; return 0; } 4091 4082 EOF 4092 if { (eval echo configure:40 93: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4083 if { (eval echo configure:4084: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4093 4084 rm -rf conftest* 4094 4085 eval "ac_cv_func_$ac_func=yes" … … 4117 4108 set dummy gmsgfmt; ac_word=$2 4118 4109 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 4119 echo "configure:41 20: checking for $ac_word" >&54110 echo "configure:4111: checking for $ac_word" >&5 4120 4111 if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then 4121 4112 echo $ac_n "(cached) $ac_c" 1>&6 4122 4113 else 4123 4114 case "$GMSGFMT" in 4124 /* | [a-zA-Z]:*)4115 [/\\]* | [a-zA-Z]:*) 4125 4116 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path. 4126 4117 ;; 4127 ?:/*) 4118 ?:/*) 4128 4119 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a dos path. 4129 4120 ;; … … 4131 4122 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 4132 4123 ac_dummy="$PATH" 4133 for ac_dir in $ac_dummy; do 4124 for ac_dir in $ac_dummy; do 4134 4125 test -z "$ac_dir" && ac_dir=. 4135 4126 if test -f $ac_dir/$ac_word; then … … 4157 4148 set dummy xgettext; ac_word=$2 4158 4149 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 4159 echo "configure:41 60: checking for $ac_word" >&54150 echo "configure:4151: checking for $ac_word" >&5 4160 4151 if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then 4161 4152 echo $ac_n "(cached) $ac_c" 1>&6 4162 4153 else 4163 4154 case "$XGETTEXT" in 4164 /*)4155 [/\\]*|[a-zA-Z]:*) 4165 4156 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path. 4166 4157 ;; … … 4175 4166 fi 4176 4167 fi 4168 ac_word_saved="$ac_word" 4169 ac_word=$ac_word$ac_cv_exeext 4170 if test -f $ac_dir/$ac_word; then 4171 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then 4172 ac_cv_path_XGETTEXT="$ac_dir/$ac_word" 4173 break 4174 fi 4175 fi 4176 ac_word="$ac_word_saved" 4177 4177 done 4178 4178 IFS="$ac_save_ifs" … … 4188 4188 fi 4189 4189 4190 4190 4191 cat > conftest.$ac_ext <<EOF 4191 #line 419 2"configure"4192 #line 4193 "configure" 4192 4193 #include "confdefs.h" 4193 4194 … … 4197 4198 ; return 0; } 4198 4199 EOF 4199 if { (eval echo configure:420 0: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4200 if { (eval echo configure:4201: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4200 4201 rm -rf conftest* 4201 4202 CATOBJEXT=.gmo … … 4221 4222 if test "$CATOBJEXT" = "NONE"; then 4222 4223 nls_cv_use_gnu_gettext=yes 4224 echo "nls_cv_use_gnu_gettext:$nls_cv_use_gnu_gettext fallback" >&5 4223 4225 fi 4224 4226 fi … … 4229 4231 set dummy msgfmt; ac_word=$2 4230 4232 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 4231 echo "configure:423 2: checking for $ac_word" >&54233 echo "configure:4234: checking for $ac_word" >&5 4232 4234 if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then 4233 4235 echo $ac_n "(cached) $ac_c" 1>&6 4234 4236 else 4235 4237 case "$MSGFMT" in 4236 /*)4238 [/\\]*|[a-zA-Z]:*) 4237 4239 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path. 4238 4240 ;; … … 4247 4249 fi 4248 4250 fi 4251 ac_word_saved="$ac_word" 4252 ac_word=$ac_word$ac_cv_exeext 4253 if test -f $ac_dir/$ac_word; then 4254 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then 4255 ac_cv_path_MSGFMT="$ac_dir/$ac_word" 4256 break 4257 fi 4258 fi 4259 ac_word="$ac_word_saved" 4249 4260 done 4250 4261 IFS="$ac_save_ifs" … … 4263 4274 set dummy gmsgfmt; ac_word=$2 4264 4275 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 4265 echo "configure:42 66: checking for $ac_word" >&54276 echo "configure:4277: checking for $ac_word" >&5 4266 4277 if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then 4267 4278 echo $ac_n "(cached) $ac_c" 1>&6 4268 4279 else 4269 4280 case "$GMSGFMT" in 4270 /* | [a-zA-Z]:*)4281 [/\\]* | [a-zA-Z]:*) 4271 4282 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path. 4272 4283 ;; 4273 ?:/*) 4284 ?:/*) 4274 4285 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a dos path. 4275 4286 ;; … … 4277 4288 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 4278 4289 ac_dummy="$PATH" 4279 for ac_dir in $ac_dummy; do 4290 for ac_dir in $ac_dummy; do 4280 4291 test -z "$ac_dir" && ac_dir=. 4281 4292 if test -f $ac_dir/$ac_word; then … … 4303 4314 set dummy xgettext; ac_word=$2 4304 4315 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 4305 echo "configure:43 06: checking for $ac_word" >&54316 echo "configure:4317: checking for $ac_word" >&5 4306 4317 if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then 4307 4318 echo $ac_n "(cached) $ac_c" 1>&6 4308 4319 else 4309 4320 case "$XGETTEXT" in 4310 /*)4321 [/\\]*|[a-zA-Z]:*) 4311 4322 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path. 4312 4323 ;; … … 4321 4332 fi 4322 4333 fi 4334 ac_word_saved="$ac_word" 4335 ac_word=$ac_word$ac_cv_exeext 4336 if test -f $ac_dir/$ac_word; then 4337 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then 4338 ac_cv_path_XGETTEXT="$ac_dir/$ac_word" 4339 break 4340 fi 4341 fi 4342 ac_word="$ac_word_saved" 4323 4343 done 4324 4344 IFS="$ac_save_ifs" … … 4344 4364 nls_cv_header_intl=libintl.h 4345 4365 nls_cv_header_libgt=libgettext.h 4366 else 4367 echo "dbg: else: gt_cv_func_gettext_libintl" >&5 4368 if test "$gt_cv_func_gettext_libintl" = "yes"; then 4369 echo "dbg: updating LIBS" >&5 4370 LIBS="-lintl $LIBS" 4371 INTLLIBS="-lintl" 4372 fi 4346 4373 fi 4347 4374 … … 4393 4420 else 4394 4421 echo $ac_n "checking for catalogs to be installed""... $ac_c" 1>&6 4395 echo "configure:4 396: checking for catalogs to be installed" >&54422 echo "configure:4423: checking for catalogs to be installed" >&5 4396 4423 NEW_LINGUAS= 4397 4424 for lang in ${LINGUAS=$ALL_LINGUAS}; do … … 4421 4448 ac_safe=`echo "linux/version.h" | sed 'y%./+-%__p_%'` 4422 4449 echo $ac_n "checking for linux/version.h""... $ac_c" 1>&6 4423 echo "configure:44 24: checking for linux/version.h" >&54450 echo "configure:4451: checking for linux/version.h" >&5 4424 4451 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 4425 4452 echo $ac_n "(cached) $ac_c" 1>&6 … … 4427 4454 cat > conftest.$ac_ext <<EOF 4428 4455 #include <sys/types.h> 4429 #line 44 30"configure"4456 #line 4457 "configure" 4430 4457 #include "confdefs.h" 4431 4458 #include <linux/version.h> 4432 4459 EOF 4433 4460 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4434 { (eval echo configure:44 35: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }4461 { (eval echo configure:4462: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4435 4462 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4436 4463 if test -z "$ac_err"; then … … 4495 4522 4496 4523 echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6 4497 echo "configure:4 498: checking whether to enable maintainer-specific portions of Makefiles" >&54524 echo "configure:4525: checking whether to enable maintainer-specific portions of Makefiles" >&5 4498 4525 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given. 4499 4526 if test "${enable_maintainer_mode+set}" = set; then … … 4521 4548 4522 4549 echo $ac_n "checking for executable suffix""... $ac_c" 1>&6 4523 echo "configure:45 24: checking for executable suffix" >&54550 echo "configure:4551: checking for executable suffix" >&5 4524 4551 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then 4525 4552 echo $ac_n "(cached) $ac_c" 1>&6 … … 4531 4558 echo 'int main () { return 0; }' > conftest.$ac_ext 4532 4559 ac_cv_exeext= 4533 if { (eval echo configure:45 34: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then4560 if { (eval echo configure:4561: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then 4534 4561 for file in conftest.*; do 4535 4562 case $file in … … 4574 4601 set dummy ranlib; ac_word=$2 4575 4602 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 4576 echo "configure:4 577: checking for $ac_word" >&54603 echo "configure:4604: checking for $ac_word" >&5 4577 4604 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 4578 4605 echo $ac_n "(cached) $ac_c" 1>&6 … … 4614 4641 # ./install, which can be erroneously created by make from ./install.sh. 4615 4642 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 4616 echo "configure:46 17: checking for a BSD compatible install" >&54643 echo "configure:4644: checking for a BSD compatible install" >&5 4617 4644 if test -z "$INSTALL"; then 4618 4645 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then … … 4683 4710 else 4684 4711 echo $ac_n "checking for build system executable suffix""... $ac_c" 1>&6 4685 echo "configure:4 686: checking for build system executable suffix" >&54712 echo "configure:4713: checking for build system executable suffix" >&5 4686 4713 if eval "test \"`echo '$''{'bfd_cv_build_exeext'+set}'`\" = set"; then 4687 4714 echo $ac_n "(cached) $ac_c" 1>&6 … … 4718 4745 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 4719 4746 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 4720 echo "configure:47 21: checking for $ac_hdr" >&54747 echo "configure:4748: checking for $ac_hdr" >&5 4721 4748 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 4722 4749 echo $ac_n "(cached) $ac_c" 1>&6 … … 4724 4751 cat > conftest.$ac_ext <<EOF 4725 4752 #include <sys/types.h> 4726 #line 47 27"configure"4753 #line 4754 "configure" 4727 4754 #include "confdefs.h" 4728 4755 #include <$ac_hdr> 4729 4756 EOF 4730 4757 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4731 { (eval echo configure:47 32: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }4758 { (eval echo configure:4759: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4732 4759 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4733 4760 if test -z "$ac_err"; then … … 4756 4783 4757 4784 echo $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6 4758 echo "configure:47 59: checking for sys/wait.h that is POSIX.1 compatible" >&54785 echo "configure:4786: checking for sys/wait.h that is POSIX.1 compatible" >&5 4759 4786 if eval "test \"`echo '$''{'ac_cv_header_sys_wait_h'+set}'`\" = set"; then 4760 4787 echo $ac_n "(cached) $ac_c" 1>&6 4761 4788 else 4762 4789 cat > conftest.$ac_ext <<EOF 4763 #line 47 64"configure"4790 #line 4791 "configure" 4764 4791 #include "confdefs.h" 4765 4792 #include <sys/types.h> … … 4777 4804 ; return 0; } 4778 4805 EOF 4779 if { (eval echo configure:4 780: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then4806 if { (eval echo configure:4807: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 4780 4807 rm -rf conftest* 4781 4808 ac_cv_header_sys_wait_h=yes … … 4800 4827 # for constant arguments. Useless! 4801 4828 echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6 4802 echo "configure:48 03: checking for working alloca.h" >&54829 echo "configure:4830: checking for working alloca.h" >&5 4803 4830 if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then 4804 4831 echo $ac_n "(cached) $ac_c" 1>&6 4805 4832 else 4806 4833 cat > conftest.$ac_ext <<EOF 4807 #line 48 08"configure"4834 #line 4835 "configure" 4808 4835 #include "confdefs.h" 4809 4836 #include <alloca.h> … … 4812 4839 ; return 0; } 4813 4840 EOF 4814 if { (eval echo configure:48 15: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4841 if { (eval echo configure:4842: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4815 4842 rm -rf conftest* 4816 4843 ac_cv_header_alloca_h=yes … … 4833 4860 4834 4861 echo $ac_n "checking for alloca""... $ac_c" 1>&6 4835 echo "configure:48 36: checking for alloca" >&54862 echo "configure:4863: checking for alloca" >&5 4836 4863 if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then 4837 4864 echo $ac_n "(cached) $ac_c" 1>&6 4838 4865 else 4839 4866 cat > conftest.$ac_ext <<EOF 4840 #line 48 41"configure"4867 #line 4868 "configure" 4841 4868 #include "confdefs.h" 4842 4869 … … 4866 4893 ; return 0; } 4867 4894 EOF 4868 if { (eval echo configure:48 69: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4895 if { (eval echo configure:4896: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4869 4896 rm -rf conftest* 4870 4897 ac_cv_func_alloca_works=yes … … 4898 4925 4899 4926 echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6 4900 echo "configure:49 01: checking whether alloca needs Cray hooks" >&54927 echo "configure:4928: checking whether alloca needs Cray hooks" >&5 4901 4928 if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then 4902 4929 echo $ac_n "(cached) $ac_c" 1>&6 4903 4930 else 4904 4931 cat > conftest.$ac_ext <<EOF 4905 #line 49 06"configure"4932 #line 4933 "configure" 4906 4933 #include "confdefs.h" 4907 4934 #if defined(CRAY) && ! defined(CRAY2) … … 4928 4955 for ac_func in _getb67 GETB67 getb67; do 4929 4956 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 4930 echo "configure:49 31: checking for $ac_func" >&54957 echo "configure:4958: checking for $ac_func" >&5 4931 4958 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 4932 4959 echo $ac_n "(cached) $ac_c" 1>&6 4933 4960 else 4934 4961 cat > conftest.$ac_ext <<EOF 4935 #line 49 36"configure"4962 #line 4963 "configure" 4936 4963 #include "confdefs.h" 4937 4964 /* System header to define __stub macros and hopefully few prototypes, … … 4956 4983 ; return 0; } 4957 4984 EOF 4958 if { (eval echo configure:49 59: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4985 if { (eval echo configure:4986: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4959 4986 rm -rf conftest* 4960 4987 eval "ac_cv_func_$ac_func=yes" … … 4983 5010 4984 5011 echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6 4985 echo "configure: 4986: checking stack direction for C alloca" >&55012 echo "configure:5013: checking stack direction for C alloca" >&5 4986 5013 if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then 4987 5014 echo $ac_n "(cached) $ac_c" 1>&6 … … 4991 5018 else 4992 5019 cat > conftest.$ac_ext <<EOF 4993 #line 4994"configure"5020 #line 5021 "configure" 4994 5021 #include "confdefs.h" 4995 5022 find_stack_direction () … … 5010 5037 } 5011 5038 EOF 5012 if { (eval echo configure:50 13: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null5039 if { (eval echo configure:5040: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 5013 5040 then 5014 5041 ac_cv_c_stack_direction=1 … … 5034 5061 do 5035 5062 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 5036 echo "configure:50 37: checking for $ac_func" >&55063 echo "configure:5064: checking for $ac_func" >&5 5037 5064 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 5038 5065 echo $ac_n "(cached) $ac_c" 1>&6 5039 5066 else 5040 5067 cat > conftest.$ac_ext <<EOF 5041 #line 50 42"configure"5068 #line 5069 "configure" 5042 5069 #include "confdefs.h" 5043 5070 /* System header to define __stub macros and hopefully few prototypes, … … 5062 5089 ; return 0; } 5063 5090 EOF 5064 if { (eval echo configure:50 65: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then5091 if { (eval echo configure:5092: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5065 5092 rm -rf conftest* 5066 5093 eval "ac_cv_func_$ac_func=yes" … … 5090 5117 # needs to be defined for it 5091 5118 echo $ac_n "checking for fopen64""... $ac_c" 1>&6 5092 echo "configure:5 093: checking for fopen64" >&55119 echo "configure:5120: checking for fopen64" >&5 5093 5120 if eval "test \"`echo '$''{'bu_cv_have_fopen64'+set}'`\" = set"; then 5094 5121 echo $ac_n "(cached) $ac_c" 1>&6 5095 5122 else 5096 5123 cat > conftest.$ac_ext <<EOF 5097 #line 5 098"configure"5124 #line 5125 "configure" 5098 5125 #include "confdefs.h" 5099 5126 #include <stdio.h> … … 5102 5129 ; return 0; } 5103 5130 EOF 5104 if { (eval echo configure:51 05: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then5131 if { (eval echo configure:5132: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5105 5132 rm -rf conftest* 5106 5133 bu_cv_have_fopen64=yes … … 5112 5139 CPPFLAGS="$CPPFLAGS -D_LARGEFILE64_SOURCE" 5113 5140 cat > conftest.$ac_ext <<EOF 5114 #line 51 15"configure"5141 #line 5142 "configure" 5115 5142 #include "confdefs.h" 5116 5143 #include <stdio.h> … … 5119 5146 ; return 0; } 5120 5147 EOF 5121 if { (eval echo configure:51 22: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then5148 if { (eval echo configure:5149: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5122 5149 rm -rf conftest* 5123 5150 bu_cv_have_fopen64="need -D_LARGEFILE64_SOURCE" … … 5151 5178 5152 5179 echo $ac_n "checking for library containing frexp""... $ac_c" 1>&6 5153 echo "configure:51 54: checking for library containing frexp" >&55180 echo "configure:5181: checking for library containing frexp" >&5 5154 5181 if eval "test \"`echo '$''{'ac_cv_search_frexp'+set}'`\" = set"; then 5155 5182 echo $ac_n "(cached) $ac_c" 1>&6 … … 5158 5185 ac_cv_search_frexp="no" 5159 5186 cat > conftest.$ac_ext <<EOF 5160 #line 51 61"configure"5187 #line 5188 "configure" 5161 5188 #include "confdefs.h" 5162 5189 /* Override any gcc2 internal prototype to avoid an error. */ … … 5169 5196 ; return 0; } 5170 5197 EOF 5171 if { (eval echo configure:51 72: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then5198 if { (eval echo configure:5199: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5172 5199 rm -rf conftest* 5173 5200 ac_cv_search_frexp="none required" … … 5180 5207 LIBS="-l$i $ac_func_search_save_LIBS" 5181 5208 cat > conftest.$ac_ext <<EOF 5182 #line 5 183"configure"5209 #line 5210 "configure" 5183 5210 #include "confdefs.h" 5184 5211 /* Override any gcc2 internal prototype to avoid an error. */ … … 5191 5218 ; return 0; } 5192 5219 EOF 5193 if { (eval echo configure:5 194: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then5220 if { (eval echo configure:5221: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5194 5221 rm -rf conftest* 5195 5222 ac_cv_search_frexp="-l$i" … … 5213 5240 5214 5241 echo $ac_n "checking for time_t in time.h""... $ac_c" 1>&6 5215 echo "configure:52 16: checking for time_t in time.h" >&55242 echo "configure:5243: checking for time_t in time.h" >&5 5216 5243 if eval "test \"`echo '$''{'bu_cv_decl_time_t_time_h'+set}'`\" = set"; then 5217 5244 echo $ac_n "(cached) $ac_c" 1>&6 5218 5245 else 5219 5246 cat > conftest.$ac_ext <<EOF 5220 #line 52 21"configure"5247 #line 5248 "configure" 5221 5248 #include "confdefs.h" 5222 5249 #include <time.h> … … 5225 5252 ; return 0; } 5226 5253 EOF 5227 if { (eval echo configure:52 28: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5254 if { (eval echo configure:5255: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5228 5255 rm -rf conftest* 5229 5256 bu_cv_decl_time_t_time_h=yes … … 5246 5273 5247 5274 echo $ac_n "checking for time_t in sys/types.h""... $ac_c" 1>&6 5248 echo "configure:52 49: checking for time_t in sys/types.h" >&55275 echo "configure:5276: checking for time_t in sys/types.h" >&5 5249 5276 if eval "test \"`echo '$''{'bu_cv_decl_time_t_types_h'+set}'`\" = set"; then 5250 5277 echo $ac_n "(cached) $ac_c" 1>&6 5251 5278 else 5252 5279 cat > conftest.$ac_ext <<EOF 5253 #line 52 54"configure"5280 #line 5281 "configure" 5254 5281 #include "confdefs.h" 5255 5282 #include <sys/types.h> … … 5258 5285 ; return 0; } 5259 5286 EOF 5260 if { (eval echo configure:52 61: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5287 if { (eval echo configure:5288: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5261 5288 rm -rf conftest* 5262 5289 bu_cv_decl_time_t_types_h=yes … … 5281 5308 # by default. 5282 5309 echo $ac_n "checking for utime.h""... $ac_c" 1>&6 5283 echo "configure:5 284: checking for utime.h" >&55310 echo "configure:5311: checking for utime.h" >&5 5284 5311 if eval "test \"`echo '$''{'bu_cv_header_utime_h'+set}'`\" = set"; then 5285 5312 echo $ac_n "(cached) $ac_c" 1>&6 5286 5313 else 5287 5314 cat > conftest.$ac_ext <<EOF 5288 #line 5 289"configure"5315 #line 5316 "configure" 5289 5316 #include "confdefs.h" 5290 5317 #include <sys/types.h> … … 5297 5324 ; return 0; } 5298 5325 EOF 5299 if { (eval echo configure:53 00: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5326 if { (eval echo configure:5327: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5300 5327 rm -rf conftest* 5301 5328 bu_cv_header_utime_h=yes … … 5318 5345 5319 5346 echo $ac_n "checking whether fprintf must be declared""... $ac_c" 1>&6 5320 echo "configure:53 21: checking whether fprintf must be declared" >&55347 echo "configure:5348: checking whether fprintf must be declared" >&5 5321 5348 if eval "test \"`echo '$''{'bfd_cv_decl_needed_fprintf'+set}'`\" = set"; then 5322 5349 echo $ac_n "(cached) $ac_c" 1>&6 5323 5350 else 5324 5351 cat > conftest.$ac_ext <<EOF 5325 #line 53 26"configure"5352 #line 5353 "configure" 5326 5353 #include "confdefs.h" 5327 5354 … … 5344 5371 ; return 0; } 5345 5372 EOF 5346 if { (eval echo configure:53 47: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5373 if { (eval echo configure:5374: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5347 5374 rm -rf conftest* 5348 5375 bfd_cv_decl_needed_fprintf=no … … 5365 5392 5366 5393 echo $ac_n "checking whether strstr must be declared""... $ac_c" 1>&6 5367 echo "configure:53 68: checking whether strstr must be declared" >&55394 echo "configure:5395: checking whether strstr must be declared" >&5 5368 5395 if eval "test \"`echo '$''{'bfd_cv_decl_needed_strstr'+set}'`\" = set"; then 5369 5396 echo $ac_n "(cached) $ac_c" 1>&6 5370 5397 else 5371 5398 cat > conftest.$ac_ext <<EOF 5372 #line 5 373"configure"5399 #line 5400 "configure" 5373 5400 #include "confdefs.h" 5374 5401 … … 5391 5418 ; return 0; } 5392 5419 EOF 5393 if { (eval echo configure:5 394: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5420 if { (eval echo configure:5421: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5394 5421 rm -rf conftest* 5395 5422 bfd_cv_decl_needed_strstr=no … … 5412 5439 5413 5440 echo $ac_n "checking whether sbrk must be declared""... $ac_c" 1>&6 5414 echo "configure:54 15: checking whether sbrk must be declared" >&55441 echo "configure:5442: checking whether sbrk must be declared" >&5 5415 5442 if eval "test \"`echo '$''{'bfd_cv_decl_needed_sbrk'+set}'`\" = set"; then 5416 5443 echo $ac_n "(cached) $ac_c" 1>&6 5417 5444 else 5418 5445 cat > conftest.$ac_ext <<EOF 5419 #line 54 20"configure"5446 #line 5447 "configure" 5420 5447 #include "confdefs.h" 5421 5448 … … 5438 5465 ; return 0; } 5439 5466 EOF 5440 if { (eval echo configure:54 41: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5467 if { (eval echo configure:5468: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5441 5468 rm -rf conftest* 5442 5469 bfd_cv_decl_needed_sbrk=no … … 5459 5486 5460 5487 echo $ac_n "checking whether getenv must be declared""... $ac_c" 1>&6 5461 echo "configure:54 62: checking whether getenv must be declared" >&55488 echo "configure:5489: checking whether getenv must be declared" >&5 5462 5489 if eval "test \"`echo '$''{'bfd_cv_decl_needed_getenv'+set}'`\" = set"; then 5463 5490 echo $ac_n "(cached) $ac_c" 1>&6 5464 5491 else 5465 5492 cat > conftest.$ac_ext <<EOF 5466 #line 54 67"configure"5493 #line 5494 "configure" 5467 5494 #include "confdefs.h" 5468 5495 … … 5485 5512 ; return 0; } 5486 5513 EOF 5487 if { (eval echo configure:5 488: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5514 if { (eval echo configure:5515: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5488 5515 rm -rf conftest* 5489 5516 bfd_cv_decl_needed_getenv=no … … 5506 5533 5507 5534 echo $ac_n "checking whether environ must be declared""... $ac_c" 1>&6 5508 echo "configure:55 09: checking whether environ must be declared" >&55535 echo "configure:5536: checking whether environ must be declared" >&5 5509 5536 if eval "test \"`echo '$''{'bfd_cv_decl_needed_environ'+set}'`\" = set"; then 5510 5537 echo $ac_n "(cached) $ac_c" 1>&6 5511 5538 else 5512 5539 cat > conftest.$ac_ext <<EOF 5513 #line 55 14"configure"5540 #line 5541 "configure" 5514 5541 #include "confdefs.h" 5515 5542 … … 5532 5559 ; return 0; } 5533 5560 EOF 5534 if { (eval echo configure:55 35: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5561 if { (eval echo configure:5562: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5535 5562 rm -rf conftest* 5536 5563 bfd_cv_decl_needed_environ=no … … 5890 5917 s%@build_vendor@%$build_vendor%g 5891 5918 s%@build_os@%$build_os%g 5919 s%@CC@%$CC%g 5892 5920 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g 5893 5921 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g … … 5901 5929 s%@MAKEINFO@%$MAKEINFO%g 5902 5930 s%@SET_MAKE@%$SET_MAKE%g 5903 s%@CC@%$CC%g5904 5931 s%@LN_S@%$LN_S%g 5905 5932 s%@OBJEXT@%$OBJEXT%g … … 6023 6050 if test -z "$ac_dots"; then top_srcdir=. 6024 6051 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;; 6025 /* | [A-Za-z]:*)6052 [/\\]* | [a-zA-Z]:*) 6026 6053 srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;; 6027 6054 *) # Relative path. … … 6031 6058 6032 6059 case "$ac_given_INSTALL" in 6033 [/$ ]* | [A-Za-z]:*) INSTALL="$ac_given_INSTALL" ;;6060 [/$\\]* | [A-Za-z]:*) INSTALL="$ac_given_INSTALL" ;; 6034 6061 *) INSTALL="$ac_dots$ac_given_INSTALL" ;; 6035 6062 esac -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/binutils/configure
-
Property cvs2svn:cvs-rev
changed from
1.3
to1.4
r1112 r1113 2171 2171 break 2172 2172 fi 2173 if test -f $dir/yacc ${ac_cv_exeext}; then2173 if test -f $dir/yacc; then 2174 2174 YACC=yacc${ac_cv_exeext} 2175 2175 break … … 2178 2178 IFS="$save_ifs" 2179 2179 if test -z "${YACC}" ; then 2180 YACC="bison -y"2180 YACC="bison${ac_cv_exeext} -y" 2181 2181 fi 2182 2182 fi … … 4409 4409 if test -z "$ac_dots"; then top_srcdir=. 4410 4410 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;; 4411 /* | [A-Za-z]:*)4411 [/\\]* | [a-zA-Z]:*) 4412 4412 srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;; 4413 4413 *) # Relative path. -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/binutils/etc/configure
-
Property cvs2svn:cvs-rev
changed from
1.2
to1.3
r1112 r1113 985 985 if test -z "$ac_dots"; then top_srcdir=. 986 986 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;; 987 /* | [A-Za-z]:*)987 [/\\]* | [a-zA-Z]:*) 988 988 srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;; 989 989 *) # Relative path. … … 993 993 994 994 case "$ac_given_INSTALL" in 995 [/$ ]* | [A-Za-z]:*) INSTALL="$ac_given_INSTALL" ;;995 [/$\\]* | [A-Za-z]:*) INSTALL="$ac_given_INSTALL" ;; 996 996 *) INSTALL="$ac_dots$ac_given_INSTALL" ;; 997 997 esac -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/binutils/gas/aclocal.m4
-
Property cvs2svn:cvs-rev
changed from
1.1.1.2
to1.2
r1112 r1113 1 dnl aclocal.m4 generated automatically by aclocal 1.4-p 51 dnl aclocal.m4 generated automatically by aclocal 1.4-p6 2 2 3 3 dnl Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc. … … 94 94 95 95 AC_DEFUN([AM_INIT_AUTOMAKE], 96 [AC_REQUIRE([AC_PROG_INSTALL]) 96 [AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl 97 AC_REQUIRE([AC_PROG_INSTALL]) 97 98 PACKAGE=[$1] 98 99 AC_SUBST(PACKAGE) … … 110 111 dnl FIXME This is truly gross. 111 112 missing_dir=`cd $ac_aux_dir && pwd` 112 AM_MISSING_PROG(ACLOCAL, aclocal , $missing_dir)113 AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version}, $missing_dir) 113 114 AM_MISSING_PROG(AUTOCONF, autoconf, $missing_dir) 114 AM_MISSING_PROG(AUTOMAKE, automake , $missing_dir)115 AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version}, $missing_dir) 115 116 AM_MISSING_PROG(AUTOHEADER, autoheader, $missing_dir) 116 117 AM_MISSING_PROG(MAKEINFO, makeinfo, $missing_dir) 117 118 AC_REQUIRE([AC_PROG_MAKE_SET])]) 119 120 # Copyright 2002 Free Software Foundation, Inc. 121 122 # This program is free software; you can redistribute it and/or modify 123 # it under the terms of the GNU General Public License as published by 124 # the Free Software Foundation; either version 2, or (at your option) 125 # any later version. 126 127 # This program is distributed in the hope that it will be useful, 128 # but WITHOUT ANY WARRANTY; without even the implied warranty of 129 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 130 # GNU General Public License for more details. 131 132 # You should have received a copy of the GNU General Public License 133 # along with this program; if not, write to the Free Software 134 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 135 136 # AM_AUTOMAKE_VERSION(VERSION) 137 # ---------------------------- 138 # Automake X.Y traces this macro to ensure aclocal.m4 has been 139 # generated from the m4 files accompanying Automake X.Y. 140 AC_DEFUN([AM_AUTOMAKE_VERSION],[am__api_version="1.4"]) 141 142 # AM_SET_CURRENT_AUTOMAKE_VERSION 143 # ------------------------------- 144 # Call AM_AUTOMAKE_VERSION so it can be traced. 145 # This function is AC_REQUIREd by AC_INIT_AUTOMAKE. 146 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], 147 [AM_AUTOMAKE_VERSION([1.4-p6])]) 118 148 119 149 # … … 204 234 AC_DEFUN([AM_PROG_LEX], 205 235 [missing_dir=ifelse([$1],,`cd $ac_aux_dir && pwd`,$1) 206 AC_CHECK_PROGS(LEX, flex lex, $missing_dir/missing flex)236 AC_CHECK_PROGS(LEX, flex lex, "$missing_dir/missing flex") 207 237 AC_PROG_LEX 208 238 AC_DECL_YYTEXT]) -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/binutils/gas/configure
-
Property cvs2svn:cvs-rev
changed from
1.3
to1.4
r1112 r1113 1058 1058 1059 1059 BFD_VERSION=`sed -n -e 's/^.._INIT_AUTOMAKE.*,[ ]*\([^ ]*\)[ ]*).*/\1/p' < ${srcdir}/../bfd/configure.in` 1060 am__api_version="1.4" 1060 1061 # Find a good install program. We prefer a C program (faster), 1061 1062 # so one script is as good as another. But avoid the broken or … … 1070 1071 # ./install, which can be erroneously created by make from ./install.sh. 1071 1072 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 1072 echo "configure:107 3: checking for a BSD compatible install" >&51073 echo "configure:1074: checking for a BSD compatible install" >&5 1073 1074 if test -z "$INSTALL"; then 1074 1075 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then … … 1125 1126 1126 1127 echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6 1127 echo "configure:112 8: checking whether build environment is sane" >&51128 echo "configure:1129: checking whether build environment is sane" >&5 1128 1129 # Just in case 1129 1130 sleep 1 … … 1182 1183 1183 1184 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 1184 echo "configure:118 5: checking whether ${MAKE-make} sets \${MAKE}" >&51185 echo "configure:1186: checking whether ${MAKE-make} sets \${MAKE}" >&5 1185 1186 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` 1186 1187 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then … … 1227 1228 1228 1229 missing_dir=`cd $ac_aux_dir && pwd` 1229 echo $ac_n "checking for working aclocal ""... $ac_c" 1>&61230 echo "configure:123 1: checking for working aclocal" >&51230 echo $ac_n "checking for working aclocal-${am__api_version}""... $ac_c" 1>&6 1231 echo "configure:1232: checking for working aclocal-${am__api_version}" >&5 1231 1232 # Run test in a subshell; some versions of sh will print an error if 1232 1233 # an executable is not found, even if stderr is redirected. 1233 1234 # Redirect stdin to placate older versions of autoconf. Sigh. 1234 if (aclocal --version) < /dev/null > /dev/null 2>&1; then1235 ACLOCAL=aclocal 1235 if (aclocal-${am__api_version} --version) < /dev/null > /dev/null 2>&1; then 1236 ACLOCAL=aclocal-${am__api_version} 1236 1237 echo "$ac_t""found" 1>&6 1237 1238 else 1238 ACLOCAL="$missing_dir/missing aclocal "1239 ACLOCAL="$missing_dir/missing aclocal-${am__api_version}" 1239 1240 echo "$ac_t""missing" 1>&6 1240 1241 fi 1241 1242 1242 1243 echo $ac_n "checking for working autoconf""... $ac_c" 1>&6 1243 echo "configure:124 4: checking for working autoconf" >&51244 echo "configure:1245: checking for working autoconf" >&5 1244 1245 # Run test in a subshell; some versions of sh will print an error if 1245 1246 # an executable is not found, even if stderr is redirected. … … 1253 1254 fi 1254 1255 1255 echo $ac_n "checking for working automake ""... $ac_c" 1>&61256 echo "configure:125 7: checking for working automake" >&51256 echo $ac_n "checking for working automake-${am__api_version}""... $ac_c" 1>&6 1257 echo "configure:1258: checking for working automake-${am__api_version}" >&5 1257 1258 # Run test in a subshell; some versions of sh will print an error if 1258 1259 # an executable is not found, even if stderr is redirected. 1259 1260 # Redirect stdin to placate older versions of autoconf. Sigh. 1260 if (automake --version) < /dev/null > /dev/null 2>&1; then1261 AUTOMAKE=automake 1261 if (automake-${am__api_version} --version) < /dev/null > /dev/null 2>&1; then 1262 AUTOMAKE=automake-${am__api_version} 1262 1263 echo "$ac_t""found" 1>&6 1263 1264 else 1264 AUTOMAKE="$missing_dir/missing automake "1265 AUTOMAKE="$missing_dir/missing automake-${am__api_version}" 1265 1266 echo "$ac_t""missing" 1>&6 1266 1267 fi 1267 1268 1268 1269 echo $ac_n "checking for working autoheader""... $ac_c" 1>&6 1269 echo "configure:127 0: checking for working autoheader" >&51270 echo "configure:1271: checking for working autoheader" >&5 1270 1271 # Run test in a subshell; some versions of sh will print an error if 1271 1272 # an executable is not found, even if stderr is redirected. … … 1280 1281 1281 1282 echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6 1282 echo "configure:128 3: checking for working makeinfo" >&51283 echo "configure:1284: checking for working makeinfo" >&5 1283 1284 # Run test in a subshell; some versions of sh will print an error if 1284 1285 # an executable is not found, even if stderr is redirected. … … 1375 1376 # Check if gcc -print-prog-name=ld gives a path. 1376 1377 echo $ac_n "checking for ld used by GCC""... $ac_c" 1>&6 1377 echo "configure:137 8: checking for ld used by GCC" >&51378 echo "configure:1379: checking for ld used by GCC" >&5 1378 1379 case $host in 1379 1380 *-*-mingw*) … … 1405 1406 elif test "$with_gnu_ld" = yes; then 1406 1407 echo $ac_n "checking for GNU ld""... $ac_c" 1>&6 1407 echo "configure:140 8: checking for GNU ld" >&51408 echo "configure:1409: checking for GNU ld" >&5 1408 1409 else 1409 1410 echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6 1410 echo "configure:141 1: checking for non-GNU ld" >&51411 echo "configure:1412: checking for non-GNU ld" >&5 1411 1412 fi 1412 1413 if eval "test \"`echo '$''{'lt_cv_path_LD'+set}'`\" = set"; then … … 1443 1444 test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; } 1444 1445 echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6 1445 echo "configure:144 6: checking if the linker ($LD) is GNU ld" >&51446 echo "configure:1447: checking if the linker ($LD) is GNU ld" >&5 1446 1447 if eval "test \"`echo '$''{'lt_cv_prog_gnu_ld'+set}'`\" = set"; then 1447 1448 echo $ac_n "(cached) $ac_c" 1>&6 … … 1460 1461 1461 1462 echo $ac_n "checking for $LD option to reload object files""... $ac_c" 1>&6 1462 echo "configure:146 3: checking for $LD option to reload object files" >&51463 echo "configure:1464: checking for $LD option to reload object files" >&5 1463 1464 if eval "test \"`echo '$''{'lt_cv_ld_reload_flag'+set}'`\" = set"; then 1464 1465 echo $ac_n "(cached) $ac_c" 1>&6 … … 1472 1473 1473 1474 echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6 1474 echo "configure:147 5: checking for BSD-compatible nm" >&51475 echo "configure:1476: checking for BSD-compatible nm" >&5 1475 1476 if eval "test \"`echo '$''{'lt_cv_path_NM'+set}'`\" = set"; then 1476 1477 echo $ac_n "(cached) $ac_c" 1>&6 … … 1510 1511 1511 1512 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6 1512 echo "configure:151 3: checking whether ln -s works" >&51513 echo "configure:1514: checking whether ln -s works" >&5 1513 1514 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then 1514 1515 echo $ac_n "(cached) $ac_c" 1>&6 … … 1537 1538 1538 1539 echo $ac_n "checking how to recognise dependant libraries""... $ac_c" 1>&6 1539 echo "configure:154 0: checking how to recognise dependant libraries" >&51540 echo "configure:1541: checking how to recognise dependant libraries" >&5 1540 1541 if eval "test \"`echo '$''{'lt_cv_deplibs_check_method'+set}'`\" = set"; then 1541 1542 echo $ac_n "(cached) $ac_c" 1>&6 … … 1714 1715 1715 1716 echo $ac_n "checking for object suffix""... $ac_c" 1>&6 1716 echo "configure:171 7: checking for object suffix" >&51717 echo "configure:1718: checking for object suffix" >&5 1717 1718 if eval "test \"`echo '$''{'ac_cv_objext'+set}'`\" = set"; then 1718 1719 echo $ac_n "(cached) $ac_c" 1>&6 … … 1720 1721 rm -f conftest* 1721 1722 echo 'int i = 1;' > conftest.$ac_ext 1722 if { (eval echo configure:172 3: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then1723 if { (eval echo configure:1724: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1723 1724 for ac_file in conftest.*; do 1724 1725 case $ac_file in … … 1750 1751 if test "$file_magic_cmd" = '$MAGIC_CMD'; then 1751 1752 echo $ac_n "checking for ${ac_tool_prefix}file""... $ac_c" 1>&6 1752 echo "configure:175 3: checking for ${ac_tool_prefix}file" >&51753 echo "configure:1754: checking for ${ac_tool_prefix}file" >&5 1753 1754 if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then 1754 1755 echo $ac_n "(cached) $ac_c" 1>&6 … … 1812 1813 if test -n "$ac_tool_prefix"; then 1813 1814 echo $ac_n "checking for file""... $ac_c" 1>&6 1814 echo "configure:181 5: checking for file" >&51815 echo "configure:1816: checking for file" >&5 1815 1816 if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then 1816 1817 echo $ac_n "(cached) $ac_c" 1>&6 … … 1883 1884 set dummy ${ac_tool_prefix}ranlib; ac_word=$2 1884 1885 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1885 echo "configure:188 6: checking for $ac_word" >&51886 echo "configure:1887: checking for $ac_word" >&5 1886 1887 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 1887 1888 echo $ac_n "(cached) $ac_c" 1>&6 … … 1916 1917 set dummy ranlib; ac_word=$2 1917 1918 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1918 echo "configure:19 19: checking for $ac_word" >&51919 echo "configure:1920: checking for $ac_word" >&5 1919 1920 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 1920 1921 echo $ac_n "(cached) $ac_c" 1>&6 … … 1952 1953 set dummy ${ac_tool_prefix}strip; ac_word=$2 1953 1954 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1954 echo "configure:195 5: checking for $ac_word" >&51955 echo "configure:1956: checking for $ac_word" >&5 1955 1956 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then 1956 1957 echo $ac_n "(cached) $ac_c" 1>&6 … … 1985 1986 set dummy strip; ac_word=$2 1986 1987 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1987 echo "configure:198 8: checking for $ac_word" >&51988 echo "configure:1989: checking for $ac_word" >&5 1988 1989 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then 1989 1990 echo $ac_n "(cached) $ac_c" 1>&6 … … 2053 2054 *-*-irix6*) 2054 2055 # Find out which ABI we are using. 2055 echo '#line 205 6"configure"' > conftest.$ac_ext2056 if { (eval echo configure:205 7: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2056 echo '#line 2057 "configure"' > conftest.$ac_ext 2057 if { (eval echo configure:2058: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2057 2058 if test "$lt_cv_prog_gnu_ld" = yes; then 2058 2059 case `/usr/bin/file conftest.$ac_objext` in … … 2087 2088 # Find out which ABI we are using. 2088 2089 echo 'int i;' > conftest.$ac_ext 2089 if { (eval echo configure:209 0: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2090 if { (eval echo configure:2091: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2090 2091 case "`/usr/bin/file conftest.o`" in 2091 2092 *ELF-32*) … … 2105 2106 CFLAGS="$CFLAGS -belf" 2106 2107 echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6 2107 echo "configure:210 8: checking whether the C compiler needs -belf" >&52108 echo "configure:2109: checking whether the C compiler needs -belf" >&5 2108 2109 if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then 2109 2110 echo $ac_n "(cached) $ac_c" 1>&6 … … 2118 2119 2119 2120 cat > conftest.$ac_ext <<EOF 2120 #line 212 1"configure"2121 #line 2122 "configure" 2121 2122 #include "confdefs.h" 2122 2123 … … 2125 2126 ; return 0; } 2126 2127 EOF 2127 if { (eval echo configure:212 8: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2128 if { (eval echo configure:2129: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2128 2129 rm -rf conftest* 2129 2130 lt_cv_cc_needs_belf=yes … … 3309 3310 set dummy gcc; ac_word=$2 3310 3311 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 3311 echo "configure:331 2: checking for $ac_word" >&53312 echo "configure:3313: checking for $ac_word" >&5 3312 3313 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 3313 3314 echo $ac_n "(cached) $ac_c" 1>&6 … … 3340 3341 set dummy cc; ac_word=$2 3341 3342 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 3342 echo "configure:334 3: checking for $ac_word" >&53343 echo "configure:3344: checking for $ac_word" >&5 3343 3344 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 3344 3345 echo $ac_n "(cached) $ac_c" 1>&6 … … 3393 3394 set dummy cl; ac_word=$2 3394 3395 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 3395 echo "configure:339 6: checking for $ac_word" >&53396 echo "configure:3397: checking for $ac_word" >&5 3396 3397 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 3397 3398 echo $ac_n "(cached) $ac_c" 1>&6 … … 3426 3427 3427 3428 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 3428 echo "configure:34 29: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&53429 echo "configure:3430: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 3429 3430 3430 3431 ac_ext=c … … 3437 3438 cat > conftest.$ac_ext << EOF 3438 3439 3439 #line 344 0"configure"3440 #line 3441 "configure" 3440 3441 #include "confdefs.h" 3441 3442 3442 3443 main(){return(0);} 3443 3444 EOF 3444 if { (eval echo configure:344 5: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3445 if { (eval echo configure:3446: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3445 3446 ac_cv_prog_cc_works=yes 3446 3447 # If we can't run a trivial program, we are probably using a cross compiler. … … 3468 3469 fi 3469 3470 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 3470 echo "configure:347 1: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&53471 echo "configure:3472: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 3471 3472 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 3472 3473 cross_compiling=$ac_cv_prog_cc_cross 3473 3474 3474 3475 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 3475 echo "configure:347 6: checking whether we are using GNU C" >&53476 echo "configure:3477: checking whether we are using GNU C" >&5 3476 3477 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 3477 3478 echo $ac_n "(cached) $ac_c" 1>&6 … … 3482 3483 #endif 3483 3484 EOF 3484 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:348 5: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then3485 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:3486: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 3485 3486 ac_cv_prog_gcc=yes 3486 3487 else … … 3501 3502 CFLAGS= 3502 3503 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 3503 echo "configure:350 4: checking whether ${CC-cc} accepts -g" >&53504 echo "configure:3505: checking whether ${CC-cc} accepts -g" >&5 3504 3505 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 3505 3506 echo $ac_n "(cached) $ac_c" 1>&6 … … 3538 3539 set dummy $ac_prog; ac_word=$2 3539 3540 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 3540 echo "configure:354 1: checking for $ac_word" >&53541 echo "configure:3542: checking for $ac_word" >&5 3541 3542 if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then 3542 3543 echo $ac_n "(cached) $ac_c" 1>&6 … … 3570 3571 3571 3572 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 3572 echo "configure:357 3: checking how to run the C preprocessor" >&53573 echo "configure:3574: checking how to run the C preprocessor" >&5 3573 3574 # On Suns, sometimes $CPP names a directory. 3574 3575 if test -n "$CPP" && test -d "$CPP"; then … … 3586 3587 cat > conftest.$ac_ext <<EOF 3587 3588 #include <sys/types.h> 3588 #line 35 89"configure"3589 #line 3590 "configure" 3589 3590 #include "confdefs.h" 3590 3591 #include <assert.h> … … 3592 3593 EOF 3593 3594 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3594 { (eval echo configure:359 5: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }3595 { (eval echo configure:3596: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3595 3596 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3596 3597 if test -z "$ac_err"; then … … 3604 3605 cat > conftest.$ac_ext <<EOF 3605 3606 #include <sys/types.h> 3606 #line 360 7"configure"3607 #line 3608 "configure" 3607 3608 #include "confdefs.h" 3608 3609 #include <assert.h> … … 3610 3611 EOF 3611 3612 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3612 { (eval echo configure:361 3: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }3613 { (eval echo configure:3614: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3613 3614 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3614 3615 if test -z "$ac_err"; then … … 3622 3623 cat > conftest.$ac_ext <<EOF 3623 3624 #include <sys/types.h> 3624 #line 362 5"configure"3625 #line 3626 "configure" 3625 3626 #include "confdefs.h" 3626 3627 #include <assert.h> … … 3628 3629 EOF 3629 3630 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3630 { (eval echo configure:363 1: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }3631 { (eval echo configure:3632: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3631 3632 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3632 3633 if test -z "$ac_err"; then … … 3658 3659 set dummy $ac_prog; ac_word=$2 3659 3660 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 3660 echo "configure:366 1: checking for $ac_word" >&53661 echo "configure:3662: checking for $ac_word" >&5 3661 3662 if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then 3662 3663 echo $ac_n "(cached) $ac_c" 1>&6 … … 3687 3688 test -n "$LEX" && break 3688 3689 done 3689 test -n "$LEX" || LEX=" $missing_dir/missing flex"3690 test -n "$LEX" || LEX=""$missing_dir/missing flex"" 3690 3691 3691 3692 # Extract the first word of "flex", so it can be a program name with args. 3692 3693 set dummy flex; ac_word=$2 3693 3694 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 3694 echo "configure:369 5: checking for $ac_word" >&53695 echo "configure:3696: checking for $ac_word" >&5 3695 3696 if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then 3696 3697 echo $ac_n "(cached) $ac_c" 1>&6 … … 3727 3728 esac 3728 3729 echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6 3729 echo "configure:373 0: checking for yywrap in -l$ac_lib" >&53730 echo "configure:3731: checking for yywrap in -l$ac_lib" >&5 3730 3731 ac_lib_var=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'` 3731 3732 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 3735 3736 LIBS="-l$ac_lib $LIBS" 3736 3737 cat > conftest.$ac_ext <<EOF 3737 #line 373 8"configure"3738 #line 3739 "configure" 3738 3739 #include "confdefs.h" 3739 3740 /* Override any gcc2 internal prototype to avoid an error. */ … … 3746 3747 ; return 0; } 3747 3748 EOF 3748 if { (eval echo configure:37 49: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3749 if { (eval echo configure:3750: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3749 3750 rm -rf conftest* 3750 3751 eval "ac_cv_lib_$ac_lib_var=yes" … … 3769 3770 3770 3771 echo $ac_n "checking lex output file root""... $ac_c" 1>&6 3771 echo "configure:377 2: checking lex output file root" >&53772 echo "configure:3773: checking lex output file root" >&5 3772 3773 if eval "test \"`echo '$''{'ac_cv_prog_lex_root'+set}'`\" = set"; then 3773 3774 echo $ac_n "(cached) $ac_c" 1>&6 … … 3790 3791 3791 3792 echo $ac_n "checking whether yytext is a pointer""... $ac_c" 1>&6 3792 echo "configure:379 3: checking whether yytext is a pointer" >&53793 echo "configure:3794: checking whether yytext is a pointer" >&5 3793 3794 if eval "test \"`echo '$''{'ac_cv_prog_lex_yytext_pointer'+set}'`\" = set"; then 3794 3795 echo $ac_n "(cached) $ac_c" 1>&6 … … 3802 3803 LIBS="$LIBS $LEXLIB" 3803 3804 cat > conftest.$ac_ext <<EOF 3804 #line 380 5"configure"3805 #line 3806 "configure" 3805 3806 #include "confdefs.h" 3806 3807 `cat $LEX_OUTPUT_ROOT.c` … … 3809 3810 ; return 0; } 3810 3811 EOF 3811 if { (eval echo configure:381 2: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3812 if { (eval echo configure:3813: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3812 3813 rm -rf conftest* 3813 3814 ac_cv_prog_lex_yytext_pointer=yes … … 3835 3836 set dummy ranlib; ac_word=$2 3836 3837 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 3837 echo "configure:383 8: checking for $ac_word" >&53838 echo "configure:3839: checking for $ac_word" >&5 3838 3839 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 3839 3840 echo $ac_n "(cached) $ac_c" 1>&6 … … 3864 3865 3865 3866 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 3866 echo "configure:386 7: checking for ANSI C header files" >&53867 echo "configure:3868: checking for ANSI C header files" >&5 3867 3868 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then 3868 3869 echo $ac_n "(cached) $ac_c" 1>&6 … … 3870 3871 cat > conftest.$ac_ext <<EOF 3871 3872 #include <sys/types.h> 3872 #line 387 3"configure"3873 #line 3874 "configure" 3873 3874 #include "confdefs.h" 3874 3875 #include <stdlib.h> … … 3878 3879 EOF 3879 3880 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3880 { (eval echo configure:388 1: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }3881 { (eval echo configure:3882: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3881 3882 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3882 3883 if test -z "$ac_err"; then … … 3895 3896 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 3896 3897 cat > conftest.$ac_ext <<EOF 3897 #line 389 8"configure"3898 #line 3899 "configure" 3898 3899 #include "confdefs.h" 3899 3900 #include <string.h> … … 3913 3914 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 3914 3915 cat > conftest.$ac_ext <<EOF 3915 #line 391 6"configure"3916 #line 3917 "configure" 3916 3917 #include "confdefs.h" 3917 3918 #include <stdlib.h> … … 3934 3935 else 3935 3936 cat > conftest.$ac_ext <<EOF 3936 #line 393 7"configure"3937 #line 3938 "configure" 3937 3938 #include "confdefs.h" 3938 3939 #include <ctype.h> … … 3945 3946 3946 3947 EOF 3947 if { (eval echo configure:394 8: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3948 if { (eval echo configure:3949: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3948 3949 then 3949 3950 : … … 3969 3970 3970 3971 echo $ac_n "checking for working const""... $ac_c" 1>&6 3971 echo "configure:397 2: checking for working const" >&53972 echo "configure:3973: checking for working const" >&5 3972 3973 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then 3973 3974 echo $ac_n "(cached) $ac_c" 1>&6 3974 3975 else 3975 3976 cat > conftest.$ac_ext <<EOF 3976 #line 397 7"configure"3977 #line 3978 "configure" 3977 3978 #include "confdefs.h" 3978 3979 … … 4023 4024 ; return 0; } 4024 4025 EOF 4025 if { (eval echo configure:402 6: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then4026 if { (eval echo configure:4027: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 4026 4027 rm -rf conftest* 4027 4028 ac_cv_c_const=yes … … 4044 4045 4045 4046 echo $ac_n "checking for inline""... $ac_c" 1>&6 4046 echo "configure:404 7: checking for inline" >&54047 echo "configure:4048: checking for inline" >&5 4047 4048 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then 4048 4049 echo $ac_n "(cached) $ac_c" 1>&6 … … 4051 4052 for ac_kw in inline __inline__ __inline; do 4052 4053 cat > conftest.$ac_ext <<EOF 4053 #line 405 4"configure"4054 #line 4055 "configure" 4054 4055 #include "confdefs.h" 4055 4056 … … 4058 4059 ; return 0; } 4059 4060 EOF 4060 if { (eval echo configure:406 1: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then4061 if { (eval echo configure:4062: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 4061 4062 rm -rf conftest* 4062 4063 ac_cv_c_inline=$ac_kw; break … … 4084 4085 4085 4086 echo $ac_n "checking for off_t""... $ac_c" 1>&6 4086 echo "configure:408 7: checking for off_t" >&54087 echo "configure:4088: checking for off_t" >&5 4087 4088 if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then 4088 4089 echo $ac_n "(cached) $ac_c" 1>&6 4089 4090 else 4090 4091 cat > conftest.$ac_ext <<EOF 4091 #line 409 2"configure"4092 #line 4093 "configure" 4092 4093 #include "confdefs.h" 4093 4094 #include <sys/types.h> … … 4117 4118 4118 4119 echo $ac_n "checking for size_t""... $ac_c" 1>&6 4119 echo "configure:412 0: checking for size_t" >&54120 echo "configure:4121: checking for size_t" >&5 4120 4121 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then 4121 4122 echo $ac_n "(cached) $ac_c" 1>&6 4122 4123 else 4123 4124 cat > conftest.$ac_ext <<EOF 4124 #line 412 5"configure"4125 #line 4126 "configure" 4125 4126 #include "confdefs.h" 4126 4127 #include <sys/types.h> … … 4152 4153 # for constant arguments. Useless! 4153 4154 echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6 4154 echo "configure:415 5: checking for working alloca.h" >&54155 echo "configure:4156: checking for working alloca.h" >&5 4155 4156 if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then 4156 4157 echo $ac_n "(cached) $ac_c" 1>&6 4157 4158 else 4158 4159 cat > conftest.$ac_ext <<EOF 4159 #line 416 0"configure"4160 #line 4161 "configure" 4160 4161 #include "confdefs.h" 4161 4162 #include <alloca.h> … … 4164 4165 ; return 0; } 4165 4166 EOF 4166 if { (eval echo configure:416 7: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4167 if { (eval echo configure:4168: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4167 4168 rm -rf conftest* 4168 4169 ac_cv_header_alloca_h=yes … … 4185 4186 4186 4187 echo $ac_n "checking for alloca""... $ac_c" 1>&6 4187 echo "configure:418 8: checking for alloca" >&54188 echo "configure:4189: checking for alloca" >&5 4188 4189 if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then 4189 4190 echo $ac_n "(cached) $ac_c" 1>&6 4190 4191 else 4191 4192 cat > conftest.$ac_ext <<EOF 4192 #line 419 3"configure"4193 #line 4194 "configure" 4193 4194 #include "confdefs.h" 4194 4195 … … 4218 4219 ; return 0; } 4219 4220 EOF 4220 if { (eval echo configure:422 1: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4221 if { (eval echo configure:4222: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4221 4222 rm -rf conftest* 4222 4223 ac_cv_func_alloca_works=yes … … 4250 4251 4251 4252 echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6 4252 echo "configure:425 3: checking whether alloca needs Cray hooks" >&54253 echo "configure:4254: checking whether alloca needs Cray hooks" >&5 4253 4254 if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then 4254 4255 echo $ac_n "(cached) $ac_c" 1>&6 4255 4256 else 4256 4257 cat > conftest.$ac_ext <<EOF 4257 #line 425 8"configure"4258 #line 4259 "configure" 4258 4259 #include "confdefs.h" 4259 4260 #if defined(CRAY) && ! defined(CRAY2) … … 4280 4281 for ac_func in _getb67 GETB67 getb67; do 4281 4282 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 4282 echo "configure:428 3: checking for $ac_func" >&54283 echo "configure:4284: checking for $ac_func" >&5 4283 4284 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 4284 4285 echo $ac_n "(cached) $ac_c" 1>&6 4285 4286 else 4286 4287 cat > conftest.$ac_ext <<EOF 4287 #line 428 8"configure"4288 #line 4289 "configure" 4288 4289 #include "confdefs.h" 4289 4290 /* System header to define __stub macros and hopefully few prototypes, … … 4308 4309 ; return 0; } 4309 4310 EOF 4310 if { (eval echo configure:431 1: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4311 if { (eval echo configure:4312: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4311 4312 rm -rf conftest* 4312 4313 eval "ac_cv_func_$ac_func=yes" … … 4335 4336 4336 4337 echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6 4337 echo "configure:433 8: checking stack direction for C alloca" >&54338 echo "configure:4339: checking stack direction for C alloca" >&5 4338 4339 if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then 4339 4340 echo $ac_n "(cached) $ac_c" 1>&6 … … 4343 4344 else 4344 4345 cat > conftest.$ac_ext <<EOF 4345 #line 434 6"configure"4346 #line 4347 "configure" 4346 4347 #include "confdefs.h" 4347 4348 find_stack_direction () … … 4362 4363 } 4363 4364 EOF 4364 if { (eval echo configure:436 5: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null4365 if { (eval echo configure:4366: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 4365 4366 then 4366 4367 ac_cv_c_stack_direction=1 … … 4387 4388 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 4388 4389 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 4389 echo "configure:439 0: checking for $ac_hdr" >&54390 echo "configure:4391: checking for $ac_hdr" >&5 4390 4391 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 4391 4392 echo $ac_n "(cached) $ac_c" 1>&6 … … 4393 4394 cat > conftest.$ac_ext <<EOF 4394 4395 #include <sys/types.h> 4395 #line 439 6"configure"4396 #line 4397 "configure" 4396 4397 #include "confdefs.h" 4397 4398 #include <$ac_hdr> 4398 4399 EOF 4399 4400 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4400 { (eval echo configure:440 1: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }4401 { (eval echo configure:4402: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4401 4402 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4402 4403 if test -z "$ac_err"; then … … 4427 4428 do 4428 4429 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 4429 echo "configure:443 0: checking for $ac_func" >&54430 echo "configure:4431: checking for $ac_func" >&5 4430 4431 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 4431 4432 echo $ac_n "(cached) $ac_c" 1>&6 4432 4433 else 4433 4434 cat > conftest.$ac_ext <<EOF 4434 #line 443 5"configure"4435 #line 4436 "configure" 4435 4436 #include "confdefs.h" 4436 4437 /* System header to define __stub macros and hopefully few prototypes, … … 4455 4456 ; return 0; } 4456 4457 EOF 4457 if { (eval echo configure:445 8: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4458 if { (eval echo configure:4459: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4458 4459 rm -rf conftest* 4459 4460 eval "ac_cv_func_$ac_func=yes" … … 4480 4481 4481 4482 echo $ac_n "checking for working mmap""... $ac_c" 1>&6 4482 echo "configure:448 3: checking for working mmap" >&54483 echo "configure:4484: checking for working mmap" >&5 4483 4484 if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then 4484 4485 echo $ac_n "(cached) $ac_c" 1>&6 … … 4488 4489 else 4489 4490 cat > conftest.$ac_ext <<EOF 4490 #line 449 1"configure"4491 #line 4492 "configure" 4491 4492 #include "confdefs.h" 4492 4493 … … 4628 4629 4629 4630 EOF 4630 if { (eval echo configure:463 1: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null4631 if { (eval echo configure:4632: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 4631 4632 then 4632 4633 ac_cv_func_mmap_fixed_mapped=yes … … 4656 4657 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 4657 4658 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 4658 echo "configure:46 59: checking for $ac_hdr" >&54659 echo "configure:4660: checking for $ac_hdr" >&5 4659 4660 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 4660 4661 echo $ac_n "(cached) $ac_c" 1>&6 … … 4662 4663 cat > conftest.$ac_ext <<EOF 4663 4664 #include <sys/types.h> 4664 #line 466 5"configure"4665 #line 4666 "configure" 4665 4666 #include "confdefs.h" 4666 4667 #include <$ac_hdr> 4667 4668 EOF 4668 4669 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4669 { (eval echo configure:467 0: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }4670 { (eval echo configure:4671: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4670 4671 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4671 4672 if test -z "$ac_err"; then … … 4697 4698 do 4698 4699 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 4699 echo "configure:470 0: checking for $ac_func" >&54700 echo "configure:4701: checking for $ac_func" >&5 4700 4701 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 4701 4702 echo $ac_n "(cached) $ac_c" 1>&6 4702 4703 else 4703 4704 cat > conftest.$ac_ext <<EOF 4704 #line 470 5"configure"4705 #line 4706 "configure" 4705 4706 #include "confdefs.h" 4706 4707 /* System header to define __stub macros and hopefully few prototypes, … … 4725 4726 ; return 0; } 4726 4727 EOF 4727 if { (eval echo configure:472 8: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4728 if { (eval echo configure:4729: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4728 4729 rm -rf conftest* 4729 4730 eval "ac_cv_func_$ac_func=yes" … … 4754 4755 do 4755 4756 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 4756 echo "configure:475 7: checking for $ac_func" >&54757 echo "configure:4758: checking for $ac_func" >&5 4757 4758 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 4758 4759 echo $ac_n "(cached) $ac_c" 1>&6 4759 4760 else 4760 4761 cat > conftest.$ac_ext <<EOF 4761 #line 476 2"configure"4762 #line 4763 "configure" 4762 4763 #include "confdefs.h" 4763 4764 /* System header to define __stub macros and hopefully few prototypes, … … 4782 4783 ; return 0; } 4783 4784 EOF 4784 if { (eval echo configure:478 5: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4785 if { (eval echo configure:4786: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4785 4786 rm -rf conftest* 4786 4787 eval "ac_cv_func_$ac_func=yes" … … 4816 4817 if test $ac_cv_header_locale_h = yes; then 4817 4818 echo $ac_n "checking for LC_MESSAGES""... $ac_c" 1>&6 4818 echo "configure:48 19: checking for LC_MESSAGES" >&54819 echo "configure:4820: checking for LC_MESSAGES" >&5 4819 4820 if eval "test \"`echo '$''{'am_cv_val_LC_MESSAGES'+set}'`\" = set"; then 4820 4821 echo $ac_n "(cached) $ac_c" 1>&6 4821 4822 else 4822 4823 cat > conftest.$ac_ext <<EOF 4823 #line 482 4"configure"4824 #line 4825 "configure" 4824 4825 #include "confdefs.h" 4825 4826 #include <locale.h> … … 4828 4829 ; return 0; } 4829 4830 EOF 4830 if { (eval echo configure:483 1: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4831 if { (eval echo configure:4832: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4831 4832 rm -rf conftest* 4832 4833 am_cv_val_LC_MESSAGES=yes … … 4849 4850 fi 4850 4851 echo $ac_n "checking whether NLS is requested""... $ac_c" 1>&6 4851 echo "configure:485 2: checking whether NLS is requested" >&54852 echo "configure:4853: checking whether NLS is requested" >&5 4852 4853 # Check whether --enable-nls or --disable-nls was given. 4853 4854 if test "${enable_nls+set}" = set; then … … 4869 4870 4870 4871 echo $ac_n "checking whether included gettext is requested""... $ac_c" 1>&6 4871 echo "configure:487 2: checking whether included gettext is requested" >&54872 echo "configure:4873: checking whether included gettext is requested" >&5 4872 4873 # Check whether --with-included-gettext or --without-included-gettext was given. 4873 4874 if test "${with_included_gettext+set}" = set; then … … 4881 4882 4882 4883 nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext" 4884 echo "nls_cv_use_gnu_gettext:$nls_cv_use_gnu_gettext" >&5 4883 4885 if test "$nls_cv_force_use_gnu_gettext" != "yes"; then 4884 4886 nls_cv_header_intl= … … 4888 4890 ac_safe=`echo "libintl.h" | sed 'y%./+-%__p_%'` 4889 4891 echo $ac_n "checking for libintl.h""... $ac_c" 1>&6 4890 echo "configure:489 1: checking for libintl.h" >&54892 echo "configure:4893: checking for libintl.h" >&5 4891 4893 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 4892 4894 echo $ac_n "(cached) $ac_c" 1>&6 … … 4894 4896 cat > conftest.$ac_ext <<EOF 4895 4897 #include <sys/types.h> 4896 #line 489 7"configure"4898 #line 4899 "configure" 4897 4899 #include "confdefs.h" 4898 4900 #include <libintl.h> 4899 4901 EOF 4900 4902 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4901 { (eval echo configure:490 2: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }4903 { (eval echo configure:4904: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4902 4904 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4903 4905 if test -z "$ac_err"; then … … 4916 4918 echo "$ac_t""yes" 1>&6 4917 4919 echo $ac_n "checking for gettext in libc""... $ac_c" 1>&6 4918 echo "configure:49 19: checking for gettext in libc" >&54920 echo "configure:4921: checking for gettext in libc" >&5 4919 4921 if eval "test \"`echo '$''{'gt_cv_func_gettext_libc'+set}'`\" = set"; then 4920 4922 echo $ac_n "(cached) $ac_c" 1>&6 4921 4923 else 4922 4924 cat > conftest.$ac_ext <<EOF 4923 #line 492 4"configure"4925 #line 4926 "configure" 4924 4926 #include "confdefs.h" 4925 4927 #include <libintl.h> … … 4928 4930 ; return 0; } 4929 4931 EOF 4930 if { (eval echo configure:493 1: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4932 if { (eval echo configure:4933: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4931 4933 rm -rf conftest* 4932 4934 gt_cv_func_gettext_libc=yes … … 4943 4945 4944 4946 if test "$gt_cv_func_gettext_libc" != "yes"; then 4945 echo $ac_n "checking for bindtextdomain in -lintl""... $ac_c" 1>&64946 echo "configure:494 7: checking for bindtextdomain in -lintl" >&54947 echo $ac_n "checking for bindtextdomain in -lintl""... $ac_c" 1>&6 4948 echo "configure:4949: checking for bindtextdomain in -lintl" >&5 4947 4949 ac_lib_var=`echo intl'_'bindtextdomain | sed 'y%./+-%__p_%'` 4948 4950 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4952 4954 LIBS="-lintl $LIBS" 4953 4955 cat > conftest.$ac_ext <<EOF 4954 #line 495 5"configure"4956 #line 4957 "configure" 4955 4957 #include "confdefs.h" 4956 4958 /* Override any gcc2 internal prototype to avoid an error. */ … … 4963 4965 ; return 0; } 4964 4966 EOF 4965 if { (eval echo configure:496 6: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4967 if { (eval echo configure:4968: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4966 4968 rm -rf conftest* 4967 4969 eval "ac_cv_lib_$ac_lib_var=yes" … … 4979 4981 echo "$ac_t""yes" 1>&6 4980 4982 echo $ac_n "checking for gettext in libintl""... $ac_c" 1>&6 4981 echo "configure:498 2: checking for gettext in libintl" >&54983 echo "configure:4984: checking for gettext in libintl" >&5 4982 4984 if eval "test \"`echo '$''{'gt_cv_func_gettext_libintl'+set}'`\" = set"; then 4983 4985 echo $ac_n "(cached) $ac_c" 1>&6 4984 4986 else 4985 cat > conftest.$ac_ext <<EOF 4986 #line 4987 "configure" 4987 ac_save_LIBS="$LIBS"; LIBS="-lintl $LIBS"; 4988 cat > conftest.$ac_ext <<EOF 4989 #line 4990 "configure" 4987 4990 #include "confdefs.h" 4988 4991 #include <libintl.h> 4989 4992 int main() { 4990 4993 return (int) gettext ("") 4991 4994 ; return 0; } 4992 4995 EOF 4993 if { (eval echo configure:499 4: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4996 if { (eval echo configure:4997: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4994 4997 rm -rf conftest* 4995 4998 gt_cv_func_gettext_libintl=yes … … 5001 5004 fi 5002 5005 rm -f conftest* 5006 LIBS="$ac_save_LIBS"; 5003 5007 fi 5004 5008 … … 5019 5023 set dummy msgfmt; ac_word=$2 5020 5024 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 5021 echo "configure:502 2: checking for $ac_word" >&55025 echo "configure:5026: checking for $ac_word" >&5 5022 5026 if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then 5023 5027 echo $ac_n "(cached) $ac_c" 1>&6 5024 5028 else 5025 5029 case "$MSGFMT" in 5026 /*)5030 [/\\]*|[a-zA-Z]:*) 5027 5031 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path. 5028 5032 ;; … … 5037 5041 fi 5038 5042 fi 5043 ac_word_saved="$ac_word" 5044 ac_word=$ac_word$ac_cv_exeext 5045 if test -f $ac_dir/$ac_word; then 5046 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then 5047 ac_cv_path_MSGFMT="$ac_dir/$ac_word" 5048 break 5049 fi 5050 fi 5051 ac_word="$ac_word_saved" 5039 5052 done 5040 5053 IFS="$ac_save_ifs" … … 5053 5066 do 5054 5067 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 5055 echo "configure:50 56: checking for $ac_func" >&55068 echo "configure:5069: checking for $ac_func" >&5 5056 5069 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 5057 5070 echo $ac_n "(cached) $ac_c" 1>&6 5058 5071 else 5059 5072 cat > conftest.$ac_ext <<EOF 5060 #line 50 61"configure"5073 #line 5074 "configure" 5061 5074 #include "confdefs.h" 5062 5075 /* System header to define __stub macros and hopefully few prototypes, … … 5081 5094 ; return 0; } 5082 5095 EOF 5083 if { (eval echo configure:50 84: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then5096 if { (eval echo configure:5097: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5084 5097 rm -rf conftest* 5085 5098 eval "ac_cv_func_$ac_func=yes" … … 5108 5121 set dummy gmsgfmt; ac_word=$2 5109 5122 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 5110 echo "configure:51 11: checking for $ac_word" >&55123 echo "configure:5124: checking for $ac_word" >&5 5111 5124 if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then 5112 5125 echo $ac_n "(cached) $ac_c" 1>&6 5113 5126 else 5114 5127 case "$GMSGFMT" in 5115 /* | [a-zA-Z]:*)5128 [/\\]* | [a-zA-Z]:*) 5116 5129 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path. 5117 5130 ;; 5118 ?:/*) 5131 ?:/*) 5119 5132 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a dos path. 5120 5133 ;; … … 5122 5135 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 5123 5136 ac_dummy="$PATH" 5124 for ac_dir in $ac_dummy; do 5137 for ac_dir in $ac_dummy; do 5125 5138 test -z "$ac_dir" && ac_dir=. 5126 5139 if test -f $ac_dir/$ac_word; then … … 5148 5161 set dummy xgettext; ac_word=$2 5149 5162 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 5150 echo "configure:51 51: checking for $ac_word" >&55163 echo "configure:5164: checking for $ac_word" >&5 5151 5164 if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then 5152 5165 echo $ac_n "(cached) $ac_c" 1>&6 5153 5166 else 5154 5167 case "$XGETTEXT" in 5155 /*)5168 [/\\]*|[a-zA-Z]:*) 5156 5169 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path. 5157 5170 ;; … … 5166 5179 fi 5167 5180 fi 5181 ac_word_saved="$ac_word" 5182 ac_word=$ac_word$ac_cv_exeext 5183 if test -f $ac_dir/$ac_word; then 5184 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then 5185 ac_cv_path_XGETTEXT="$ac_dir/$ac_word" 5186 break 5187 fi 5188 fi 5189 ac_word="$ac_word_saved" 5168 5190 done 5169 5191 IFS="$ac_save_ifs" … … 5179 5201 fi 5180 5202 5203 5181 5204 cat > conftest.$ac_ext <<EOF 5182 #line 5 183"configure"5205 #line 5206 "configure" 5183 5206 #include "confdefs.h" 5184 5207 … … 5188 5211 ; return 0; } 5189 5212 EOF 5190 if { (eval echo configure:5 191: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then5213 if { (eval echo configure:5214: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5191 5214 rm -rf conftest* 5192 5215 CATOBJEXT=.gmo … … 5212 5235 if test "$CATOBJEXT" = "NONE"; then 5213 5236 nls_cv_use_gnu_gettext=yes 5237 echo "nls_cv_use_gnu_gettext:$nls_cv_use_gnu_gettext fallback" >&5 5214 5238 fi 5215 5239 fi … … 5220 5244 set dummy msgfmt; ac_word=$2 5221 5245 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 5222 echo "configure:52 23: checking for $ac_word" >&55246 echo "configure:5247: checking for $ac_word" >&5 5223 5247 if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then 5224 5248 echo $ac_n "(cached) $ac_c" 1>&6 5225 5249 else 5226 5250 case "$MSGFMT" in 5227 /*)5251 [/\\]*|[a-zA-Z]:*) 5228 5252 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path. 5229 5253 ;; … … 5238 5262 fi 5239 5263 fi 5264 ac_word_saved="$ac_word" 5265 ac_word=$ac_word$ac_cv_exeext 5266 if test -f $ac_dir/$ac_word; then 5267 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then 5268 ac_cv_path_MSGFMT="$ac_dir/$ac_word" 5269 break 5270 fi 5271 fi 5272 ac_word="$ac_word_saved" 5240 5273 done 5241 5274 IFS="$ac_save_ifs" … … 5254 5287 set dummy gmsgfmt; ac_word=$2 5255 5288 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 5256 echo "configure:52 57: checking for $ac_word" >&55289 echo "configure:5290: checking for $ac_word" >&5 5257 5290 if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then 5258 5291 echo $ac_n "(cached) $ac_c" 1>&6 5259 5292 else 5260 5293 case "$GMSGFMT" in 5261 /* | [a-zA-Z]:*)5294 [/\\]* | [a-zA-Z]:*) 5262 5295 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path. 5263 5296 ;; 5264 ?:/*) 5297 ?:/*) 5265 5298 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a dos path. 5266 5299 ;; … … 5268 5301 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 5269 5302 ac_dummy="$PATH" 5270 for ac_dir in $ac_dummy; do 5303 for ac_dir in $ac_dummy; do 5271 5304 test -z "$ac_dir" && ac_dir=. 5272 5305 if test -f $ac_dir/$ac_word; then … … 5294 5327 set dummy xgettext; ac_word=$2 5295 5328 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 5296 echo "configure:5 297: checking for $ac_word" >&55329 echo "configure:5330: checking for $ac_word" >&5 5297 5330 if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then 5298 5331 echo $ac_n "(cached) $ac_c" 1>&6 5299 5332 else 5300 5333 case "$XGETTEXT" in 5301 /*)5334 [/\\]*|[a-zA-Z]:*) 5302 5335 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path. 5303 5336 ;; … … 5312 5345 fi 5313 5346 fi 5347 ac_word_saved="$ac_word" 5348 ac_word=$ac_word$ac_cv_exeext 5349 if test -f $ac_dir/$ac_word; then 5350 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then 5351 ac_cv_path_XGETTEXT="$ac_dir/$ac_word" 5352 break 5353 fi 5354 fi 5355 ac_word="$ac_word_saved" 5314 5356 done 5315 5357 IFS="$ac_save_ifs" … … 5335 5377 nls_cv_header_intl=libintl.h 5336 5378 nls_cv_header_libgt=libgettext.h 5379 else 5380 echo "dbg: else: gt_cv_func_gettext_libintl" >&5 5381 if test "$gt_cv_func_gettext_libintl" = "yes"; then 5382 echo "dbg: updating LIBS" >&5 5383 LIBS="-lintl $LIBS" 5384 INTLLIBS="-lintl" 5385 fi 5337 5386 fi 5338 5387 … … 5384 5433 else 5385 5434 echo $ac_n "checking for catalogs to be installed""... $ac_c" 1>&6 5386 echo "configure:5 387: checking for catalogs to be installed" >&55435 echo "configure:5436: checking for catalogs to be installed" >&5 5387 5436 NEW_LINGUAS= 5388 5437 for lang in ${LINGUAS=$ALL_LINGUAS}; do … … 5412 5461 ac_safe=`echo "linux/version.h" | sed 'y%./+-%__p_%'` 5413 5462 echo $ac_n "checking for linux/version.h""... $ac_c" 1>&6 5414 echo "configure:54 15: checking for linux/version.h" >&55463 echo "configure:5464: checking for linux/version.h" >&5 5415 5464 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 5416 5465 echo $ac_n "(cached) $ac_c" 1>&6 … … 5418 5467 cat > conftest.$ac_ext <<EOF 5419 5468 #include <sys/types.h> 5420 #line 54 21"configure"5469 #line 5470 "configure" 5421 5470 #include "confdefs.h" 5422 5471 #include <linux/version.h> 5423 5472 EOF 5424 5473 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 5425 { (eval echo configure:54 26: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }5474 { (eval echo configure:5475: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 5426 5475 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 5427 5476 if test -z "$ac_err"; then … … 5486 5535 5487 5536 echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6 5488 echo "configure:5 489: checking whether to enable maintainer-specific portions of Makefiles" >&55537 echo "configure:5538: checking whether to enable maintainer-specific portions of Makefiles" >&5 5489 5538 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given. 5490 5539 if test "${enable_maintainer_mode+set}" = set; then … … 5512 5561 5513 5562 echo $ac_n "checking for executable suffix""... $ac_c" 1>&6 5514 echo "configure:55 15: checking for executable suffix" >&55563 echo "configure:5564: checking for executable suffix" >&5 5515 5564 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then 5516 5565 echo $ac_n "(cached) $ac_c" 1>&6 … … 5522 5571 echo 'int main () { return 0; }' > conftest.$ac_ext 5523 5572 ac_cv_exeext= 5524 if { (eval echo configure:55 25: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then5573 if { (eval echo configure:5574: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then 5525 5574 for file in conftest.*; do 5526 5575 case $file in … … 5547 5596 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 5548 5597 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 5549 echo "configure:55 50: checking for $ac_hdr" >&55598 echo "configure:5599: checking for $ac_hdr" >&5 5550 5599 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 5551 5600 echo $ac_n "(cached) $ac_c" 1>&6 … … 5553 5602 cat > conftest.$ac_ext <<EOF 5554 5603 #include <sys/types.h> 5555 #line 5 556"configure"5604 #line 5605 "configure" 5556 5605 #include "confdefs.h" 5557 5606 #include <$ac_hdr> 5558 5607 EOF 5559 5608 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 5560 { (eval echo configure:5 561: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }5609 { (eval echo configure:5610: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 5561 5610 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 5562 5611 if test -z "$ac_err"; then … … 5588 5637 # people who are not cross-compiling but are compiling cross-assemblers. 5589 5638 echo $ac_n "checking whether compiling a cross-assembler""... $ac_c" 1>&6 5590 echo "configure:5 591: checking whether compiling a cross-assembler" >&55639 echo "configure:5640: checking whether compiling a cross-assembler" >&5 5591 5640 if test "${host}" = "${target}"; then 5592 5641 cross_gas=no … … 5603 5652 # for constant arguments. Useless! 5604 5653 echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6 5605 echo "configure:56 06: checking for working alloca.h" >&55654 echo "configure:5655: checking for working alloca.h" >&5 5606 5655 if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then 5607 5656 echo $ac_n "(cached) $ac_c" 1>&6 5608 5657 else 5609 5658 cat > conftest.$ac_ext <<EOF 5610 #line 56 11"configure"5659 #line 5660 "configure" 5611 5660 #include "confdefs.h" 5612 5661 #include <alloca.h> … … 5615 5664 ; return 0; } 5616 5665 EOF 5617 if { (eval echo configure:56 18: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then5666 if { (eval echo configure:5667: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5618 5667 rm -rf conftest* 5619 5668 ac_cv_header_alloca_h=yes … … 5636 5685 5637 5686 echo $ac_n "checking for alloca""... $ac_c" 1>&6 5638 echo "configure:56 39: checking for alloca" >&55687 echo "configure:5688: checking for alloca" >&5 5639 5688 if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then 5640 5689 echo $ac_n "(cached) $ac_c" 1>&6 5641 5690 else 5642 5691 cat > conftest.$ac_ext <<EOF 5643 #line 56 44"configure"5692 #line 5693 "configure" 5644 5693 #include "confdefs.h" 5645 5694 … … 5669 5718 ; return 0; } 5670 5719 EOF 5671 if { (eval echo configure:5 672: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then5720 if { (eval echo configure:5721: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5672 5721 rm -rf conftest* 5673 5722 ac_cv_func_alloca_works=yes … … 5701 5750 5702 5751 echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6 5703 echo "configure:57 04: checking whether alloca needs Cray hooks" >&55752 echo "configure:5753: checking whether alloca needs Cray hooks" >&5 5704 5753 if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then 5705 5754 echo $ac_n "(cached) $ac_c" 1>&6 5706 5755 else 5707 5756 cat > conftest.$ac_ext <<EOF 5708 #line 57 09"configure"5757 #line 5758 "configure" 5709 5758 #include "confdefs.h" 5710 5759 #if defined(CRAY) && ! defined(CRAY2) … … 5731 5780 for ac_func in _getb67 GETB67 getb67; do 5732 5781 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 5733 echo "configure:57 34: checking for $ac_func" >&55782 echo "configure:5783: checking for $ac_func" >&5 5734 5783 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 5735 5784 echo $ac_n "(cached) $ac_c" 1>&6 5736 5785 else 5737 5786 cat > conftest.$ac_ext <<EOF 5738 #line 57 39"configure"5787 #line 5788 "configure" 5739 5788 #include "confdefs.h" 5740 5789 /* System header to define __stub macros and hopefully few prototypes, … … 5759 5808 ; return 0; } 5760 5809 EOF 5761 if { (eval echo configure:5 762: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then5810 if { (eval echo configure:5811: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5762 5811 rm -rf conftest* 5763 5812 eval "ac_cv_func_$ac_func=yes" … … 5786 5835 5787 5836 echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6 5788 echo "configure:5 789: checking stack direction for C alloca" >&55837 echo "configure:5838: checking stack direction for C alloca" >&5 5789 5838 if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then 5790 5839 echo $ac_n "(cached) $ac_c" 1>&6 … … 5794 5843 else 5795 5844 cat > conftest.$ac_ext <<EOF 5796 #line 5 797"configure"5845 #line 5846 "configure" 5797 5846 #include "confdefs.h" 5798 5847 find_stack_direction () … … 5813 5862 } 5814 5863 EOF 5815 if { (eval echo configure:58 16: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null5864 if { (eval echo configure:5865: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 5816 5865 then 5817 5866 ac_cv_c_stack_direction=1 … … 5835 5884 5836 5885 echo $ac_n "checking for inline""... $ac_c" 1>&6 5837 echo "configure:58 38: checking for inline" >&55886 echo "configure:5887: checking for inline" >&5 5838 5887 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then 5839 5888 echo $ac_n "(cached) $ac_c" 1>&6 … … 5842 5891 for ac_kw in inline __inline__ __inline; do 5843 5892 cat > conftest.$ac_ext <<EOF 5844 #line 58 45"configure"5893 #line 5894 "configure" 5845 5894 #include "confdefs.h" 5846 5895 … … 5849 5898 ; return 0; } 5850 5899 EOF 5851 if { (eval echo configure:5 852: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5900 if { (eval echo configure:5901: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5852 5901 rm -rf conftest* 5853 5902 ac_cv_c_inline=$ac_kw; break … … 5879 5928 do 5880 5929 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 5881 echo "configure:5 882: checking for $ac_func" >&55930 echo "configure:5931: checking for $ac_func" >&5 5882 5931 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 5883 5932 echo $ac_n "(cached) $ac_c" 1>&6 5884 5933 else 5885 5934 cat > conftest.$ac_ext <<EOF 5886 #line 5 887"configure"5935 #line 5936 "configure" 5887 5936 #include "confdefs.h" 5888 5937 /* System header to define __stub macros and hopefully few prototypes, … … 5907 5956 ; return 0; } 5908 5957 EOF 5909 if { (eval echo configure:59 10: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then5958 if { (eval echo configure:5959: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5910 5959 rm -rf conftest* 5911 5960 eval "ac_cv_func_$ac_func=yes" … … 5936 5985 do 5937 5986 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 5938 echo "configure:59 39: checking for $ac_func" >&55987 echo "configure:5988: checking for $ac_func" >&5 5939 5988 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 5940 5989 echo $ac_n "(cached) $ac_c" 1>&6 5941 5990 else 5942 5991 cat > conftest.$ac_ext <<EOF 5943 #line 59 44"configure"5992 #line 5993 "configure" 5944 5993 #include "confdefs.h" 5945 5994 /* System header to define __stub macros and hopefully few prototypes, … … 5964 6013 ; return 0; } 5965 6014 EOF 5966 if { (eval echo configure: 5967: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then6015 if { (eval echo configure:6016: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5967 6016 rm -rf conftest* 5968 6017 eval "ac_cv_func_$ac_func=yes" … … 5999 6048 *-ncr-sysv4.3*) 6000 6049 echo $ac_n "checking for _mwvalidcheckl in -lmw""... $ac_c" 1>&6 6001 echo "configure:60 02: checking for _mwvalidcheckl in -lmw" >&56050 echo "configure:6051: checking for _mwvalidcheckl in -lmw" >&5 6002 6051 ac_lib_var=`echo mw'_'_mwvalidcheckl | sed 'y%./+-%__p_%'` 6003 6052 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 6007 6056 LIBS="-lmw $LIBS" 6008 6057 cat > conftest.$ac_ext <<EOF 6009 #line 60 10"configure"6058 #line 6059 "configure" 6010 6059 #include "confdefs.h" 6011 6060 /* Override any gcc2 internal prototype to avoid an error. */ … … 6018 6067 ; return 0; } 6019 6068 EOF 6020 if { (eval echo configure:60 21: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then6069 if { (eval echo configure:6070: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 6021 6070 rm -rf conftest* 6022 6071 eval "ac_cv_lib_$ac_lib_var=yes" … … 6039 6088 6040 6089 echo $ac_n "checking for main in -lm""... $ac_c" 1>&6 6041 echo "configure:60 42: checking for main in -lm" >&56090 echo "configure:6091: checking for main in -lm" >&5 6042 6091 ac_lib_var=`echo m'_'main | sed 'y%./+-%__p_%'` 6043 6092 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 6047 6096 LIBS="-lm $LIBS" 6048 6097 cat > conftest.$ac_ext <<EOF 6049 #line 60 50"configure"6098 #line 6099 "configure" 6050 6099 #include "confdefs.h" 6051 6100 … … 6054 6103 ; return 0; } 6055 6104 EOF 6056 if { (eval echo configure:6 057: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then6105 if { (eval echo configure:6106: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 6057 6106 rm -rf conftest* 6058 6107 eval "ac_cv_lib_$ac_lib_var=yes" … … 6077 6126 *) 6078 6127 echo $ac_n "checking for main in -lm""... $ac_c" 1>&6 6079 echo "configure:6 080: checking for main in -lm" >&56128 echo "configure:6129: checking for main in -lm" >&5 6080 6129 ac_lib_var=`echo m'_'main | sed 'y%./+-%__p_%'` 6081 6130 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 6085 6134 LIBS="-lm $LIBS" 6086 6135 cat > conftest.$ac_ext <<EOF 6087 #line 6 088"configure"6136 #line 6137 "configure" 6088 6137 #include "confdefs.h" 6089 6138 … … 6092 6141 ; return 0; } 6093 6142 EOF 6094 if { (eval echo configure:6 095: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then6143 if { (eval echo configure:6144: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 6095 6144 rm -rf conftest* 6096 6145 eval "ac_cv_lib_$ac_lib_var=yes" … … 6123 6172 # working properly! 6124 6173 echo $ac_n "checking for working assert macro""... $ac_c" 1>&6 6125 echo "configure:61 26: checking for working assert macro" >&56174 echo "configure:6175: checking for working assert macro" >&5 6126 6175 if eval "test \"`echo '$''{'gas_cv_assert_ok'+set}'`\" = set"; then 6127 6176 echo $ac_n "(cached) $ac_c" 1>&6 6128 6177 else 6129 6178 cat > conftest.$ac_ext <<EOF 6130 #line 61 31"configure"6179 #line 6180 "configure" 6131 6180 #include "confdefs.h" 6132 6181 #include <assert.h> … … 6144 6193 ; return 0; } 6145 6194 EOF 6146 if { (eval echo configure:61 47: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then6195 if { (eval echo configure:6196: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 6147 6196 rm -rf conftest* 6148 6197 gas_cv_assert_ok=yes … … 6185 6234 6186 6235 echo $ac_n "checking whether declaration is required for strstr""... $ac_c" 1>&6 6187 echo "configure:6 188: checking whether declaration is required for strstr" >&56236 echo "configure:6237: checking whether declaration is required for strstr" >&5 6188 6237 if eval "test \"`echo '$''{'gas_cv_decl_needed_strstr'+set}'`\" = set"; then 6189 6238 echo $ac_n "(cached) $ac_c" 1>&6 6190 6239 else 6191 6240 cat > conftest.$ac_ext <<EOF 6192 #line 6 193"configure"6241 #line 6242 "configure" 6193 6242 #include "confdefs.h" 6194 6243 $gas_test_headers … … 6201 6250 ; return 0; } 6202 6251 EOF 6203 if { (eval echo configure:62 04: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then6252 if { (eval echo configure:6253: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 6204 6253 rm -rf conftest* 6205 6254 gas_cv_decl_needed_strstr=no … … 6222 6271 6223 6272 echo $ac_n "checking whether declaration is required for malloc""... $ac_c" 1>&6 6224 echo "configure:62 25: checking whether declaration is required for malloc" >&56273 echo "configure:6274: checking whether declaration is required for malloc" >&5 6225 6274 if eval "test \"`echo '$''{'gas_cv_decl_needed_malloc'+set}'`\" = set"; then 6226 6275 echo $ac_n "(cached) $ac_c" 1>&6 6227 6276 else 6228 6277 cat > conftest.$ac_ext <<EOF 6229 #line 62 30"configure"6278 #line 6279 "configure" 6230 6279 #include "confdefs.h" 6231 6280 $gas_test_headers … … 6238 6287 ; return 0; } 6239 6288 EOF 6240 if { (eval echo configure:62 41: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then6289 if { (eval echo configure:6290: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 6241 6290 rm -rf conftest* 6242 6291 gas_cv_decl_needed_malloc=no … … 6259 6308 6260 6309 echo $ac_n "checking whether declaration is required for free""... $ac_c" 1>&6 6261 echo "configure:6 262: checking whether declaration is required for free" >&56310 echo "configure:6311: checking whether declaration is required for free" >&5 6262 6311 if eval "test \"`echo '$''{'gas_cv_decl_needed_free'+set}'`\" = set"; then 6263 6312 echo $ac_n "(cached) $ac_c" 1>&6 6264 6313 else 6265 6314 cat > conftest.$ac_ext <<EOF 6266 #line 6 267"configure"6315 #line 6316 "configure" 6267 6316 #include "confdefs.h" 6268 6317 $gas_test_headers … … 6275 6324 ; return 0; } 6276 6325 EOF 6277 if { (eval echo configure:6 278: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then6326 if { (eval echo configure:6327: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 6278 6327 rm -rf conftest* 6279 6328 gas_cv_decl_needed_free=no … … 6296 6345 6297 6346 echo $ac_n "checking whether declaration is required for sbrk""... $ac_c" 1>&6 6298 echo "configure:6 299: checking whether declaration is required for sbrk" >&56347 echo "configure:6348: checking whether declaration is required for sbrk" >&5 6299 6348 if eval "test \"`echo '$''{'gas_cv_decl_needed_sbrk'+set}'`\" = set"; then 6300 6349 echo $ac_n "(cached) $ac_c" 1>&6 6301 6350 else 6302 6351 cat > conftest.$ac_ext <<EOF 6303 #line 63 04"configure"6352 #line 6353 "configure" 6304 6353 #include "confdefs.h" 6305 6354 $gas_test_headers … … 6312 6361 ; return 0; } 6313 6362 EOF 6314 if { (eval echo configure:63 15: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then6363 if { (eval echo configure:6364: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 6315 6364 rm -rf conftest* 6316 6365 gas_cv_decl_needed_sbrk=no … … 6333 6382 6334 6383 echo $ac_n "checking whether declaration is required for environ""... $ac_c" 1>&6 6335 echo "configure:63 36: checking whether declaration is required for environ" >&56384 echo "configure:6385: checking whether declaration is required for environ" >&5 6336 6385 if eval "test \"`echo '$''{'gas_cv_decl_needed_environ'+set}'`\" = set"; then 6337 6386 echo $ac_n "(cached) $ac_c" 1>&6 6338 6387 else 6339 6388 cat > conftest.$ac_ext <<EOF 6340 #line 63 41"configure"6389 #line 6390 "configure" 6341 6390 #include "confdefs.h" 6342 6391 $gas_test_headers … … 6349 6398 ; return 0; } 6350 6399 EOF 6351 if { (eval echo configure:6 352: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then6400 if { (eval echo configure:6401: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 6352 6401 rm -rf conftest* 6353 6402 gas_cv_decl_needed_environ=no … … 6373 6422 6374 6423 echo $ac_n "checking whether declaration is required for errno""... $ac_c" 1>&6 6375 echo "configure:6 376: checking whether declaration is required for errno" >&56424 echo "configure:6425: checking whether declaration is required for errno" >&5 6376 6425 if eval "test \"`echo '$''{'gas_cv_decl_needed_errno'+set}'`\" = set"; then 6377 6426 echo $ac_n "(cached) $ac_c" 1>&6 6378 6427 else 6379 6428 cat > conftest.$ac_ext <<EOF 6380 #line 6 381"configure"6429 #line 6430 "configure" 6381 6430 #include "confdefs.h" 6382 6431 … … 6393 6442 ; return 0; } 6394 6443 EOF 6395 if { (eval echo configure:6 396: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then6444 if { (eval echo configure:6445: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 6396 6445 rm -rf conftest* 6397 6446 gas_cv_decl_needed_errno=no … … 6700 6749 if test -z "$ac_dots"; then top_srcdir=. 6701 6750 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;; 6702 /* | [A-Za-z]:*)6751 [/\\]* | [a-zA-Z]:*) 6703 6752 srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;; 6704 6753 *) # Relative path. … … 6708 6757 6709 6758 case "$ac_given_INSTALL" in 6710 [/$ ]* | [A-Za-z]:*) INSTALL="$ac_given_INSTALL" ;;6759 [/$\\]* | [A-Za-z]:*) INSTALL="$ac_given_INSTALL" ;; 6711 6760 *) INSTALL="$ac_dots$ac_given_INSTALL" ;; 6712 6761 esac -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/binutils/gprof/aclocal.m4
-
Property cvs2svn:cvs-rev
changed from
1.1.1.2
to1.2
r1112 r1113 1 dnl aclocal.m4 generated automatically by aclocal 1.4-p 51 dnl aclocal.m4 generated automatically by aclocal 1.4-p6 2 2 3 3 dnl Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc. … … 36 36 37 37 AC_DEFUN([AM_INIT_AUTOMAKE], 38 [AC_REQUIRE([AC_PROG_INSTALL]) 38 [AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl 39 AC_REQUIRE([AC_PROG_INSTALL]) 39 40 PACKAGE=[$1] 40 41 AC_SUBST(PACKAGE) … … 52 53 dnl FIXME This is truly gross. 53 54 missing_dir=`cd $ac_aux_dir && pwd` 54 AM_MISSING_PROG(ACLOCAL, aclocal , $missing_dir)55 AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version}, $missing_dir) 55 56 AM_MISSING_PROG(AUTOCONF, autoconf, $missing_dir) 56 AM_MISSING_PROG(AUTOMAKE, automake , $missing_dir)57 AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version}, $missing_dir) 57 58 AM_MISSING_PROG(AUTOHEADER, autoheader, $missing_dir) 58 59 AM_MISSING_PROG(MAKEINFO, makeinfo, $missing_dir) 59 60 AC_REQUIRE([AC_PROG_MAKE_SET])]) 61 62 # Copyright 2002 Free Software Foundation, Inc. 63 64 # This program is free software; you can redistribute it and/or modify 65 # it under the terms of the GNU General Public License as published by 66 # the Free Software Foundation; either version 2, or (at your option) 67 # any later version. 68 69 # This program is distributed in the hope that it will be useful, 70 # but WITHOUT ANY WARRANTY; without even the implied warranty of 71 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 72 # GNU General Public License for more details. 73 74 # You should have received a copy of the GNU General Public License 75 # along with this program; if not, write to the Free Software 76 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 77 78 # AM_AUTOMAKE_VERSION(VERSION) 79 # ---------------------------- 80 # Automake X.Y traces this macro to ensure aclocal.m4 has been 81 # generated from the m4 files accompanying Automake X.Y. 82 AC_DEFUN([AM_AUTOMAKE_VERSION],[am__api_version="1.4"]) 83 84 # AM_SET_CURRENT_AUTOMAKE_VERSION 85 # ------------------------------- 86 # Call AM_AUTOMAKE_VERSION so it can be traced. 87 # This function is AC_REQUIREd by AC_INIT_AUTOMAKE. 88 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], 89 [AM_AUTOMAKE_VERSION([1.4-p6])]) 60 90 61 91 # -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/binutils/gprof/configure
-
Property cvs2svn:cvs-rev
changed from
1.4
to1.5
r1112 r1113 2 2 3 3 # Guess values for system-dependent variables and create Makefiles. 4 # Generated automatically using autoconf version 2.13 4 # Generated automatically using autoconf version 2.13 5 5 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc. 6 6 # … … 1052 1052 1053 1053 BFD_VERSION=`sed -n -e 's/^.._INIT_AUTOMAKE.*,[ ]*\([^ ]*\)[ ]*).*/\1/p' < ${srcdir}/../bfd/configure.in` 1054 am__api_version="1.4" 1054 1055 # Find a good install program. We prefer a C program (faster), 1055 1056 # so one script is as good as another. But avoid the broken or … … 1064 1065 # ./install, which can be erroneously created by make from ./install.sh. 1065 1066 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 1066 echo "configure:106 7: checking for a BSD compatible install" >&51067 echo "configure:1068: checking for a BSD compatible install" >&5 1067 1068 if test -z "$INSTALL"; then 1068 1069 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then … … 1119 1120 1120 1121 echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6 1121 echo "configure:112 2: checking whether build environment is sane" >&51122 echo "configure:1123: checking whether build environment is sane" >&5 1122 1123 # Just in case 1123 1124 sleep 1 … … 1176 1177 1177 1178 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 1178 echo "configure:11 79: checking whether ${MAKE-make} sets \${MAKE}" >&51179 echo "configure:1180: checking whether ${MAKE-make} sets \${MAKE}" >&5 1179 1180 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` 1180 1181 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then … … 1221 1222 1222 1223 missing_dir=`cd $ac_aux_dir && pwd` 1223 echo $ac_n "checking for working aclocal ""... $ac_c" 1>&61224 echo "configure:122 5: checking for working aclocal" >&51224 echo $ac_n "checking for working aclocal-${am__api_version}""... $ac_c" 1>&6 1225 echo "configure:1226: checking for working aclocal-${am__api_version}" >&5 1225 1226 # Run test in a subshell; some versions of sh will print an error if 1226 1227 # an executable is not found, even if stderr is redirected. 1227 1228 # Redirect stdin to placate older versions of autoconf. Sigh. 1228 if (aclocal --version) < /dev/null > /dev/null 2>&1; then1229 ACLOCAL=aclocal 1229 if (aclocal-${am__api_version} --version) < /dev/null > /dev/null 2>&1; then 1230 ACLOCAL=aclocal-${am__api_version} 1230 1231 echo "$ac_t""found" 1>&6 1231 1232 else 1232 ACLOCAL="$missing_dir/missing aclocal "1233 ACLOCAL="$missing_dir/missing aclocal-${am__api_version}" 1233 1234 echo "$ac_t""missing" 1>&6 1234 1235 fi 1235 1236 1236 1237 echo $ac_n "checking for working autoconf""... $ac_c" 1>&6 1237 echo "configure:123 8: checking for working autoconf" >&51238 echo "configure:1239: checking for working autoconf" >&5 1238 1239 # Run test in a subshell; some versions of sh will print an error if 1239 1240 # an executable is not found, even if stderr is redirected. … … 1247 1248 fi 1248 1249 1249 echo $ac_n "checking for working automake ""... $ac_c" 1>&61250 echo "configure:125 1: checking for working automake" >&51250 echo $ac_n "checking for working automake-${am__api_version}""... $ac_c" 1>&6 1251 echo "configure:1252: checking for working automake-${am__api_version}" >&5 1251 1252 # Run test in a subshell; some versions of sh will print an error if 1252 1253 # an executable is not found, even if stderr is redirected. 1253 1254 # Redirect stdin to placate older versions of autoconf. Sigh. 1254 if (automake --version) < /dev/null > /dev/null 2>&1; then1255 AUTOMAKE=automake 1255 if (automake-${am__api_version} --version) < /dev/null > /dev/null 2>&1; then 1256 AUTOMAKE=automake-${am__api_version} 1256 1257 echo "$ac_t""found" 1>&6 1257 1258 else 1258 AUTOMAKE="$missing_dir/missing automake "1259 AUTOMAKE="$missing_dir/missing automake-${am__api_version}" 1259 1260 echo "$ac_t""missing" 1>&6 1260 1261 fi 1261 1262 1262 1263 echo $ac_n "checking for working autoheader""... $ac_c" 1>&6 1263 echo "configure:126 4: checking for working autoheader" >&51264 echo "configure:1265: checking for working autoheader" >&5 1264 1265 # Run test in a subshell; some versions of sh will print an error if 1265 1266 # an executable is not found, even if stderr is redirected. … … 1274 1275 1275 1276 echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6 1276 echo "configure:127 7: checking for working makeinfo" >&51277 echo "configure:1278: checking for working makeinfo" >&5 1277 1278 # Run test in a subshell; some versions of sh will print an error if 1278 1279 # an executable is not found, even if stderr is redirected. … … 1369 1370 # Check if gcc -print-prog-name=ld gives a path. 1370 1371 echo $ac_n "checking for ld used by GCC""... $ac_c" 1>&6 1371 echo "configure:137 2: checking for ld used by GCC" >&51372 echo "configure:1373: checking for ld used by GCC" >&5 1372 1373 case $host in 1373 1374 *-*-mingw*) … … 1399 1400 elif test "$with_gnu_ld" = yes; then 1400 1401 echo $ac_n "checking for GNU ld""... $ac_c" 1>&6 1401 echo "configure:140 2: checking for GNU ld" >&51402 echo "configure:1403: checking for GNU ld" >&5 1402 1403 else 1403 1404 echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6 1404 echo "configure:140 5: checking for non-GNU ld" >&51405 echo "configure:1406: checking for non-GNU ld" >&5 1405 1406 fi 1406 1407 if eval "test \"`echo '$''{'lt_cv_path_LD'+set}'`\" = set"; then … … 1437 1438 test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; } 1438 1439 echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6 1439 echo "configure:144 0: checking if the linker ($LD) is GNU ld" >&51440 echo "configure:1441: checking if the linker ($LD) is GNU ld" >&5 1440 1441 if eval "test \"`echo '$''{'lt_cv_prog_gnu_ld'+set}'`\" = set"; then 1441 1442 echo $ac_n "(cached) $ac_c" 1>&6 … … 1454 1455 1455 1456 echo $ac_n "checking for $LD option to reload object files""... $ac_c" 1>&6 1456 echo "configure:145 7: checking for $LD option to reload object files" >&51457 echo "configure:1458: checking for $LD option to reload object files" >&5 1457 1458 if eval "test \"`echo '$''{'lt_cv_ld_reload_flag'+set}'`\" = set"; then 1458 1459 echo $ac_n "(cached) $ac_c" 1>&6 … … 1466 1467 1467 1468 echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6 1468 echo "configure:14 69: checking for BSD-compatible nm" >&51469 echo "configure:1470: checking for BSD-compatible nm" >&5 1469 1470 if eval "test \"`echo '$''{'lt_cv_path_NM'+set}'`\" = set"; then 1470 1471 echo $ac_n "(cached) $ac_c" 1>&6 … … 1504 1505 1505 1506 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6 1506 echo "configure:150 7: checking whether ln -s works" >&51507 echo "configure:1508: checking whether ln -s works" >&5 1507 1508 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then 1508 1509 echo $ac_n "(cached) $ac_c" 1>&6 … … 1531 1532 1532 1533 echo $ac_n "checking how to recognise dependant libraries""... $ac_c" 1>&6 1533 echo "configure:153 4: checking how to recognise dependant libraries" >&51534 echo "configure:1535: checking how to recognise dependant libraries" >&5 1534 1535 if eval "test \"`echo '$''{'lt_cv_deplibs_check_method'+set}'`\" = set"; then 1535 1536 echo $ac_n "(cached) $ac_c" 1>&6 … … 1708 1709 1709 1710 echo $ac_n "checking for object suffix""... $ac_c" 1>&6 1710 echo "configure:171 1: checking for object suffix" >&51711 echo "configure:1712: checking for object suffix" >&5 1711 1712 if eval "test \"`echo '$''{'ac_cv_objext'+set}'`\" = set"; then 1712 1713 echo $ac_n "(cached) $ac_c" 1>&6 … … 1714 1715 rm -f conftest* 1715 1716 echo 'int i = 1;' > conftest.$ac_ext 1716 if { (eval echo configure:171 7: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then1717 if { (eval echo configure:1718: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1717 1718 for ac_file in conftest.*; do 1718 1719 case $ac_file in … … 1744 1745 if test "$file_magic_cmd" = '$MAGIC_CMD'; then 1745 1746 echo $ac_n "checking for ${ac_tool_prefix}file""... $ac_c" 1>&6 1746 echo "configure:174 7: checking for ${ac_tool_prefix}file" >&51747 echo "configure:1748: checking for ${ac_tool_prefix}file" >&5 1747 1748 if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then 1748 1749 echo $ac_n "(cached) $ac_c" 1>&6 … … 1806 1807 if test -n "$ac_tool_prefix"; then 1807 1808 echo $ac_n "checking for file""... $ac_c" 1>&6 1808 echo "configure:18 09: checking for file" >&51809 echo "configure:1810: checking for file" >&5 1809 1810 if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then 1810 1811 echo $ac_n "(cached) $ac_c" 1>&6 … … 1877 1878 set dummy ${ac_tool_prefix}ranlib; ac_word=$2 1878 1879 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1879 echo "configure:188 0: checking for $ac_word" >&51880 echo "configure:1881: checking for $ac_word" >&5 1880 1881 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 1881 1882 echo $ac_n "(cached) $ac_c" 1>&6 … … 1910 1911 set dummy ranlib; ac_word=$2 1911 1912 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1912 echo "configure:191 3: checking for $ac_word" >&51913 echo "configure:1914: checking for $ac_word" >&5 1913 1914 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 1914 1915 echo $ac_n "(cached) $ac_c" 1>&6 … … 1946 1947 set dummy ${ac_tool_prefix}strip; ac_word=$2 1947 1948 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1948 echo "configure:19 49: checking for $ac_word" >&51949 echo "configure:1950: checking for $ac_word" >&5 1949 1950 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then 1950 1951 echo $ac_n "(cached) $ac_c" 1>&6 … … 1979 1980 set dummy strip; ac_word=$2 1980 1981 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1981 echo "configure:198 2: checking for $ac_word" >&51982 echo "configure:1983: checking for $ac_word" >&5 1982 1983 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then 1983 1984 echo $ac_n "(cached) $ac_c" 1>&6 … … 2047 2048 *-*-irix6*) 2048 2049 # Find out which ABI we are using. 2049 echo '#line 205 0"configure"' > conftest.$ac_ext2050 if { (eval echo configure:205 1: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2050 echo '#line 2051 "configure"' > conftest.$ac_ext 2051 if { (eval echo configure:2052: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2051 2052 if test "$lt_cv_prog_gnu_ld" = yes; then 2052 2053 case `/usr/bin/file conftest.$ac_objext` in … … 2081 2082 # Find out which ABI we are using. 2082 2083 echo 'int i;' > conftest.$ac_ext 2083 if { (eval echo configure:208 4: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2084 if { (eval echo configure:2085: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2084 2085 case "`/usr/bin/file conftest.o`" in 2085 2086 *ELF-32*) … … 2099 2100 CFLAGS="$CFLAGS -belf" 2100 2101 echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6 2101 echo "configure:210 2: checking whether the C compiler needs -belf" >&52102 echo "configure:2103: checking whether the C compiler needs -belf" >&5 2102 2103 if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then 2103 2104 echo $ac_n "(cached) $ac_c" 1>&6 2104 2105 else 2105 2106 2106 2107 ac_ext=c 2107 2108 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. … … 2112 2113 2113 2114 cat > conftest.$ac_ext <<EOF 2114 #line 211 5"configure"2115 #line 2116 "configure" 2115 2116 #include "confdefs.h" 2116 2117 … … 2119 2120 ; return 0; } 2120 2121 EOF 2121 if { (eval echo configure:212 2: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2122 if { (eval echo configure:2123: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2122 2123 rm -rf conftest* 2123 2124 lt_cv_cc_needs_belf=yes … … 2229 2230 exec 5>>./config.log 2230 2231 2231 2232 2233 2234 2235 2232 2233 2234 2235 2236 2236 2237 2237 2238 … … 2242 2243 set dummy gcc; ac_word=$2 2243 2244 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2244 echo "configure:224 5: checking for $ac_word" >&52245 echo "configure:2246: checking for $ac_word" >&5 2245 2246 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 2246 2247 echo $ac_n "(cached) $ac_c" 1>&6 … … 2273 2274 set dummy cc; ac_word=$2 2274 2275 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2275 echo "configure:227 6: checking for $ac_word" >&52276 echo "configure:2277: checking for $ac_word" >&5 2276 2277 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 2277 2278 echo $ac_n "(cached) $ac_c" 1>&6 … … 2326 2327 set dummy cl; ac_word=$2 2327 2328 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2328 echo "configure:23 29: checking for $ac_word" >&52329 echo "configure:2330: checking for $ac_word" >&5 2329 2330 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 2330 2331 echo $ac_n "(cached) $ac_c" 1>&6 … … 2359 2360 2360 2361 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 2361 echo "configure:236 2: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&52362 echo "configure:2363: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 2362 2363 2363 2364 ac_ext=c … … 2370 2371 cat > conftest.$ac_ext << EOF 2371 2372 2372 #line 237 3"configure"2373 #line 2374 "configure" 2373 2374 #include "confdefs.h" 2374 2375 2375 2376 main(){return(0);} 2376 2377 EOF 2377 if { (eval echo configure:237 8: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2378 if { (eval echo configure:2379: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2378 2379 ac_cv_prog_cc_works=yes 2379 2380 # If we can't run a trivial program, we are probably using a cross compiler. … … 2401 2402 fi 2402 2403 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 2403 echo "configure:240 4: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&52404 echo "configure:2405: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 2404 2405 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 2405 2406 cross_compiling=$ac_cv_prog_cc_cross 2406 2407 2407 2408 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 2408 echo "configure:24 09: checking whether we are using GNU C" >&52409 echo "configure:2410: checking whether we are using GNU C" >&5 2409 2410 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 2410 2411 echo $ac_n "(cached) $ac_c" 1>&6 … … 2415 2416 #endif 2416 2417 EOF 2417 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:241 8: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then2418 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2419: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 2418 2419 ac_cv_prog_gcc=yes 2419 2420 else … … 2434 2435 CFLAGS= 2435 2436 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 2436 echo "configure:243 7: checking whether ${CC-cc} accepts -g" >&52437 echo "configure:2438: checking whether ${CC-cc} accepts -g" >&5 2437 2438 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 2438 2439 echo $ac_n "(cached) $ac_c" 1>&6 … … 2477 2478 # ./install, which can be erroneously created by make from ./install.sh. 2478 2479 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 2479 echo "configure:248 0: checking for a BSD compatible install" >&52480 echo "configure:2481: checking for a BSD compatible install" >&5 2480 2481 if test -z "$INSTALL"; then 2481 2482 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then … … 2535 2536 do 2536 2537 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 2537 echo "configure:253 8: checking for $ac_func" >&52538 echo "configure:2539: checking for $ac_func" >&5 2538 2539 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 2539 2540 echo $ac_n "(cached) $ac_c" 1>&6 2540 2541 else 2541 2542 cat > conftest.$ac_ext <<EOF 2542 #line 254 3"configure"2543 #line 2544 "configure" 2543 2544 #include "confdefs.h" 2544 2545 /* System header to define __stub macros and hopefully few prototypes, … … 2563 2564 ; return 0; } 2564 2565 EOF 2565 if { (eval echo configure:256 6: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2566 if { (eval echo configure:2567: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2566 2567 rm -rf conftest* 2567 2568 eval "ac_cv_func_$ac_func=yes" … … 2581 2582 #define $ac_tr_func 1 2582 2583 EOF 2583 2584 2584 2585 else 2585 2586 echo "$ac_t""no" 1>&6 … … 2590 2591 ALL_LINGUAS="fr sv es id da pt_BR" 2591 2592 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 2592 echo "configure:259 3: checking how to run the C preprocessor" >&52593 echo "configure:2594: checking how to run the C preprocessor" >&5 2593 2594 # On Suns, sometimes $CPP names a directory. 2594 2595 if test -n "$CPP" && test -d "$CPP"; then … … 2606 2607 cat > conftest.$ac_ext <<EOF 2607 2608 #include <sys/types.h> 2608 #line 26 09"configure"2609 #line 2610 "configure" 2609 2610 #include "confdefs.h" 2610 2611 #include <assert.h> … … 2612 2613 EOF 2613 2614 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2614 { (eval echo configure:261 5: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2615 { (eval echo configure:2616: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2615 2616 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2616 2617 if test -z "$ac_err"; then … … 2624 2625 cat > conftest.$ac_ext <<EOF 2625 2626 #include <sys/types.h> 2626 #line 262 7"configure"2627 #line 2628 "configure" 2627 2628 #include "confdefs.h" 2628 2629 #include <assert.h> … … 2630 2631 EOF 2631 2632 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2632 { (eval echo configure:263 3: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2633 { (eval echo configure:2634: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2633 2634 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2634 2635 if test -z "$ac_err"; then … … 2642 2643 cat > conftest.$ac_ext <<EOF 2643 2644 #include <sys/types.h> 2644 #line 264 5"configure"2645 #line 2646 "configure" 2645 2646 #include "confdefs.h" 2646 2647 #include <assert.h> … … 2648 2649 EOF 2649 2650 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2650 { (eval echo configure:265 1: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2651 { (eval echo configure:2652: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2651 2652 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2652 2653 if test -z "$ac_err"; then … … 2675 2676 set dummy ranlib; ac_word=$2 2676 2677 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2677 echo "configure:267 8: checking for $ac_word" >&52678 echo "configure:2679: checking for $ac_word" >&5 2678 2679 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 2679 2680 echo $ac_n "(cached) $ac_c" 1>&6 … … 2704 2705 2705 2706 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 2706 echo "configure:270 7: checking for ANSI C header files" >&52707 echo "configure:2708: checking for ANSI C header files" >&5 2707 2708 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then 2708 2709 echo $ac_n "(cached) $ac_c" 1>&6 … … 2710 2711 cat > conftest.$ac_ext <<EOF 2711 2712 #include <sys/types.h> 2712 #line 271 3"configure"2713 #line 2714 "configure" 2713 2714 #include "confdefs.h" 2714 2715 #include <stdlib.h> … … 2718 2719 EOF 2719 2720 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2720 { (eval echo configure:272 1: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2721 { (eval echo configure:2722: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2721 2722 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2722 2723 if test -z "$ac_err"; then … … 2735 2736 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 2736 2737 cat > conftest.$ac_ext <<EOF 2737 #line 273 8"configure"2738 #line 2739 "configure" 2738 2739 #include "confdefs.h" 2739 2740 #include <string.h> … … 2753 2754 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 2754 2755 cat > conftest.$ac_ext <<EOF 2755 #line 275 6"configure"2756 #line 2757 "configure" 2756 2757 #include "confdefs.h" 2757 2758 #include <stdlib.h> … … 2774 2775 else 2775 2776 cat > conftest.$ac_ext <<EOF 2776 #line 277 7"configure"2777 #line 2778 "configure" 2777 2778 #include "confdefs.h" 2778 2779 #include <ctype.h> … … 2785 2786 2786 2787 EOF 2787 if { (eval echo configure:278 8: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null2788 if { (eval echo configure:2789: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 2788 2789 then 2789 2790 : … … 2809 2810 2810 2811 echo $ac_n "checking for working const""... $ac_c" 1>&6 2811 echo "configure:281 2: checking for working const" >&52812 echo "configure:2813: checking for working const" >&5 2812 2813 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then 2813 2814 echo $ac_n "(cached) $ac_c" 1>&6 2814 2815 else 2815 2816 cat > conftest.$ac_ext <<EOF 2816 #line 281 7"configure"2817 #line 2818 "configure" 2817 2818 #include "confdefs.h" 2818 2819 … … 2863 2864 ; return 0; } 2864 2865 EOF 2865 if { (eval echo configure:286 6: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2866 if { (eval echo configure:2867: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2866 2867 rm -rf conftest* 2867 2868 ac_cv_c_const=yes … … 2878 2879 if test $ac_cv_c_const = no; then 2879 2880 cat >> confdefs.h <<\EOF 2880 #define const 2881 #define const 2881 2882 EOF 2882 2883 … … 2884 2885 2885 2886 echo $ac_n "checking for inline""... $ac_c" 1>&6 2886 echo "configure:288 7: checking for inline" >&52887 echo "configure:2888: checking for inline" >&5 2887 2888 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then 2888 2889 echo $ac_n "(cached) $ac_c" 1>&6 … … 2891 2892 for ac_kw in inline __inline__ __inline; do 2892 2893 cat > conftest.$ac_ext <<EOF 2893 #line 289 4"configure"2894 #line 2895 "configure" 2894 2895 #include "confdefs.h" 2895 2896 … … 2898 2899 ; return 0; } 2899 2900 EOF 2900 if { (eval echo configure:290 1: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2901 if { (eval echo configure:2902: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2901 2902 rm -rf conftest* 2902 2903 ac_cv_c_inline=$ac_kw; break … … 2914 2915 inline | yes) ;; 2915 2916 no) cat >> confdefs.h <<\EOF 2916 #define inline 2917 #define inline 2917 2918 EOF 2918 2919 ;; … … 2924 2925 2925 2926 echo $ac_n "checking for off_t""... $ac_c" 1>&6 2926 echo "configure:292 7: checking for off_t" >&52927 echo "configure:2928: checking for off_t" >&5 2927 2928 if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then 2928 2929 echo $ac_n "(cached) $ac_c" 1>&6 2929 2930 else 2930 2931 cat > conftest.$ac_ext <<EOF 2931 #line 293 2"configure"2932 #line 2933 "configure" 2932 2933 #include "confdefs.h" 2933 2934 #include <sys/types.h> … … 2957 2958 2958 2959 echo $ac_n "checking for size_t""... $ac_c" 1>&6 2959 echo "configure:296 0: checking for size_t" >&52960 echo "configure:2961: checking for size_t" >&5 2960 2961 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then 2961 2962 echo $ac_n "(cached) $ac_c" 1>&6 2962 2963 else 2963 2964 cat > conftest.$ac_ext <<EOF 2964 #line 296 5"configure"2965 #line 2966 "configure" 2965 2966 #include "confdefs.h" 2966 2967 #include <sys/types.h> … … 2992 2993 # for constant arguments. Useless! 2993 2994 echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6 2994 echo "configure:299 5: checking for working alloca.h" >&52995 echo "configure:2996: checking for working alloca.h" >&5 2995 2996 if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then 2996 2997 echo $ac_n "(cached) $ac_c" 1>&6 2997 2998 else 2998 2999 cat > conftest.$ac_ext <<EOF 2999 #line 300 0"configure"3000 #line 3001 "configure" 3000 3001 #include "confdefs.h" 3001 3002 #include <alloca.h> … … 3004 3005 ; return 0; } 3005 3006 EOF 3006 if { (eval echo configure:300 7: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3007 if { (eval echo configure:3008: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3007 3008 rm -rf conftest* 3008 3009 ac_cv_header_alloca_h=yes … … 3025 3026 3026 3027 echo $ac_n "checking for alloca""... $ac_c" 1>&6 3027 echo "configure:302 8: checking for alloca" >&53028 echo "configure:3029: checking for alloca" >&5 3028 3029 if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then 3029 3030 echo $ac_n "(cached) $ac_c" 1>&6 3030 3031 else 3031 3032 cat > conftest.$ac_ext <<EOF 3032 #line 303 3"configure"3033 #line 3034 "configure" 3033 3034 #include "confdefs.h" 3034 3035 … … 3058 3059 ; return 0; } 3059 3060 EOF 3060 if { (eval echo configure:306 1: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3061 if { (eval echo configure:3062: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3061 3062 rm -rf conftest* 3062 3063 ac_cv_func_alloca_works=yes … … 3090 3091 3091 3092 echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6 3092 echo "configure:309 3: checking whether alloca needs Cray hooks" >&53093 echo "configure:3094: checking whether alloca needs Cray hooks" >&5 3093 3094 if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then 3094 3095 echo $ac_n "(cached) $ac_c" 1>&6 3095 3096 else 3096 3097 cat > conftest.$ac_ext <<EOF 3097 #line 309 8"configure"3098 #line 3099 "configure" 3098 3099 #include "confdefs.h" 3099 3100 #if defined(CRAY) && ! defined(CRAY2) … … 3120 3121 for ac_func in _getb67 GETB67 getb67; do 3121 3122 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3122 echo "configure:312 3: checking for $ac_func" >&53123 echo "configure:3124: checking for $ac_func" >&5 3123 3124 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3124 3125 echo $ac_n "(cached) $ac_c" 1>&6 3125 3126 else 3126 3127 cat > conftest.$ac_ext <<EOF 3127 #line 312 8"configure"3128 #line 3129 "configure" 3128 3129 #include "confdefs.h" 3129 3130 /* System header to define __stub macros and hopefully few prototypes, … … 3148 3149 ; return 0; } 3149 3150 EOF 3150 if { (eval echo configure:315 1: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3151 if { (eval echo configure:3152: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3151 3152 rm -rf conftest* 3152 3153 eval "ac_cv_func_$ac_func=yes" … … 3175 3176 3176 3177 echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6 3177 echo "configure:317 8: checking stack direction for C alloca" >&53178 echo "configure:3179: checking stack direction for C alloca" >&5 3178 3179 if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then 3179 3180 echo $ac_n "(cached) $ac_c" 1>&6 … … 3183 3184 else 3184 3185 cat > conftest.$ac_ext <<EOF 3185 #line 318 6"configure"3186 #line 3187 "configure" 3186 3187 #include "confdefs.h" 3187 3188 find_stack_direction () … … 3202 3203 } 3203 3204 EOF 3204 if { (eval echo configure:320 5: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3205 if { (eval echo configure:3206: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3205 3206 then 3206 3207 ac_cv_c_stack_direction=1 … … 3227 3228 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 3228 3229 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 3229 echo "configure:323 0: checking for $ac_hdr" >&53230 echo "configure:3231: checking for $ac_hdr" >&5 3230 3231 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 3231 3232 echo $ac_n "(cached) $ac_c" 1>&6 … … 3233 3234 cat > conftest.$ac_ext <<EOF 3234 3235 #include <sys/types.h> 3235 #line 323 6"configure"3236 #line 3237 "configure" 3236 3237 #include "confdefs.h" 3237 3238 #include <$ac_hdr> 3238 3239 EOF 3239 3240 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3240 { (eval echo configure:324 1: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }3241 { (eval echo configure:3242: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3241 3242 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3242 3243 if test -z "$ac_err"; then … … 3258 3259 #define $ac_tr_hdr 1 3259 3260 EOF 3260 3261 3261 3262 else 3262 3263 echo "$ac_t""no" 1>&6 … … 3267 3268 do 3268 3269 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3269 echo "configure:327 0: checking for $ac_func" >&53270 echo "configure:3271: checking for $ac_func" >&5 3270 3271 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3271 3272 echo $ac_n "(cached) $ac_c" 1>&6 3272 3273 else 3273 3274 cat > conftest.$ac_ext <<EOF 3274 #line 327 5"configure"3275 #line 3276 "configure" 3275 3276 #include "confdefs.h" 3276 3277 /* System header to define __stub macros and hopefully few prototypes, … … 3295 3296 ; return 0; } 3296 3297 EOF 3297 if { (eval echo configure:329 8: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3298 if { (eval echo configure:3299: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3298 3299 rm -rf conftest* 3299 3300 eval "ac_cv_func_$ac_func=yes" … … 3313 3314 #define $ac_tr_func 1 3314 3315 EOF 3315 3316 3316 3317 else 3317 3318 echo "$ac_t""no" 1>&6 … … 3320 3321 3321 3322 echo $ac_n "checking for working mmap""... $ac_c" 1>&6 3322 echo "configure:332 3: checking for working mmap" >&53323 echo "configure:3324: checking for working mmap" >&5 3323 3324 if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then 3324 3325 echo $ac_n "(cached) $ac_c" 1>&6 … … 3328 3329 else 3329 3330 cat > conftest.$ac_ext <<EOF 3330 #line 333 1"configure"3331 #line 3332 "configure" 3331 3332 #include "confdefs.h" 3332 3333 … … 3468 3469 3469 3470 EOF 3470 if { (eval echo configure:347 1: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3471 if { (eval echo configure:3472: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3471 3472 then 3472 3473 ac_cv_func_mmap_fixed_mapped=yes … … 3490 3491 fi 3491 3492 3492 3493 3493 3494 for ac_hdr in argz.h limits.h locale.h nl_types.h malloc.h string.h \ 3494 3495 unistd.h values.h sys/param.h … … 3496 3497 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 3497 3498 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 3498 echo "configure:3 499: checking for $ac_hdr" >&53499 echo "configure:3500: checking for $ac_hdr" >&5 3499 3500 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 3500 3501 echo $ac_n "(cached) $ac_c" 1>&6 … … 3502 3503 cat > conftest.$ac_ext <<EOF 3503 3504 #include <sys/types.h> 3504 #line 350 5"configure"3505 #line 3506 "configure" 3505 3506 #include "confdefs.h" 3506 3507 #include <$ac_hdr> 3507 3508 EOF 3508 3509 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3509 { (eval echo configure:351 0: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }3510 { (eval echo configure:3511: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3510 3511 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3511 3512 if test -z "$ac_err"; then … … 3527 3528 #define $ac_tr_hdr 1 3528 3529 EOF 3529 3530 3530 3531 else 3531 3532 echo "$ac_t""no" 1>&6 … … 3537 3538 do 3538 3539 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3539 echo "configure:354 0: checking for $ac_func" >&53540 echo "configure:3541: checking for $ac_func" >&5 3540 3541 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3541 3542 echo $ac_n "(cached) $ac_c" 1>&6 3542 3543 else 3543 3544 cat > conftest.$ac_ext <<EOF 3544 #line 354 5"configure"3545 #line 3546 "configure" 3545 3546 #include "confdefs.h" 3546 3547 /* System header to define __stub macros and hopefully few prototypes, … … 3565 3566 ; return 0; } 3566 3567 EOF 3567 if { (eval echo configure:356 8: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3568 if { (eval echo configure:3569: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3568 3569 rm -rf conftest* 3569 3570 eval "ac_cv_func_$ac_func=yes" … … 3583 3584 #define $ac_tr_func 1 3584 3585 EOF 3585 3586 3586 3587 else 3587 3588 echo "$ac_t""no" 1>&6 … … 3594 3595 do 3595 3596 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3596 echo "configure:359 7: checking for $ac_func" >&53597 echo "configure:3598: checking for $ac_func" >&5 3597 3598 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3598 3599 echo $ac_n "(cached) $ac_c" 1>&6 3599 3600 else 3600 3601 cat > conftest.$ac_ext <<EOF 3601 #line 360 2"configure"3602 #line 3603 "configure" 3602 3603 #include "confdefs.h" 3603 3604 /* System header to define __stub macros and hopefully few prototypes, … … 3622 3623 ; return 0; } 3623 3624 EOF 3624 if { (eval echo configure:362 5: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3625 if { (eval echo configure:3626: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3625 3626 rm -rf conftest* 3626 3627 eval "ac_cv_func_$ac_func=yes" … … 3640 3641 #define $ac_tr_func 1 3641 3642 EOF 3642 3643 3643 3644 else 3644 3645 echo "$ac_t""no" 1>&6 … … 3656 3657 if test $ac_cv_header_locale_h = yes; then 3657 3658 echo $ac_n "checking for LC_MESSAGES""... $ac_c" 1>&6 3658 echo "configure:36 59: checking for LC_MESSAGES" >&53659 echo "configure:3660: checking for LC_MESSAGES" >&5 3659 3660 if eval "test \"`echo '$''{'am_cv_val_LC_MESSAGES'+set}'`\" = set"; then 3660 3661 echo $ac_n "(cached) $ac_c" 1>&6 3661 3662 else 3662 3663 cat > conftest.$ac_ext <<EOF 3663 #line 366 4"configure"3664 #line 3665 "configure" 3664 3665 #include "confdefs.h" 3665 3666 #include <locale.h> … … 3668 3669 ; return 0; } 3669 3670 EOF 3670 if { (eval echo configure:367 1: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3671 if { (eval echo configure:3672: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3671 3672 rm -rf conftest* 3672 3673 am_cv_val_LC_MESSAGES=yes … … 3689 3690 fi 3690 3691 echo $ac_n "checking whether NLS is requested""... $ac_c" 1>&6 3691 echo "configure:369 2: checking whether NLS is requested" >&53692 echo "configure:3693: checking whether NLS is requested" >&5 3692 3693 # Check whether --enable-nls or --disable-nls was given. 3693 3694 if test "${enable_nls+set}" = set; then … … 3699 3700 3700 3701 echo "$ac_t""$USE_NLS" 1>&6 3701 3702 3702 3703 3703 3704 USE_INCLUDED_LIBINTL=no … … 3709 3710 3710 3711 echo $ac_n "checking whether included gettext is requested""... $ac_c" 1>&6 3711 echo "configure:371 2: checking whether included gettext is requested" >&53712 echo "configure:3713: checking whether included gettext is requested" >&5 3712 3713 # Check whether --with-included-gettext or --without-included-gettext was given. 3713 3714 if test "${with_included_gettext+set}" = set; then … … 3721 3722 3722 3723 nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext" 3724 echo "nls_cv_use_gnu_gettext:$nls_cv_use_gnu_gettext" >&5 3723 3725 if test "$nls_cv_force_use_gnu_gettext" != "yes"; then 3724 3726 nls_cv_header_intl= … … 3728 3730 ac_safe=`echo "libintl.h" | sed 'y%./+-%__p_%'` 3729 3731 echo $ac_n "checking for libintl.h""... $ac_c" 1>&6 3730 echo "configure:373 1: checking for libintl.h" >&53732 echo "configure:3733: checking for libintl.h" >&5 3731 3733 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 3732 3734 echo $ac_n "(cached) $ac_c" 1>&6 … … 3734 3736 cat > conftest.$ac_ext <<EOF 3735 3737 #include <sys/types.h> 3736 #line 373 7"configure"3738 #line 3739 "configure" 3737 3739 #include "confdefs.h" 3738 3740 #include <libintl.h> 3739 3741 EOF 3740 3742 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3741 { (eval echo configure:374 2: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }3743 { (eval echo configure:3744: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3742 3744 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3743 3745 if test -z "$ac_err"; then … … 3756 3758 echo "$ac_t""yes" 1>&6 3757 3759 echo $ac_n "checking for gettext in libc""... $ac_c" 1>&6 3758 echo "configure:37 59: checking for gettext in libc" >&53760 echo "configure:3761: checking for gettext in libc" >&5 3759 3761 if eval "test \"`echo '$''{'gt_cv_func_gettext_libc'+set}'`\" = set"; then 3760 3762 echo $ac_n "(cached) $ac_c" 1>&6 3761 3763 else 3762 3764 cat > conftest.$ac_ext <<EOF 3763 #line 376 4"configure"3765 #line 3766 "configure" 3764 3766 #include "confdefs.h" 3765 3767 #include <libintl.h> … … 3768 3770 ; return 0; } 3769 3771 EOF 3770 if { (eval echo configure:377 1: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3772 if { (eval echo configure:3773: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3771 3773 rm -rf conftest* 3772 3774 gt_cv_func_gettext_libc=yes … … 3783 3785 3784 3786 if test "$gt_cv_func_gettext_libc" != "yes"; then 3785 echo $ac_n "checking for bindtextdomain in -lintl""... $ac_c" 1>&63786 echo "configure:378 7: checking for bindtextdomain in -lintl" >&53787 echo $ac_n "checking for bindtextdomain in -lintl""... $ac_c" 1>&6 3788 echo "configure:3789: checking for bindtextdomain in -lintl" >&5 3787 3789 ac_lib_var=`echo intl'_'bindtextdomain | sed 'y%./+-%__p_%'` 3788 3790 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 3792 3794 LIBS="-lintl $LIBS" 3793 3795 cat > conftest.$ac_ext <<EOF 3794 #line 379 5"configure"3796 #line 3797 "configure" 3795 3797 #include "confdefs.h" 3796 3798 /* Override any gcc2 internal prototype to avoid an error. */ … … 3803 3805 ; return 0; } 3804 3806 EOF 3805 if { (eval echo configure:380 6: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3807 if { (eval echo configure:3808: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3806 3808 rm -rf conftest* 3807 3809 eval "ac_cv_lib_$ac_lib_var=yes" … … 3819 3821 echo "$ac_t""yes" 1>&6 3820 3822 echo $ac_n "checking for gettext in libintl""... $ac_c" 1>&6 3821 echo "configure:382 2: checking for gettext in libintl" >&53823 echo "configure:3824: checking for gettext in libintl" >&5 3822 3824 if eval "test \"`echo '$''{'gt_cv_func_gettext_libintl'+set}'`\" = set"; then 3823 3825 echo $ac_n "(cached) $ac_c" 1>&6 3824 3826 else 3825 cat > conftest.$ac_ext <<EOF 3826 #line 3827 "configure" 3827 ac_save_LIBS="$LIBS"; LIBS="-lintl $LIBS"; 3828 cat > conftest.$ac_ext <<EOF 3829 #line 3830 "configure" 3827 3830 #include "confdefs.h" 3828 3831 #include <libintl.h> 3829 3832 int main() { 3830 3833 return (int) gettext ("") 3831 3834 ; return 0; } 3832 3835 EOF 3833 if { (eval echo configure:383 4: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3836 if { (eval echo configure:3837: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3834 3837 rm -rf conftest* 3835 3838 gt_cv_func_gettext_libintl=yes … … 3841 3844 fi 3842 3845 rm -f conftest* 3846 LIBS="$ac_save_LIBS"; 3843 3847 fi 3844 3848 … … 3859 3863 set dummy msgfmt; ac_word=$2 3860 3864 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 3861 echo "configure:386 2: checking for $ac_word" >&53865 echo "configure:3866: checking for $ac_word" >&5 3862 3866 if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then 3863 3867 echo $ac_n "(cached) $ac_c" 1>&6 3864 3868 else 3865 3869 case "$MSGFMT" in 3866 /*)3870 [/\\]*|[a-zA-Z]:*) 3867 3871 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path. 3868 3872 ;; … … 3877 3881 fi 3878 3882 fi 3883 ac_word_saved="$ac_word" 3884 ac_word=$ac_word$ac_cv_exeext 3885 if test -f $ac_dir/$ac_word; then 3886 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then 3887 ac_cv_path_MSGFMT="$ac_dir/$ac_word" 3888 break 3889 fi 3890 fi 3891 ac_word="$ac_word_saved" 3879 3892 done 3880 3893 IFS="$ac_save_ifs" … … 3893 3906 do 3894 3907 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3895 echo "configure:3 896: checking for $ac_func" >&53908 echo "configure:3909: checking for $ac_func" >&5 3896 3909 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3897 3910 echo $ac_n "(cached) $ac_c" 1>&6 3898 3911 else 3899 3912 cat > conftest.$ac_ext <<EOF 3900 #line 39 01"configure"3913 #line 3914 "configure" 3901 3914 #include "confdefs.h" 3902 3915 /* System header to define __stub macros and hopefully few prototypes, … … 3921 3934 ; return 0; } 3922 3935 EOF 3923 if { (eval echo configure:39 24: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3936 if { (eval echo configure:3937: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3924 3937 rm -rf conftest* 3925 3938 eval "ac_cv_func_$ac_func=yes" … … 3939 3952 #define $ac_tr_func 1 3940 3953 EOF 3941 3954 3942 3955 else 3943 3956 echo "$ac_t""no" 1>&6 … … 3948 3961 set dummy gmsgfmt; ac_word=$2 3949 3962 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 3950 echo "configure:39 51: checking for $ac_word" >&53963 echo "configure:3964: checking for $ac_word" >&5 3951 3964 if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then 3952 3965 echo $ac_n "(cached) $ac_c" 1>&6 3953 3966 else 3954 3967 case "$GMSGFMT" in 3955 /* | [a-zA-Z]:*)3968 [/\\]* | [a-zA-Z]:*) 3956 3969 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path. 3957 3970 ;; 3958 ?:/*) 3971 ?:/*) 3959 3972 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a dos path. 3960 3973 ;; … … 3962 3975 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 3963 3976 ac_dummy="$PATH" 3964 for ac_dir in $ac_dummy; do 3977 for ac_dir in $ac_dummy; do 3965 3978 test -z "$ac_dir" && ac_dir=. 3966 3979 if test -f $ac_dir/$ac_word; then … … 3988 4001 set dummy xgettext; ac_word=$2 3989 4002 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 3990 echo "configure: 3991: checking for $ac_word" >&54003 echo "configure:4004: checking for $ac_word" >&5 3991 4004 if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then 3992 4005 echo $ac_n "(cached) $ac_c" 1>&6 3993 4006 else 3994 4007 case "$XGETTEXT" in 3995 /*)4008 [/\\]*|[a-zA-Z]:*) 3996 4009 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path. 3997 4010 ;; … … 4006 4019 fi 4007 4020 fi 4021 ac_word_saved="$ac_word" 4022 ac_word=$ac_word$ac_cv_exeext 4023 if test -f $ac_dir/$ac_word; then 4024 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then 4025 ac_cv_path_XGETTEXT="$ac_dir/$ac_word" 4026 break 4027 fi 4028 fi 4029 ac_word="$ac_word_saved" 4008 4030 done 4009 4031 IFS="$ac_save_ifs" … … 4019 4041 fi 4020 4042 4043 4021 4044 cat > conftest.$ac_ext <<EOF 4022 #line 40 23"configure"4045 #line 4046 "configure" 4023 4046 #include "confdefs.h" 4024 4047 … … 4028 4051 ; return 0; } 4029 4052 EOF 4030 if { (eval echo configure:40 31: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4053 if { (eval echo configure:4054: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4031 4054 rm -rf conftest* 4032 4055 CATOBJEXT=.gmo … … 4049 4072 4050 4073 4051 4074 4052 4075 if test "$CATOBJEXT" = "NONE"; then 4053 4076 nls_cv_use_gnu_gettext=yes 4077 echo "nls_cv_use_gnu_gettext:$nls_cv_use_gnu_gettext fallback" >&5 4054 4078 fi 4055 4079 fi … … 4060 4084 set dummy msgfmt; ac_word=$2 4061 4085 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 4062 echo "configure:40 63: checking for $ac_word" >&54086 echo "configure:4087: checking for $ac_word" >&5 4063 4087 if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then 4064 4088 echo $ac_n "(cached) $ac_c" 1>&6 4065 4089 else 4066 4090 case "$MSGFMT" in 4067 /*)4091 [/\\]*|[a-zA-Z]:*) 4068 4092 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path. 4069 4093 ;; … … 4078 4102 fi 4079 4103 fi 4104 ac_word_saved="$ac_word" 4105 ac_word=$ac_word$ac_cv_exeext 4106 if test -f $ac_dir/$ac_word; then 4107 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then 4108 ac_cv_path_MSGFMT="$ac_dir/$ac_word" 4109 break 4110 fi 4111 fi 4112 ac_word="$ac_word_saved" 4080 4113 done 4081 4114 IFS="$ac_save_ifs" … … 4094 4127 set dummy gmsgfmt; ac_word=$2 4095 4128 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 4096 echo "configure:4 097: checking for $ac_word" >&54129 echo "configure:4130: checking for $ac_word" >&5 4097 4130 if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then 4098 4131 echo $ac_n "(cached) $ac_c" 1>&6 4099 4132 else 4100 4133 case "$GMSGFMT" in 4101 /* | [a-zA-Z]:*)4134 [/\\]* | [a-zA-Z]:*) 4102 4135 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path. 4103 4136 ;; 4104 ?:/*) 4137 ?:/*) 4105 4138 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a dos path. 4106 4139 ;; … … 4108 4141 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 4109 4142 ac_dummy="$PATH" 4110 for ac_dir in $ac_dummy; do 4143 for ac_dir in $ac_dummy; do 4111 4144 test -z "$ac_dir" && ac_dir=. 4112 4145 if test -f $ac_dir/$ac_word; then … … 4134 4167 set dummy xgettext; ac_word=$2 4135 4168 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 4136 echo "configure:41 37: checking for $ac_word" >&54169 echo "configure:4170: checking for $ac_word" >&5 4137 4170 if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then 4138 4171 echo $ac_n "(cached) $ac_c" 1>&6 4139 4172 else 4140 4173 case "$XGETTEXT" in 4141 /*)4174 [/\\]*|[a-zA-Z]:*) 4142 4175 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path. 4143 4176 ;; … … 4152 4185 fi 4153 4186 fi 4187 ac_word_saved="$ac_word" 4188 ac_word=$ac_word$ac_cv_exeext 4189 if test -f $ac_dir/$ac_word; then 4190 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then 4191 ac_cv_path_XGETTEXT="$ac_dir/$ac_word" 4192 break 4193 fi 4194 fi 4195 ac_word="$ac_word_saved" 4154 4196 done 4155 4197 IFS="$ac_save_ifs" … … 4165 4207 fi 4166 4208 4167 4209 4168 4210 USE_INCLUDED_LIBINTL=yes 4169 4211 CATOBJEXT=.gmo … … 4175 4217 nls_cv_header_intl=libintl.h 4176 4218 nls_cv_header_libgt=libgettext.h 4219 else 4220 echo "dbg: else: gt_cv_func_gettext_libintl" >&5 4221 if test "$gt_cv_func_gettext_libintl" = "yes"; then 4222 echo "dbg: updating LIBS" >&5 4223 LIBS="-lintl $LIBS" 4224 INTLLIBS="-lintl" 4225 fi 4177 4226 fi 4178 4227 … … 4206 4255 done 4207 4256 4208 4209 4210 4211 4212 4213 4214 4215 4216 4217 4218 4219 4257 4258 4259 4260 4261 4262 4263 4264 4265 4266 4267 4268 4220 4269 4221 4270 if test "x$CATOBJEXT" != "x"; then … … 4224 4273 else 4225 4274 echo $ac_n "checking for catalogs to be installed""... $ac_c" 1>&6 4226 echo "configure:42 27: checking for catalogs to be installed" >&54275 echo "configure:4276: checking for catalogs to be installed" >&5 4227 4276 NEW_LINGUAS= 4228 4277 for lang in ${LINGUAS=$ALL_LINGUAS}; do … … 4246 4295 /* The system does not provide the header <locale.h>. Take care yourself. */" 4247 4296 fi 4248 4297 4249 4298 4250 4299 if test -f $srcdir/po2tbl.sed.in; then … … 4252 4301 ac_safe=`echo "linux/version.h" | sed 'y%./+-%__p_%'` 4253 4302 echo $ac_n "checking for linux/version.h""... $ac_c" 1>&6 4254 echo "configure:4 255: checking for linux/version.h" >&54303 echo "configure:4304: checking for linux/version.h" >&5 4255 4304 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 4256 4305 echo $ac_n "(cached) $ac_c" 1>&6 … … 4258 4307 cat > conftest.$ac_ext <<EOF 4259 4308 #include <sys/types.h> 4260 #line 4 261"configure"4309 #line 4310 "configure" 4261 4310 #include "confdefs.h" 4262 4311 #include <linux/version.h> 4263 4312 EOF 4264 4313 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4265 { (eval echo configure:4 266: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }4314 { (eval echo configure:4315: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4266 4315 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4267 4316 if test -z "$ac_err"; then … … 4299 4348 GT_YES="#YES#" 4300 4349 fi 4301 4302 4350 4351 4303 4352 4304 4353 MKINSTALLDIRS="\$(srcdir)/../../mkinstalldirs" 4305 4354 4306 4355 4307 4356 l= 4308 4357 4309 4358 4310 4359 if test -f $srcdir/po/POTFILES.in; then … … 4323 4372 < $srcdir/po/POTFILES.in > po/POTFILES 4324 4373 fi 4325 4374 4326 4375 4327 4376 echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6 4328 echo "configure:43 29: checking whether to enable maintainer-specific portions of Makefiles" >&54377 echo "configure:4378: checking whether to enable maintainer-specific portions of Makefiles" >&5 4329 4378 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given. 4330 4379 if test "${enable_maintainer_mode+set}" = set; then … … 4336 4385 4337 4386 echo "$ac_t""$USE_MAINTAINER_MODE" 1>&6 4338 4387 4339 4388 4340 4389 if test $USE_MAINTAINER_MODE = yes; then … … 4346 4395 fi 4347 4396 MAINT=$MAINTAINER_MODE_TRUE 4348 4397 4349 4398 4350 4399 … … 4352 4401 4353 4402 echo $ac_n "checking for executable suffix""... $ac_c" 1>&6 4354 echo "configure:4 355: checking for executable suffix" >&54403 echo "configure:4404: checking for executable suffix" >&5 4355 4404 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then 4356 4405 echo $ac_n "(cached) $ac_c" 1>&6 … … 4362 4411 echo 'int main () { return 0; }' > conftest.$ac_ext 4363 4412 ac_cv_exeext= 4364 if { (eval echo configure:4 365: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then4413 if { (eval echo configure:4414: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then 4365 4414 for file in conftest.*; do 4366 4415 case $file in … … 4387 4436 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 4388 4437 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 4389 echo "configure:4 390: checking for $ac_hdr" >&54438 echo "configure:4439: checking for $ac_hdr" >&5 4390 4439 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 4391 4440 echo $ac_n "(cached) $ac_c" 1>&6 … … 4393 4442 cat > conftest.$ac_ext <<EOF 4394 4443 #include <sys/types.h> 4395 #line 4 396"configure"4444 #line 4445 "configure" 4396 4445 #include "confdefs.h" 4397 4446 #include <$ac_hdr> 4398 4447 EOF 4399 4448 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4400 { (eval echo configure:44 01: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }4449 { (eval echo configure:4450: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4401 4450 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4402 4451 if test -z "$ac_err"; then … … 4418 4467 #define $ac_tr_hdr 1 4419 4468 EOF 4420 4469 4421 4470 else 4422 4471 echo "$ac_t""no" 1>&6 … … 4716 4765 if test -z "$ac_dots"; then top_srcdir=. 4717 4766 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;; 4718 /* | [A-Za-z]:*)4767 [/\\]* | [a-zA-Z]:*) 4719 4768 srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;; 4720 4769 *) # Relative path. … … 4724 4773 4725 4774 case "$ac_given_INSTALL" in 4726 [/$ ]* | [A-Za-z]:*) INSTALL="$ac_given_INSTALL" ;;4775 [/$\\]* | [A-Za-z]:*) INSTALL="$ac_given_INSTALL" ;; 4727 4776 *) INSTALL="$ac_dots$ac_given_INSTALL" ;; 4728 4777 esac -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/binutils/ld/aclocal.m4
-
Property cvs2svn:cvs-rev
changed from
1.1.1.2
to1.2
r1112 r1113 1 dnl aclocal.m4 generated automatically by aclocal 1.4-p 51 dnl aclocal.m4 generated automatically by aclocal 1.4-p6 2 2 3 3 dnl Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc. … … 28 28 ]) 29 29 30 #serial 131 # This test replaces the one in autoconf.32 # Currently this macro should have the same name as the autoconf macro33 # because gettext's gettext.m4 (distributed in the automake package)34 # still uses it. Otherwise, the use in gettext.m4 makes autoheader35 # give these diagnostics:36 # configure.in:556: AC_TRY_COMPILE was called before AC_ISC_POSIX37 # configure.in:556: AC_TRY_RUN was called before AC_ISC_POSIX38 39 undefine([AC_ISC_POSIX])40 41 AC_DEFUN([AC_ISC_POSIX],42 [43 dnl This test replaces the obsolescent AC_ISC_POSIX kludge.44 AC_CHECK_LIB(cposix, strerror, [LIBS="$LIBS -lcposix"])45 ]46 )47 48 30 # Do all the work for Automake. This macro actually does too much -- 49 31 # some checks are only needed if your package does certain things. … … 56 38 57 39 AC_DEFUN([AM_INIT_AUTOMAKE], 58 [AC_REQUIRE([AC_PROG_INSTALL]) 40 [AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl 41 AC_REQUIRE([AC_PROG_INSTALL]) 59 42 PACKAGE=[$1] 60 43 AC_SUBST(PACKAGE) … … 72 55 dnl FIXME This is truly gross. 73 56 missing_dir=`cd $ac_aux_dir && pwd` 74 AM_MISSING_PROG(ACLOCAL, aclocal , $missing_dir)57 AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version}, $missing_dir) 75 58 AM_MISSING_PROG(AUTOCONF, autoconf, $missing_dir) 76 AM_MISSING_PROG(AUTOMAKE, automake , $missing_dir)59 AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version}, $missing_dir) 77 60 AM_MISSING_PROG(AUTOHEADER, autoheader, $missing_dir) 78 61 AM_MISSING_PROG(MAKEINFO, makeinfo, $missing_dir) 79 62 AC_REQUIRE([AC_PROG_MAKE_SET])]) 63 64 # Copyright 2002 Free Software Foundation, Inc. 65 66 # This program is free software; you can redistribute it and/or modify 67 # it under the terms of the GNU General Public License as published by 68 # the Free Software Foundation; either version 2, or (at your option) 69 # any later version. 70 71 # This program is distributed in the hope that it will be useful, 72 # but WITHOUT ANY WARRANTY; without even the implied warranty of 73 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 74 # GNU General Public License for more details. 75 76 # You should have received a copy of the GNU General Public License 77 # along with this program; if not, write to the Free Software 78 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 79 80 # AM_AUTOMAKE_VERSION(VERSION) 81 # ---------------------------- 82 # Automake X.Y traces this macro to ensure aclocal.m4 has been 83 # generated from the m4 files accompanying Automake X.Y. 84 AC_DEFUN([AM_AUTOMAKE_VERSION],[am__api_version="1.4"]) 85 86 # AM_SET_CURRENT_AUTOMAKE_VERSION 87 # ------------------------------- 88 # Call AM_AUTOMAKE_VERSION so it can be traced. 89 # This function is AC_REQUIREd by AC_INIT_AUTOMAKE. 90 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], 91 [AM_AUTOMAKE_VERSION([1.4-p6])]) 80 92 81 93 # -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/binutils/ld/configure
-
Property cvs2svn:cvs-rev
changed from
1.4
to1.5
r1112 r1113 2 2 3 3 # Guess values for system-dependent variables and create Makefiles. 4 # Generated automatically using autoconf version 2.13 4 # Generated automatically using autoconf version 2.13 5 5 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc. 6 6 # … … 811 811 program_prefix=${target_alias}- 812 812 813 814 echo $ac_n "checking for strerror in -lcposix""... $ac_c" 1>&6815 echo "configure:816: checking for strerror in -lcposix" >&5816 ac_lib_var=`echo cposix'_'strerror | sed 'y%./+-%__p_%'`817 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then818 echo $ac_n "(cached) $ac_c" 1>&6819 else820 ac_save_LIBS="$LIBS"821 LIBS="-lcposix $LIBS"822 cat > conftest.$ac_ext <<EOF823 #line 824 "configure"824 #include "confdefs.h"825 /* Override any gcc2 internal prototype to avoid an error. */826 /* We use char because int might match the return type of a gcc2827 builtin and then its argument prototype would still apply. */828 char strerror();829 830 int main() {831 strerror()832 ; return 0; }833 EOF834 if { (eval echo configure:835: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then835 rm -rf conftest*836 eval "ac_cv_lib_$ac_lib_var=yes"837 else838 echo "configure: failed program was:" >&5839 cat conftest.$ac_ext >&5840 rm -rf conftest*841 eval "ac_cv_lib_$ac_lib_var=no"842 fi843 rm -f conftest*844 LIBS="$ac_save_LIBS"845 846 fi847 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then848 echo "$ac_t""yes" 1>&6849 LIBS="$LIBS -lcposix"850 else851 echo "$ac_t""no" 1>&6852 fi853 854 855 856 857 BFD_VERSION=`sed -n -e 's/^.._INIT_AUTOMAKE.*,[ ]*\([^ ]*\)[ ]*).*/\1/p' < ${srcdir}/../bfd/configure.in`858 # Find a good install program. We prefer a C program (faster),859 # so one script is as good as another. But avoid the broken or860 # incompatible versions:861 # SysV /etc/install, /usr/sbin/install862 # SunOS /usr/etc/install863 # IRIX /sbin/install864 # AIX /bin/install865 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag866 # AFS /usr/afsws/bin/install, which mishandles nonexistent args867 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"868 # ./install, which can be erroneously created by make from ./install.sh.869 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6870 echo "configure:871: checking for a BSD compatible install" >&5871 if test -z "$INSTALL"; then872 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then873 echo $ac_n "(cached) $ac_c" 1>&6874 else875 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS="$PATH_IFS"876 for ac_dir in $PATH; do877 # Account for people who put trailing slashes in PATH elements.878 case "$ac_dir/" in879 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;880 # We reject the install program from OS/2 or W3.1881 */OS2|*/OS2/*|*/WINDOWS|*/WINDOWS/*) ;;882 *)883 # OSF1 and SCO ODT 3.0 have their own names for install.884 # Don't use installbsd from OSF since it installs stuff as root885 # by default.886 for ac_prog in ginstall scoinst install; do887 if test -f $ac_dir/$ac_prog$ac_exeext; then888 if test $ac_prog = install &&889 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then890 # AIX install. It has an incompatible calling convention.891 :892 else893 ac_cv_path_install="$ac_dir/$ac_prog$ac_exeext -c"894 break 2895 fi896 fi897 done898 ;;899 esac900 done901 IFS="$ac_save_IFS"902 903 fi904 if test "${ac_cv_path_install+set}" = set; then905 INSTALL="$ac_cv_path_install"906 else907 # As a last resort, use the slow shell script. We don't cache a908 # path for INSTALL within a source directory, because that will909 # break other packages using the cache if that directory is910 # removed, or if the path is relative.911 INSTALL="$ac_install_sh"912 fi913 fi914 echo "$ac_t""$INSTALL" 1>&6915 916 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.917 # It thinks the first close brace ends the variable substitution.918 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'919 920 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'921 922 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'923 924 echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6925 echo "configure:926: checking whether build environment is sane" >&5926 # Just in case927 sleep 1928 echo timestamp > conftestfile929 # Do `set' in a subshell so we don't clobber the current shell's930 # arguments. Must try -L first in case configure is actually a931 # symlink; some systems play weird games with the mod time of symlinks932 # (eg FreeBSD returns the mod time of the symlink's containing933 # directory).934 if (935 set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`936 if test "$*" = "X"; then937 # -L didn't work.938 set X `ls -t $srcdir/configure conftestfile`939 fi940 if test "$*" != "X $srcdir/configure conftestfile" \941 && test "$*" != "X conftestfile $srcdir/configure"; then942 943 # If neither matched, then we have a broken ls. This can happen944 # if, for instance, CONFIG_SHELL is bash and it inherits a945 # broken ls alias from the environment. This has actually946 # happened. Such a system could not be considered "sane".947 { echo "configure: error: ls -t appears to fail. Make sure there is not a broken948 alias in your environment" 1>&2; exit 1; }949 fi950 951 test "$2" = conftestfile952 )953 then954 # Ok.955 :956 else957 { echo "configure: error: newly created file is older than distributed files!958 Check your system clock" 1>&2; exit 1; }959 fi960 rm -f conftest*961 echo "$ac_t""yes" 1>&6962 if test "$program_transform_name" = s,x,x,; then963 program_transform_name=964 else965 # Double any \ or $. echo might interpret backslashes.966 cat <<\EOF_SED > conftestsed967 s,\\,\\\\,g; s,\$,$$,g968 EOF_SED969 program_transform_name="`echo $program_transform_name|sed -f conftestsed`"970 rm -f conftestsed971 fi972 test "$program_prefix" != NONE &&973 program_transform_name="s,^,${program_prefix},; $program_transform_name"974 # Use a double $ so make ignores it.975 test "$program_suffix" != NONE &&976 program_transform_name="s,\$\$,${program_suffix},; $program_transform_name"977 978 # sed with no file args requires a program.979 test "$program_transform_name" = "" && program_transform_name="s,x,x,"980 981 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6982 echo "configure:983: checking whether ${MAKE-make} sets \${MAKE}" >&5983 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`984 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then985 echo $ac_n "(cached) $ac_c" 1>&6986 else987 cat > conftestmake <<\EOF988 all:989 @echo 'ac_maketemp="${MAKE}"'990 EOF991 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.992 eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`993 if test -n "$ac_maketemp"; then994 eval ac_cv_prog_make_${ac_make}_set=yes995 else996 eval ac_cv_prog_make_${ac_make}_set=no997 fi998 rm -f conftestmake999 fi1000 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then1001 echo "$ac_t""yes" 1>&61002 SET_MAKE=1003 else1004 echo "$ac_t""no" 1>&61005 SET_MAKE="MAKE=${MAKE-make}"1006 fi1007 1008 1009 PACKAGE=ld1010 1011 VERSION=${BFD_VERSION}1012 1013 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then1014 { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }1015 fi1016 cat >> confdefs.h <<EOF1017 #define PACKAGE "$PACKAGE"1018 EOF1019 1020 cat >> confdefs.h <<EOF1021 #define VERSION "$VERSION"1022 EOF1023 1024 1025 1026 missing_dir=`cd $ac_aux_dir && pwd`1027 echo $ac_n "checking for working aclocal""... $ac_c" 1>&61028 echo "configure:1029: checking for working aclocal" >&51029 # Run test in a subshell; some versions of sh will print an error if1030 # an executable is not found, even if stderr is redirected.1031 # Redirect stdin to placate older versions of autoconf. Sigh.1032 if (aclocal --version) < /dev/null > /dev/null 2>&1; then1033 ACLOCAL=aclocal1034 echo "$ac_t""found" 1>&61035 else1036 ACLOCAL="$missing_dir/missing aclocal"1037 echo "$ac_t""missing" 1>&61038 fi1039 1040 echo $ac_n "checking for working autoconf""... $ac_c" 1>&61041 echo "configure:1042: checking for working autoconf" >&51042 # Run test in a subshell; some versions of sh will print an error if1043 # an executable is not found, even if stderr is redirected.1044 # Redirect stdin to placate older versions of autoconf. Sigh.1045 if (autoconf --version) < /dev/null > /dev/null 2>&1; then1046 AUTOCONF=autoconf1047 echo "$ac_t""found" 1>&61048 else1049 AUTOCONF="$missing_dir/missing autoconf"1050 echo "$ac_t""missing" 1>&61051 fi1052 1053 echo $ac_n "checking for working automake""... $ac_c" 1>&61054 echo "configure:1055: checking for working automake" >&51055 # Run test in a subshell; some versions of sh will print an error if1056 # an executable is not found, even if stderr is redirected.1057 # Redirect stdin to placate older versions of autoconf. Sigh.1058 if (automake --version) < /dev/null > /dev/null 2>&1; then1059 AUTOMAKE=automake1060 echo "$ac_t""found" 1>&61061 else1062 AUTOMAKE="$missing_dir/missing automake"1063 echo "$ac_t""missing" 1>&61064 fi1065 1066 echo $ac_n "checking for working autoheader""... $ac_c" 1>&61067 echo "configure:1068: checking for working autoheader" >&51068 # Run test in a subshell; some versions of sh will print an error if1069 # an executable is not found, even if stderr is redirected.1070 # Redirect stdin to placate older versions of autoconf. Sigh.1071 if (autoheader --version) < /dev/null > /dev/null 2>&1; then1072 AUTOHEADER=autoheader1073 echo "$ac_t""found" 1>&61074 else1075 AUTOHEADER="$missing_dir/missing autoheader"1076 echo "$ac_t""missing" 1>&61077 fi1078 1079 echo $ac_n "checking for working makeinfo""... $ac_c" 1>&61080 echo "configure:1081: checking for working makeinfo" >&51081 # Run test in a subshell; some versions of sh will print an error if1082 # an executable is not found, even if stderr is redirected.1083 # Redirect stdin to placate older versions of autoconf. Sigh.1084 if (makeinfo --version) < /dev/null > /dev/null 2>&1; then1085 MAKEINFO=makeinfo1086 echo "$ac_t""found" 1>&61087 else1088 MAKEINFO="$missing_dir/missing makeinfo"1089 echo "$ac_t""missing" 1>&61090 fi1091 1092 1093 1094 # Check whether --enable-shared or --disable-shared was given.1095 if test "${enable_shared+set}" = set; then1096 enableval="$enable_shared"1097 p=${PACKAGE-default}1098 case $enableval in1099 yes) enable_shared=yes ;;1100 no) enable_shared=no ;;1101 *)1102 enable_shared=no1103 # Look at the argument we got. We use all the common list separators.1104 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"1105 for pkg in $enableval; do1106 if test "X$pkg" = "X$p"; then1107 enable_shared=yes1108 fi1109 done1110 IFS="$ac_save_ifs"1111 ;;1112 esac1113 else1114 enable_shared=yes1115 fi1116 1117 # Check whether --enable-static or --disable-static was given.1118 if test "${enable_static+set}" = set; then1119 enableval="$enable_static"1120 p=${PACKAGE-default}1121 case $enableval in1122 yes) enable_static=yes ;;1123 no) enable_static=no ;;1124 *)1125 enable_static=no1126 # Look at the argument we got. We use all the common list separators.1127 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"1128 for pkg in $enableval; do1129 if test "X$pkg" = "X$p"; then1130 enable_static=yes1131 fi1132 done1133 IFS="$ac_save_ifs"1134 ;;1135 esac1136 else1137 enable_static=yes1138 fi1139 1140 # Check whether --enable-fast-install or --disable-fast-install was given.1141 if test "${enable_fast_install+set}" = set; then1142 enableval="$enable_fast_install"1143 p=${PACKAGE-default}1144 case $enableval in1145 yes) enable_fast_install=yes ;;1146 no) enable_fast_install=no ;;1147 *)1148 enable_fast_install=no1149 # Look at the argument we got. We use all the common list separators.1150 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"1151 for pkg in $enableval; do1152 if test "X$pkg" = "X$p"; then1153 enable_fast_install=yes1154 fi1155 done1156 IFS="$ac_save_ifs"1157 ;;1158 esac1159 else1160 enable_fast_install=yes1161 fi1162 1163 813 # Extract the first word of "gcc", so it can be a program name with args. 1164 814 set dummy gcc; ac_word=$2 1165 815 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1166 echo "configure: 1167: checking for $ac_word" >&5816 echo "configure:817: checking for $ac_word" >&5 1167 817 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 1168 818 echo $ac_n "(cached) $ac_c" 1>&6 … … 1195 845 set dummy cc; ac_word=$2 1196 846 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1197 echo "configure: 1198: checking for $ac_word" >&5847 echo "configure:848: checking for $ac_word" >&5 1198 848 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 1199 849 echo $ac_n "(cached) $ac_c" 1>&6 … … 1248 898 set dummy cl; ac_word=$2 1249 899 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1250 echo "configure: 1251: checking for $ac_word" >&5900 echo "configure:901: checking for $ac_word" >&5 1251 901 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 1252 902 echo $ac_n "(cached) $ac_c" 1>&6 … … 1281 931 1282 932 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 1283 echo "configure: 1284: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5933 echo "configure:934: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 1284 934 1285 935 ac_ext=c … … 1292 942 cat > conftest.$ac_ext << EOF 1293 943 1294 #line 1295 "configure"944 #line 945 "configure" 1295 945 #include "confdefs.h" 1296 946 1297 947 main(){return(0);} 1298 948 EOF 1299 if { (eval echo configure: 1300: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then949 if { (eval echo configure:950: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1300 950 ac_cv_prog_cc_works=yes 1301 951 # If we can't run a trivial program, we are probably using a cross compiler. … … 1323 973 fi 1324 974 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 1325 echo "configure: 1326: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5975 echo "configure:976: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 1326 976 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 1327 977 cross_compiling=$ac_cv_prog_cc_cross 1328 978 1329 979 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 1330 echo "configure: 1331: checking whether we are using GNU C" >&5980 echo "configure:981: checking whether we are using GNU C" >&5 1331 981 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 1332 982 echo $ac_n "(cached) $ac_c" 1>&6 … … 1337 987 #endif 1338 988 EOF 1339 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure: 1340: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then989 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:990: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 1340 990 ac_cv_prog_gcc=yes 1341 991 else … … 1356 1006 CFLAGS= 1357 1007 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 1358 echo "configure:1 359: checking whether ${CC-cc} accepts -g" >&51008 echo "configure:1009: checking whether ${CC-cc} accepts -g" >&5 1359 1009 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 1360 1010 echo $ac_n "(cached) $ac_c" 1>&6 … … 1387 1037 fi 1388 1038 1039 echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&6 1040 echo "configure:1041: checking for POSIXized ISC" >&5 1041 if test -d /etc/conf/kconfig.d && 1042 grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1 1043 then 1044 echo "$ac_t""yes" 1>&6 1045 ISC=yes # If later tests want to check for ISC. 1046 cat >> confdefs.h <<\EOF 1047 #define _POSIX_SOURCE 1 1048 EOF 1049 1050 if test "$GCC" = yes; then 1051 CC="$CC -posix" 1052 else 1053 CC="$CC -Xp" 1054 fi 1055 else 1056 echo "$ac_t""no" 1>&6 1057 ISC= 1058 fi 1059 1060 1061 BFD_VERSION=`sed -n -e 's/^.._INIT_AUTOMAKE.*,[ ]*\([^ ]*\)[ ]*).*/\1/p' < ${srcdir}/../bfd/configure.in` 1062 am__api_version="1.4" 1063 # Find a good install program. We prefer a C program (faster), 1064 # so one script is as good as another. But avoid the broken or 1065 # incompatible versions: 1066 # SysV /etc/install, /usr/sbin/install 1067 # SunOS /usr/etc/install 1068 # IRIX /sbin/install 1069 # AIX /bin/install 1070 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag 1071 # AFS /usr/afsws/bin/install, which mishandles nonexistent args 1072 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 1073 # ./install, which can be erroneously created by make from ./install.sh. 1074 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 1075 echo "configure:1076: checking for a BSD compatible install" >&5 1076 if test -z "$INSTALL"; then 1077 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then 1078 echo $ac_n "(cached) $ac_c" 1>&6 1079 else 1080 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS="$PATH_IFS" 1081 for ac_dir in $PATH; do 1082 # Account for people who put trailing slashes in PATH elements. 1083 case "$ac_dir/" in 1084 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;; 1085 # We reject the install program from OS/2 or W3.1 1086 */OS2|*/OS2/*|*/WINDOWS|*/WINDOWS/*) ;; 1087 *) 1088 # OSF1 and SCO ODT 3.0 have their own names for install. 1089 # Don't use installbsd from OSF since it installs stuff as root 1090 # by default. 1091 for ac_prog in ginstall scoinst install; do 1092 if test -f $ac_dir/$ac_prog$ac_exeext; then 1093 if test $ac_prog = install && 1094 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then 1095 # AIX install. It has an incompatible calling convention. 1096 : 1097 else 1098 ac_cv_path_install="$ac_dir/$ac_prog$ac_exeext -c" 1099 break 2 1100 fi 1101 fi 1102 done 1103 ;; 1104 esac 1105 done 1106 IFS="$ac_save_IFS" 1107 1108 fi 1109 if test "${ac_cv_path_install+set}" = set; then 1110 INSTALL="$ac_cv_path_install" 1111 else 1112 # As a last resort, use the slow shell script. We don't cache a 1113 # path for INSTALL within a source directory, because that will 1114 # break other packages using the cache if that directory is 1115 # removed, or if the path is relative. 1116 INSTALL="$ac_install_sh" 1117 fi 1118 fi 1119 echo "$ac_t""$INSTALL" 1>&6 1120 1121 # Use test -z because SunOS4 sh mishandles braces in ${var-val}. 1122 # It thinks the first close brace ends the variable substitution. 1123 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' 1124 1125 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}' 1126 1127 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 1128 1129 echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6 1130 echo "configure:1131: checking whether build environment is sane" >&5 1131 # Just in case 1132 sleep 1 1133 echo timestamp > conftestfile 1134 # Do `set' in a subshell so we don't clobber the current shell's 1135 # arguments. Must try -L first in case configure is actually a 1136 # symlink; some systems play weird games with the mod time of symlinks 1137 # (eg FreeBSD returns the mod time of the symlink's containing 1138 # directory). 1139 if ( 1140 set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null` 1141 if test "$*" = "X"; then 1142 # -L didn't work. 1143 set X `ls -t $srcdir/configure conftestfile` 1144 fi 1145 if test "$*" != "X $srcdir/configure conftestfile" \ 1146 && test "$*" != "X conftestfile $srcdir/configure"; then 1147 1148 # If neither matched, then we have a broken ls. This can happen 1149 # if, for instance, CONFIG_SHELL is bash and it inherits a 1150 # broken ls alias from the environment. This has actually 1151 # happened. Such a system could not be considered "sane". 1152 { echo "configure: error: ls -t appears to fail. Make sure there is not a broken 1153 alias in your environment" 1>&2; exit 1; } 1154 fi 1155 1156 test "$2" = conftestfile 1157 ) 1158 then 1159 # Ok. 1160 : 1161 else 1162 { echo "configure: error: newly created file is older than distributed files! 1163 Check your system clock" 1>&2; exit 1; } 1164 fi 1165 rm -f conftest* 1166 echo "$ac_t""yes" 1>&6 1167 if test "$program_transform_name" = s,x,x,; then 1168 program_transform_name= 1169 else 1170 # Double any \ or $. echo might interpret backslashes. 1171 cat <<\EOF_SED > conftestsed 1172 s,\\,\\\\,g; s,\$,$$,g 1173 EOF_SED 1174 program_transform_name="`echo $program_transform_name|sed -f conftestsed`" 1175 rm -f conftestsed 1176 fi 1177 test "$program_prefix" != NONE && 1178 program_transform_name="s,^,${program_prefix},; $program_transform_name" 1179 # Use a double $ so make ignores it. 1180 test "$program_suffix" != NONE && 1181 program_transform_name="s,\$\$,${program_suffix},; $program_transform_name" 1182 1183 # sed with no file args requires a program. 1184 test "$program_transform_name" = "" && program_transform_name="s,x,x," 1185 1186 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 1187 echo "configure:1188: checking whether ${MAKE-make} sets \${MAKE}" >&5 1188 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` 1189 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then 1190 echo $ac_n "(cached) $ac_c" 1>&6 1191 else 1192 cat > conftestmake <<\EOF 1193 all: 1194 @echo 'ac_maketemp="${MAKE}"' 1195 EOF 1196 # GNU make sometimes prints "make[1]: Entering...", which would confuse us. 1197 eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=` 1198 if test -n "$ac_maketemp"; then 1199 eval ac_cv_prog_make_${ac_make}_set=yes 1200 else 1201 eval ac_cv_prog_make_${ac_make}_set=no 1202 fi 1203 rm -f conftestmake 1204 fi 1205 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then 1206 echo "$ac_t""yes" 1>&6 1207 SET_MAKE= 1208 else 1209 echo "$ac_t""no" 1>&6 1210 SET_MAKE="MAKE=${MAKE-make}" 1211 fi 1212 1213 1214 PACKAGE=ld 1215 1216 VERSION=${BFD_VERSION} 1217 1218 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then 1219 { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } 1220 fi 1221 cat >> confdefs.h <<EOF 1222 #define PACKAGE "$PACKAGE" 1223 EOF 1224 1225 cat >> confdefs.h <<EOF 1226 #define VERSION "$VERSION" 1227 EOF 1228 1229 1230 1231 missing_dir=`cd $ac_aux_dir && pwd` 1232 echo $ac_n "checking for working aclocal-${am__api_version}""... $ac_c" 1>&6 1233 echo "configure:1234: checking for working aclocal-${am__api_version}" >&5 1234 # Run test in a subshell; some versions of sh will print an error if 1235 # an executable is not found, even if stderr is redirected. 1236 # Redirect stdin to placate older versions of autoconf. Sigh. 1237 if (aclocal-${am__api_version} --version) < /dev/null > /dev/null 2>&1; then 1238 ACLOCAL=aclocal-${am__api_version} 1239 echo "$ac_t""found" 1>&6 1240 else 1241 ACLOCAL="$missing_dir/missing aclocal-${am__api_version}" 1242 echo "$ac_t""missing" 1>&6 1243 fi 1244 1245 echo $ac_n "checking for working autoconf""... $ac_c" 1>&6 1246 echo "configure:1247: checking for working autoconf" >&5 1247 # Run test in a subshell; some versions of sh will print an error if 1248 # an executable is not found, even if stderr is redirected. 1249 # Redirect stdin to placate older versions of autoconf. Sigh. 1250 if (autoconf --version) < /dev/null > /dev/null 2>&1; then 1251 AUTOCONF=autoconf 1252 echo "$ac_t""found" 1>&6 1253 else 1254 AUTOCONF="$missing_dir/missing autoconf" 1255 echo "$ac_t""missing" 1>&6 1256 fi 1257 1258 echo $ac_n "checking for working automake-${am__api_version}""... $ac_c" 1>&6 1259 echo "configure:1260: checking for working automake-${am__api_version}" >&5 1260 # Run test in a subshell; some versions of sh will print an error if 1261 # an executable is not found, even if stderr is redirected. 1262 # Redirect stdin to placate older versions of autoconf. Sigh. 1263 if (automake-${am__api_version} --version) < /dev/null > /dev/null 2>&1; then 1264 AUTOMAKE=automake-${am__api_version} 1265 echo "$ac_t""found" 1>&6 1266 else 1267 AUTOMAKE="$missing_dir/missing automake-${am__api_version}" 1268 echo "$ac_t""missing" 1>&6 1269 fi 1270 1271 echo $ac_n "checking for working autoheader""... $ac_c" 1>&6 1272 echo "configure:1273: checking for working autoheader" >&5 1273 # Run test in a subshell; some versions of sh will print an error if 1274 # an executable is not found, even if stderr is redirected. 1275 # Redirect stdin to placate older versions of autoconf. Sigh. 1276 if (autoheader --version) < /dev/null > /dev/null 2>&1; then 1277 AUTOHEADER=autoheader 1278 echo "$ac_t""found" 1>&6 1279 else 1280 AUTOHEADER="$missing_dir/missing autoheader" 1281 echo "$ac_t""missing" 1>&6 1282 fi 1283 1284 echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6 1285 echo "configure:1286: checking for working makeinfo" >&5 1286 # Run test in a subshell; some versions of sh will print an error if 1287 # an executable is not found, even if stderr is redirected. 1288 # Redirect stdin to placate older versions of autoconf. Sigh. 1289 if (makeinfo --version) < /dev/null > /dev/null 2>&1; then 1290 MAKEINFO=makeinfo 1291 echo "$ac_t""found" 1>&6 1292 else 1293 MAKEINFO="$missing_dir/missing makeinfo" 1294 echo "$ac_t""missing" 1>&6 1295 fi 1296 1297 1298 1299 # Check whether --enable-shared or --disable-shared was given. 1300 if test "${enable_shared+set}" = set; then 1301 enableval="$enable_shared" 1302 p=${PACKAGE-default} 1303 case $enableval in 1304 yes) enable_shared=yes ;; 1305 no) enable_shared=no ;; 1306 *) 1307 enable_shared=no 1308 # Look at the argument we got. We use all the common list separators. 1309 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:," 1310 for pkg in $enableval; do 1311 if test "X$pkg" = "X$p"; then 1312 enable_shared=yes 1313 fi 1314 done 1315 IFS="$ac_save_ifs" 1316 ;; 1317 esac 1318 else 1319 enable_shared=yes 1320 fi 1321 1322 # Check whether --enable-static or --disable-static was given. 1323 if test "${enable_static+set}" = set; then 1324 enableval="$enable_static" 1325 p=${PACKAGE-default} 1326 case $enableval in 1327 yes) enable_static=yes ;; 1328 no) enable_static=no ;; 1329 *) 1330 enable_static=no 1331 # Look at the argument we got. We use all the common list separators. 1332 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:," 1333 for pkg in $enableval; do 1334 if test "X$pkg" = "X$p"; then 1335 enable_static=yes 1336 fi 1337 done 1338 IFS="$ac_save_ifs" 1339 ;; 1340 esac 1341 else 1342 enable_static=yes 1343 fi 1344 1345 # Check whether --enable-fast-install or --disable-fast-install was given. 1346 if test "${enable_fast_install+set}" = set; then 1347 enableval="$enable_fast_install" 1348 p=${PACKAGE-default} 1349 case $enableval in 1350 yes) enable_fast_install=yes ;; 1351 no) enable_fast_install=no ;; 1352 *) 1353 enable_fast_install=no 1354 # Look at the argument we got. We use all the common list separators. 1355 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:," 1356 for pkg in $enableval; do 1357 if test "X$pkg" = "X$p"; then 1358 enable_fast_install=yes 1359 fi 1360 done 1361 IFS="$ac_save_ifs" 1362 ;; 1363 esac 1364 else 1365 enable_fast_install=yes 1366 fi 1367 1389 1368 # Check whether --with-gnu-ld or --without-gnu-ld was given. 1390 1369 if test "${with_gnu_ld+set}" = set; then … … 1399 1378 # Check if gcc -print-prog-name=ld gives a path. 1400 1379 echo $ac_n "checking for ld used by GCC""... $ac_c" 1>&6 1401 echo "configure:1 402: checking for ld used by GCC" >&51380 echo "configure:1381: checking for ld used by GCC" >&5 1402 1381 case $host in 1403 1382 *-*-mingw*) … … 1429 1408 elif test "$with_gnu_ld" = yes; then 1430 1409 echo $ac_n "checking for GNU ld""... $ac_c" 1>&6 1431 echo "configure:14 32: checking for GNU ld" >&51410 echo "configure:1411: checking for GNU ld" >&5 1432 1411 else 1433 1412 echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6 1434 echo "configure:14 35: checking for non-GNU ld" >&51413 echo "configure:1414: checking for non-GNU ld" >&5 1435 1414 fi 1436 1415 if eval "test \"`echo '$''{'lt_cv_path_LD'+set}'`\" = set"; then … … 1467 1446 test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; } 1468 1447 echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6 1469 echo "configure:14 70: checking if the linker ($LD) is GNU ld" >&51448 echo "configure:1449: checking if the linker ($LD) is GNU ld" >&5 1470 1449 if eval "test \"`echo '$''{'lt_cv_prog_gnu_ld'+set}'`\" = set"; then 1471 1450 echo $ac_n "(cached) $ac_c" 1>&6 … … 1484 1463 1485 1464 echo $ac_n "checking for $LD option to reload object files""... $ac_c" 1>&6 1486 echo "configure:14 87: checking for $LD option to reload object files" >&51465 echo "configure:1466: checking for $LD option to reload object files" >&5 1487 1466 if eval "test \"`echo '$''{'lt_cv_ld_reload_flag'+set}'`\" = set"; then 1488 1467 echo $ac_n "(cached) $ac_c" 1>&6 … … 1496 1475 1497 1476 echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6 1498 echo "configure:14 99: checking for BSD-compatible nm" >&51477 echo "configure:1478: checking for BSD-compatible nm" >&5 1499 1478 if eval "test \"`echo '$''{'lt_cv_path_NM'+set}'`\" = set"; then 1500 1479 echo $ac_n "(cached) $ac_c" 1>&6 … … 1534 1513 1535 1514 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6 1536 echo "configure:15 37: checking whether ln -s works" >&51515 echo "configure:1516: checking whether ln -s works" >&5 1537 1516 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then 1538 1517 echo $ac_n "(cached) $ac_c" 1>&6 … … 1561 1540 1562 1541 echo $ac_n "checking how to recognise dependant libraries""... $ac_c" 1>&6 1563 echo "configure:15 64: checking how to recognise dependant libraries" >&51542 echo "configure:1543: checking how to recognise dependant libraries" >&5 1564 1543 if eval "test \"`echo '$''{'lt_cv_deplibs_check_method'+set}'`\" = set"; then 1565 1544 echo $ac_n "(cached) $ac_c" 1>&6 … … 1738 1717 1739 1718 echo $ac_n "checking for object suffix""... $ac_c" 1>&6 1740 echo "configure:17 41: checking for object suffix" >&51719 echo "configure:1720: checking for object suffix" >&5 1741 1720 if eval "test \"`echo '$''{'ac_cv_objext'+set}'`\" = set"; then 1742 1721 echo $ac_n "(cached) $ac_c" 1>&6 … … 1744 1723 rm -f conftest* 1745 1724 echo 'int i = 1;' > conftest.$ac_ext 1746 if { (eval echo configure:17 47: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then1725 if { (eval echo configure:1726: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1747 1726 for ac_file in conftest.*; do 1748 1727 case $ac_file in … … 1774 1753 if test "$file_magic_cmd" = '$MAGIC_CMD'; then 1775 1754 echo $ac_n "checking for ${ac_tool_prefix}file""... $ac_c" 1>&6 1776 echo "configure:17 77: checking for ${ac_tool_prefix}file" >&51755 echo "configure:1756: checking for ${ac_tool_prefix}file" >&5 1777 1756 if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then 1778 1757 echo $ac_n "(cached) $ac_c" 1>&6 … … 1836 1815 if test -n "$ac_tool_prefix"; then 1837 1816 echo $ac_n "checking for file""... $ac_c" 1>&6 1838 echo "configure:18 39: checking for file" >&51817 echo "configure:1818: checking for file" >&5 1839 1818 if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then 1840 1819 echo $ac_n "(cached) $ac_c" 1>&6 … … 1907 1886 set dummy ${ac_tool_prefix}ranlib; ac_word=$2 1908 1887 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1909 echo "configure:1 910: checking for $ac_word" >&51888 echo "configure:1889: checking for $ac_word" >&5 1910 1889 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 1911 1890 echo $ac_n "(cached) $ac_c" 1>&6 … … 1940 1919 set dummy ranlib; ac_word=$2 1941 1920 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1942 echo "configure:19 43: checking for $ac_word" >&51921 echo "configure:1922: checking for $ac_word" >&5 1943 1922 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 1944 1923 echo $ac_n "(cached) $ac_c" 1>&6 … … 1976 1955 set dummy ${ac_tool_prefix}strip; ac_word=$2 1977 1956 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1978 echo "configure:19 79: checking for $ac_word" >&51957 echo "configure:1958: checking for $ac_word" >&5 1979 1958 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then 1980 1959 echo $ac_n "(cached) $ac_c" 1>&6 … … 2009 1988 set dummy strip; ac_word=$2 2010 1989 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2011 echo "configure: 2012: checking for $ac_word" >&51990 echo "configure:1991: checking for $ac_word" >&5 2012 1991 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then 2013 1992 echo $ac_n "(cached) $ac_c" 1>&6 … … 2077 2056 *-*-irix6*) 2078 2057 # Find out which ABI we are using. 2079 echo '#line 20 80"configure"' > conftest.$ac_ext2080 if { (eval echo configure:20 81: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2058 echo '#line 2059 "configure"' > conftest.$ac_ext 2059 if { (eval echo configure:2060: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2081 2060 if test "$lt_cv_prog_gnu_ld" = yes; then 2082 2061 case `/usr/bin/file conftest.$ac_objext` in … … 2111 2090 # Find out which ABI we are using. 2112 2091 echo 'int i;' > conftest.$ac_ext 2113 if { (eval echo configure:2 114: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2092 if { (eval echo configure:2093: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2114 2093 case "`/usr/bin/file conftest.o`" in 2115 2094 *ELF-32*) … … 2129 2108 CFLAGS="$CFLAGS -belf" 2130 2109 echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6 2131 echo "configure:21 32: checking whether the C compiler needs -belf" >&52110 echo "configure:2111: checking whether the C compiler needs -belf" >&5 2132 2111 if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then 2133 2112 echo $ac_n "(cached) $ac_c" 1>&6 2134 2113 else 2135 2114 2136 2115 ac_ext=c 2137 2116 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. … … 2142 2121 2143 2122 cat > conftest.$ac_ext <<EOF 2144 #line 21 45"configure"2123 #line 2124 "configure" 2145 2124 #include "confdefs.h" 2146 2125 … … 2149 2128 ; return 0; } 2150 2129 EOF 2151 if { (eval echo configure:21 52: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2130 if { (eval echo configure:2131: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2152 2131 rm -rf conftest* 2153 2132 lt_cv_cc_needs_belf=yes … … 2259 2238 exec 5>>./config.log 2260 2239 2261 2262 2263 2264 2265 2240 2241 2242 2243 2244 2266 2245 2267 2246 # Check whether --with-lib-path or --without-lib-path was given. … … 2296 2275 if test "${with_sysroot+set}" = set; then 2297 2276 withval="$with_sysroot" 2298 2277 2299 2278 case ${with_sysroot} in 2300 2279 yes) TARGET_SYSTEM_ROOT='${exec_prefix}/${target_alias}/sys-root' ;; … … 2323 2302 2324 2303 else 2325 2304 2326 2305 use_sysroot=no 2327 2306 TARGET_SYSTEM_ROOT= … … 2373 2352 set dummy gcc; ac_word=$2 2374 2353 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2375 echo "configure:23 76: checking for $ac_word" >&52354 echo "configure:2355: checking for $ac_word" >&5 2376 2355 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 2377 2356 echo $ac_n "(cached) $ac_c" 1>&6 … … 2404 2383 set dummy cc; ac_word=$2 2405 2384 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2406 echo "configure:2 407: checking for $ac_word" >&52385 echo "configure:2386: checking for $ac_word" >&5 2407 2386 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 2408 2387 echo $ac_n "(cached) $ac_c" 1>&6 … … 2457 2436 set dummy cl; ac_word=$2 2458 2437 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2459 echo "configure:24 60: checking for $ac_word" >&52438 echo "configure:2439: checking for $ac_word" >&5 2460 2439 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 2461 2440 echo $ac_n "(cached) $ac_c" 1>&6 … … 2490 2469 2491 2470 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 2492 echo "configure:24 93: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&52471 echo "configure:2472: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 2493 2472 2494 2473 ac_ext=c … … 2501 2480 cat > conftest.$ac_ext << EOF 2502 2481 2503 #line 2 504"configure"2482 #line 2483 "configure" 2504 2483 #include "confdefs.h" 2505 2484 2506 2485 main(){return(0);} 2507 2486 EOF 2508 if { (eval echo configure:2 509: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2487 if { (eval echo configure:2488: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2509 2488 ac_cv_prog_cc_works=yes 2510 2489 # If we can't run a trivial program, we are probably using a cross compiler. … … 2532 2511 fi 2533 2512 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 2534 echo "configure:25 35: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&52513 echo "configure:2514: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 2535 2514 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 2536 2515 cross_compiling=$ac_cv_prog_cc_cross 2537 2516 2538 2517 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 2539 echo "configure:25 40: checking whether we are using GNU C" >&52518 echo "configure:2519: checking whether we are using GNU C" >&5 2540 2519 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 2541 2520 echo $ac_n "(cached) $ac_c" 1>&6 … … 2546 2525 #endif 2547 2526 EOF 2548 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:25 49: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then2527 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2528: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 2549 2528 ac_cv_prog_gcc=yes 2550 2529 else … … 2565 2544 CFLAGS= 2566 2545 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 2567 echo "configure:25 68: checking whether ${CC-cc} accepts -g" >&52546 echo "configure:2547: checking whether ${CC-cc} accepts -g" >&5 2568 2547 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 2569 2548 echo $ac_n "(cached) $ac_c" 1>&6 … … 2608 2587 # ./install, which can be erroneously created by make from ./install.sh. 2609 2588 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 2610 echo "configure:2 611: checking for a BSD compatible install" >&52589 echo "configure:2590: checking for a BSD compatible install" >&5 2611 2590 if test -z "$INSTALL"; then 2612 2591 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then … … 2665 2644 ALL_LINGUAS="fr sv es da" 2666 2645 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 2667 echo "configure:26 68: checking how to run the C preprocessor" >&52646 echo "configure:2647: checking how to run the C preprocessor" >&5 2668 2647 # On Suns, sometimes $CPP names a directory. 2669 2648 if test -n "$CPP" && test -d "$CPP"; then … … 2681 2660 cat > conftest.$ac_ext <<EOF 2682 2661 #include <sys/types.h> 2683 #line 26 84"configure"2662 #line 2663 "configure" 2684 2663 #include "confdefs.h" 2685 2664 #include <assert.h> … … 2687 2666 EOF 2688 2667 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2689 { (eval echo configure:26 90: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2668 { (eval echo configure:2669: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2690 2669 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2691 2670 if test -z "$ac_err"; then … … 2699 2678 cat > conftest.$ac_ext <<EOF 2700 2679 #include <sys/types.h> 2701 #line 2 702"configure"2680 #line 2681 "configure" 2702 2681 #include "confdefs.h" 2703 2682 #include <assert.h> … … 2705 2684 EOF 2706 2685 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2707 { (eval echo configure:2 708: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2686 { (eval echo configure:2687: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2708 2687 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2709 2688 if test -z "$ac_err"; then … … 2717 2696 cat > conftest.$ac_ext <<EOF 2718 2697 #include <sys/types.h> 2719 #line 2 720"configure"2698 #line 2699 "configure" 2720 2699 #include "confdefs.h" 2721 2700 #include <assert.h> … … 2723 2702 EOF 2724 2703 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2725 { (eval echo configure:27 26: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2704 { (eval echo configure:2705: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2726 2705 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2727 2706 if test -z "$ac_err"; then … … 2750 2729 set dummy ranlib; ac_word=$2 2751 2730 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2752 echo "configure:27 53: checking for $ac_word" >&52731 echo "configure:2732: checking for $ac_word" >&5 2753 2732 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 2754 2733 echo $ac_n "(cached) $ac_c" 1>&6 … … 2779 2758 2780 2759 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 2781 echo "configure:27 82: checking for ANSI C header files" >&52760 echo "configure:2761: checking for ANSI C header files" >&5 2782 2761 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then 2783 2762 echo $ac_n "(cached) $ac_c" 1>&6 … … 2785 2764 cat > conftest.$ac_ext <<EOF 2786 2765 #include <sys/types.h> 2787 #line 27 88"configure"2766 #line 2767 "configure" 2788 2767 #include "confdefs.h" 2789 2768 #include <stdlib.h> … … 2793 2772 EOF 2794 2773 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2795 { (eval echo configure:27 96: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2774 { (eval echo configure:2775: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2796 2775 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2797 2776 if test -z "$ac_err"; then … … 2810 2789 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 2811 2790 cat > conftest.$ac_ext <<EOF 2812 #line 2 813"configure"2791 #line 2792 "configure" 2813 2792 #include "confdefs.h" 2814 2793 #include <string.h> … … 2828 2807 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 2829 2808 cat > conftest.$ac_ext <<EOF 2830 #line 28 31"configure"2809 #line 2810 "configure" 2831 2810 #include "confdefs.h" 2832 2811 #include <stdlib.h> … … 2849 2828 else 2850 2829 cat > conftest.$ac_ext <<EOF 2851 #line 28 52"configure"2830 #line 2831 "configure" 2852 2831 #include "confdefs.h" 2853 2832 #include <ctype.h> … … 2860 2839 2861 2840 EOF 2862 if { (eval echo configure:28 63: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null2841 if { (eval echo configure:2842: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 2863 2842 then 2864 2843 : … … 2884 2863 2885 2864 echo $ac_n "checking for working const""... $ac_c" 1>&6 2886 echo "configure:28 87: checking for working const" >&52865 echo "configure:2866: checking for working const" >&5 2887 2866 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then 2888 2867 echo $ac_n "(cached) $ac_c" 1>&6 2889 2868 else 2890 2869 cat > conftest.$ac_ext <<EOF 2891 #line 28 92"configure"2870 #line 2871 "configure" 2892 2871 #include "confdefs.h" 2893 2872 … … 2938 2917 ; return 0; } 2939 2918 EOF 2940 if { (eval echo configure:29 41: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2919 if { (eval echo configure:2920: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2941 2920 rm -rf conftest* 2942 2921 ac_cv_c_const=yes … … 2953 2932 if test $ac_cv_c_const = no; then 2954 2933 cat >> confdefs.h <<\EOF 2955 #define const 2934 #define const 2956 2935 EOF 2957 2936 … … 2959 2938 2960 2939 echo $ac_n "checking for inline""... $ac_c" 1>&6 2961 echo "configure:29 62: checking for inline" >&52940 echo "configure:2941: checking for inline" >&5 2962 2941 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then 2963 2942 echo $ac_n "(cached) $ac_c" 1>&6 … … 2966 2945 for ac_kw in inline __inline__ __inline; do 2967 2946 cat > conftest.$ac_ext <<EOF 2968 #line 29 69"configure"2947 #line 2948 "configure" 2969 2948 #include "confdefs.h" 2970 2949 … … 2973 2952 ; return 0; } 2974 2953 EOF 2975 if { (eval echo configure:29 76: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2954 if { (eval echo configure:2955: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2976 2955 rm -rf conftest* 2977 2956 ac_cv_c_inline=$ac_kw; break … … 2989 2968 inline | yes) ;; 2990 2969 no) cat >> confdefs.h <<\EOF 2991 #define inline 2970 #define inline 2992 2971 EOF 2993 2972 ;; … … 2999 2978 3000 2979 echo $ac_n "checking for off_t""... $ac_c" 1>&6 3001 echo "configure: 3002: checking for off_t" >&52980 echo "configure:2981: checking for off_t" >&5 3002 2981 if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then 3003 2982 echo $ac_n "(cached) $ac_c" 1>&6 3004 2983 else 3005 2984 cat > conftest.$ac_ext <<EOF 3006 #line 3007"configure"2985 #line 2986 "configure" 3007 2986 #include "confdefs.h" 3008 2987 #include <sys/types.h> … … 3032 3011 3033 3012 echo $ac_n "checking for size_t""... $ac_c" 1>&6 3034 echo "configure:30 35: checking for size_t" >&53013 echo "configure:3014: checking for size_t" >&5 3035 3014 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then 3036 3015 echo $ac_n "(cached) $ac_c" 1>&6 3037 3016 else 3038 3017 cat > conftest.$ac_ext <<EOF 3039 #line 30 40"configure"3018 #line 3019 "configure" 3040 3019 #include "confdefs.h" 3041 3020 #include <sys/types.h> … … 3067 3046 # for constant arguments. Useless! 3068 3047 echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6 3069 echo "configure:30 70: checking for working alloca.h" >&53048 echo "configure:3049: checking for working alloca.h" >&5 3070 3049 if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then 3071 3050 echo $ac_n "(cached) $ac_c" 1>&6 3072 3051 else 3073 3052 cat > conftest.$ac_ext <<EOF 3074 #line 30 75"configure"3053 #line 3054 "configure" 3075 3054 #include "confdefs.h" 3076 3055 #include <alloca.h> … … 3079 3058 ; return 0; } 3080 3059 EOF 3081 if { (eval echo configure:30 82: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3060 if { (eval echo configure:3061: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3082 3061 rm -rf conftest* 3083 3062 ac_cv_header_alloca_h=yes … … 3100 3079 3101 3080 echo $ac_n "checking for alloca""... $ac_c" 1>&6 3102 echo "configure:3 103: checking for alloca" >&53081 echo "configure:3082: checking for alloca" >&5 3103 3082 if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then 3104 3083 echo $ac_n "(cached) $ac_c" 1>&6 3105 3084 else 3106 3085 cat > conftest.$ac_ext <<EOF 3107 #line 3 108"configure"3086 #line 3087 "configure" 3108 3087 #include "confdefs.h" 3109 3088 … … 3133 3112 ; return 0; } 3134 3113 EOF 3135 if { (eval echo configure:31 36: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3114 if { (eval echo configure:3115: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3136 3115 rm -rf conftest* 3137 3116 ac_cv_func_alloca_works=yes … … 3165 3144 3166 3145 echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6 3167 echo "configure:31 68: checking whether alloca needs Cray hooks" >&53146 echo "configure:3147: checking whether alloca needs Cray hooks" >&5 3168 3147 if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then 3169 3148 echo $ac_n "(cached) $ac_c" 1>&6 3170 3149 else 3171 3150 cat > conftest.$ac_ext <<EOF 3172 #line 31 73"configure"3151 #line 3152 "configure" 3173 3152 #include "confdefs.h" 3174 3153 #if defined(CRAY) && ! defined(CRAY2) … … 3195 3174 for ac_func in _getb67 GETB67 getb67; do 3196 3175 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3197 echo "configure:31 98: checking for $ac_func" >&53176 echo "configure:3177: checking for $ac_func" >&5 3198 3177 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3199 3178 echo $ac_n "(cached) $ac_c" 1>&6 3200 3179 else 3201 3180 cat > conftest.$ac_ext <<EOF 3202 #line 3 203"configure"3181 #line 3182 "configure" 3203 3182 #include "confdefs.h" 3204 3183 /* System header to define __stub macros and hopefully few prototypes, … … 3223 3202 ; return 0; } 3224 3203 EOF 3225 if { (eval echo configure:32 26: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3204 if { (eval echo configure:3205: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3226 3205 rm -rf conftest* 3227 3206 eval "ac_cv_func_$ac_func=yes" … … 3250 3229 3251 3230 echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6 3252 echo "configure:32 53: checking stack direction for C alloca" >&53231 echo "configure:3232: checking stack direction for C alloca" >&5 3253 3232 if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then 3254 3233 echo $ac_n "(cached) $ac_c" 1>&6 … … 3258 3237 else 3259 3238 cat > conftest.$ac_ext <<EOF 3260 #line 32 61"configure"3239 #line 3240 "configure" 3261 3240 #include "confdefs.h" 3262 3241 find_stack_direction () … … 3277 3256 } 3278 3257 EOF 3279 if { (eval echo configure:32 80: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3258 if { (eval echo configure:3259: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3280 3259 then 3281 3260 ac_cv_c_stack_direction=1 … … 3302 3281 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 3303 3282 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 3304 echo "configure:3 305: checking for $ac_hdr" >&53283 echo "configure:3284: checking for $ac_hdr" >&5 3305 3284 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 3306 3285 echo $ac_n "(cached) $ac_c" 1>&6 … … 3308 3287 cat > conftest.$ac_ext <<EOF 3309 3288 #include <sys/types.h> 3310 #line 3 311"configure"3289 #line 3290 "configure" 3311 3290 #include "confdefs.h" 3312 3291 #include <$ac_hdr> 3313 3292 EOF 3314 3293 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3315 { (eval echo configure:3 316: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }3294 { (eval echo configure:3295: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3316 3295 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3317 3296 if test -z "$ac_err"; then … … 3333 3312 #define $ac_tr_hdr 1 3334 3313 EOF 3335 3314 3336 3315 else 3337 3316 echo "$ac_t""no" 1>&6 … … 3342 3321 do 3343 3322 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3344 echo "configure:33 45: checking for $ac_func" >&53323 echo "configure:3324: checking for $ac_func" >&5 3345 3324 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3346 3325 echo $ac_n "(cached) $ac_c" 1>&6 3347 3326 else 3348 3327 cat > conftest.$ac_ext <<EOF 3349 #line 33 50"configure"3328 #line 3329 "configure" 3350 3329 #include "confdefs.h" 3351 3330 /* System header to define __stub macros and hopefully few prototypes, … … 3370 3349 ; return 0; } 3371 3350 EOF 3372 if { (eval echo configure:33 73: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3351 if { (eval echo configure:3352: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3373 3352 rm -rf conftest* 3374 3353 eval "ac_cv_func_$ac_func=yes" … … 3388 3367 #define $ac_tr_func 1 3389 3368 EOF 3390 3369 3391 3370 else 3392 3371 echo "$ac_t""no" 1>&6 … … 3395 3374 3396 3375 echo $ac_n "checking for working mmap""... $ac_c" 1>&6 3397 echo "configure:33 98: checking for working mmap" >&53376 echo "configure:3377: checking for working mmap" >&5 3398 3377 if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then 3399 3378 echo $ac_n "(cached) $ac_c" 1>&6 … … 3403 3382 else 3404 3383 cat > conftest.$ac_ext <<EOF 3405 #line 3 406"configure"3384 #line 3385 "configure" 3406 3385 #include "confdefs.h" 3407 3386 … … 3543 3522 3544 3523 EOF 3545 if { (eval echo configure:35 46: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3524 if { (eval echo configure:3525: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3546 3525 then 3547 3526 ac_cv_func_mmap_fixed_mapped=yes … … 3565 3544 fi 3566 3545 3567 3546 3568 3547 for ac_hdr in argz.h limits.h locale.h nl_types.h malloc.h string.h \ 3569 3548 unistd.h values.h sys/param.h … … 3571 3550 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 3572 3551 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 3573 echo "configure:35 74: checking for $ac_hdr" >&53552 echo "configure:3553: checking for $ac_hdr" >&5 3574 3553 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 3575 3554 echo $ac_n "(cached) $ac_c" 1>&6 … … 3577 3556 cat > conftest.$ac_ext <<EOF 3578 3557 #include <sys/types.h> 3579 #line 35 80"configure"3558 #line 3559 "configure" 3580 3559 #include "confdefs.h" 3581 3560 #include <$ac_hdr> 3582 3561 EOF 3583 3562 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3584 { (eval echo configure:35 85: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }3563 { (eval echo configure:3564: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3585 3564 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3586 3565 if test -z "$ac_err"; then … … 3602 3581 #define $ac_tr_hdr 1 3603 3582 EOF 3604 3583 3605 3584 else 3606 3585 echo "$ac_t""no" 1>&6 … … 3612 3591 do 3613 3592 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3614 echo "configure:3 615: checking for $ac_func" >&53593 echo "configure:3594: checking for $ac_func" >&5 3615 3594 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3616 3595 echo $ac_n "(cached) $ac_c" 1>&6 3617 3596 else 3618 3597 cat > conftest.$ac_ext <<EOF 3619 #line 3 620"configure"3598 #line 3599 "configure" 3620 3599 #include "confdefs.h" 3621 3600 /* System header to define __stub macros and hopefully few prototypes, … … 3640 3619 ; return 0; } 3641 3620 EOF 3642 if { (eval echo configure:36 43: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3621 if { (eval echo configure:3622: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3643 3622 rm -rf conftest* 3644 3623 eval "ac_cv_func_$ac_func=yes" … … 3658 3637 #define $ac_tr_func 1 3659 3638 EOF 3660 3639 3661 3640 else 3662 3641 echo "$ac_t""no" 1>&6 … … 3669 3648 do 3670 3649 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3671 echo "configure:36 72: checking for $ac_func" >&53650 echo "configure:3651: checking for $ac_func" >&5 3672 3651 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3673 3652 echo $ac_n "(cached) $ac_c" 1>&6 3674 3653 else 3675 3654 cat > conftest.$ac_ext <<EOF 3676 #line 36 77"configure"3655 #line 3656 "configure" 3677 3656 #include "confdefs.h" 3678 3657 /* System header to define __stub macros and hopefully few prototypes, … … 3697 3676 ; return 0; } 3698 3677 EOF 3699 if { (eval echo configure:3 700: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3678 if { (eval echo configure:3679: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3700 3679 rm -rf conftest* 3701 3680 eval "ac_cv_func_$ac_func=yes" … … 3715 3694 #define $ac_tr_func 1 3716 3695 EOF 3717 3696 3718 3697 else 3719 3698 echo "$ac_t""no" 1>&6 … … 3731 3710 if test $ac_cv_header_locale_h = yes; then 3732 3711 echo $ac_n "checking for LC_MESSAGES""... $ac_c" 1>&6 3733 echo "configure:37 34: checking for LC_MESSAGES" >&53712 echo "configure:3713: checking for LC_MESSAGES" >&5 3734 3713 if eval "test \"`echo '$''{'am_cv_val_LC_MESSAGES'+set}'`\" = set"; then 3735 3714 echo $ac_n "(cached) $ac_c" 1>&6 3736 3715 else 3737 3716 cat > conftest.$ac_ext <<EOF 3738 #line 37 39"configure"3717 #line 3718 "configure" 3739 3718 #include "confdefs.h" 3740 3719 #include <locale.h> … … 3743 3722 ; return 0; } 3744 3723 EOF 3745 if { (eval echo configure:37 46: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3724 if { (eval echo configure:3725: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3746 3725 rm -rf conftest* 3747 3726 am_cv_val_LC_MESSAGES=yes … … 3764 3743 fi 3765 3744 echo $ac_n "checking whether NLS is requested""... $ac_c" 1>&6 3766 echo "configure:37 67: checking whether NLS is requested" >&53745 echo "configure:3746: checking whether NLS is requested" >&5 3767 3746 # Check whether --enable-nls or --disable-nls was given. 3768 3747 if test "${enable_nls+set}" = set; then … … 3774 3753 3775 3754 echo "$ac_t""$USE_NLS" 1>&6 3776 3755 3777 3756 3778 3757 USE_INCLUDED_LIBINTL=no … … 3784 3763 3785 3764 echo $ac_n "checking whether included gettext is requested""... $ac_c" 1>&6 3786 echo "configure:37 87: checking whether included gettext is requested" >&53765 echo "configure:3766: checking whether included gettext is requested" >&5 3787 3766 # Check whether --with-included-gettext or --without-included-gettext was given. 3788 3767 if test "${with_included_gettext+set}" = set; then … … 3796 3775 3797 3776 nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext" 3777 echo "nls_cv_use_gnu_gettext:$nls_cv_use_gnu_gettext" >&5 3798 3778 if test "$nls_cv_force_use_gnu_gettext" != "yes"; then 3799 3779 nls_cv_header_intl= … … 3803 3783 ac_safe=`echo "libintl.h" | sed 'y%./+-%__p_%'` 3804 3784 echo $ac_n "checking for libintl.h""... $ac_c" 1>&6 3805 echo "configure:3 806: checking for libintl.h" >&53785 echo "configure:3786: checking for libintl.h" >&5 3806 3786 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 3807 3787 echo $ac_n "(cached) $ac_c" 1>&6 … … 3809 3789 cat > conftest.$ac_ext <<EOF 3810 3790 #include <sys/types.h> 3811 #line 3 812 "configure"3791 #line 3792 "configure" 3812 3792 #include "confdefs.h" 3813 3793 #include <libintl.h> 3814 3794 EOF 3815 3795 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3816 { (eval echo configure:3 817: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }3796 { (eval echo configure:3797: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3817 3797 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3818 3798 if test -z "$ac_err"; then … … 3831 3811 echo "$ac_t""yes" 1>&6 3832 3812 echo $ac_n "checking for gettext in libc""... $ac_c" 1>&6 3833 echo "configure:38 34: checking for gettext in libc" >&53813 echo "configure:3814: checking for gettext in libc" >&5 3834 3814 if eval "test \"`echo '$''{'gt_cv_func_gettext_libc'+set}'`\" = set"; then 3835 3815 echo $ac_n "(cached) $ac_c" 1>&6 3836 3816 else 3837 3817 cat > conftest.$ac_ext <<EOF 3838 #line 38 39 "configure"3818 #line 3819 "configure" 3839 3819 #include "confdefs.h" 3840 3820 #include <libintl.h> … … 3843 3823 ; return 0; } 3844 3824 EOF 3845 if { (eval echo configure:38 46: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3825 if { (eval echo configure:3826: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3846 3826 rm -rf conftest* 3847 3827 gt_cv_func_gettext_libc=yes … … 3858 3838 3859 3839 if test "$gt_cv_func_gettext_libc" != "yes"; then 3860 echo $ac_n "checking for bindtextdomain in -lintl""... $ac_c" 1>&63861 echo "configure:38 62: checking for bindtextdomain in -lintl" >&53840 echo $ac_n "checking for bindtextdomain in -lintl""... $ac_c" 1>&6 3841 echo "configure:3842: checking for bindtextdomain in -lintl" >&5 3862 3842 ac_lib_var=`echo intl'_'bindtextdomain | sed 'y%./+-%__p_%'` 3863 3843 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 3867 3847 LIBS="-lintl $LIBS" 3868 3848 cat > conftest.$ac_ext <<EOF 3869 #line 38 70 "configure"3849 #line 3850 "configure" 3870 3850 #include "confdefs.h" 3871 3851 /* Override any gcc2 internal prototype to avoid an error. */ … … 3878 3858 ; return 0; } 3879 3859 EOF 3880 if { (eval echo configure:38 81: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3860 if { (eval echo configure:3861: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3881 3861 rm -rf conftest* 3882 3862 eval "ac_cv_lib_$ac_lib_var=yes" … … 3894 3874 echo "$ac_t""yes" 1>&6 3895 3875 echo $ac_n "checking for gettext in libintl""... $ac_c" 1>&6 3896 echo "configure:38 97: checking for gettext in libintl" >&53876 echo "configure:3877: checking for gettext in libintl" >&5 3897 3877 if eval "test \"`echo '$''{'gt_cv_func_gettext_libintl'+set}'`\" = set"; then 3898 3878 echo $ac_n "(cached) $ac_c" 1>&6 3899 3879 else 3900 cat > conftest.$ac_ext <<EOF 3901 #line 3902 "configure" 3880 ac_save_LIBS="$LIBS"; LIBS="-lintl $LIBS"; 3881 cat > conftest.$ac_ext <<EOF 3882 #line 3883 "configure" 3902 3883 #include "confdefs.h" 3903 3884 #include <libintl.h> 3904 3885 int main() { 3905 3886 return (int) gettext ("") 3906 3887 ; return 0; } 3907 3888 EOF 3908 if { (eval echo configure:3 909: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3889 if { (eval echo configure:3890: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3909 3890 rm -rf conftest* 3910 3891 gt_cv_func_gettext_libintl=yes … … 3916 3897 fi 3917 3898 rm -f conftest* 3899 LIBS="$ac_save_LIBS"; 3918 3900 fi 3919 3901 … … 3934 3916 set dummy msgfmt; ac_word=$2 3935 3917 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 3936 echo "configure:39 37: checking for $ac_word" >&53918 echo "configure:3919: checking for $ac_word" >&5 3937 3919 if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then 3938 3920 echo $ac_n "(cached) $ac_c" 1>&6 3939 3921 else 3940 3922 case "$MSGFMT" in 3941 /*)3923 [/\\]*|[a-zA-Z]:*) 3942 3924 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path. 3943 3925 ;; … … 3952 3934 fi 3953 3935 fi 3936 ac_word_saved="$ac_word" 3937 ac_word=$ac_word$ac_cv_exeext 3938 if test -f $ac_dir/$ac_word; then 3939 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then 3940 ac_cv_path_MSGFMT="$ac_dir/$ac_word" 3941 break 3942 fi 3943 fi 3944 ac_word="$ac_word_saved" 3954 3945 done 3955 3946 IFS="$ac_save_ifs" … … 3968 3959 do 3969 3960 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3970 echo "configure:39 71: checking for $ac_func" >&53961 echo "configure:3962: checking for $ac_func" >&5 3971 3962 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3972 3963 echo $ac_n "(cached) $ac_c" 1>&6 3973 3964 else 3974 3965 cat > conftest.$ac_ext <<EOF 3975 #line 39 76"configure"3966 #line 3967 "configure" 3976 3967 #include "confdefs.h" 3977 3968 /* System header to define __stub macros and hopefully few prototypes, … … 3996 3987 ; return 0; } 3997 3988 EOF 3998 if { (eval echo configure:399 9: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3989 if { (eval echo configure:3990: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3999 3990 rm -rf conftest* 4000 3991 eval "ac_cv_func_$ac_func=yes" … … 4014 4005 #define $ac_tr_func 1 4015 4006 EOF 4016 4007 4017 4008 else 4018 4009 echo "$ac_t""no" 1>&6 … … 4023 4014 set dummy gmsgfmt; ac_word=$2 4024 4015 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 4025 echo "configure:40 26: checking for $ac_word" >&54016 echo "configure:4017: checking for $ac_word" >&5 4026 4017 if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then 4027 4018 echo $ac_n "(cached) $ac_c" 1>&6 4028 4019 else 4029 4020 case "$GMSGFMT" in 4030 /* | [a-zA-Z]:*)4021 [/\\]* | [a-zA-Z]:*) 4031 4022 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path. 4032 4023 ;; 4033 ?:/*) 4024 ?:/*) 4034 4025 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a dos path. 4035 4026 ;; … … 4037 4028 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 4038 4029 ac_dummy="$PATH" 4039 for ac_dir in $ac_dummy; do 4030 for ac_dir in $ac_dummy; do 4040 4031 test -z "$ac_dir" && ac_dir=. 4041 4032 if test -f $ac_dir/$ac_word; then … … 4063 4054 set dummy xgettext; ac_word=$2 4064 4055 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 4065 echo "configure:40 66: checking for $ac_word" >&54056 echo "configure:4057: checking for $ac_word" >&5 4066 4057 if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then 4067 4058 echo $ac_n "(cached) $ac_c" 1>&6 4068 4059 else 4069 4060 case "$XGETTEXT" in 4070 /*)4061 [/\\]*|[a-zA-Z]:*) 4071 4062 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path. 4072 4063 ;; … … 4081 4072 fi 4082 4073 fi 4074 ac_word_saved="$ac_word" 4075 ac_word=$ac_word$ac_cv_exeext 4076 if test -f $ac_dir/$ac_word; then 4077 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then 4078 ac_cv_path_XGETTEXT="$ac_dir/$ac_word" 4079 break 4080 fi 4081 fi 4082 ac_word="$ac_word_saved" 4083 4083 done 4084 4084 IFS="$ac_save_ifs" … … 4094 4094 fi 4095 4095 4096 4096 4097 cat > conftest.$ac_ext <<EOF 4097 #line 409 8"configure"4098 #line 4099 "configure" 4098 4099 #include "confdefs.h" 4099 4100 … … 4103 4104 ; return 0; } 4104 4105 EOF 4105 if { (eval echo configure:410 6: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4106 if { (eval echo configure:4107: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4106 4107 rm -rf conftest* 4107 4108 CATOBJEXT=.gmo … … 4124 4125 4125 4126 4126 4127 4127 4128 if test "$CATOBJEXT" = "NONE"; then 4128 4129 nls_cv_use_gnu_gettext=yes 4130 echo "nls_cv_use_gnu_gettext:$nls_cv_use_gnu_gettext fallback" >&5 4129 4131 fi 4130 4132 fi … … 4135 4137 set dummy msgfmt; ac_word=$2 4136 4138 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 4137 echo "configure:41 38: checking for $ac_word" >&54139 echo "configure:4140: checking for $ac_word" >&5 4138 4140 if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then 4139 4141 echo $ac_n "(cached) $ac_c" 1>&6 4140 4142 else 4141 4143 case "$MSGFMT" in 4142 /*)4144 [/\\]*|[a-zA-Z]:*) 4143 4145 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path. 4144 4146 ;; … … 4153 4155 fi 4154 4156 fi 4157 ac_word_saved="$ac_word" 4158 ac_word=$ac_word$ac_cv_exeext 4159 if test -f $ac_dir/$ac_word; then 4160 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then 4161 ac_cv_path_MSGFMT="$ac_dir/$ac_word" 4162 break 4163 fi 4164 fi 4165 ac_word="$ac_word_saved" 4155 4166 done 4156 4167 IFS="$ac_save_ifs" … … 4169 4180 set dummy gmsgfmt; ac_word=$2 4170 4181 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 4171 echo "configure:41 72: checking for $ac_word" >&54182 echo "configure:4183: checking for $ac_word" >&5 4172 4183 if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then 4173 4184 echo $ac_n "(cached) $ac_c" 1>&6 4174 4185 else 4175 4186 case "$GMSGFMT" in 4176 /* | [a-zA-Z]:*)4187 [/\\]* | [a-zA-Z]:*) 4177 4188 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path. 4178 4189 ;; 4179 ?:/*) 4190 ?:/*) 4180 4191 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a dos path. 4181 4192 ;; … … 4183 4194 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 4184 4195 ac_dummy="$PATH" 4185 for ac_dir in $ac_dummy; do 4196 for ac_dir in $ac_dummy; do 4186 4197 test -z "$ac_dir" && ac_dir=. 4187 4198 if test -f $ac_dir/$ac_word; then … … 4209 4220 set dummy xgettext; ac_word=$2 4210 4221 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 4211 echo "configure:42 12: checking for $ac_word" >&54222 echo "configure:4223: checking for $ac_word" >&5 4212 4223 if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then 4213 4224 echo $ac_n "(cached) $ac_c" 1>&6 4214 4225 else 4215 4226 case "$XGETTEXT" in 4216 /*)4227 [/\\]*|[a-zA-Z]:*) 4217 4228 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path. 4218 4229 ;; … … 4227 4238 fi 4228 4239 fi 4240 ac_word_saved="$ac_word" 4241 ac_word=$ac_word$ac_cv_exeext 4242 if test -f $ac_dir/$ac_word; then 4243 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then 4244 ac_cv_path_XGETTEXT="$ac_dir/$ac_word" 4245 break 4246 fi 4247 fi 4248 ac_word="$ac_word_saved" 4229 4249 done 4230 4250 IFS="$ac_save_ifs" … … 4240 4260 fi 4241 4261 4242 4262 4243 4263 USE_INCLUDED_LIBINTL=yes 4244 4264 CATOBJEXT=.gmo … … 4250 4270 nls_cv_header_intl=libintl.h 4251 4271 nls_cv_header_libgt=libgettext.h 4272 else 4273 echo "dbg: else: gt_cv_func_gettext_libintl" >&5 4274 if test "$gt_cv_func_gettext_libintl" = "yes"; then 4275 echo "dbg: updating LIBS" >&5 4276 LIBS="-lintl $LIBS" 4277 INTLLIBS="-lintl" 4278 fi 4252 4279 fi 4253 4280 … … 4281 4308 done 4282 4309 4283 4284 4285 4286 4287 4288 4289 4290 4291 4292 4293 4294 4310 4311 4312 4313 4314 4315 4316 4317 4318 4319 4320 4321 4295 4322 4296 4323 if test "x$CATOBJEXT" != "x"; then … … 4299 4326 else 4300 4327 echo $ac_n "checking for catalogs to be installed""... $ac_c" 1>&6 4301 echo "configure:43 02: checking for catalogs to be installed" >&54328 echo "configure:4329: checking for catalogs to be installed" >&5 4302 4329 NEW_LINGUAS= 4303 4330 for lang in ${LINGUAS=$ALL_LINGUAS}; do … … 4321 4348 /* The system does not provide the header <locale.h>. Take care yourself. */" 4322 4349 fi 4323 4350 4324 4351 4325 4352 if test -f $srcdir/po2tbl.sed.in; then … … 4327 4354 ac_safe=`echo "linux/version.h" | sed 'y%./+-%__p_%'` 4328 4355 echo $ac_n "checking for linux/version.h""... $ac_c" 1>&6 4329 echo "configure:43 30: checking for linux/version.h" >&54356 echo "configure:4357: checking for linux/version.h" >&5 4330 4357 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 4331 4358 echo $ac_n "(cached) $ac_c" 1>&6 … … 4333 4360 cat > conftest.$ac_ext <<EOF 4334 4361 #include <sys/types.h> 4335 #line 43 36"configure"4362 #line 4363 "configure" 4336 4363 #include "confdefs.h" 4337 4364 #include <linux/version.h> 4338 4365 EOF 4339 4366 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4340 { (eval echo configure:43 41: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }4367 { (eval echo configure:4368: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4341 4368 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4342 4369 if test -z "$ac_err"; then … … 4374 4401 GT_YES="#YES#" 4375 4402 fi 4376 4377 4403 4404 4378 4405 4379 4406 MKINSTALLDIRS="\$(srcdir)/../../mkinstalldirs" 4380 4407 4381 4408 4382 4409 l= 4383 4410 4384 4411 4385 4412 if test -f $srcdir/po/POTFILES.in; then … … 4398 4425 < $srcdir/po/POTFILES.in > po/POTFILES 4399 4426 fi 4400 4427 4401 4428 4402 4429 … … 4404 4431 4405 4432 echo $ac_n "checking for executable suffix""... $ac_c" 1>&6 4406 echo "configure:44 07: checking for executable suffix" >&54433 echo "configure:4434: checking for executable suffix" >&5 4407 4434 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then 4408 4435 echo $ac_n "(cached) $ac_c" 1>&6 … … 4414 4441 echo 'int main () { return 0; }' > conftest.$ac_ext 4415 4442 ac_cv_exeext= 4416 if { (eval echo configure:44 17: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then4443 if { (eval echo configure:4444: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then 4417 4444 for file in conftest.*; do 4418 4445 case $file in … … 4440 4467 set dummy $ac_prog; ac_word=$2 4441 4468 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 4442 echo "configure:44 43: checking for $ac_word" >&54469 echo "configure:4470: checking for $ac_word" >&5 4443 4470 if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then 4444 4471 echo $ac_n "(cached) $ac_c" 1>&6 … … 4477 4504 set dummy $ac_prog; ac_word=$2 4478 4505 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 4479 echo "configure:4 480: checking for $ac_word" >&54506 echo "configure:4507: checking for $ac_word" >&5 4480 4507 if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then 4481 4508 echo $ac_n "(cached) $ac_c" 1>&6 … … 4511 4538 set dummy flex; ac_word=$2 4512 4539 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 4513 echo "configure:45 14: checking for $ac_word" >&54540 echo "configure:4541: checking for $ac_word" >&5 4514 4541 if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then 4515 4542 echo $ac_n "(cached) $ac_c" 1>&6 … … 4546 4573 esac 4547 4574 echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6 4548 echo "configure:45 49: checking for yywrap in -l$ac_lib" >&54575 echo "configure:4576: checking for yywrap in -l$ac_lib" >&5 4549 4576 ac_lib_var=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'` 4550 4577 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4554 4581 LIBS="-l$ac_lib $LIBS" 4555 4582 cat > conftest.$ac_ext <<EOF 4556 #line 45 57"configure"4583 #line 4584 "configure" 4557 4584 #include "confdefs.h" 4558 4585 /* Override any gcc2 internal prototype to avoid an error. */ … … 4565 4592 ; return 0; } 4566 4593 EOF 4567 if { (eval echo configure:45 68: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4594 if { (eval echo configure:4595: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4568 4595 rm -rf conftest* 4569 4596 eval "ac_cv_lib_$ac_lib_var=yes" … … 4588 4615 4589 4616 echo $ac_n "checking lex output file root""... $ac_c" 1>&6 4590 echo "configure:4 591: checking lex output file root" >&54617 echo "configure:4618: checking lex output file root" >&5 4591 4618 if eval "test \"`echo '$''{'ac_cv_prog_lex_root'+set}'`\" = set"; then 4592 4619 echo $ac_n "(cached) $ac_c" 1>&6 … … 4609 4636 4610 4637 echo $ac_n "checking whether yytext is a pointer""... $ac_c" 1>&6 4611 echo "configure:46 12: checking whether yytext is a pointer" >&54638 echo "configure:4639: checking whether yytext is a pointer" >&5 4612 4639 if eval "test \"`echo '$''{'ac_cv_prog_lex_yytext_pointer'+set}'`\" = set"; then 4613 4640 echo $ac_n "(cached) $ac_c" 1>&6 … … 4621 4648 LIBS="$LIBS $LEXLIB" 4622 4649 cat > conftest.$ac_ext <<EOF 4623 #line 46 24"configure"4650 #line 4651 "configure" 4624 4651 #include "confdefs.h" 4625 4652 `cat $LEX_OUTPUT_ROOT.c` … … 4628 4655 ; return 0; } 4629 4656 EOF 4630 if { (eval echo configure:46 31: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4657 if { (eval echo configure:4658: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4631 4658 rm -rf conftest* 4632 4659 ac_cv_prog_lex_yytext_pointer=yes … … 4651 4678 4652 4679 echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6 4653 echo "configure:46 54: checking whether to enable maintainer-specific portions of Makefiles" >&54680 echo "configure:4681: checking whether to enable maintainer-specific portions of Makefiles" >&5 4654 4681 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given. 4655 4682 if test "${enable_maintainer_mode+set}" = set; then … … 4661 4688 4662 4689 echo "$ac_t""$USE_MAINTAINER_MODE" 1>&6 4663 4690 4664 4691 4665 4692 if test $USE_MAINTAINER_MODE = yes; then … … 4671 4698 fi 4672 4699 MAINT=$MAINTAINER_MODE_TRUE 4673 4700 4674 4701 4675 4702 … … 4685 4712 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 4686 4713 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 4687 echo "configure:4 688: checking for $ac_hdr" >&54714 echo "configure:4715: checking for $ac_hdr" >&5 4688 4715 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 4689 4716 echo $ac_n "(cached) $ac_c" 1>&6 … … 4691 4718 cat > conftest.$ac_ext <<EOF 4692 4719 #include <sys/types.h> 4693 #line 4 694"configure"4720 #line 4721 "configure" 4694 4721 #include "confdefs.h" 4695 4722 #include <$ac_hdr> 4696 4723 EOF 4697 4724 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4698 { (eval echo configure:4 699: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }4725 { (eval echo configure:4726: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4699 4726 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4700 4727 if test -z "$ac_err"; then … … 4716 4743 #define $ac_tr_hdr 1 4717 4744 EOF 4718 4745 4719 4746 else 4720 4747 echo "$ac_t""no" 1>&6 … … 4725 4752 do 4726 4753 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 4727 echo "configure:47 28: checking for $ac_func" >&54754 echo "configure:4755: checking for $ac_func" >&5 4728 4755 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 4729 4756 echo $ac_n "(cached) $ac_c" 1>&6 4730 4757 else 4731 4758 cat > conftest.$ac_ext <<EOF 4732 #line 47 33"configure"4759 #line 4760 "configure" 4733 4760 #include "confdefs.h" 4734 4761 /* System header to define __stub macros and hopefully few prototypes, … … 4753 4780 ; return 0; } 4754 4781 EOF 4755 if { (eval echo configure:47 56: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4782 if { (eval echo configure:4783: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4756 4783 rm -rf conftest* 4757 4784 eval "ac_cv_func_$ac_func=yes" … … 4771 4798 #define $ac_tr_func 1 4772 4799 EOF 4773 4800 4774 4801 else 4775 4802 echo "$ac_t""no" 1>&6 … … 4782 4809 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 4783 4810 echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6 4784 echo "configure:4 785: checking for $ac_hdr that defines DIR" >&54811 echo "configure:4812: checking for $ac_hdr that defines DIR" >&5 4785 4812 if eval "test \"`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; then 4786 4813 echo $ac_n "(cached) $ac_c" 1>&6 4787 4814 else 4788 4815 cat > conftest.$ac_ext <<EOF 4789 #line 4 790"configure"4816 #line 4817 "configure" 4790 4817 #include "confdefs.h" 4791 4818 #include <sys/types.h> … … 4795 4822 ; return 0; } 4796 4823 EOF 4797 if { (eval echo configure:4 798: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then4824 if { (eval echo configure:4825: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 4798 4825 rm -rf conftest* 4799 4826 eval "ac_cv_header_dirent_$ac_safe=yes" … … 4820 4847 if test $ac_header_dirent = dirent.h; then 4821 4848 echo $ac_n "checking for opendir in -ldir""... $ac_c" 1>&6 4822 echo "configure:48 23: checking for opendir in -ldir" >&54849 echo "configure:4850: checking for opendir in -ldir" >&5 4823 4850 ac_lib_var=`echo dir'_'opendir | sed 'y%./+-%__p_%'` 4824 4851 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4828 4855 LIBS="-ldir $LIBS" 4829 4856 cat > conftest.$ac_ext <<EOF 4830 #line 48 31"configure"4857 #line 4858 "configure" 4831 4858 #include "confdefs.h" 4832 4859 /* Override any gcc2 internal prototype to avoid an error. */ … … 4839 4866 ; return 0; } 4840 4867 EOF 4841 if { (eval echo configure:48 42: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4868 if { (eval echo configure:4869: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4842 4869 rm -rf conftest* 4843 4870 eval "ac_cv_lib_$ac_lib_var=yes" … … 4861 4888 else 4862 4889 echo $ac_n "checking for opendir in -lx""... $ac_c" 1>&6 4863 echo "configure:48 64: checking for opendir in -lx" >&54890 echo "configure:4891: checking for opendir in -lx" >&5 4864 4891 ac_lib_var=`echo x'_'opendir | sed 'y%./+-%__p_%'` 4865 4892 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4869 4896 LIBS="-lx $LIBS" 4870 4897 cat > conftest.$ac_ext <<EOF 4871 #line 48 72"configure"4898 #line 4899 "configure" 4872 4899 #include "confdefs.h" 4873 4900 /* Override any gcc2 internal prototype to avoid an error. */ … … 4880 4907 ; return 0; } 4881 4908 EOF 4882 if { (eval echo configure:4 883: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4909 if { (eval echo configure:4910: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4883 4910 rm -rf conftest* 4884 4911 eval "ac_cv_lib_$ac_lib_var=yes" … … 4913 4940 4914 4941 echo $ac_n "checking whether strstr must be declared""... $ac_c" 1>&6 4915 echo "configure:49 16: checking whether strstr must be declared" >&54942 echo "configure:4943: checking whether strstr must be declared" >&5 4916 4943 if eval "test \"`echo '$''{'bfd_cv_decl_needed_strstr'+set}'`\" = set"; then 4917 4944 echo $ac_n "(cached) $ac_c" 1>&6 4918 4945 else 4919 4946 cat > conftest.$ac_ext <<EOF 4920 #line 49 21"configure"4947 #line 4948 "configure" 4921 4948 #include "confdefs.h" 4922 4949 … … 4939 4966 ; return 0; } 4940 4967 EOF 4941 if { (eval echo configure:49 42: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then4968 if { (eval echo configure:4969: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 4942 4969 rm -rf conftest* 4943 4970 bfd_cv_decl_needed_strstr=no … … 4960 4987 4961 4988 echo $ac_n "checking whether free must be declared""... $ac_c" 1>&6 4962 echo "configure:49 63: checking whether free must be declared" >&54989 echo "configure:4990: checking whether free must be declared" >&5 4963 4990 if eval "test \"`echo '$''{'bfd_cv_decl_needed_free'+set}'`\" = set"; then 4964 4991 echo $ac_n "(cached) $ac_c" 1>&6 4965 4992 else 4966 4993 cat > conftest.$ac_ext <<EOF 4967 #line 49 68"configure"4994 #line 4995 "configure" 4968 4995 #include "confdefs.h" 4969 4996 … … 4986 5013 ; return 0; } 4987 5014 EOF 4988 if { (eval echo configure: 4989: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5015 if { (eval echo configure:5016: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 4989 5016 rm -rf conftest* 4990 5017 bfd_cv_decl_needed_free=no … … 5007 5034 5008 5035 echo $ac_n "checking whether sbrk must be declared""... $ac_c" 1>&6 5009 echo "configure:50 10: checking whether sbrk must be declared" >&55036 echo "configure:5037: checking whether sbrk must be declared" >&5 5010 5037 if eval "test \"`echo '$''{'bfd_cv_decl_needed_sbrk'+set}'`\" = set"; then 5011 5038 echo $ac_n "(cached) $ac_c" 1>&6 5012 5039 else 5013 5040 cat > conftest.$ac_ext <<EOF 5014 #line 50 15"configure"5041 #line 5042 "configure" 5015 5042 #include "confdefs.h" 5016 5043 … … 5033 5060 ; return 0; } 5034 5061 EOF 5035 if { (eval echo configure:50 36: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5062 if { (eval echo configure:5063: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5036 5063 rm -rf conftest* 5037 5064 bfd_cv_decl_needed_sbrk=no … … 5054 5081 5055 5082 echo $ac_n "checking whether getenv must be declared""... $ac_c" 1>&6 5056 echo "configure:50 57: checking whether getenv must be declared" >&55083 echo "configure:5084: checking whether getenv must be declared" >&5 5057 5084 if eval "test \"`echo '$''{'bfd_cv_decl_needed_getenv'+set}'`\" = set"; then 5058 5085 echo $ac_n "(cached) $ac_c" 1>&6 5059 5086 else 5060 5087 cat > conftest.$ac_ext <<EOF 5061 #line 50 62"configure"5088 #line 5089 "configure" 5062 5089 #include "confdefs.h" 5063 5090 … … 5080 5107 ; return 0; } 5081 5108 EOF 5082 if { (eval echo configure:5 083: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5109 if { (eval echo configure:5110: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5083 5110 rm -rf conftest* 5084 5111 bfd_cv_decl_needed_getenv=no … … 5101 5128 5102 5129 echo $ac_n "checking whether environ must be declared""... $ac_c" 1>&6 5103 echo "configure:51 04: checking whether environ must be declared" >&55130 echo "configure:5131: checking whether environ must be declared" >&5 5104 5131 if eval "test \"`echo '$''{'bfd_cv_decl_needed_environ'+set}'`\" = set"; then 5105 5132 echo $ac_n "(cached) $ac_c" 1>&6 5106 5133 else 5107 5134 cat > conftest.$ac_ext <<EOF 5108 #line 51 09"configure"5135 #line 5136 "configure" 5109 5136 #include "confdefs.h" 5110 5137 … … 5127 5154 ; return 0; } 5128 5155 EOF 5129 if { (eval echo configure:51 30: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5156 if { (eval echo configure:5157: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5130 5157 rm -rf conftest* 5131 5158 bfd_cv_decl_needed_environ=no … … 5155 5182 # support string concatenation. 5156 5183 echo $ac_n "checking whether ANSI C string concatenation works""... $ac_c" 1>&6 5157 echo "configure:51 58: checking whether ANSI C string concatenation works" >&55184 echo "configure:5185: checking whether ANSI C string concatenation works" >&5 5158 5185 if eval "test \"`echo '$''{'ld_cv_string_concatenation'+set}'`\" = set"; then 5159 5186 echo $ac_n "(cached) $ac_c" 1>&6 5160 5187 else 5161 5188 cat > conftest.$ac_ext <<EOF 5162 #line 51 63"configure"5189 #line 5190 "configure" 5163 5190 #include "confdefs.h" 5164 5191 … … 5167 5194 ; return 0; } 5168 5195 EOF 5169 if { (eval echo configure:51 70: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5196 if { (eval echo configure:5197: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5170 5197 rm -rf conftest* 5171 5198 ld_cv_string_concatenation=yes … … 5449 5476 s%@build_vendor@%$build_vendor%g 5450 5477 s%@build_os@%$build_os%g 5478 s%@CC@%$CC%g 5451 5479 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g 5452 5480 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g … … 5460 5488 s%@MAKEINFO@%$MAKEINFO%g 5461 5489 s%@SET_MAKE@%$SET_MAKE%g 5462 s%@CC@%$CC%g5463 5490 s%@LN_S@%$LN_S%g 5464 5491 s%@OBJEXT@%$OBJEXT%g … … 5582 5609 if test -z "$ac_dots"; then top_srcdir=. 5583 5610 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;; 5584 /* | [A-Za-z]:*)5611 [/\\]* | [a-zA-Z]:*) 5585 5612 srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;; 5586 5613 *) # Relative path. … … 5590 5617 5591 5618 case "$ac_given_INSTALL" in 5592 [/$ ]* | [A-Za-z]:*) INSTALL="$ac_given_INSTALL" ;;5619 [/$\\]* | [A-Za-z]:*) INSTALL="$ac_given_INSTALL" ;; 5593 5620 *) INSTALL="$ac_dots$ac_given_INSTALL" ;; 5594 5621 esac -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/binutils/libiberty/configure
-
Property cvs2svn:cvs-rev
changed from
1.3
to1.4
r1112 r1113 3956 3956 if test -z "$ac_dots"; then top_srcdir=. 3957 3957 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;; 3958 /* | [A-Za-z]:*)3958 [/\\]* | [a-zA-Z]:*) 3959 3959 srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;; 3960 3960 *) # Relative path. … … 3964 3964 3965 3965 case "$ac_given_INSTALL" in 3966 [/$ ]* | [A-Za-z]:*) INSTALL="$ac_given_INSTALL" ;;3966 [/$\\]* | [A-Za-z]:*) INSTALL="$ac_given_INSTALL" ;; 3967 3967 *) INSTALL="$ac_dots$ac_given_INSTALL" ;; 3968 3968 esac -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/binutils/opcodes/aclocal.m4
-
Property cvs2svn:cvs-rev
changed from
1.3
to1.4
r1112 r1113 1 dnl aclocal.m4 generated automatically by aclocal 1.4-p 51 dnl aclocal.m4 generated automatically by aclocal 1.4-p6 2 2 3 3 dnl Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc. … … 46 46 47 47 AC_DEFUN([AM_INIT_AUTOMAKE], 48 [AC_REQUIRE([AC_PROG_INSTALL]) 48 [AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl 49 AC_REQUIRE([AC_PROG_INSTALL]) 49 50 PACKAGE=[$1] 50 51 AC_SUBST(PACKAGE) … … 62 63 dnl FIXME This is truly gross. 63 64 missing_dir=`cd $ac_aux_dir && pwd` 64 AM_MISSING_PROG(ACLOCAL, aclocal , $missing_dir)65 AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version}, $missing_dir) 65 66 AM_MISSING_PROG(AUTOCONF, autoconf, $missing_dir) 66 AM_MISSING_PROG(AUTOMAKE, automake , $missing_dir)67 AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version}, $missing_dir) 67 68 AM_MISSING_PROG(AUTOHEADER, autoheader, $missing_dir) 68 69 AM_MISSING_PROG(MAKEINFO, makeinfo, $missing_dir) 69 70 AC_REQUIRE([AC_PROG_MAKE_SET])]) 71 72 # Copyright 2002 Free Software Foundation, Inc. 73 74 # This program is free software; you can redistribute it and/or modify 75 # it under the terms of the GNU General Public License as published by 76 # the Free Software Foundation; either version 2, or (at your option) 77 # any later version. 78 79 # This program is distributed in the hope that it will be useful, 80 # but WITHOUT ANY WARRANTY; without even the implied warranty of 81 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 82 # GNU General Public License for more details. 83 84 # You should have received a copy of the GNU General Public License 85 # along with this program; if not, write to the Free Software 86 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 87 88 # AM_AUTOMAKE_VERSION(VERSION) 89 # ---------------------------- 90 # Automake X.Y traces this macro to ensure aclocal.m4 has been 91 # generated from the m4 files accompanying Automake X.Y. 92 AC_DEFUN([AM_AUTOMAKE_VERSION],[am__api_version="1.4"]) 93 94 # AM_SET_CURRENT_AUTOMAKE_VERSION 95 # ------------------------------- 96 # Call AM_AUTOMAKE_VERSION so it can be traced. 97 # This function is AC_REQUIREd by AC_INIT_AUTOMAKE. 98 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], 99 [AM_AUTOMAKE_VERSION([1.4-p6])]) 70 100 71 101 # -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/binutils/opcodes/configure
-
Property cvs2svn:cvs-rev
changed from
1.5
to1.6
r1112 r1113 2 2 3 3 # Guess values for system-dependent variables and create Makefiles. 4 # Generated automatically using autoconf version 2.13 4 # Generated automatically using autoconf version 2.13 5 5 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc. 6 6 # … … 1064 1064 BFD_VERSION=`sed -n -e 's/^.._INIT_AUTOMAKE.*,[ ]*\([^ ]*\)[ ]*).*/\1/p' < ${srcdir}/../bfd/configure.in` 1065 1065 1066 am__api_version="1.4" 1066 1067 # Find a good install program. We prefer a C program (faster), 1067 1068 # so one script is as good as another. But avoid the broken or … … 1076 1077 # ./install, which can be erroneously created by make from ./install.sh. 1077 1078 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 1078 echo "configure:10 79: checking for a BSD compatible install" >&51079 echo "configure:1080: checking for a BSD compatible install" >&5 1079 1080 if test -z "$INSTALL"; then 1080 1081 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then … … 1131 1132 1132 1133 echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6 1133 echo "configure:113 4: checking whether build environment is sane" >&51134 echo "configure:1135: checking whether build environment is sane" >&5 1134 1135 # Just in case 1135 1136 sleep 1 … … 1188 1189 1189 1190 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 1190 echo "configure:119 1: checking whether ${MAKE-make} sets \${MAKE}" >&51191 echo "configure:1192: checking whether ${MAKE-make} sets \${MAKE}" >&5 1191 1192 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` 1192 1193 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then … … 1233 1234 1234 1235 missing_dir=`cd $ac_aux_dir && pwd` 1235 echo $ac_n "checking for working aclocal ""... $ac_c" 1>&61236 echo "configure:123 7: checking for working aclocal" >&51236 echo $ac_n "checking for working aclocal-${am__api_version}""... $ac_c" 1>&6 1237 echo "configure:1238: checking for working aclocal-${am__api_version}" >&5 1237 1238 # Run test in a subshell; some versions of sh will print an error if 1238 1239 # an executable is not found, even if stderr is redirected. 1239 1240 # Redirect stdin to placate older versions of autoconf. Sigh. 1240 if (aclocal --version) < /dev/null > /dev/null 2>&1; then1241 ACLOCAL=aclocal 1241 if (aclocal-${am__api_version} --version) < /dev/null > /dev/null 2>&1; then 1242 ACLOCAL=aclocal-${am__api_version} 1242 1243 echo "$ac_t""found" 1>&6 1243 1244 else 1244 ACLOCAL="$missing_dir/missing aclocal "1245 ACLOCAL="$missing_dir/missing aclocal-${am__api_version}" 1245 1246 echo "$ac_t""missing" 1>&6 1246 1247 fi 1247 1248 1248 1249 echo $ac_n "checking for working autoconf""... $ac_c" 1>&6 1249 echo "configure:125 0: checking for working autoconf" >&51250 echo "configure:1251: checking for working autoconf" >&5 1250 1251 # Run test in a subshell; some versions of sh will print an error if 1251 1252 # an executable is not found, even if stderr is redirected. … … 1259 1260 fi 1260 1261 1261 echo $ac_n "checking for working automake ""... $ac_c" 1>&61262 echo "configure:126 3: checking for working automake" >&51262 echo $ac_n "checking for working automake-${am__api_version}""... $ac_c" 1>&6 1263 echo "configure:1264: checking for working automake-${am__api_version}" >&5 1263 1264 # Run test in a subshell; some versions of sh will print an error if 1264 1265 # an executable is not found, even if stderr is redirected. 1265 1266 # Redirect stdin to placate older versions of autoconf. Sigh. 1266 if (automake --version) < /dev/null > /dev/null 2>&1; then1267 AUTOMAKE=automake 1267 if (automake-${am__api_version} --version) < /dev/null > /dev/null 2>&1; then 1268 AUTOMAKE=automake-${am__api_version} 1268 1269 echo "$ac_t""found" 1>&6 1269 1270 else 1270 AUTOMAKE="$missing_dir/missing automake "1271 AUTOMAKE="$missing_dir/missing automake-${am__api_version}" 1271 1272 echo "$ac_t""missing" 1>&6 1272 1273 fi 1273 1274 1274 1275 echo $ac_n "checking for working autoheader""... $ac_c" 1>&6 1275 echo "configure:127 6: checking for working autoheader" >&51276 echo "configure:1277: checking for working autoheader" >&5 1276 1277 # Run test in a subshell; some versions of sh will print an error if 1277 1278 # an executable is not found, even if stderr is redirected. … … 1286 1287 1287 1288 echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6 1288 echo "configure:12 89: checking for working makeinfo" >&51289 echo "configure:1290: checking for working makeinfo" >&5 1289 1290 # Run test in a subshell; some versions of sh will print an error if 1290 1291 # an executable is not found, even if stderr is redirected. … … 1309 1310 set dummy ${ac_tool_prefix}ar; ac_word=$2 1310 1311 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1311 echo "configure:131 2: checking for $ac_word" >&51312 echo "configure:1313: checking for $ac_word" >&5 1312 1313 if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then 1313 1314 echo $ac_n "(cached) $ac_c" 1>&6 … … 1342 1343 set dummy ${ac_tool_prefix}ranlib; ac_word=$2 1343 1344 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1344 echo "configure:134 5: checking for $ac_word" >&51345 echo "configure:1346: checking for $ac_word" >&5 1345 1346 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 1346 1347 echo $ac_n "(cached) $ac_c" 1>&6 … … 1375 1376 set dummy ranlib; ac_word=$2 1376 1377 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1377 echo "configure:137 8: checking for $ac_word" >&51378 echo "configure:1379: checking for $ac_word" >&5 1378 1379 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 1379 1380 echo $ac_n "(cached) $ac_c" 1>&6 … … 1491 1492 # Check if gcc -print-prog-name=ld gives a path. 1492 1493 echo $ac_n "checking for ld used by GCC""... $ac_c" 1>&6 1493 echo "configure:149 4: checking for ld used by GCC" >&51494 echo "configure:1495: checking for ld used by GCC" >&5 1494 1495 case $host in 1495 1496 *-*-mingw*) … … 1521 1522 elif test "$with_gnu_ld" = yes; then 1522 1523 echo $ac_n "checking for GNU ld""... $ac_c" 1>&6 1523 echo "configure:152 4: checking for GNU ld" >&51524 echo "configure:1525: checking for GNU ld" >&5 1524 1525 else 1525 1526 echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6 1526 echo "configure:152 7: checking for non-GNU ld" >&51527 echo "configure:1528: checking for non-GNU ld" >&5 1527 1528 fi 1528 1529 if eval "test \"`echo '$''{'lt_cv_path_LD'+set}'`\" = set"; then … … 1559 1560 test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; } 1560 1561 echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6 1561 echo "configure:156 2: checking if the linker ($LD) is GNU ld" >&51562 echo "configure:1563: checking if the linker ($LD) is GNU ld" >&5 1562 1563 if eval "test \"`echo '$''{'lt_cv_prog_gnu_ld'+set}'`\" = set"; then 1563 1564 echo $ac_n "(cached) $ac_c" 1>&6 … … 1576 1577 1577 1578 echo $ac_n "checking for $LD option to reload object files""... $ac_c" 1>&6 1578 echo "configure:15 79: checking for $LD option to reload object files" >&51579 echo "configure:1580: checking for $LD option to reload object files" >&5 1579 1580 if eval "test \"`echo '$''{'lt_cv_ld_reload_flag'+set}'`\" = set"; then 1580 1581 echo $ac_n "(cached) $ac_c" 1>&6 … … 1588 1589 1589 1590 echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6 1590 echo "configure:159 1: checking for BSD-compatible nm" >&51591 echo "configure:1592: checking for BSD-compatible nm" >&5 1591 1592 if eval "test \"`echo '$''{'lt_cv_path_NM'+set}'`\" = set"; then 1592 1593 echo $ac_n "(cached) $ac_c" 1>&6 … … 1626 1627 1627 1628 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6 1628 echo "configure:16 29: checking whether ln -s works" >&51629 echo "configure:1630: checking whether ln -s works" >&5 1629 1630 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then 1630 1631 echo $ac_n "(cached) $ac_c" 1>&6 … … 1653 1654 1654 1655 echo $ac_n "checking how to recognise dependant libraries""... $ac_c" 1>&6 1655 echo "configure:165 6: checking how to recognise dependant libraries" >&51656 echo "configure:1657: checking how to recognise dependant libraries" >&5 1656 1657 if eval "test \"`echo '$''{'lt_cv_deplibs_check_method'+set}'`\" = set"; then 1657 1658 echo $ac_n "(cached) $ac_c" 1>&6 … … 1830 1831 1831 1832 echo $ac_n "checking for object suffix""... $ac_c" 1>&6 1832 echo "configure:183 3: checking for object suffix" >&51833 echo "configure:1834: checking for object suffix" >&5 1833 1834 if eval "test \"`echo '$''{'ac_cv_objext'+set}'`\" = set"; then 1834 1835 echo $ac_n "(cached) $ac_c" 1>&6 … … 1836 1837 rm -f conftest* 1837 1838 echo 'int i = 1;' > conftest.$ac_ext 1838 if { (eval echo configure:18 39: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then1839 if { (eval echo configure:1840: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1839 1840 for ac_file in conftest.*; do 1840 1841 case $ac_file in … … 1860 1861 if test "$file_magic_cmd" = '$MAGIC_CMD'; then 1861 1862 echo $ac_n "checking for ${ac_tool_prefix}file""... $ac_c" 1>&6 1862 echo "configure:186 3: checking for ${ac_tool_prefix}file" >&51863 echo "configure:1864: checking for ${ac_tool_prefix}file" >&5 1863 1864 if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then 1864 1865 echo $ac_n "(cached) $ac_c" 1>&6 … … 1922 1923 if test -n "$ac_tool_prefix"; then 1923 1924 echo $ac_n "checking for file""... $ac_c" 1>&6 1924 echo "configure:192 5: checking for file" >&51925 echo "configure:1926: checking for file" >&5 1925 1926 if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then 1926 1927 echo $ac_n "(cached) $ac_c" 1>&6 … … 1993 1994 set dummy ${ac_tool_prefix}ranlib; ac_word=$2 1994 1995 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1995 echo "configure:199 6: checking for $ac_word" >&51996 echo "configure:1997: checking for $ac_word" >&5 1996 1997 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 1997 1998 echo $ac_n "(cached) $ac_c" 1>&6 … … 2026 2027 set dummy ranlib; ac_word=$2 2027 2028 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2028 echo "configure:20 29: checking for $ac_word" >&52029 echo "configure:2030: checking for $ac_word" >&5 2029 2030 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 2030 2031 echo $ac_n "(cached) $ac_c" 1>&6 … … 2062 2063 set dummy ${ac_tool_prefix}strip; ac_word=$2 2063 2064 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2064 echo "configure:206 5: checking for $ac_word" >&52065 echo "configure:2066: checking for $ac_word" >&5 2065 2066 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then 2066 2067 echo $ac_n "(cached) $ac_c" 1>&6 … … 2095 2096 set dummy strip; ac_word=$2 2096 2097 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2097 echo "configure:209 8: checking for $ac_word" >&52098 echo "configure:2099: checking for $ac_word" >&5 2098 2099 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then 2099 2100 echo $ac_n "(cached) $ac_c" 1>&6 … … 2163 2164 *-*-irix6*) 2164 2165 # Find out which ABI we are using. 2165 echo '#line 216 6"configure"' > conftest.$ac_ext2166 if { (eval echo configure:216 7: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2166 echo '#line 2167 "configure"' > conftest.$ac_ext 2167 if { (eval echo configure:2168: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2167 2168 if test "$lt_cv_prog_gnu_ld" = yes; then 2168 2169 case `/usr/bin/file conftest.$ac_objext` in … … 2197 2198 # Find out which ABI we are using. 2198 2199 echo 'int i;' > conftest.$ac_ext 2199 if { (eval echo configure:220 0: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2200 if { (eval echo configure:2201: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2200 2201 case "`/usr/bin/file conftest.o`" in 2201 2202 *ELF-32*) … … 2215 2216 CFLAGS="$CFLAGS -belf" 2216 2217 echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6 2217 echo "configure:221 8: checking whether the C compiler needs -belf" >&52218 echo "configure:2219: checking whether the C compiler needs -belf" >&5 2218 2219 if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then 2219 2220 echo $ac_n "(cached) $ac_c" 1>&6 2220 2221 else 2221 2222 2222 2223 ac_ext=c 2223 2224 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. … … 2228 2229 2229 2230 cat > conftest.$ac_ext <<EOF 2230 #line 223 1"configure"2231 #line 2232 "configure" 2231 2232 #include "confdefs.h" 2232 2233 … … 2235 2236 ; return 0; } 2236 2237 EOF 2237 if { (eval echo configure:223 8: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2238 if { (eval echo configure:2239: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2238 2239 rm -rf conftest* 2239 2240 lt_cv_cc_needs_belf=yes … … 2345 2346 exec 5>>./config.log 2346 2347 2347 2348 2349 2350 2351 2348 2349 2350 2351 2352 2352 2353 2353 2354 # Check whether --enable-targets or --disable-targets was given. … … 2403 2404 2404 2405 echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6 2405 echo "configure:240 6: checking whether to enable maintainer-specific portions of Makefiles" >&52406 echo "configure:2407: checking whether to enable maintainer-specific portions of Makefiles" >&5 2406 2407 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given. 2407 2408 if test "${enable_maintainer_mode+set}" = set; then … … 2413 2414 2414 2415 echo "$ac_t""$USE_MAINTAINER_MODE" 1>&6 2415 2416 2416 2417 2417 2418 if test $USE_MAINTAINER_MODE = yes; then … … 2423 2424 fi 2424 2425 MAINT=$MAINTAINER_MODE_TRUE 2425 2426 2426 2427 2427 2428 echo $ac_n "checking whether to install libbfd""... $ac_c" 1>&6 2428 echo "configure:24 29: checking whether to install libbfd" >&52429 echo "configure:2430: checking whether to install libbfd" >&5 2429 2430 # Check whether --enable-install-libbfd or --disable-install-libbfd was given. 2430 2431 if test "${enable_install_libbfd+set}" = set; then … … 2440 2441 2441 2442 echo "$ac_t""$install_libbfd_p" 1>&6 2442 2443 2443 2444 2444 2445 if test $install_libbfd_p = yes; then … … 2456 2457 bfdincludedir='$(exec_prefix)/$(host_alias)/$(target_alias)/include' 2457 2458 fi 2458 2459 2459 2460 2460 2461 2461 2462 … … 2464 2465 2465 2466 echo $ac_n "checking for executable suffix""... $ac_c" 1>&6 2466 echo "configure:246 7: checking for executable suffix" >&52467 echo "configure:2468: checking for executable suffix" >&5 2467 2468 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then 2468 2469 echo $ac_n "(cached) $ac_c" 1>&6 … … 2474 2475 echo 'int main () { return 0; }' > conftest.$ac_ext 2475 2476 ac_cv_exeext= 2476 if { (eval echo configure:247 7: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then2477 if { (eval echo configure:2478: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then 2477 2478 for file in conftest.*; do 2478 2479 case $file in … … 2500 2501 set dummy gcc; ac_word=$2 2501 2502 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2502 echo "configure:250 3: checking for $ac_word" >&52503 echo "configure:2504: checking for $ac_word" >&5 2503 2504 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 2504 2505 echo $ac_n "(cached) $ac_c" 1>&6 … … 2531 2532 set dummy cc; ac_word=$2 2532 2533 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2533 echo "configure:253 4: checking for $ac_word" >&52534 echo "configure:2535: checking for $ac_word" >&5 2534 2535 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 2535 2536 echo $ac_n "(cached) $ac_c" 1>&6 … … 2584 2585 set dummy cl; ac_word=$2 2585 2586 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2586 echo "configure:258 7: checking for $ac_word" >&52587 echo "configure:2588: checking for $ac_word" >&5 2587 2588 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 2588 2589 echo $ac_n "(cached) $ac_c" 1>&6 … … 2617 2618 2618 2619 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 2619 echo "configure:262 0: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&52620 echo "configure:2621: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 2620 2621 2621 2622 ac_ext=c … … 2628 2629 cat > conftest.$ac_ext << EOF 2629 2630 2630 #line 263 1"configure"2631 #line 2632 "configure" 2631 2632 #include "confdefs.h" 2632 2633 2633 2634 main(){return(0);} 2634 2635 EOF 2635 if { (eval echo configure:263 6: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2636 if { (eval echo configure:2637: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2636 2637 ac_cv_prog_cc_works=yes 2637 2638 # If we can't run a trivial program, we are probably using a cross compiler. … … 2659 2660 fi 2660 2661 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 2661 echo "configure:266 2: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&52662 echo "configure:2663: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 2662 2663 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 2663 2664 cross_compiling=$ac_cv_prog_cc_cross 2664 2665 2665 2666 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 2666 echo "configure:266 7: checking whether we are using GNU C" >&52667 echo "configure:2668: checking whether we are using GNU C" >&5 2667 2668 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 2668 2669 echo $ac_n "(cached) $ac_c" 1>&6 … … 2673 2674 #endif 2674 2675 EOF 2675 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:267 6: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then2676 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2677: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 2676 2677 ac_cv_prog_gcc=yes 2677 2678 else … … 2692 2693 CFLAGS= 2693 2694 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 2694 echo "configure:269 5: checking whether ${CC-cc} accepts -g" >&52695 echo "configure:2696: checking whether ${CC-cc} accepts -g" >&5 2695 2696 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 2696 2697 echo $ac_n "(cached) $ac_c" 1>&6 … … 2726 2727 ALL_LINGUAS="fr sv es da de id pt_BR ro" 2727 2728 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 2728 echo "configure:27 29: checking how to run the C preprocessor" >&52729 echo "configure:2730: checking how to run the C preprocessor" >&5 2729 2730 # On Suns, sometimes $CPP names a directory. 2730 2731 if test -n "$CPP" && test -d "$CPP"; then … … 2742 2743 cat > conftest.$ac_ext <<EOF 2743 2744 #include <sys/types.h> 2744 #line 274 5"configure"2745 #line 2746 "configure" 2745 2746 #include "confdefs.h" 2746 2747 #include <assert.h> … … 2748 2749 EOF 2749 2750 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2750 { (eval echo configure:275 1: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2751 { (eval echo configure:2752: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2751 2752 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2752 2753 if test -z "$ac_err"; then … … 2760 2761 cat > conftest.$ac_ext <<EOF 2761 2762 #include <sys/types.h> 2762 #line 276 3"configure"2763 #line 2764 "configure" 2763 2764 #include "confdefs.h" 2764 2765 #include <assert.h> … … 2766 2767 EOF 2767 2768 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2768 { (eval echo configure:27 69: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2769 { (eval echo configure:2770: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2769 2770 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2770 2771 if test -z "$ac_err"; then … … 2778 2779 cat > conftest.$ac_ext <<EOF 2779 2780 #include <sys/types.h> 2780 #line 278 1"configure"2781 #line 2782 "configure" 2781 2782 #include "confdefs.h" 2782 2783 #include <assert.h> … … 2784 2785 EOF 2785 2786 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2786 { (eval echo configure:278 7: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2787 { (eval echo configure:2788: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2787 2788 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2788 2789 if test -z "$ac_err"; then … … 2811 2812 set dummy ranlib; ac_word=$2 2812 2813 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2813 echo "configure:281 4: checking for $ac_word" >&52814 echo "configure:2815: checking for $ac_word" >&5 2814 2815 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 2815 2816 echo $ac_n "(cached) $ac_c" 1>&6 … … 2840 2841 2841 2842 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 2842 echo "configure:284 3: checking for ANSI C header files" >&52843 echo "configure:2844: checking for ANSI C header files" >&5 2843 2844 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then 2844 2845 echo $ac_n "(cached) $ac_c" 1>&6 … … 2846 2847 cat > conftest.$ac_ext <<EOF 2847 2848 #include <sys/types.h> 2848 #line 28 49"configure"2849 #line 2850 "configure" 2849 2850 #include "confdefs.h" 2850 2851 #include <stdlib.h> … … 2854 2855 EOF 2855 2856 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2856 { (eval echo configure:285 7: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2857 { (eval echo configure:2858: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2857 2858 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2858 2859 if test -z "$ac_err"; then … … 2871 2872 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 2872 2873 cat > conftest.$ac_ext <<EOF 2873 #line 287 4"configure"2874 #line 2875 "configure" 2874 2875 #include "confdefs.h" 2875 2876 #include <string.h> … … 2889 2890 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 2890 2891 cat > conftest.$ac_ext <<EOF 2891 #line 289 2"configure"2892 #line 2893 "configure" 2892 2893 #include "confdefs.h" 2893 2894 #include <stdlib.h> … … 2910 2911 else 2911 2912 cat > conftest.$ac_ext <<EOF 2912 #line 291 3"configure"2913 #line 2914 "configure" 2913 2914 #include "confdefs.h" 2914 2915 #include <ctype.h> … … 2921 2922 2922 2923 EOF 2923 if { (eval echo configure:292 4: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null2924 if { (eval echo configure:2925: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 2924 2925 then 2925 2926 : … … 2945 2946 2946 2947 echo $ac_n "checking for working const""... $ac_c" 1>&6 2947 echo "configure:294 8: checking for working const" >&52948 echo "configure:2949: checking for working const" >&5 2948 2949 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then 2949 2950 echo $ac_n "(cached) $ac_c" 1>&6 2950 2951 else 2951 2952 cat > conftest.$ac_ext <<EOF 2952 #line 295 3"configure"2953 #line 2954 "configure" 2953 2954 #include "confdefs.h" 2954 2955 … … 2999 3000 ; return 0; } 3000 3001 EOF 3001 if { (eval echo configure:300 2: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then3002 if { (eval echo configure:3003: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 3002 3003 rm -rf conftest* 3003 3004 ac_cv_c_const=yes … … 3014 3015 if test $ac_cv_c_const = no; then 3015 3016 cat >> confdefs.h <<\EOF 3016 #define const 3017 #define const 3017 3018 EOF 3018 3019 … … 3020 3021 3021 3022 echo $ac_n "checking for inline""... $ac_c" 1>&6 3022 echo "configure:302 3: checking for inline" >&53023 echo "configure:3024: checking for inline" >&5 3023 3024 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then 3024 3025 echo $ac_n "(cached) $ac_c" 1>&6 … … 3027 3028 for ac_kw in inline __inline__ __inline; do 3028 3029 cat > conftest.$ac_ext <<EOF 3029 #line 303 0"configure"3030 #line 3031 "configure" 3030 3031 #include "confdefs.h" 3031 3032 … … 3034 3035 ; return 0; } 3035 3036 EOF 3036 if { (eval echo configure:303 7: \"$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 3037 3038 rm -rf conftest* 3038 3039 ac_cv_c_inline=$ac_kw; break … … 3050 3051 inline | yes) ;; 3051 3052 no) cat >> confdefs.h <<\EOF 3052 #define inline 3053 #define inline 3053 3054 EOF 3054 3055 ;; … … 3060 3061 3061 3062 echo $ac_n "checking for off_t""... $ac_c" 1>&6 3062 echo "configure:306 3: checking for off_t" >&53063 echo "configure:3064: checking for off_t" >&5 3063 3064 if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then 3064 3065 echo $ac_n "(cached) $ac_c" 1>&6 3065 3066 else 3066 3067 cat > conftest.$ac_ext <<EOF 3067 #line 306 8"configure"3068 #line 3069 "configure" 3068 3069 #include "confdefs.h" 3069 3070 #include <sys/types.h> … … 3093 3094 3094 3095 echo $ac_n "checking for size_t""... $ac_c" 1>&6 3095 echo "configure:309 6: checking for size_t" >&53096 echo "configure:3097: checking for size_t" >&5 3096 3097 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then 3097 3098 echo $ac_n "(cached) $ac_c" 1>&6 3098 3099 else 3099 3100 cat > conftest.$ac_ext <<EOF 3100 #line 310 1"configure"3101 #line 3102 "configure" 3101 3102 #include "confdefs.h" 3102 3103 #include <sys/types.h> … … 3128 3129 # for constant arguments. Useless! 3129 3130 echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6 3130 echo "configure:313 1: checking for working alloca.h" >&53131 echo "configure:3132: checking for working alloca.h" >&5 3131 3132 if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then 3132 3133 echo $ac_n "(cached) $ac_c" 1>&6 3133 3134 else 3134 3135 cat > conftest.$ac_ext <<EOF 3135 #line 313 6"configure"3136 #line 3137 "configure" 3136 3137 #include "confdefs.h" 3137 3138 #include <alloca.h> … … 3140 3141 ; return 0; } 3141 3142 EOF 3142 if { (eval echo configure:314 3: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3143 if { (eval echo configure:3144: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3143 3144 rm -rf conftest* 3144 3145 ac_cv_header_alloca_h=yes … … 3161 3162 3162 3163 echo $ac_n "checking for alloca""... $ac_c" 1>&6 3163 echo "configure:316 4: checking for alloca" >&53164 echo "configure:3165: checking for alloca" >&5 3164 3165 if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then 3165 3166 echo $ac_n "(cached) $ac_c" 1>&6 3166 3167 else 3167 3168 cat > conftest.$ac_ext <<EOF 3168 #line 31 69"configure"3169 #line 3170 "configure" 3169 3170 #include "confdefs.h" 3170 3171 … … 3194 3195 ; return 0; } 3195 3196 EOF 3196 if { (eval echo configure:319 7: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3197 if { (eval echo configure:3198: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3197 3198 rm -rf conftest* 3198 3199 ac_cv_func_alloca_works=yes … … 3226 3227 3227 3228 echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6 3228 echo "configure:32 29: checking whether alloca needs Cray hooks" >&53229 echo "configure:3230: checking whether alloca needs Cray hooks" >&5 3229 3230 if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then 3230 3231 echo $ac_n "(cached) $ac_c" 1>&6 3231 3232 else 3232 3233 cat > conftest.$ac_ext <<EOF 3233 #line 323 4"configure"3234 #line 3235 "configure" 3234 3235 #include "confdefs.h" 3235 3236 #if defined(CRAY) && ! defined(CRAY2) … … 3256 3257 for ac_func in _getb67 GETB67 getb67; do 3257 3258 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3258 echo "configure:32 59: checking for $ac_func" >&53259 echo "configure:3260: checking for $ac_func" >&5 3259 3260 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3260 3261 echo $ac_n "(cached) $ac_c" 1>&6 3261 3262 else 3262 3263 cat > conftest.$ac_ext <<EOF 3263 #line 326 4"configure"3264 #line 3265 "configure" 3264 3265 #include "confdefs.h" 3265 3266 /* System header to define __stub macros and hopefully few prototypes, … … 3284 3285 ; return 0; } 3285 3286 EOF 3286 if { (eval echo configure:328 7: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3287 if { (eval echo configure:3288: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3287 3288 rm -rf conftest* 3288 3289 eval "ac_cv_func_$ac_func=yes" … … 3311 3312 3312 3313 echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6 3313 echo "configure:331 4: checking stack direction for C alloca" >&53314 echo "configure:3315: checking stack direction for C alloca" >&5 3314 3315 if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then 3315 3316 echo $ac_n "(cached) $ac_c" 1>&6 … … 3319 3320 else 3320 3321 cat > conftest.$ac_ext <<EOF 3321 #line 332 2"configure"3322 #line 3323 "configure" 3322 3323 #include "confdefs.h" 3323 3324 find_stack_direction () … … 3338 3339 } 3339 3340 EOF 3340 if { (eval echo configure:334 1: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3341 if { (eval echo configure:3342: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3341 3342 then 3342 3343 ac_cv_c_stack_direction=1 … … 3363 3364 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 3364 3365 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 3365 echo "configure:336 6: checking for $ac_hdr" >&53366 echo "configure:3367: checking for $ac_hdr" >&5 3366 3367 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 3367 3368 echo $ac_n "(cached) $ac_c" 1>&6 … … 3369 3370 cat > conftest.$ac_ext <<EOF 3370 3371 #include <sys/types.h> 3371 #line 337 2"configure"3372 #line 3373 "configure" 3372 3373 #include "confdefs.h" 3373 3374 #include <$ac_hdr> 3374 3375 EOF 3375 3376 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3376 { (eval echo configure:337 7: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }3377 { (eval echo configure:3378: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3377 3378 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3378 3379 if test -z "$ac_err"; then … … 3394 3395 #define $ac_tr_hdr 1 3395 3396 EOF 3396 3397 3397 3398 else 3398 3399 echo "$ac_t""no" 1>&6 … … 3403 3404 do 3404 3405 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3405 echo "configure:340 6: checking for $ac_func" >&53406 echo "configure:3407: checking for $ac_func" >&5 3406 3407 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3407 3408 echo $ac_n "(cached) $ac_c" 1>&6 3408 3409 else 3409 3410 cat > conftest.$ac_ext <<EOF 3410 #line 341 1"configure"3411 #line 3412 "configure" 3411 3412 #include "confdefs.h" 3412 3413 /* System header to define __stub macros and hopefully few prototypes, … … 3431 3432 ; return 0; } 3432 3433 EOF 3433 if { (eval echo configure:343 4: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3434 if { (eval echo configure:3435: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3434 3435 rm -rf conftest* 3435 3436 eval "ac_cv_func_$ac_func=yes" … … 3449 3450 #define $ac_tr_func 1 3450 3451 EOF 3451 3452 3452 3453 else 3453 3454 echo "$ac_t""no" 1>&6 … … 3456 3457 3457 3458 echo $ac_n "checking for working mmap""... $ac_c" 1>&6 3458 echo "configure:34 59: checking for working mmap" >&53459 echo "configure:3460: checking for working mmap" >&5 3459 3460 if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then 3460 3461 echo $ac_n "(cached) $ac_c" 1>&6 … … 3464 3465 else 3465 3466 cat > conftest.$ac_ext <<EOF 3466 #line 346 7"configure"3467 #line 3468 "configure" 3467 3468 #include "confdefs.h" 3468 3469 … … 3604 3605 3605 3606 EOF 3606 if { (eval echo configure:360 7: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3607 if { (eval echo configure:3608: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3607 3608 then 3608 3609 ac_cv_func_mmap_fixed_mapped=yes … … 3626 3627 fi 3627 3628 3628 3629 3629 3630 for ac_hdr in argz.h limits.h locale.h nl_types.h malloc.h string.h \ 3630 3631 unistd.h values.h sys/param.h … … 3632 3633 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 3633 3634 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 3634 echo "configure:363 5: checking for $ac_hdr" >&53635 echo "configure:3636: checking for $ac_hdr" >&5 3635 3636 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 3636 3637 echo $ac_n "(cached) $ac_c" 1>&6 … … 3638 3639 cat > conftest.$ac_ext <<EOF 3639 3640 #include <sys/types.h> 3640 #line 364 1"configure"3641 #line 3642 "configure" 3641 3642 #include "confdefs.h" 3642 3643 #include <$ac_hdr> 3643 3644 EOF 3644 3645 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3645 { (eval echo configure:364 6: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }3646 { (eval echo configure:3647: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3646 3647 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3647 3648 if test -z "$ac_err"; then … … 3663 3664 #define $ac_tr_hdr 1 3664 3665 EOF 3665 3666 3666 3667 else 3667 3668 echo "$ac_t""no" 1>&6 … … 3673 3674 do 3674 3675 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3675 echo "configure:367 6: checking for $ac_func" >&53676 echo "configure:3677: checking for $ac_func" >&5 3676 3677 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3677 3678 echo $ac_n "(cached) $ac_c" 1>&6 3678 3679 else 3679 3680 cat > conftest.$ac_ext <<EOF 3680 #line 368 1"configure"3681 #line 3682 "configure" 3681 3682 #include "confdefs.h" 3682 3683 /* System header to define __stub macros and hopefully few prototypes, … … 3701 3702 ; return 0; } 3702 3703 EOF 3703 if { (eval echo configure:370 4: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3704 if { (eval echo configure:3705: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3704 3705 rm -rf conftest* 3705 3706 eval "ac_cv_func_$ac_func=yes" … … 3719 3720 #define $ac_tr_func 1 3720 3721 EOF 3721 3722 3722 3723 else 3723 3724 echo "$ac_t""no" 1>&6 … … 3730 3731 do 3731 3732 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3732 echo "configure:373 3: checking for $ac_func" >&53733 echo "configure:3734: checking for $ac_func" >&5 3733 3734 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3734 3735 echo $ac_n "(cached) $ac_c" 1>&6 3735 3736 else 3736 3737 cat > conftest.$ac_ext <<EOF 3737 #line 373 8"configure"3738 #line 3739 "configure" 3738 3739 #include "confdefs.h" 3739 3740 /* System header to define __stub macros and hopefully few prototypes, … … 3758 3759 ; return 0; } 3759 3760 EOF 3760 if { (eval echo configure:376 1: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3761 if { (eval echo configure:3762: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3761 3762 rm -rf conftest* 3762 3763 eval "ac_cv_func_$ac_func=yes" … … 3776 3777 #define $ac_tr_func 1 3777 3778 EOF 3778 3779 3779 3780 else 3780 3781 echo "$ac_t""no" 1>&6 … … 3792 3793 if test $ac_cv_header_locale_h = yes; then 3793 3794 echo $ac_n "checking for LC_MESSAGES""... $ac_c" 1>&6 3794 echo "configure:379 5: checking for LC_MESSAGES" >&53795 echo "configure:3796: checking for LC_MESSAGES" >&5 3795 3796 if eval "test \"`echo '$''{'am_cv_val_LC_MESSAGES'+set}'`\" = set"; then 3796 3797 echo $ac_n "(cached) $ac_c" 1>&6 3797 3798 else 3798 3799 cat > conftest.$ac_ext <<EOF 3799 #line 380 0"configure"3800 #line 3801 "configure" 3800 3801 #include "confdefs.h" 3801 3802 #include <locale.h> … … 3804 3805 ; return 0; } 3805 3806 EOF 3806 if { (eval echo configure:380 7: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3807 if { (eval echo configure:3808: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3807 3808 rm -rf conftest* 3808 3809 am_cv_val_LC_MESSAGES=yes … … 3825 3826 fi 3826 3827 echo $ac_n "checking whether NLS is requested""... $ac_c" 1>&6 3827 echo "configure:382 8: checking whether NLS is requested" >&53828 echo "configure:3829: checking whether NLS is requested" >&5 3828 3829 # Check whether --enable-nls or --disable-nls was given. 3829 3830 if test "${enable_nls+set}" = set; then … … 3835 3836 3836 3837 echo "$ac_t""$USE_NLS" 1>&6 3837 3838 3838 3839 3839 3840 USE_INCLUDED_LIBINTL=no … … 3845 3846 3846 3847 echo $ac_n "checking whether included gettext is requested""... $ac_c" 1>&6 3847 echo "configure:384 8: checking whether included gettext is requested" >&53848 echo "configure:3849: checking whether included gettext is requested" >&5 3848 3849 # Check whether --with-included-gettext or --without-included-gettext was given. 3849 3850 if test "${with_included_gettext+set}" = set; then … … 3857 3858 3858 3859 nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext" 3860 echo "nls_cv_use_gnu_gettext:$nls_cv_use_gnu_gettext" >&5 3859 3861 if test "$nls_cv_force_use_gnu_gettext" != "yes"; then 3860 3862 nls_cv_header_intl= … … 3864 3866 ac_safe=`echo "libintl.h" | sed 'y%./+-%__p_%'` 3865 3867 echo $ac_n "checking for libintl.h""... $ac_c" 1>&6 3866 echo "configure:386 7: checking for libintl.h" >&53868 echo "configure:3869: checking for libintl.h" >&5 3867 3869 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 3868 3870 echo $ac_n "(cached) $ac_c" 1>&6 … … 3870 3872 cat > conftest.$ac_ext <<EOF 3871 3873 #include <sys/types.h> 3872 #line 387 3"configure"3874 #line 3875 "configure" 3873 3875 #include "confdefs.h" 3874 3876 #include <libintl.h> 3875 3877 EOF 3876 3878 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3877 { (eval echo configure:38 78: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }3879 { (eval echo configure:3880: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3878 3880 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3879 3881 if test -z "$ac_err"; then … … 3892 3894 echo "$ac_t""yes" 1>&6 3893 3895 echo $ac_n "checking for gettext in libc""... $ac_c" 1>&6 3894 echo "configure:389 5: checking for gettext in libc" >&53896 echo "configure:3897: checking for gettext in libc" >&5 3895 3897 if eval "test \"`echo '$''{'gt_cv_func_gettext_libc'+set}'`\" = set"; then 3896 3898 echo $ac_n "(cached) $ac_c" 1>&6 3897 3899 else 3898 3900 cat > conftest.$ac_ext <<EOF 3899 #line 390 0"configure"3901 #line 3902 "configure" 3900 3902 #include "confdefs.h" 3901 3903 #include <libintl.h> … … 3904 3906 ; return 0; } 3905 3907 EOF 3906 if { (eval echo configure:390 7: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3908 if { (eval echo configure:3909: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3907 3909 rm -rf conftest* 3908 3910 gt_cv_func_gettext_libc=yes … … 3919 3921 3920 3922 if test "$gt_cv_func_gettext_libc" != "yes"; then 3921 echo $ac_n "checking for bindtextdomain in -lintl""... $ac_c" 1>&63922 echo "configure:392 3: checking for bindtextdomain in -lintl" >&53923 echo $ac_n "checking for bindtextdomain in -lintl""... $ac_c" 1>&6 3924 echo "configure:3925: checking for bindtextdomain in -lintl" >&5 3923 3925 ac_lib_var=`echo intl'_'bindtextdomain | sed 'y%./+-%__p_%'` 3924 3926 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 3928 3930 LIBS="-lintl $LIBS" 3929 3931 cat > conftest.$ac_ext <<EOF 3930 #line 393 1"configure"3932 #line 3933 "configure" 3931 3933 #include "confdefs.h" 3932 3934 /* Override any gcc2 internal prototype to avoid an error. */ … … 3939 3941 ; return 0; } 3940 3942 EOF 3941 if { (eval echo configure:394 2: \"$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 3942 3944 rm -rf conftest* 3943 3945 eval "ac_cv_lib_$ac_lib_var=yes" … … 3955 3957 echo "$ac_t""yes" 1>&6 3956 3958 echo $ac_n "checking for gettext in libintl""... $ac_c" 1>&6 3957 echo "configure:39 58: checking for gettext in libintl" >&53959 echo "configure:3960: checking for gettext in libintl" >&5 3958 3960 if eval "test \"`echo '$''{'gt_cv_func_gettext_libintl'+set}'`\" = set"; then 3959 3961 echo $ac_n "(cached) $ac_c" 1>&6 3960 3962 else 3961 cat > conftest.$ac_ext <<EOF 3962 #line 3963 "configure" 3963 ac_save_LIBS="$LIBS"; LIBS="-lintl $LIBS"; 3964 cat > conftest.$ac_ext <<EOF 3965 #line 3966 "configure" 3963 3966 #include "confdefs.h" 3964 3967 #include <libintl.h> 3965 3968 int main() { 3966 3969 return (int) gettext ("") 3967 3970 ; return 0; } 3968 3971 EOF 3969 if { (eval echo configure:397 0: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3972 if { (eval echo configure:3973: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3970 3973 rm -rf conftest* 3971 3974 gt_cv_func_gettext_libintl=yes … … 3977 3980 fi 3978 3981 rm -f conftest* 3982 LIBS="$ac_save_LIBS"; 3979 3983 fi 3980 3984 … … 3995 3999 set dummy msgfmt; ac_word=$2 3996 4000 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 3997 echo "configure: 3998: checking for $ac_word" >&54001 echo "configure:4002: checking for $ac_word" >&5 3998 4002 if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then 3999 4003 echo $ac_n "(cached) $ac_c" 1>&6 4000 4004 else 4001 4005 case "$MSGFMT" in 4002 /*)4006 [/\\]*|[a-zA-Z]:*) 4003 4007 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path. 4004 4008 ;; … … 4013 4017 fi 4014 4018 fi 4019 ac_word_saved="$ac_word" 4020 ac_word=$ac_word$ac_cv_exeext 4021 if test -f $ac_dir/$ac_word; then 4022 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then 4023 ac_cv_path_MSGFMT="$ac_dir/$ac_word" 4024 break 4025 fi 4026 fi 4027 ac_word="$ac_word_saved" 4015 4028 done 4016 4029 IFS="$ac_save_ifs" … … 4029 4042 do 4030 4043 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 4031 echo "configure:40 32: checking for $ac_func" >&54044 echo "configure:4045: checking for $ac_func" >&5 4032 4045 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 4033 4046 echo $ac_n "(cached) $ac_c" 1>&6 4034 4047 else 4035 4048 cat > conftest.$ac_ext <<EOF 4036 #line 40 37"configure"4049 #line 4050 "configure" 4037 4050 #include "confdefs.h" 4038 4051 /* System header to define __stub macros and hopefully few prototypes, … … 4057 4070 ; return 0; } 4058 4071 EOF 4059 if { (eval echo configure:40 60: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4072 if { (eval echo configure:4073: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4060 4073 rm -rf conftest* 4061 4074 eval "ac_cv_func_$ac_func=yes" … … 4075 4088 #define $ac_tr_func 1 4076 4089 EOF 4077 4090 4078 4091 else 4079 4092 echo "$ac_t""no" 1>&6 … … 4084 4097 set dummy gmsgfmt; ac_word=$2 4085 4098 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 4086 echo "configure:4 087: checking for $ac_word" >&54099 echo "configure:4100: checking for $ac_word" >&5 4087 4100 if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then 4088 4101 echo $ac_n "(cached) $ac_c" 1>&6 4089 4102 else 4090 4103 case "$GMSGFMT" in 4091 /* | [a-zA-Z]:*)4104 [/\\]* | [a-zA-Z]:*) 4092 4105 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path. 4093 4106 ;; 4094 ?:/*) 4107 ?:/*) 4095 4108 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a dos path. 4096 4109 ;; … … 4098 4111 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 4099 4112 ac_dummy="$PATH" 4100 for ac_dir in $ac_dummy; do 4113 for ac_dir in $ac_dummy; do 4101 4114 test -z "$ac_dir" && ac_dir=. 4102 4115 if test -f $ac_dir/$ac_word; then … … 4124 4137 set dummy xgettext; ac_word=$2 4125 4138 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 4126 echo "configure:41 27: checking for $ac_word" >&54139 echo "configure:4140: checking for $ac_word" >&5 4127 4140 if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then 4128 4141 echo $ac_n "(cached) $ac_c" 1>&6 4129 4142 else 4130 4143 case "$XGETTEXT" in 4131 /*)4144 [/\\]*|[a-zA-Z]:*) 4132 4145 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path. 4133 4146 ;; … … 4142 4155 fi 4143 4156 fi 4157 ac_word_saved="$ac_word" 4158 ac_word=$ac_word$ac_cv_exeext 4159 if test -f $ac_dir/$ac_word; then 4160 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then 4161 ac_cv_path_XGETTEXT="$ac_dir/$ac_word" 4162 break 4163 fi 4164 fi 4165 ac_word="$ac_word_saved" 4144 4166 done 4145 4167 IFS="$ac_save_ifs" … … 4155 4177 fi 4156 4178 4179 4157 4180 cat > conftest.$ac_ext <<EOF 4158 #line 41 59"configure"4181 #line 4182 "configure" 4159 4182 #include "confdefs.h" 4160 4183 … … 4164 4187 ; return 0; } 4165 4188 EOF 4166 if { (eval echo configure:41 67: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4189 if { (eval echo configure:4190: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4167 4190 rm -rf conftest* 4168 4191 CATOBJEXT=.gmo … … 4185 4208 4186 4209 4187 4210 4188 4211 if test "$CATOBJEXT" = "NONE"; then 4189 4212 nls_cv_use_gnu_gettext=yes 4213 echo "nls_cv_use_gnu_gettext:$nls_cv_use_gnu_gettext fallback" >&5 4190 4214 fi 4191 4215 fi … … 4196 4220 set dummy msgfmt; ac_word=$2 4197 4221 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 4198 echo "configure:4 199: checking for $ac_word" >&54222 echo "configure:4223: checking for $ac_word" >&5 4199 4223 if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then 4200 4224 echo $ac_n "(cached) $ac_c" 1>&6 4201 4225 else 4202 4226 case "$MSGFMT" in 4203 /*)4227 [/\\]*|[a-zA-Z]:*) 4204 4228 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path. 4205 4229 ;; … … 4214 4238 fi 4215 4239 fi 4240 ac_word_saved="$ac_word" 4241 ac_word=$ac_word$ac_cv_exeext 4242 if test -f $ac_dir/$ac_word; then 4243 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then 4244 ac_cv_path_MSGFMT="$ac_dir/$ac_word" 4245 break 4246 fi 4247 fi 4248 ac_word="$ac_word_saved" 4216 4249 done 4217 4250 IFS="$ac_save_ifs" … … 4230 4263 set dummy gmsgfmt; ac_word=$2 4231 4264 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 4232 echo "configure:42 33: checking for $ac_word" >&54265 echo "configure:4266: checking for $ac_word" >&5 4233 4266 if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then 4234 4267 echo $ac_n "(cached) $ac_c" 1>&6 4235 4268 else 4236 4269 case "$GMSGFMT" in 4237 /* | [a-zA-Z]:*)4270 [/\\]* | [a-zA-Z]:*) 4238 4271 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path. 4239 4272 ;; 4240 ?:/*) 4273 ?:/*) 4241 4274 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a dos path. 4242 4275 ;; … … 4244 4277 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 4245 4278 ac_dummy="$PATH" 4246 for ac_dir in $ac_dummy; do 4279 for ac_dir in $ac_dummy; do 4247 4280 test -z "$ac_dir" && ac_dir=. 4248 4281 if test -f $ac_dir/$ac_word; then … … 4270 4303 set dummy xgettext; ac_word=$2 4271 4304 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 4272 echo "configure:4 273: checking for $ac_word" >&54305 echo "configure:4306: checking for $ac_word" >&5 4273 4306 if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then 4274 4307 echo $ac_n "(cached) $ac_c" 1>&6 4275 4308 else 4276 4309 case "$XGETTEXT" in 4277 /*)4310 [/\\]*|[a-zA-Z]:*) 4278 4311 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path. 4279 4312 ;; … … 4288 4321 fi 4289 4322 fi 4323 ac_word_saved="$ac_word" 4324 ac_word=$ac_word$ac_cv_exeext 4325 if test -f $ac_dir/$ac_word; then 4326 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then 4327 ac_cv_path_XGETTEXT="$ac_dir/$ac_word" 4328 break 4329 fi 4330 fi 4331 ac_word="$ac_word_saved" 4290 4332 done 4291 4333 IFS="$ac_save_ifs" … … 4301 4343 fi 4302 4344 4303 4345 4304 4346 USE_INCLUDED_LIBINTL=yes 4305 4347 CATOBJEXT=.gmo … … 4311 4353 nls_cv_header_intl=libintl.h 4312 4354 nls_cv_header_libgt=libgettext.h 4355 else 4356 echo "dbg: else: gt_cv_func_gettext_libintl" >&5 4357 if test "$gt_cv_func_gettext_libintl" = "yes"; then 4358 echo "dbg: updating LIBS" >&5 4359 LIBS="-lintl $LIBS" 4360 INTLLIBS="-lintl" 4361 fi 4313 4362 fi 4314 4363 … … 4342 4391 done 4343 4392 4344 4345 4346 4347 4348 4349 4350 4351 4352 4353 4354 4355 4393 4394 4395 4396 4397 4398 4399 4400 4401 4402 4403 4404 4356 4405 4357 4406 if test "x$CATOBJEXT" != "x"; then … … 4360 4409 else 4361 4410 echo $ac_n "checking for catalogs to be installed""... $ac_c" 1>&6 4362 echo "configure:4 363: checking for catalogs to be installed" >&54411 echo "configure:4412: checking for catalogs to be installed" >&5 4363 4412 NEW_LINGUAS= 4364 4413 for lang in ${LINGUAS=$ALL_LINGUAS}; do … … 4382 4431 /* The system does not provide the header <locale.h>. Take care yourself. */" 4383 4432 fi 4384 4433 4385 4434 4386 4435 if test -f $srcdir/po2tbl.sed.in; then … … 4388 4437 ac_safe=`echo "linux/version.h" | sed 'y%./+-%__p_%'` 4389 4438 echo $ac_n "checking for linux/version.h""... $ac_c" 1>&6 4390 echo "configure:4 391: checking for linux/version.h" >&54439 echo "configure:4440: checking for linux/version.h" >&5 4391 4440 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 4392 4441 echo $ac_n "(cached) $ac_c" 1>&6 … … 4394 4443 cat > conftest.$ac_ext <<EOF 4395 4444 #include <sys/types.h> 4396 #line 4 397"configure"4445 #line 4446 "configure" 4397 4446 #include "confdefs.h" 4398 4447 #include <linux/version.h> 4399 4448 EOF 4400 4449 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4401 { (eval echo configure:44 02: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }4450 { (eval echo configure:4451: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4402 4451 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4403 4452 if test -z "$ac_err"; then … … 4435 4484 GT_YES="#YES#" 4436 4485 fi 4437 4438 4486 4487 4439 4488 4440 4489 MKINSTALLDIRS="\$(srcdir)/../../mkinstalldirs" 4441 4490 4442 4491 4443 4492 l= 4444 4493 4445 4494 4446 4495 if test -f $srcdir/po/POTFILES.in; then … … 4459 4508 < $srcdir/po/POTFILES.in > po/POTFILES 4460 4509 fi 4461 4510 4462 4511 4463 4512 . ${srcdir}/../bfd/configure.host … … 4477 4526 else 4478 4527 echo $ac_n "checking for build system executable suffix""... $ac_c" 1>&6 4479 echo "configure:4 480: checking for build system executable suffix" >&54528 echo "configure:4529: checking for build system executable suffix" >&5 4480 4529 if eval "test \"`echo '$''{'bfd_cv_build_exeext'+set}'`\" = set"; then 4481 4530 echo $ac_n "(cached) $ac_c" 1>&6 … … 4514 4563 # ./install, which can be erroneously created by make from ./install.sh. 4515 4564 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 4516 echo "configure:45 17: checking for a BSD compatible install" >&54565 echo "configure:4566: checking for a BSD compatible install" >&5 4517 4566 if test -z "$INSTALL"; then 4518 4567 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then … … 4573 4622 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 4574 4623 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 4575 echo "configure:4 576: checking for $ac_hdr" >&54624 echo "configure:4625: checking for $ac_hdr" >&5 4576 4625 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 4577 4626 echo $ac_n "(cached) $ac_c" 1>&6 … … 4579 4628 cat > conftest.$ac_ext <<EOF 4580 4629 #include <sys/types.h> 4581 #line 4 582"configure"4630 #line 4631 "configure" 4582 4631 #include "confdefs.h" 4583 4632 #include <$ac_hdr> 4584 4633 EOF 4585 4634 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4586 { (eval echo configure:4 587: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }4635 { (eval echo configure:4636: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4587 4636 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4588 4637 if test -z "$ac_err"; then … … 4604 4653 #define $ac_tr_hdr 1 4605 4654 EOF 4606 4655 4607 4656 else 4608 4657 echo "$ac_t""no" 1>&6 … … 5104 5153 if test -z "$ac_dots"; then top_srcdir=. 5105 5154 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;; 5106 /* | [A-Za-z]:*)5155 [/\\]* | [a-zA-Z]:*) 5107 5156 srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;; 5108 5157 *) # Relative path. … … 5112 5161 5113 5162 case "$ac_given_INSTALL" in 5114 [/$ ]* | [A-Za-z]:*) INSTALL="$ac_given_INSTALL" ;;5163 [/$\\]* | [A-Za-z]:*) INSTALL="$ac_given_INSTALL" ;; 5115 5164 *) INSTALL="$ac_dots$ac_given_INSTALL" ;; 5116 5165 esac -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.