Changeset 619 for trunk/src/binutils/opcodes/configure
- Timestamp:
- Aug 16, 2003, 11:56:50 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/binutils/opcodes/configure
-
Property cvs2svn:cvs-rev
changed from
1.3
to1.4
r618 r619 33 33 --enable-maintainer-mode enable make rules and dependencies not useful 34 34 (and sometimes confusing) to the casual installer" 35 ac_help="$ac_help 36 --enable-install-libbfd controls installation of libbfd and related headers" 35 37 ac_help="$ac_help 36 38 --disable-nls do not use Native Language Support" … … 549 551 550 552 echo $ac_n "checking for path separator""... $ac_c" 1>&6 551 echo "configure:55 2: checking for path separator" >&5553 echo "configure:554: checking for path separator" >&5 552 554 # Filter path to get backslahes into forwardslashes 553 555 case "`uname -s 2> /dev/null`" in … … 563 565 564 566 echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6 565 echo "configure:56 6: checking for Cygwin environment" >&5567 echo "configure:568: checking for Cygwin environment" >&5 566 568 if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then 567 569 echo $ac_n "(cached) $ac_c" 1>&6 568 570 else 569 571 cat > conftest.$ac_ext <<EOF 570 #line 57 1"configure"572 #line 573 "configure" 571 573 #include "confdefs.h" 572 574 … … 579 581 ; return 0; } 580 582 EOF 581 if { (eval echo configure:58 2: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then583 if { (eval echo configure:584: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 582 584 rm -rf conftest* 583 585 ac_cv_cygwin=yes … … 596 598 test "$ac_cv_cygwin" = yes && CYGWIN=yes 597 599 echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6 598 echo "configure: 599: checking for mingw32 environment" >&5600 echo "configure:601: checking for mingw32 environment" >&5 599 601 if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then 600 602 echo $ac_n "(cached) $ac_c" 1>&6 601 603 else 602 604 cat > conftest.$ac_ext <<EOF 603 #line 60 4"configure"605 #line 606 "configure" 604 606 #include "confdefs.h" 605 607 … … 608 610 ; return 0; } 609 611 EOF 610 if { (eval echo configure:61 1: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then612 if { (eval echo configure:613: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 611 613 rm -rf conftest* 612 614 ac_cv_mingw32=yes … … 625 627 test "$ac_cv_mingw32" = yes && MINGW32=yes 626 628 echo $ac_n "checking for EMX/OS2 environment""... $ac_c" 1>&6 627 echo "configure:6 28: checking for EMX/OS2 environment" >&5629 echo "configure:630: checking for EMX/OS2 environment" >&5 628 630 if eval "test \"`echo '$''{'ac_cv_emxos2'+set}'`\" = set"; then 629 631 echo $ac_n "(cached) $ac_c" 1>&6 … … 631 633 : ${CC=gcc.exe} 632 634 cat > conftest.$ac_ext <<EOF 633 #line 63 4"configure"635 #line 636 "configure" 634 636 #include "confdefs.h" 635 637 … … 638 640 ; return 0; } 639 641 EOF 640 if { (eval echo configure:64 1: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then642 if { (eval echo configure:643: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 641 643 rm -rf conftest* 642 644 ac_cv_emxos2=yes … … 669 671 670 672 echo $ac_n "checking for executable suffix""... $ac_c" 1>&6 671 echo "configure:67 2: checking for executable suffix" >&5673 echo "configure:674: checking for executable suffix" >&5 672 674 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then 673 675 echo $ac_n "(cached) $ac_c" 1>&6 … … 679 681 echo 'int main () { return 0; }' > conftest.$ac_ext 680 682 ac_cv_exeext= 681 if { (eval echo configure:68 2: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then683 if { (eval echo configure:684: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then 682 684 for file in conftest.*; do 683 685 case $file in … … 748 750 749 751 echo $ac_n "checking host system type""... $ac_c" 1>&6 750 echo "configure:75 1: checking host system type" >&5752 echo "configure:753: checking host system type" >&5 751 753 752 754 host_alias=$host … … 769 771 770 772 echo $ac_n "checking target system type""... $ac_c" 1>&6 771 echo "configure:77 2: checking target system type" >&5773 echo "configure:774: checking target system type" >&5 772 774 773 775 target_alias=$target … … 787 789 788 790 echo $ac_n "checking build system type""... $ac_c" 1>&6 789 echo "configure:79 0: checking build system type" >&5791 echo "configure:792: checking build system type" >&5 790 792 791 793 build_alias=$build … … 812 814 set dummy gcc; ac_word=$2 813 815 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 814 echo "configure:81 5: checking for $ac_word" >&5816 echo "configure:817: checking for $ac_word" >&5 815 817 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 816 818 echo $ac_n "(cached) $ac_c" 1>&6 … … 843 845 set dummy cc; ac_word=$2 844 846 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 845 echo "configure:84 6: checking for $ac_word" >&5847 echo "configure:848: checking for $ac_word" >&5 846 848 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 847 849 echo $ac_n "(cached) $ac_c" 1>&6 … … 896 898 set dummy cl; ac_word=$2 897 899 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 898 echo "configure: 899: checking for $ac_word" >&5900 echo "configure:901: checking for $ac_word" >&5 899 901 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 900 902 echo $ac_n "(cached) $ac_c" 1>&6 … … 929 931 930 932 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 931 echo "configure:93 2: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5933 echo "configure:934: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 932 934 933 935 ac_ext=c … … 940 942 cat > conftest.$ac_ext << EOF 941 943 942 #line 94 3"configure"944 #line 945 "configure" 943 945 #include "confdefs.h" 944 946 945 947 main(){return(0);} 946 948 EOF 947 if { (eval echo configure:9 48: \"$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 948 950 ac_cv_prog_cc_works=yes 949 951 # If we can't run a trivial program, we are probably using a cross compiler. … … 971 973 fi 972 974 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 973 echo "configure:97 4: 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 974 976 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 975 977 cross_compiling=$ac_cv_prog_cc_cross 976 978 977 979 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 978 echo "configure:9 79: checking whether we are using GNU C" >&5980 echo "configure:981: checking whether we are using GNU C" >&5 979 981 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 980 982 echo $ac_n "(cached) $ac_c" 1>&6 … … 985 987 #endif 986 988 EOF 987 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:9 88: \"$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 988 990 ac_cv_prog_gcc=yes 989 991 else … … 1004 1006 CFLAGS= 1005 1007 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 1006 echo "configure:100 7: checking whether ${CC-cc} accepts -g" >&51008 echo "configure:1009: checking whether ${CC-cc} accepts -g" >&5 1007 1009 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 1008 1010 echo $ac_n "(cached) $ac_c" 1>&6 … … 1036 1038 1037 1039 echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&6 1038 echo "configure:10 39: checking for POSIXized ISC" >&51040 echo "configure:1041: checking for POSIXized ISC" >&5 1039 1041 if test -d /etc/conf/kconfig.d && 1040 1042 grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1 … … 1074 1076 # ./install, which can be erroneously created by make from ./install.sh. 1075 1077 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 1076 echo "configure:107 7: checking for a BSD compatible install" >&51078 echo "configure:1079: checking for a BSD compatible install" >&5 1077 1079 if test -z "$INSTALL"; then 1078 1080 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then … … 1129 1131 1130 1132 echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6 1131 echo "configure:113 2: checking whether build environment is sane" >&51133 echo "configure:1134: checking whether build environment is sane" >&5 1132 1134 # Just in case 1133 1135 sleep 1 … … 1186 1188 1187 1189 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 1188 echo "configure:11 89: checking whether ${MAKE-make} sets \${MAKE}" >&51190 echo "configure:1191: checking whether ${MAKE-make} sets \${MAKE}" >&5 1189 1191 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` 1190 1192 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then … … 1232 1234 missing_dir=`cd $ac_aux_dir && pwd` 1233 1235 echo $ac_n "checking for working aclocal""... $ac_c" 1>&6 1234 echo "configure:123 5: checking for working aclocal" >&51236 echo "configure:1237: checking for working aclocal" >&5 1235 1237 # Run test in a subshell; some versions of sh will print an error if 1236 1238 # an executable is not found, even if stderr is redirected. … … 1245 1247 1246 1248 echo $ac_n "checking for working autoconf""... $ac_c" 1>&6 1247 echo "configure:12 48: checking for working autoconf" >&51249 echo "configure:1250: checking for working autoconf" >&5 1248 1250 # Run test in a subshell; some versions of sh will print an error if 1249 1251 # an executable is not found, even if stderr is redirected. … … 1258 1260 1259 1261 echo $ac_n "checking for working automake""... $ac_c" 1>&6 1260 echo "configure:126 1: checking for working automake" >&51262 echo "configure:1263: checking for working automake" >&5 1261 1263 # Run test in a subshell; some versions of sh will print an error if 1262 1264 # an executable is not found, even if stderr is redirected. … … 1271 1273 1272 1274 echo $ac_n "checking for working autoheader""... $ac_c" 1>&6 1273 echo "configure:127 4: checking for working autoheader" >&51275 echo "configure:1276: checking for working autoheader" >&5 1274 1276 # Run test in a subshell; some versions of sh will print an error if 1275 1277 # an executable is not found, even if stderr is redirected. … … 1284 1286 1285 1287 echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6 1286 echo "configure:128 7: checking for working makeinfo" >&51288 echo "configure:1289: checking for working makeinfo" >&5 1287 1289 # Run test in a subshell; some versions of sh will print an error if 1288 1290 # an executable is not found, even if stderr is redirected. … … 1307 1309 set dummy ${ac_tool_prefix}ar; ac_word=$2 1308 1310 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1309 echo "configure:131 0: checking for $ac_word" >&51311 echo "configure:1312: checking for $ac_word" >&5 1310 1312 if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then 1311 1313 echo $ac_n "(cached) $ac_c" 1>&6 … … 1340 1342 set dummy ${ac_tool_prefix}ranlib; ac_word=$2 1341 1343 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1342 echo "configure:134 3: checking for $ac_word" >&51344 echo "configure:1345: checking for $ac_word" >&5 1343 1345 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 1344 1346 echo $ac_n "(cached) $ac_c" 1>&6 … … 1373 1375 set dummy ranlib; ac_word=$2 1374 1376 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1375 echo "configure:137 6: checking for $ac_word" >&51377 echo "configure:1378: checking for $ac_word" >&5 1376 1378 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 1377 1379 echo $ac_n "(cached) $ac_c" 1>&6 … … 1411 1413 enableval="$enable_shared" 1412 1414 p=${PACKAGE-default} 1413 case "$enableval"in1415 case $enableval in 1414 1416 yes) enable_shared=yes ;; 1415 1417 no) enable_shared=no ;; … … 1435 1437 enableval="$enable_static" 1436 1438 p=${PACKAGE-default} 1437 case "$enableval"in1439 case $enableval in 1438 1440 yes) enable_static=yes ;; 1439 1441 no) enable_static=no ;; … … 1458 1460 enableval="$enable_fast_install" 1459 1461 p=${PACKAGE-default} 1460 case "$enableval"in1462 case $enableval in 1461 1463 yes) enable_fast_install=yes ;; 1462 1464 no) enable_fast_install=no ;; … … 1486 1488 1487 1489 ac_prog=ld 1488 if test "$ ac_cv_prog_gcc" = yes; then1490 if test "$GCC" = yes; then 1489 1491 # Check if gcc -print-prog-name=ld gives a path. 1490 1492 echo $ac_n "checking for ld used by GCC""... $ac_c" 1>&6 1491 echo "configure:149 2: checking for ld used by GCC" >&51493 echo "configure:1494: checking for ld used by GCC" >&5 1492 1494 case $host in 1493 1495 *-*-mingw*) … … 1497 1499 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; 1498 1500 esac 1499 case "$ac_prog"in1501 case $ac_prog in 1500 1502 # Accept absolute paths. 1501 1503 [\\/]* | [A-Za-z]:[\\/]*) … … 1519 1521 elif test "$with_gnu_ld" = yes; then 1520 1522 echo $ac_n "checking for GNU ld""... $ac_c" 1>&6 1521 echo "configure:152 2: checking for GNU ld" >&51523 echo "configure:1524: checking for GNU ld" >&5 1522 1524 else 1523 1525 echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6 1524 echo "configure:152 5: checking for non-GNU ld" >&51525 fi 1526 if eval "test \"`echo '$''{' ac_cv_path_LD'+set}'`\" = set"; then1526 echo "configure:1527: checking for non-GNU ld" >&5 1527 fi 1528 if eval "test \"`echo '$''{'lt_cv_path_LD'+set}'`\" = set"; then 1527 1529 echo $ac_n "(cached) $ac_c" 1>&6 1528 1530 else … … 1532 1534 test -z "$ac_dir" && ac_dir=. 1533 1535 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then 1534 ac_cv_path_LD="$ac_dir/$ac_prog"1536 lt_cv_path_LD="$ac_dir/$ac_prog" 1535 1537 # Check to see if the program is GNU ld. I'd rather use --version, 1536 1538 # but apparently some GNU ld's only accept -v. 1537 1539 # Break only if it was the GNU/non-GNU ld that we prefer. 1538 if "$ ac_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then1540 if "$lt_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then 1539 1541 test "$with_gnu_ld" != no && break 1540 1542 else … … 1545 1547 IFS="$ac_save_ifs" 1546 1548 else 1547 ac_cv_path_LD="$LD" # Let the user override the test with a path.1548 fi 1549 fi 1550 1551 LD="$ ac_cv_path_LD"1549 lt_cv_path_LD="$LD" # Let the user override the test with a path. 1550 fi 1551 fi 1552 1553 LD="$lt_cv_path_LD" 1552 1554 if test -n "$LD"; then 1553 1555 echo "$ac_t""$LD" 1>&6 … … 1557 1559 test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; } 1558 1560 echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6 1559 echo "configure:156 0: checking if the linker ($LD) is GNU ld" >&51560 if eval "test \"`echo '$''{' ac_cv_prog_gnu_ld'+set}'`\" = set"; then1561 echo "configure:1562: checking if the linker ($LD) is GNU ld" >&5 1562 if eval "test \"`echo '$''{'lt_cv_prog_gnu_ld'+set}'`\" = set"; then 1561 1563 echo $ac_n "(cached) $ac_c" 1>&6 1562 1564 else 1563 1565 # I'd rather use --version here, but apparently some GNU ld's only accept -v. 1564 1566 if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then 1565 ac_cv_prog_gnu_ld=yes1566 else 1567 ac_cv_prog_gnu_ld=no1568 fi 1569 fi 1570 1571 echo "$ac_t""$ ac_cv_prog_gnu_ld" 1>&61572 with_gnu_ld=$ ac_cv_prog_gnu_ld1567 lt_cv_prog_gnu_ld=yes 1568 else 1569 lt_cv_prog_gnu_ld=no 1570 fi 1571 fi 1572 1573 echo "$ac_t""$lt_cv_prog_gnu_ld" 1>&6 1574 with_gnu_ld=$lt_cv_prog_gnu_ld 1573 1575 1574 1576 1575 1577 echo $ac_n "checking for $LD option to reload object files""... $ac_c" 1>&6 1576 echo "configure:157 7: checking for $LD option to reload object files" >&51578 echo "configure:1579: checking for $LD option to reload object files" >&5 1577 1579 if eval "test \"`echo '$''{'lt_cv_ld_reload_flag'+set}'`\" = set"; then 1578 1580 echo $ac_n "(cached) $ac_c" 1>&6 … … 1586 1588 1587 1589 echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6 1588 echo "configure:15 89: checking for BSD-compatible nm" >&51589 if eval "test \"`echo '$''{' ac_cv_path_NM'+set}'`\" = set"; then1590 echo "configure:1591: checking for BSD-compatible nm" >&5 1591 if eval "test \"`echo '$''{'lt_cv_path_NM'+set}'`\" = set"; then 1590 1592 echo $ac_n "(cached) $ac_c" 1>&6 1591 1593 else 1592 1594 if test -n "$NM"; then 1593 1595 # Let the user override the test. 1594 ac_cv_path_NM="$NM"1596 lt_cv_path_NM="$NM" 1595 1597 else 1596 1598 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}" … … 1604 1606 # Tru64's nm complains that /dev/null is an invalid object file 1605 1607 if ($tmp_nm -B /dev/null 2>&1 | sed '1q'; exit 0) | egrep '(/dev/null|Invalid file or object type)' >/dev/null; then 1606 ac_cv_path_NM="$tmp_nm -B"1608 lt_cv_path_NM="$tmp_nm -B" 1607 1609 break 1608 1610 elif ($tmp_nm -p /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then 1609 ac_cv_path_NM="$tmp_nm -p"1611 lt_cv_path_NM="$tmp_nm -p" 1610 1612 break 1611 1613 else 1612 ac_cv_path_NM=${ac_cv_path_NM="$tmp_nm"} # keep the first match, but1614 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but 1613 1615 continue # so that we can try to find one that supports BSD flags 1614 1616 fi … … 1616 1618 done 1617 1619 IFS="$ac_save_ifs" 1618 test -z "$ ac_cv_path_NM" && ac_cv_path_NM=nm1619 fi 1620 fi 1621 1622 NM="$ ac_cv_path_NM"1620 test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm 1621 fi 1622 fi 1623 1624 NM="$lt_cv_path_NM" 1623 1625 echo "$ac_t""$NM" 1>&6 1624 1626 1625 1627 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6 1626 echo "configure:162 7: checking whether ln -s works" >&51628 echo "configure:1629: checking whether ln -s works" >&5 1627 1629 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then 1628 1630 echo $ac_n "(cached) $ac_c" 1>&6 … … 1651 1653 1652 1654 echo $ac_n "checking how to recognise dependant libraries""... $ac_c" 1>&6 1653 echo "configure:165 4: checking how to recognise dependant libraries" >&51655 echo "configure:1656: checking how to recognise dependant libraries" >&5 1654 1656 if eval "test \"`echo '$''{'lt_cv_deplibs_check_method'+set}'`\" = set"; then 1655 1657 echo $ac_n "(cached) $ac_c" 1>&6 … … 1669 1671 # whether `pass_all' will *always* work, you probably want this one. 1670 1672 1671 case "$host_os"in1672 aix 4*)1673 case $host_os in 1674 aix*) 1673 1675 lt_cv_deplibs_check_method=pass_all 1674 1676 ;; … … 1679 1681 1680 1682 bsdi4*) 1681 1682 1683 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)' 1684 lt_cv_file_magic_cmd='/usr/bin/file -L' 1683 1685 lt_cv_file_magic_test_file=/shlib/libc.so 1684 1686 ;; … … 1689 1691 ;; 1690 1692 1693 darwin* | rhapsody*) 1694 lt_cv_deplibs_check_method='file_magic Mach-O dynamically linked shared library' 1695 lt_cv_file_magic_cmd='/usr/bin/file -L' 1696 case "$host_os" in 1697 rhapsody* | darwin1.012) 1698 lt_cv_file_magic_test_file='/System/Library/Frameworks/System.framework/System' 1699 ;; 1700 *) # Darwin 1.3 on 1701 lt_cv_file_magic_test_file='/usr/lib/libSystem.dylib' 1702 ;; 1703 esac 1704 ;; 1705 1691 1706 freebsd* ) 1692 1707 if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then 1693 case "$host_cpu"in1708 case $host_cpu in 1694 1709 i*86 ) 1695 1710 # Not sure whether the presence of OpenBSD here was a mistake. 1696 1711 # Let's accept both of them until this is cleared up. 1697 1698 1712 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[3-9]86 (compact )?demand paged shared library' 1713 lt_cv_file_magic_cmd=/usr/bin/file 1699 1714 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` 1700 1715 ;; … … 1709 1724 ;; 1710 1725 1711 hpux10.20*) 1712 # TODO: Does this work for hpux-11 too? 1713 lt_cv_deplibs_check_method='file_magic (s0-90-90-9|PA-RISC0-9.0-9) shared library' 1714 lt_cv_file_magic_cmd=/usr/bin/file 1715 lt_cv_file_magic_test_file=/usr/lib/libc.sl 1726 hpux10.20*|hpux11*) 1727 case $host_cpu in 1728 hppa*) 1729 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library' 1730 lt_cv_file_magic_cmd=/usr/bin/file 1731 lt_cv_file_magic_test_file=/usr/lib/libc.sl 1732 ;; 1733 ia64*) 1734 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64' 1735 lt_cv_file_magic_cmd=/usr/bin/file 1736 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so 1737 ;; 1738 esac 1716 1739 ;; 1717 1740 1718 1741 irix5* | irix6*) 1719 case "$host_os"in1742 case $host_os in 1720 1743 irix5*) 1721 1744 # this will be overridden with pass_all, but let us keep it just in case … … 1723 1746 ;; 1724 1747 *) 1725 case "$LD"in1748 case $LD in 1726 1749 *-32|*"-32 ") libmagic=32-bit;; 1727 1750 *-n32|*"-n32 ") libmagic=N32;; … … 1730 1753 esac 1731 1754 # this will be overridden with pass_all, but let us keep it just in case 1732 1733 1755 lt_cv_deplibs_check_method="file_magic ELF ${libmagic} MSB mips-[1234] dynamic lib MIPS - version 1" 1756 ;; 1734 1757 esac 1735 1758 lt_cv_file_magic_test_file=`echo /lib${libsuff}/libc.so*` … … 1739 1762 # This must be Linux ELF. 1740 1763 linux-gnu*) 1741 case "$host_cpu"in1742 alpha* | i*86 | powerpc* | sparc* | ia64* )1764 case $host_cpu in 1765 alpha* | mips* | hppa* | i*86 | powerpc* | sparc* | ia64* ) 1743 1766 lt_cv_deplibs_check_method=pass_all ;; 1744 1767 *) 1745 1768 # glibc up to 2.1.1 does not perform some relocations on ARM 1746 1747 1769 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' ;; 1770 esac 1748 1771 lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so` 1749 1772 ;; 1750 1773 1751 1774 netbsd*) 1752 if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then : 1775 if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then 1776 lt_cv_deplibs_check_method='match_pattern /lib[^/\.]+\.so\.[0-9]+\.[0-9]+$' 1753 1777 else 1754 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB shared object' 1755 lt_cv_file_magic_cmd='/usr/bin/file -L' 1756 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*` 1778 lt_cv_deplibs_check_method='match_pattern /lib[^/\.]+\.so$' 1757 1779 fi 1758 1780 ;; … … 1760 1782 os2*) 1761 1783 lt_cv_deplibs_check_method=pass_all 1784 ;; 1785 1786 newsos6) 1787 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)' 1788 lt_cv_file_magic_cmd=/usr/bin/file 1789 lt_cv_file_magic_test_file=/usr/lib/libnls.so 1762 1790 ;; 1763 1791 … … 1778 1806 ;; 1779 1807 1808 sysv5uw[78]* | sysv4*uw2*) 1809 lt_cv_deplibs_check_method=pass_all 1810 ;; 1811 1780 1812 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) 1781 case "$host_vendor"in1813 case $host_vendor in 1782 1814 ncr) 1783 1815 lt_cv_deplibs_check_method=pass_all 1784 1816 ;; 1785 1817 motorola) 1786 1787 1818 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]' 1819 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*` 1788 1820 ;; 1789 1821 esac … … 1798 1830 1799 1831 echo $ac_n "checking for object suffix""... $ac_c" 1>&6 1800 echo "configure:18 01: checking for object suffix" >&51832 echo "configure:1833: checking for object suffix" >&5 1801 1833 if eval "test \"`echo '$''{'ac_cv_objext'+set}'`\" = set"; then 1802 1834 echo $ac_n "(cached) $ac_c" 1>&6 … … 1804 1836 rm -f conftest* 1805 1837 echo 'int i = 1;' > conftest.$ac_ext 1806 if { (eval echo configure:18 07: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then1838 if { (eval echo configure:1839: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1807 1839 for ac_file in conftest.*; do 1808 1840 case $ac_file in … … 1824 1856 1825 1857 # Only perform the check for file, if the check method requires it 1826 case "$deplibs_check_method"in1858 case $deplibs_check_method in 1827 1859 file_magic*) 1828 1860 if test "$file_magic_cmd" = '$MAGIC_CMD'; then 1829 1861 echo $ac_n "checking for ${ac_tool_prefix}file""... $ac_c" 1>&6 1830 echo "configure:18 31: checking for ${ac_tool_prefix}file" >&51862 echo "configure:1863: checking for ${ac_tool_prefix}file" >&5 1831 1863 if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then 1832 1864 echo $ac_n "(cached) $ac_c" 1>&6 1833 1865 else 1834 case "$MAGIC_CMD"in1866 case $MAGIC_CMD in 1835 1867 /*) 1836 1868 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. … … 1848 1880 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file" 1849 1881 if test -n "$file_magic_test_file"; then 1850 case "$deplibs_check_method"in1882 case $deplibs_check_method in 1851 1883 "file_magic "*) 1852 1884 file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`" … … 1890 1922 if test -n "$ac_tool_prefix"; then 1891 1923 echo $ac_n "checking for file""... $ac_c" 1>&6 1892 echo "configure:1 893: checking for file" >&51924 echo "configure:1925: checking for file" >&5 1893 1925 if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then 1894 1926 echo $ac_n "(cached) $ac_c" 1>&6 1895 1927 else 1896 case "$MAGIC_CMD"in1928 case $MAGIC_CMD in 1897 1929 /*) 1898 1930 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. … … 1910 1942 lt_cv_path_MAGIC_CMD="$ac_dir/file" 1911 1943 if test -n "$file_magic_test_file"; then 1912 case "$deplibs_check_method"in1944 case $deplibs_check_method in 1913 1945 "file_magic "*) 1914 1946 file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`" … … 1961 1993 set dummy ${ac_tool_prefix}ranlib; ac_word=$2 1962 1994 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1963 echo "configure:19 64: checking for $ac_word" >&51995 echo "configure:1996: checking for $ac_word" >&5 1964 1996 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 1965 1997 echo $ac_n "(cached) $ac_c" 1>&6 … … 1994 2026 set dummy ranlib; ac_word=$2 1995 2027 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1996 echo "configure: 1997: checking for $ac_word" >&52028 echo "configure:2029: checking for $ac_word" >&5 1997 2029 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 1998 2030 echo $ac_n "(cached) $ac_c" 1>&6 … … 2030 2062 set dummy ${ac_tool_prefix}strip; ac_word=$2 2031 2063 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2032 echo "configure:20 33: checking for $ac_word" >&52064 echo "configure:2065: checking for $ac_word" >&5 2033 2065 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then 2034 2066 echo $ac_n "(cached) $ac_c" 1>&6 … … 2063 2095 set dummy strip; ac_word=$2 2064 2096 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2065 echo "configure:20 66: checking for $ac_word" >&52097 echo "configure:2098: checking for $ac_word" >&5 2066 2098 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then 2067 2099 echo $ac_n "(cached) $ac_c" 1>&6 … … 2102 2134 test "$enable_static" = no && libtool_flags="$libtool_flags --disable-static" 2103 2135 test "$enable_fast_install" = no && libtool_flags="$libtool_flags --disable-fast-install" 2104 test "$ ac_cv_prog_gcc" = yes && libtool_flags="$libtool_flags --with-gcc"2105 test "$ ac_cv_prog_gnu_ld" = yes && libtool_flags="$libtool_flags --with-gnu-ld"2136 test "$GCC" = yes && libtool_flags="$libtool_flags --with-gcc" 2137 test "$lt_cv_prog_gnu_ld" = yes && libtool_flags="$libtool_flags --with-gnu-ld" 2106 2138 2107 2139 … … 2128 2160 # Some flags need to be propagated to the compiler or linker for good 2129 2161 # libtool support. 2130 case "$host"in2162 case $host in 2131 2163 *-*-irix6*) 2132 2164 # Find out which ABI we are using. 2133 echo '#line 2134 "configure"' > conftest.$ac_ext 2134 if { (eval echo configure:2135: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2135 case "`/usr/bin/file conftest.o`" in 2165 echo '#line 2166 "configure"' > conftest.$ac_ext 2166 if { (eval echo configure:2167: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2167 if test "$lt_cv_prog_gnu_ld" = yes; then 2168 case `/usr/bin/file conftest.$ac_objext` in 2169 *32-bit*) 2170 LD="${LD-ld} -melf32bsmip" 2171 ;; 2172 *N32*) 2173 LD="${LD-ld} -melf32bmipn32" 2174 ;; 2175 *64-bit*) 2176 LD="${LD-ld} -melf64bmip" 2177 ;; 2178 esac 2179 else 2180 case `/usr/bin/file conftest.$ac_objext` in 2136 2181 *32-bit*) 2137 2182 LD="${LD-ld} -32" … … 2144 2189 ;; 2145 2190 esac 2191 fi 2192 fi 2193 rm -rf conftest* 2194 ;; 2195 2196 ia64-*-hpux*) 2197 # Find out which ABI we are using. 2198 echo 'int i;' > conftest.$ac_ext 2199 if { (eval echo configure:2200: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2200 case "`/usr/bin/file conftest.o`" in 2201 *ELF-32*) 2202 HPUX_IA64_MODE="32" 2203 ;; 2204 *ELF-64*) 2205 HPUX_IA64_MODE="64" 2206 ;; 2207 esac 2146 2208 fi 2147 2209 rm -rf conftest* … … 2153 2215 CFLAGS="$CFLAGS -belf" 2154 2216 echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6 2155 echo "configure:2 156: checking whether the C compiler needs -belf" >&52217 echo "configure:2218: checking whether the C compiler needs -belf" >&5 2156 2218 if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then 2157 2219 echo $ac_n "(cached) $ac_c" 1>&6 … … 2166 2228 2167 2229 cat > conftest.$ac_ext <<EOF 2168 #line 2 169"configure"2230 #line 2231 "configure" 2169 2231 #include "confdefs.h" 2170 2232 … … 2173 2235 ; return 0; } 2174 2236 EOF 2175 if { (eval echo configure:2 176: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2237 if { (eval echo configure:2238: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2176 2238 rm -rf conftest* 2177 2239 lt_cv_cc_needs_belf=yes … … 2283 2345 exec 5>>./config.log 2284 2346 2285 2286 2347 2287 2348 … … 2310 2371 fi 2311 2372 2312 build_warnings="-W -Wall "2373 build_warnings="-W -Wall -Wstrict-prototypes -Wmissing-prototypes" 2313 2374 # Check whether --enable-build-warnings or --disable-build-warnings was given. 2314 2375 if test "${enable_build_warnings+set}" = set; then … … 2340 2401 { echo "configure: error: Unrecognized target system type; please check config.sub." 1>&2; exit 1; } 2341 2402 fi 2342 if test "$program_transform_name" = s,x,x,; then2343 program_transform_name=2344 else2345 # Double any \ or $. echo might interpret backslashes.2346 cat <<\EOF_SED > conftestsed2347 s,\\,\\\\,g; s,\$,$$,g2348 EOF_SED2349 program_transform_name="`echo $program_transform_name|sed -f conftestsed`"2350 rm -f conftestsed2351 fi2352 test "$program_prefix" != NONE &&2353 program_transform_name="s,^,${program_prefix},; $program_transform_name"2354 # Use a double $ so make ignores it.2355 test "$program_suffix" != NONE &&2356 program_transform_name="s,\$\$,${program_suffix},; $program_transform_name"2357 2358 # sed with no file args requires a program.2359 test "$program_transform_name" = "" && program_transform_name="s,x,x,"2360 2361 2403 2362 2404 echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6 2363 echo "configure:2 364: checking whether to enable maintainer-specific portions of Makefiles" >&52405 echo "configure:2406: checking whether to enable maintainer-specific portions of Makefiles" >&5 2364 2406 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given. 2365 2407 if test "${enable_maintainer_mode+set}" = set; then … … 2383 2425 2384 2426 2427 echo $ac_n "checking whether to install libbfd""... $ac_c" 1>&6 2428 echo "configure:2429: checking whether to install libbfd" >&5 2429 # Check whether --enable-install-libbfd or --disable-install-libbfd was given. 2430 if test "${enable_install_libbfd+set}" = set; then 2431 enableval="$enable_install_libbfd" 2432 install_libbfd_p=$enableval 2433 else 2434 if test "${host}" = "${target}" || test "$enable_shared" = "yes"; then 2435 install_libbfd_p=yes 2436 else 2437 install_libbfd_p=no 2438 fi 2439 fi 2440 2441 echo "$ac_t""$install_libbfd_p" 1>&6 2442 2443 2444 if test $install_libbfd_p = yes; then 2445 INSTALL_LIBBFD_TRUE= 2446 INSTALL_LIBBFD_FALSE='#' 2447 else 2448 INSTALL_LIBBFD_TRUE='#' 2449 INSTALL_LIBBFD_FALSE= 2450 fi 2451 # libbfd.a is a host library containing target dependent code 2452 bfdlibdir='$(libdir)' 2453 bfdincludedir='$(includedir)' 2454 if test "${host}" != "${target}"; then 2455 bfdlibdir='$(exec_prefix)/$(host_alias)/$(target_alias)/lib' 2456 bfdincludedir='$(exec_prefix)/$(host_alias)/$(target_alias)/include' 2457 fi 2458 2459 2460 2461 2385 2462 2386 2463 2387 2464 2388 2465 echo $ac_n "checking for executable suffix""... $ac_c" 1>&6 2389 echo "configure:2 390: checking for executable suffix" >&52466 echo "configure:2467: checking for executable suffix" >&5 2390 2467 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then 2391 2468 echo $ac_n "(cached) $ac_c" 1>&6 … … 2397 2474 echo 'int main () { return 0; }' > conftest.$ac_ext 2398 2475 ac_cv_exeext= 2399 if { (eval echo configure:24 00: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then2476 if { (eval echo configure:2477: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then 2400 2477 for file in conftest.*; do 2401 2478 case $file in … … 2423 2500 set dummy gcc; ac_word=$2 2424 2501 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2425 echo "configure:2 426: checking for $ac_word" >&52502 echo "configure:2503: checking for $ac_word" >&5 2426 2503 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 2427 2504 echo $ac_n "(cached) $ac_c" 1>&6 … … 2454 2531 set dummy cc; ac_word=$2 2455 2532 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2456 echo "configure:2 457: checking for $ac_word" >&52533 echo "configure:2534: checking for $ac_word" >&5 2457 2534 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 2458 2535 echo $ac_n "(cached) $ac_c" 1>&6 … … 2507 2584 set dummy cl; ac_word=$2 2508 2585 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2509 echo "configure:25 10: checking for $ac_word" >&52586 echo "configure:2587: checking for $ac_word" >&5 2510 2587 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 2511 2588 echo $ac_n "(cached) $ac_c" 1>&6 … … 2540 2617 2541 2618 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 2542 echo "configure:2 543: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&52619 echo "configure:2620: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 2543 2620 2544 2621 ac_ext=c … … 2551 2628 cat > conftest.$ac_ext << EOF 2552 2629 2553 #line 2 554"configure"2630 #line 2631 "configure" 2554 2631 #include "confdefs.h" 2555 2632 2556 2633 main(){return(0);} 2557 2634 EOF 2558 if { (eval echo configure:2 559: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2635 if { (eval echo configure:2636: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2559 2636 ac_cv_prog_cc_works=yes 2560 2637 # If we can't run a trivial program, we are probably using a cross compiler. … … 2582 2659 fi 2583 2660 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 2584 echo "configure:2 585: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&52661 echo "configure:2662: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 2585 2662 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 2586 2663 cross_compiling=$ac_cv_prog_cc_cross 2587 2664 2588 2665 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 2589 echo "configure:2 590: checking whether we are using GNU C" >&52666 echo "configure:2667: checking whether we are using GNU C" >&5 2590 2667 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 2591 2668 echo $ac_n "(cached) $ac_c" 1>&6 … … 2596 2673 #endif 2597 2674 EOF 2598 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2 599: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then2675 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2676: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 2599 2676 ac_cv_prog_gcc=yes 2600 2677 else … … 2615 2692 CFLAGS= 2616 2693 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 2617 echo "configure:26 18: checking whether ${CC-cc} accepts -g" >&52694 echo "configure:2695: checking whether ${CC-cc} accepts -g" >&5 2618 2695 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 2619 2696 echo $ac_n "(cached) $ac_c" 1>&6 … … 2647 2724 2648 2725 2649 ALL_LINGUAS= 2726 ALL_LINGUAS="fr sv tr es da de id pt_BR ro" 2650 2727 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 2651 echo "configure:2 652: checking how to run the C preprocessor" >&52728 echo "configure:2729: checking how to run the C preprocessor" >&5 2652 2729 # On Suns, sometimes $CPP names a directory. 2653 2730 if test -n "$CPP" && test -d "$CPP"; then … … 2665 2742 cat > conftest.$ac_ext <<EOF 2666 2743 #include <sys/types.h> 2667 #line 2 668"configure"2744 #line 2745 "configure" 2668 2745 #include "confdefs.h" 2669 2746 #include <assert.h> … … 2671 2748 EOF 2672 2749 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2673 { (eval echo configure:2 674: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2750 { (eval echo configure:2751: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2674 2751 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2675 2752 if test -z "$ac_err"; then … … 2683 2760 cat > conftest.$ac_ext <<EOF 2684 2761 #include <sys/types.h> 2685 #line 2 686"configure"2762 #line 2763 "configure" 2686 2763 #include "confdefs.h" 2687 2764 #include <assert.h> … … 2689 2766 EOF 2690 2767 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2691 { (eval echo configure:2 692: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2768 { (eval echo configure:2769: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2692 2769 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2693 2770 if test -z "$ac_err"; then … … 2701 2778 cat > conftest.$ac_ext <<EOF 2702 2779 #include <sys/types.h> 2703 #line 27 04"configure"2780 #line 2781 "configure" 2704 2781 #include "confdefs.h" 2705 2782 #include <assert.h> … … 2707 2784 EOF 2708 2785 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2709 { (eval echo configure:27 10: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2786 { (eval echo configure:2787: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2710 2787 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2711 2788 if test -z "$ac_err"; then … … 2734 2811 set dummy ranlib; ac_word=$2 2735 2812 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2736 echo "configure:2 737: checking for $ac_word" >&52813 echo "configure:2814: checking for $ac_word" >&5 2737 2814 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 2738 2815 echo $ac_n "(cached) $ac_c" 1>&6 … … 2763 2840 2764 2841 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 2765 echo "configure:2 766: checking for ANSI C header files" >&52842 echo "configure:2843: checking for ANSI C header files" >&5 2766 2843 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then 2767 2844 echo $ac_n "(cached) $ac_c" 1>&6 … … 2769 2846 cat > conftest.$ac_ext <<EOF 2770 2847 #include <sys/types.h> 2771 #line 2 772"configure"2848 #line 2849 "configure" 2772 2849 #include "confdefs.h" 2773 2850 #include <stdlib.h> … … 2777 2854 EOF 2778 2855 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2779 { (eval echo configure:2 780: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2856 { (eval echo configure:2857: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2780 2857 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2781 2858 if test -z "$ac_err"; then … … 2794 2871 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 2795 2872 cat > conftest.$ac_ext <<EOF 2796 #line 2 797"configure"2873 #line 2874 "configure" 2797 2874 #include "confdefs.h" 2798 2875 #include <string.h> … … 2812 2889 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 2813 2890 cat > conftest.$ac_ext <<EOF 2814 #line 28 15"configure"2891 #line 2892 "configure" 2815 2892 #include "confdefs.h" 2816 2893 #include <stdlib.h> … … 2833 2910 else 2834 2911 cat > conftest.$ac_ext <<EOF 2835 #line 2 836"configure"2912 #line 2913 "configure" 2836 2913 #include "confdefs.h" 2837 2914 #include <ctype.h> … … 2844 2921 2845 2922 EOF 2846 if { (eval echo configure:2 847: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null2923 if { (eval echo configure:2924: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 2847 2924 then 2848 2925 : … … 2868 2945 2869 2946 echo $ac_n "checking for working const""... $ac_c" 1>&6 2870 echo "configure:2 871: checking for working const" >&52947 echo "configure:2948: checking for working const" >&5 2871 2948 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then 2872 2949 echo $ac_n "(cached) $ac_c" 1>&6 2873 2950 else 2874 2951 cat > conftest.$ac_ext <<EOF 2875 #line 2 876"configure"2952 #line 2953 "configure" 2876 2953 #include "confdefs.h" 2877 2954 … … 2922 2999 ; return 0; } 2923 3000 EOF 2924 if { (eval echo configure: 2925: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then3001 if { (eval echo configure:3002: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2925 3002 rm -rf conftest* 2926 3003 ac_cv_c_const=yes … … 2943 3020 2944 3021 echo $ac_n "checking for inline""... $ac_c" 1>&6 2945 echo "configure: 2946: checking for inline" >&53022 echo "configure:3023: checking for inline" >&5 2946 3023 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then 2947 3024 echo $ac_n "(cached) $ac_c" 1>&6 … … 2950 3027 for ac_kw in inline __inline__ __inline; do 2951 3028 cat > conftest.$ac_ext <<EOF 2952 #line 2953"configure"3029 #line 3030 "configure" 2953 3030 #include "confdefs.h" 2954 3031 … … 2957 3034 ; return 0; } 2958 3035 EOF 2959 if { (eval echo configure: 2960: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then3036 if { (eval echo configure:3037: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2960 3037 rm -rf conftest* 2961 3038 ac_cv_c_inline=$ac_kw; break … … 2983 3060 2984 3061 echo $ac_n "checking for off_t""... $ac_c" 1>&6 2985 echo "configure: 2986: checking for off_t" >&53062 echo "configure:3063: checking for off_t" >&5 2986 3063 if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then 2987 3064 echo $ac_n "(cached) $ac_c" 1>&6 2988 3065 else 2989 3066 cat > conftest.$ac_ext <<EOF 2990 #line 2991"configure"3067 #line 3068 "configure" 2991 3068 #include "confdefs.h" 2992 3069 #include <sys/types.h> … … 3016 3093 3017 3094 echo $ac_n "checking for size_t""... $ac_c" 1>&6 3018 echo "configure:30 19: checking for size_t" >&53095 echo "configure:3096: checking for size_t" >&5 3019 3096 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then 3020 3097 echo $ac_n "(cached) $ac_c" 1>&6 3021 3098 else 3022 3099 cat > conftest.$ac_ext <<EOF 3023 #line 3 024"configure"3100 #line 3101 "configure" 3024 3101 #include "confdefs.h" 3025 3102 #include <sys/types.h> … … 3051 3128 # for constant arguments. Useless! 3052 3129 echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6 3053 echo "configure:3 054: checking for working alloca.h" >&53130 echo "configure:3131: checking for working alloca.h" >&5 3054 3131 if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then 3055 3132 echo $ac_n "(cached) $ac_c" 1>&6 3056 3133 else 3057 3134 cat > conftest.$ac_ext <<EOF 3058 #line 3 059"configure"3135 #line 3136 "configure" 3059 3136 #include "confdefs.h" 3060 3137 #include <alloca.h> … … 3063 3140 ; return 0; } 3064 3141 EOF 3065 if { (eval echo configure:3 066: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3142 if { (eval echo configure:3143: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3066 3143 rm -rf conftest* 3067 3144 ac_cv_header_alloca_h=yes … … 3084 3161 3085 3162 echo $ac_n "checking for alloca""... $ac_c" 1>&6 3086 echo "configure:3 087: checking for alloca" >&53163 echo "configure:3164: checking for alloca" >&5 3087 3164 if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then 3088 3165 echo $ac_n "(cached) $ac_c" 1>&6 3089 3166 else 3090 3167 cat > conftest.$ac_ext <<EOF 3091 #line 3 092"configure"3168 #line 3169 "configure" 3092 3169 #include "confdefs.h" 3093 3170 … … 3117 3194 ; return 0; } 3118 3195 EOF 3119 if { (eval echo configure:31 20: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3196 if { (eval echo configure:3197: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3120 3197 rm -rf conftest* 3121 3198 ac_cv_func_alloca_works=yes … … 3149 3226 3150 3227 echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6 3151 echo "configure:3 152: checking whether alloca needs Cray hooks" >&53228 echo "configure:3229: checking whether alloca needs Cray hooks" >&5 3152 3229 if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then 3153 3230 echo $ac_n "(cached) $ac_c" 1>&6 3154 3231 else 3155 3232 cat > conftest.$ac_ext <<EOF 3156 #line 3 157"configure"3233 #line 3234 "configure" 3157 3234 #include "confdefs.h" 3158 3235 #if defined(CRAY) && ! defined(CRAY2) … … 3179 3256 for ac_func in _getb67 GETB67 getb67; do 3180 3257 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3181 echo "configure:3 182: checking for $ac_func" >&53258 echo "configure:3259: checking for $ac_func" >&5 3182 3259 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3183 3260 echo $ac_n "(cached) $ac_c" 1>&6 3184 3261 else 3185 3262 cat > conftest.$ac_ext <<EOF 3186 #line 3 187"configure"3263 #line 3264 "configure" 3187 3264 #include "confdefs.h" 3188 3265 /* System header to define __stub macros and hopefully few prototypes, … … 3207 3284 ; return 0; } 3208 3285 EOF 3209 if { (eval echo configure:32 10: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3286 if { (eval echo configure:3287: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3210 3287 rm -rf conftest* 3211 3288 eval "ac_cv_func_$ac_func=yes" … … 3234 3311 3235 3312 echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6 3236 echo "configure:3 237: checking stack direction for C alloca" >&53313 echo "configure:3314: checking stack direction for C alloca" >&5 3237 3314 if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then 3238 3315 echo $ac_n "(cached) $ac_c" 1>&6 … … 3242 3319 else 3243 3320 cat > conftest.$ac_ext <<EOF 3244 #line 3 245"configure"3321 #line 3322 "configure" 3245 3322 #include "confdefs.h" 3246 3323 find_stack_direction () … … 3261 3338 } 3262 3339 EOF 3263 if { (eval echo configure:3 264: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3340 if { (eval echo configure:3341: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3264 3341 then 3265 3342 ac_cv_c_stack_direction=1 … … 3286 3363 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 3287 3364 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 3288 echo "configure:3 289: checking for $ac_hdr" >&53365 echo "configure:3366: checking for $ac_hdr" >&5 3289 3366 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 3290 3367 echo $ac_n "(cached) $ac_c" 1>&6 … … 3292 3369 cat > conftest.$ac_ext <<EOF 3293 3370 #include <sys/types.h> 3294 #line 3 295"configure"3371 #line 3372 "configure" 3295 3372 #include "confdefs.h" 3296 3373 #include <$ac_hdr> 3297 3374 EOF 3298 3375 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3299 { (eval echo configure:33 00: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }3376 { (eval echo configure:3377: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3300 3377 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3301 3378 if test -z "$ac_err"; then … … 3326 3403 do 3327 3404 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3328 echo "configure:3 329: checking for $ac_func" >&53405 echo "configure:3406: checking for $ac_func" >&5 3329 3406 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3330 3407 echo $ac_n "(cached) $ac_c" 1>&6 3331 3408 else 3332 3409 cat > conftest.$ac_ext <<EOF 3333 #line 3 334"configure"3410 #line 3411 "configure" 3334 3411 #include "confdefs.h" 3335 3412 /* System header to define __stub macros and hopefully few prototypes, … … 3354 3431 ; return 0; } 3355 3432 EOF 3356 if { (eval echo configure:3 357: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3433 if { (eval echo configure:3434: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3357 3434 rm -rf conftest* 3358 3435 eval "ac_cv_func_$ac_func=yes" … … 3379 3456 3380 3457 echo $ac_n "checking for working mmap""... $ac_c" 1>&6 3381 echo "configure:3 382: checking for working mmap" >&53458 echo "configure:3459: checking for working mmap" >&5 3382 3459 if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then 3383 3460 echo $ac_n "(cached) $ac_c" 1>&6 … … 3387 3464 else 3388 3465 cat > conftest.$ac_ext <<EOF 3389 #line 3 390"configure"3466 #line 3467 "configure" 3390 3467 #include "confdefs.h" 3391 3468 … … 3527 3604 3528 3605 EOF 3529 if { (eval echo configure:3 530: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3606 if { (eval echo configure:3607: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3530 3607 then 3531 3608 ac_cv_func_mmap_fixed_mapped=yes … … 3555 3632 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 3556 3633 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 3557 echo "configure:3 558: checking for $ac_hdr" >&53634 echo "configure:3635: checking for $ac_hdr" >&5 3558 3635 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 3559 3636 echo $ac_n "(cached) $ac_c" 1>&6 … … 3561 3638 cat > conftest.$ac_ext <<EOF 3562 3639 #include <sys/types.h> 3563 #line 3 564"configure"3640 #line 3641 "configure" 3564 3641 #include "confdefs.h" 3565 3642 #include <$ac_hdr> 3566 3643 EOF 3567 3644 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3568 { (eval echo configure:3 569: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }3645 { (eval echo configure:3646: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3569 3646 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3570 3647 if test -z "$ac_err"; then … … 3596 3673 do 3597 3674 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3598 echo "configure:3 599: checking for $ac_func" >&53675 echo "configure:3676: checking for $ac_func" >&5 3599 3676 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3600 3677 echo $ac_n "(cached) $ac_c" 1>&6 3601 3678 else 3602 3679 cat > conftest.$ac_ext <<EOF 3603 #line 36 04"configure"3680 #line 3681 "configure" 3604 3681 #include "confdefs.h" 3605 3682 /* System header to define __stub macros and hopefully few prototypes, … … 3624 3701 ; return 0; } 3625 3702 EOF 3626 if { (eval echo configure:3 627: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3703 if { (eval echo configure:3704: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3627 3704 rm -rf conftest* 3628 3705 eval "ac_cv_func_$ac_func=yes" … … 3653 3730 do 3654 3731 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3655 echo "configure:3 656: checking for $ac_func" >&53732 echo "configure:3733: checking for $ac_func" >&5 3656 3733 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3657 3734 echo $ac_n "(cached) $ac_c" 1>&6 3658 3735 else 3659 3736 cat > conftest.$ac_ext <<EOF 3660 #line 3 661"configure"3737 #line 3738 "configure" 3661 3738 #include "confdefs.h" 3662 3739 /* System header to define __stub macros and hopefully few prototypes, … … 3681 3758 ; return 0; } 3682 3759 EOF 3683 if { (eval echo configure:3 684: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3760 if { (eval echo configure:3761: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3684 3761 rm -rf conftest* 3685 3762 eval "ac_cv_func_$ac_func=yes" … … 3715 3792 if test $ac_cv_header_locale_h = yes; then 3716 3793 echo $ac_n "checking for LC_MESSAGES""... $ac_c" 1>&6 3717 echo "configure:37 18: checking for LC_MESSAGES" >&53794 echo "configure:3795: checking for LC_MESSAGES" >&5 3718 3795 if eval "test \"`echo '$''{'am_cv_val_LC_MESSAGES'+set}'`\" = set"; then 3719 3796 echo $ac_n "(cached) $ac_c" 1>&6 3720 3797 else 3721 3798 cat > conftest.$ac_ext <<EOF 3722 #line 3 723"configure"3799 #line 3800 "configure" 3723 3800 #include "confdefs.h" 3724 3801 #include <locale.h> … … 3727 3804 ; return 0; } 3728 3805 EOF 3729 if { (eval echo configure:3 730: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3806 if { (eval echo configure:3807: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3730 3807 rm -rf conftest* 3731 3808 am_cv_val_LC_MESSAGES=yes … … 3748 3825 fi 3749 3826 echo $ac_n "checking whether NLS is requested""... $ac_c" 1>&6 3750 echo "configure:3 751: checking whether NLS is requested" >&53827 echo "configure:3828: checking whether NLS is requested" >&5 3751 3828 # Check whether --enable-nls or --disable-nls was given. 3752 3829 if test "${enable_nls+set}" = set; then … … 3768 3845 3769 3846 echo $ac_n "checking whether included gettext is requested""... $ac_c" 1>&6 3770 echo "configure:3 771: checking whether included gettext is requested" >&53847 echo "configure:3848: checking whether included gettext is requested" >&5 3771 3848 # Check whether --with-included-gettext or --without-included-gettext was given. 3772 3849 if test "${with_included_gettext+set}" = set; then … … 3787 3864 ac_safe=`echo "libintl.h" | sed 'y%./+-%__p_%'` 3788 3865 echo $ac_n "checking for libintl.h""... $ac_c" 1>&6 3789 echo "configure:3 790: checking for libintl.h" >&53866 echo "configure:3867: checking for libintl.h" >&5 3790 3867 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 3791 3868 echo $ac_n "(cached) $ac_c" 1>&6 … … 3793 3870 cat > conftest.$ac_ext <<EOF 3794 3871 #include <sys/types.h> 3795 #line 3 796"configure"3872 #line 3873 "configure" 3796 3873 #include "confdefs.h" 3797 3874 #include <libintl.h> 3798 3875 EOF 3799 3876 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3800 { (eval echo configure:38 01: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }3877 { (eval echo configure:3878: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3801 3878 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3802 3879 if test -z "$ac_err"; then … … 3815 3892 echo "$ac_t""yes" 1>&6 3816 3893 echo $ac_n "checking for gettext in libc""... $ac_c" 1>&6 3817 echo "configure:38 18: checking for gettext in libc" >&53894 echo "configure:3895: checking for gettext in libc" >&5 3818 3895 if eval "test \"`echo '$''{'gt_cv_func_gettext_libc'+set}'`\" = set"; then 3819 3896 echo $ac_n "(cached) $ac_c" 1>&6 3820 3897 else 3821 3898 cat > conftest.$ac_ext <<EOF 3822 #line 3 823"configure"3899 #line 3900 "configure" 3823 3900 #include "confdefs.h" 3824 3901 #include <libintl.h> … … 3827 3904 ; return 0; } 3828 3905 EOF 3829 if { (eval echo configure:3 830: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3906 if { (eval echo configure:3907: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3830 3907 rm -rf conftest* 3831 3908 gt_cv_func_gettext_libc=yes … … 3843 3920 if test "$gt_cv_func_gettext_libc" != "yes"; then 3844 3921 echo $ac_n "checking for bindtextdomain in -lintl""... $ac_c" 1>&6 3845 echo "configure:3 846: checking for bindtextdomain in -lintl" >&53922 echo "configure:3923: checking for bindtextdomain in -lintl" >&5 3846 3923 ac_lib_var=`echo intl'_'bindtextdomain | sed 'y%./+-%__p_%'` 3847 3924 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 3851 3928 LIBS="-lintl $LIBS" 3852 3929 cat > conftest.$ac_ext <<EOF 3853 #line 3 854"configure"3930 #line 3931 "configure" 3854 3931 #include "confdefs.h" 3855 3932 /* Override any gcc2 internal prototype to avoid an error. */ … … 3862 3939 ; return 0; } 3863 3940 EOF 3864 if { (eval echo configure:3 865: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3941 if { (eval echo configure:3942: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3865 3942 rm -rf conftest* 3866 3943 eval "ac_cv_lib_$ac_lib_var=yes" … … 3878 3955 echo "$ac_t""yes" 1>&6 3879 3956 echo $ac_n "checking for gettext in libintl""... $ac_c" 1>&6 3880 echo "configure:3 881: checking for gettext in libintl" >&53957 echo "configure:3958: checking for gettext in libintl" >&5 3881 3958 if eval "test \"`echo '$''{'gt_cv_func_gettext_libintl'+set}'`\" = set"; then 3882 3959 echo $ac_n "(cached) $ac_c" 1>&6 3883 3960 else 3884 3961 cat > conftest.$ac_ext <<EOF 3885 #line 3 886"configure"3962 #line 3963 "configure" 3886 3963 #include "confdefs.h" 3887 3964 … … 3890 3967 ; return 0; } 3891 3968 EOF 3892 if { (eval echo configure:3 893: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3969 if { (eval echo configure:3970: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3893 3970 rm -rf conftest* 3894 3971 gt_cv_func_gettext_libintl=yes … … 3918 3995 set dummy msgfmt; ac_word=$2 3919 3996 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 3920 echo "configure:39 21: checking for $ac_word" >&53997 echo "configure:3998: checking for $ac_word" >&5 3921 3998 if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then 3922 3999 echo $ac_n "(cached) $ac_c" 1>&6 … … 3952 4029 do 3953 4030 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3954 echo "configure: 3955: checking for $ac_func" >&54031 echo "configure:4032: checking for $ac_func" >&5 3955 4032 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3956 4033 echo $ac_n "(cached) $ac_c" 1>&6 3957 4034 else 3958 4035 cat > conftest.$ac_ext <<EOF 3959 #line 3960"configure"4036 #line 4037 "configure" 3960 4037 #include "confdefs.h" 3961 4038 /* System header to define __stub macros and hopefully few prototypes, … … 3980 4057 ; return 0; } 3981 4058 EOF 3982 if { (eval echo configure: 3983: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4059 if { (eval echo configure:4060: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3983 4060 rm -rf conftest* 3984 4061 eval "ac_cv_func_$ac_func=yes" … … 4007 4084 set dummy gmsgfmt; ac_word=$2 4008 4085 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 4009 echo "configure:40 10: checking for $ac_word" >&54086 echo "configure:4087: checking for $ac_word" >&5 4010 4087 if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then 4011 4088 echo $ac_n "(cached) $ac_c" 1>&6 … … 4047 4124 set dummy xgettext; ac_word=$2 4048 4125 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 4049 echo "configure:4 050: checking for $ac_word" >&54126 echo "configure:4127: checking for $ac_word" >&5 4050 4127 if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then 4051 4128 echo $ac_n "(cached) $ac_c" 1>&6 … … 4079 4156 4080 4157 cat > conftest.$ac_ext <<EOF 4081 #line 4 082"configure"4158 #line 4159 "configure" 4082 4159 #include "confdefs.h" 4083 4160 … … 4087 4164 ; return 0; } 4088 4165 EOF 4089 if { (eval echo configure:4 090: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4166 if { (eval echo configure:4167: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4090 4167 rm -rf conftest* 4091 4168 CATOBJEXT=.gmo … … 4119 4196 set dummy msgfmt; ac_word=$2 4120 4197 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 4121 echo "configure:41 22: checking for $ac_word" >&54198 echo "configure:4199: checking for $ac_word" >&5 4122 4199 if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then 4123 4200 echo $ac_n "(cached) $ac_c" 1>&6 … … 4153 4230 set dummy gmsgfmt; ac_word=$2 4154 4231 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 4155 echo "configure:4 156: checking for $ac_word" >&54232 echo "configure:4233: checking for $ac_word" >&5 4156 4233 if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then 4157 4234 echo $ac_n "(cached) $ac_c" 1>&6 … … 4193 4270 set dummy xgettext; ac_word=$2 4194 4271 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 4195 echo "configure:4 196: checking for $ac_word" >&54272 echo "configure:4273: checking for $ac_word" >&5 4196 4273 if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then 4197 4274 echo $ac_n "(cached) $ac_c" 1>&6 … … 4283 4360 else 4284 4361 echo $ac_n "checking for catalogs to be installed""... $ac_c" 1>&6 4285 echo "configure:4 286: checking for catalogs to be installed" >&54362 echo "configure:4363: checking for catalogs to be installed" >&5 4286 4363 NEW_LINGUAS= 4287 4364 for lang in ${LINGUAS=$ALL_LINGUAS}; do … … 4311 4388 ac_safe=`echo "linux/version.h" | sed 'y%./+-%__p_%'` 4312 4389 echo $ac_n "checking for linux/version.h""... $ac_c" 1>&6 4313 echo "configure:43 14: checking for linux/version.h" >&54390 echo "configure:4391: checking for linux/version.h" >&5 4314 4391 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 4315 4392 echo $ac_n "(cached) $ac_c" 1>&6 … … 4317 4394 cat > conftest.$ac_ext <<EOF 4318 4395 #include <sys/types.h> 4319 #line 43 20"configure"4396 #line 4397 "configure" 4320 4397 #include "confdefs.h" 4321 4398 #include <linux/version.h> 4322 4399 EOF 4323 4400 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4324 { (eval echo configure:4 325: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }4401 { (eval echo configure:4402: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4325 4402 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4326 4403 if test -z "$ac_err"; then … … 4367 4444 4368 4445 4369 if test - d $srcdir/po; then4446 if test -f $srcdir/po/POTFILES.in; then 4370 4447 test -d po || mkdir po 4371 4448 if test "x$srcdir" != "x."; then 4372 if test "x`echo $srcdir | sed -e 's@.\:/.*@@' -e 's@/.*@@' `" = "x"; then4449 if test "x`echo $srcdir | sed -e 's@.\:/.*@@' -e 's@/.*@@' `" = "x"; then 4373 4450 posrcprefix="$srcdir/" 4374 4451 else … … 4386 4463 . ${srcdir}/../bfd/configure.host 4387 4464 4465 # Put a plausible default for CC_FOR_BUILD in Makefile. 4466 if test -z "$CC_FOR_BUILD"; then 4467 if test "x$cross_compiling" = "xno"; then 4468 CC_FOR_BUILD='$(CC)' 4469 else 4470 CC_FOR_BUILD=gcc 4471 fi 4472 fi 4473 4474 # Also set EXEEXT_FOR_BUILD. 4475 if test "x$cross_compiling" = "xno"; then 4476 EXEEXT_FOR_BUILD='$(EXEEXT)' 4477 else 4478 echo $ac_n "checking for build system executable suffix""... $ac_c" 1>&6 4479 echo "configure:4480: checking for build system executable suffix" >&5 4480 if eval "test \"`echo '$''{'bfd_cv_build_exeext'+set}'`\" = set"; then 4481 echo $ac_n "(cached) $ac_c" 1>&6 4482 else 4483 rm -f conftest* 4484 echo 'int main () { return 0; }' > conftest.c 4485 bfd_cv_build_exeext= 4486 ${CC_FOR_BUILD} -o conftest conftest.c 1>&5 2>&5 4487 for file in conftest.*; do 4488 case $file in 4489 *.c | *.o | *.obj | *.ilk | *.pdb) ;; 4490 *) bfd_cv_build_exeext=`echo $file | sed -e s/conftest//` ;; 4491 esac 4492 done 4493 rm -f conftest* 4494 test x"${bfd_cv_build_exeext}" = x && bfd_cv_build_exeext=no 4495 fi 4496 4497 echo "$ac_t""$bfd_cv_build_exeext" 1>&6 4498 EXEEXT_FOR_BUILD="" 4499 test x"${bfd_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${bfd_cv_build_exeext} 4500 fi 4501 4502 4388 4503 4389 4504 # Find a good install program. We prefer a C program (faster), … … 4399 4514 # ./install, which can be erroneously created by make from ./install.sh. 4400 4515 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 4401 echo "configure:4 402: checking for a BSD compatible install" >&54516 echo "configure:4517: checking for a BSD compatible install" >&5 4402 4517 if test -z "$INSTALL"; then 4403 4518 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then … … 4458 4573 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 4459 4574 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 4460 echo "configure:4 461: checking for $ac_hdr" >&54575 echo "configure:4576: checking for $ac_hdr" >&5 4461 4576 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 4462 4577 echo $ac_n "(cached) $ac_c" 1>&6 … … 4464 4579 cat > conftest.$ac_ext <<EOF 4465 4580 #include <sys/types.h> 4466 #line 4 467"configure"4581 #line 4582 "configure" 4467 4582 #include "confdefs.h" 4468 4583 #include <$ac_hdr> 4469 4584 EOF 4470 4585 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4471 { (eval echo configure:4 472: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }4586 { (eval echo configure:4587: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4472 4587 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4473 4588 if test -z "$ac_err"; then … … 4601 4716 bfd_d10v_arch) ta="$ta d10v-dis.lo d10v-opc.lo" ;; 4602 4717 bfd_d30v_arch) ta="$ta d30v-dis.lo d30v-opc.lo" ;; 4718 bfd_dlx_arch) ta="$ta dlx-dis.lo" ;; 4603 4719 bfd_fr30_arch) ta="$ta fr30-asm.lo fr30-desc.lo fr30-dis.lo fr30-ibld.lo fr30-opc.lo" using_cgen=yes ;; 4604 4720 bfd_h8300_arch) ta="$ta h8300-dis.lo" ;; … … 4610 4726 bfd_i960_arch) ta="$ta i960-dis.lo" ;; 4611 4727 bfd_ia64_arch) ta="$ta ia64-dis.lo ia64-opc.lo" ;; 4728 bfd_ip2k_arch) ta="$ta ip2k-asm.lo ip2k-desc.lo ip2k-dis.lo ip2k-ibld.lo ip2k-opc.lo" using_cgen=yes ;; 4729 bfd_iq2000_arch) ta="$ta iq2000-asm.lo iq2000-desc.lo iq2000-dis.lo iq2000-ibld.lo iq2000-opc.lo" using_cgen=yes ;; 4612 4730 bfd_m32r_arch) ta="$ta m32r-asm.lo m32r-desc.lo m32r-dis.lo m32r-ibld.lo m32r-opc.lo m32r-opinst.lo" using_cgen=yes ;; 4613 4731 bfd_m68hc11_arch) ta="$ta m68hc11-dis.lo m68hc11-opc.lo" ;; … … 4617 4735 bfd_mcore_arch) ta="$ta mcore-dis.lo" ;; 4618 4736 bfd_mips_arch) ta="$ta mips-dis.lo mips-opc.lo mips16-opc.lo" ;; 4737 bfd_mmix_arch) ta="$ta mmix-dis.lo mmix-opc.lo" ;; 4619 4738 bfd_mn10200_arch) ta="$ta m10200-dis.lo m10200-opc.lo" ;; 4620 4739 bfd_mn10300_arch) ta="$ta m10300-dis.lo m10300-opc.lo" ;; 4740 bfd_msp430_arch) ta="$ta msp430-dis.lo" ;; 4621 4741 bfd_ns32k_arch) ta="$ta ns32k-dis.lo" ;; 4742 bfd_openrisc_arch) ta="$ta openrisc-asm.lo openrisc-desc.lo openrisc-dis.lo openrisc-ibld.lo openrisc-opc.lo" using_cgen=yes ;; 4743 bfd_or32_arch) ta="$ta or32-dis.lo or32-opc.lo" using_cgen=yes ;; 4744 bfd_pdp11_arch) ta="$ta pdp11-dis.lo pdp11-opc.lo" ;; 4622 4745 bfd_pj_arch) ta="$ta pj-dis.lo pj-opc.lo" ;; 4623 4746 bfd_powerpc_arch) ta="$ta ppc-dis.lo ppc-opc.lo" ;; … … 4626 4749 bfd_romp_arch) ;; 4627 4750 bfd_rs6000_arch) ta="$ta ppc-dis.lo ppc-opc.lo" ;; 4751 bfd_s390_arch) ta="$ta s390-dis.lo s390-opc.lo" ;; 4628 4752 bfd_sh_arch) 4753 # We can't decide what we want just from the CPU family. 4754 # We want SH5 support unless a specific version of sh is 4755 # specified, as in sh3-elf, sh3b-linux-gnu, etc. 4756 # Include it just for ELF targets, since the SH5 bfd:s are ELF only. 4757 for t in $target $canon_targets; do 4758 case $t in 4759 all | sh5*-* | sh64*-* | sh-*-*elf* | shl*-*-*elf* | \ 4760 sh-*-linux* | shl-*-linux*) 4761 ta="$ta sh64-dis.lo sh64-opc.lo" 4762 archdefs="$archdefs -DINCLUDE_SHMEDIA" 4763 break;; 4764 esac; 4765 done 4629 4766 ta="$ta sh-dis.lo" ;; 4630 4767 bfd_sparc_arch) ta="$ta sparc-dis.lo sparc-opc.lo" ;; 4631 4768 bfd_tahoe_arch) ;; 4632 4769 bfd_tic30_arch) ta="$ta tic30-dis.lo" ;; 4770 bfd_tic4x_arch) ta="$ta tic4x-dis.lo" ;; 4633 4771 bfd_tic54x_arch) ta="$ta tic54x-dis.lo tic54x-opc.lo" ;; 4634 4772 bfd_tic80_arch) ta="$ta tic80-dis.lo tic80-opc.lo" ;; … … 4639 4777 bfd_w65_arch) ta="$ta w65-dis.lo" ;; 4640 4778 bfd_we32k_arch) ;; 4779 bfd_xstormy16_arch) ta="$ta xstormy16-asm.lo xstormy16-desc.lo xstormy16-dis.lo xstormy16-ibld.lo xstormy16-opc.lo" using_cgen=yes ;; 4780 bfd_xtensa_arch) ta="$ta xtensa-dis.lo" ;; 4641 4781 bfd_z8k_arch) ta="$ta z8k-dis.lo" ;; 4782 bfd_frv_arch) ta="$ta frv-asm.lo frv-desc.lo frv-dis.lo frv-ibld.lo frv-opc.lo" using_cgen=yes ;; 4642 4783 4643 4784 "") ;; … … 4857 4998 s%@MAINTAINER_MODE_FALSE@%$MAINTAINER_MODE_FALSE%g 4858 4999 s%@MAINT@%$MAINT%g 5000 s%@INSTALL_LIBBFD_TRUE@%$INSTALL_LIBBFD_TRUE%g 5001 s%@INSTALL_LIBBFD_FALSE@%$INSTALL_LIBBFD_FALSE%g 5002 s%@bfdlibdir@%$bfdlibdir%g 5003 s%@bfdincludedir@%$bfdincludedir%g 4859 5004 s%@CPP@%$CPP%g 4860 5005 s%@ALLOCA@%$ALLOCA%g … … 4879 5024 s%@MKINSTALLDIRS@%$MKINSTALLDIRS%g 4880 5025 s%@l@%$l%g 5026 s%@CC_FOR_BUILD@%$CC_FOR_BUILD%g 5027 s%@EXEEXT_FOR_BUILD@%$EXEEXT_FOR_BUILD%g 4881 5028 s%@HDEFINES@%$HDEFINES%g 4882 5029 s%@CGEN_MAINT_TRUE@%$CGEN_MAINT_TRUE%g -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.