Changeset 1113 for trunk/src/binutils/gas/configure
- Timestamp:
- Jan 29, 2004, 10:37:45 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note:
See TracChangeset
for help on using the changeset viewer.