Changeset 609 for branches/GNU/src/binutils/opcodes/configure
- Timestamp:
- Aug 16, 2003, 6:59:22 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/binutils/opcodes/configure
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.1.1.2
r608 r609 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" … … 560 562 561 563 echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6 562 echo "configure:56 3: checking for Cygwin environment" >&5564 echo "configure:565: checking for Cygwin environment" >&5 563 565 if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then 564 566 echo $ac_n "(cached) $ac_c" 1>&6 565 567 else 566 568 cat > conftest.$ac_ext <<EOF 567 #line 5 68"configure"569 #line 570 "configure" 568 570 #include "confdefs.h" 569 571 … … 576 578 ; return 0; } 577 579 EOF 578 if { (eval echo configure:5 79: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then580 if { (eval echo configure:581: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 579 581 rm -rf conftest* 580 582 ac_cv_cygwin=yes … … 593 595 test "$ac_cv_cygwin" = yes && CYGWIN=yes 594 596 echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6 595 echo "configure:59 6: checking for mingw32 environment" >&5597 echo "configure:598: checking for mingw32 environment" >&5 596 598 if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then 597 599 echo $ac_n "(cached) $ac_c" 1>&6 598 600 else 599 601 cat > conftest.$ac_ext <<EOF 600 #line 60 1"configure"602 #line 603 "configure" 601 603 #include "confdefs.h" 602 604 … … 605 607 ; return 0; } 606 608 EOF 607 if { (eval echo configure:6 08: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then609 if { (eval echo configure:610: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 608 610 rm -rf conftest* 609 611 ac_cv_mingw32=yes … … 670 672 671 673 echo $ac_n "checking host system type""... $ac_c" 1>&6 672 echo "configure:67 3: checking host system type" >&5674 echo "configure:675: checking host system type" >&5 673 675 674 676 host_alias=$host … … 691 693 692 694 echo $ac_n "checking target system type""... $ac_c" 1>&6 693 echo "configure:69 4: checking target system type" >&5695 echo "configure:696: checking target system type" >&5 694 696 695 697 target_alias=$target … … 709 711 710 712 echo $ac_n "checking build system type""... $ac_c" 1>&6 711 echo "configure:71 2: checking build system type" >&5713 echo "configure:714: checking build system type" >&5 712 714 713 715 build_alias=$build … … 734 736 set dummy gcc; ac_word=$2 735 737 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 736 echo "configure:73 7: checking for $ac_word" >&5738 echo "configure:739: checking for $ac_word" >&5 737 739 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 738 740 echo $ac_n "(cached) $ac_c" 1>&6 … … 764 766 set dummy cc; ac_word=$2 765 767 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 766 echo "configure:76 7: checking for $ac_word" >&5768 echo "configure:769: checking for $ac_word" >&5 767 769 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 768 770 echo $ac_n "(cached) $ac_c" 1>&6 … … 815 817 set dummy cl; ac_word=$2 816 818 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 817 echo "configure:8 18: checking for $ac_word" >&5819 echo "configure:820: checking for $ac_word" >&5 818 820 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 819 821 echo $ac_n "(cached) $ac_c" 1>&6 … … 847 849 848 850 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 849 echo "configure:85 0: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5851 echo "configure:852: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 850 852 851 853 ac_ext=c … … 858 860 cat > conftest.$ac_ext << EOF 859 861 860 #line 86 1"configure"862 #line 863 "configure" 861 863 #include "confdefs.h" 862 864 863 865 main(){return(0);} 864 866 EOF 865 if { (eval echo configure:86 6: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then867 if { (eval echo configure:868: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 866 868 ac_cv_prog_cc_works=yes 867 869 # If we can't run a trivial program, we are probably using a cross compiler. … … 889 891 fi 890 892 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 891 echo "configure:89 2: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5893 echo "configure:894: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 892 894 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 893 895 cross_compiling=$ac_cv_prog_cc_cross 894 896 895 897 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 896 echo "configure:89 7: checking whether we are using GNU C" >&5898 echo "configure:899: checking whether we are using GNU C" >&5 897 899 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 898 900 echo $ac_n "(cached) $ac_c" 1>&6 … … 903 905 #endif 904 906 EOF 905 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:90 6: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then907 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:908: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 906 908 ac_cv_prog_gcc=yes 907 909 else … … 922 924 CFLAGS= 923 925 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 924 echo "configure:92 5: checking whether ${CC-cc} accepts -g" >&5926 echo "configure:927: checking whether ${CC-cc} accepts -g" >&5 925 927 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 926 928 echo $ac_n "(cached) $ac_c" 1>&6 … … 954 956 955 957 echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&6 956 echo "configure:95 7: checking for POSIXized ISC" >&5958 echo "configure:959: checking for POSIXized ISC" >&5 957 959 if test -d /etc/conf/kconfig.d && 958 960 grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1 … … 992 994 # ./install, which can be erroneously created by make from ./install.sh. 993 995 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 994 echo "configure:99 5: checking for a BSD compatible install" >&5996 echo "configure:997: checking for a BSD compatible install" >&5 995 997 if test -z "$INSTALL"; then 996 998 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then … … 1045 1047 1046 1048 echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6 1047 echo "configure:10 48: checking whether build environment is sane" >&51049 echo "configure:1050: checking whether build environment is sane" >&5 1048 1050 # Just in case 1049 1051 sleep 1 … … 1102 1104 1103 1105 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 1104 echo "configure:110 5: checking whether ${MAKE-make} sets \${MAKE}" >&51106 echo "configure:1107: checking whether ${MAKE-make} sets \${MAKE}" >&5 1105 1107 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` 1106 1108 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then … … 1148 1150 missing_dir=`cd $ac_aux_dir && pwd` 1149 1151 echo $ac_n "checking for working aclocal""... $ac_c" 1>&6 1150 echo "configure:115 1: checking for working aclocal" >&51152 echo "configure:1153: checking for working aclocal" >&5 1151 1153 # Run test in a subshell; some versions of sh will print an error if 1152 1154 # an executable is not found, even if stderr is redirected. … … 1161 1163 1162 1164 echo $ac_n "checking for working autoconf""... $ac_c" 1>&6 1163 echo "configure:116 4: checking for working autoconf" >&51165 echo "configure:1166: checking for working autoconf" >&5 1164 1166 # Run test in a subshell; some versions of sh will print an error if 1165 1167 # an executable is not found, even if stderr is redirected. … … 1174 1176 1175 1177 echo $ac_n "checking for working automake""... $ac_c" 1>&6 1176 echo "configure:117 7: checking for working automake" >&51178 echo "configure:1179: checking for working automake" >&5 1177 1179 # Run test in a subshell; some versions of sh will print an error if 1178 1180 # an executable is not found, even if stderr is redirected. … … 1187 1189 1188 1190 echo $ac_n "checking for working autoheader""... $ac_c" 1>&6 1189 echo "configure:119 0: checking for working autoheader" >&51191 echo "configure:1192: checking for working autoheader" >&5 1190 1192 # Run test in a subshell; some versions of sh will print an error if 1191 1193 # an executable is not found, even if stderr is redirected. … … 1200 1202 1201 1203 echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6 1202 echo "configure:120 3: checking for working makeinfo" >&51204 echo "configure:1205: checking for working makeinfo" >&5 1203 1205 # Run test in a subshell; some versions of sh will print an error if 1204 1206 # an executable is not found, even if stderr is redirected. … … 1223 1225 set dummy ${ac_tool_prefix}ar; ac_word=$2 1224 1226 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1225 echo "configure:122 6: checking for $ac_word" >&51227 echo "configure:1228: checking for $ac_word" >&5 1226 1228 if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then 1227 1229 echo $ac_n "(cached) $ac_c" 1>&6 … … 1255 1257 set dummy ${ac_tool_prefix}ranlib; ac_word=$2 1256 1258 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1257 echo "configure:12 58: checking for $ac_word" >&51259 echo "configure:1260: checking for $ac_word" >&5 1258 1260 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 1259 1261 echo $ac_n "(cached) $ac_c" 1>&6 … … 1287 1289 set dummy ranlib; ac_word=$2 1288 1290 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1289 echo "configure:129 0: checking for $ac_word" >&51291 echo "configure:1292: checking for $ac_word" >&5 1290 1292 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 1291 1293 echo $ac_n "(cached) $ac_c" 1>&6 … … 1324 1326 enableval="$enable_shared" 1325 1327 p=${PACKAGE-default} 1326 case "$enableval"in1328 case $enableval in 1327 1329 yes) enable_shared=yes ;; 1328 1330 no) enable_shared=no ;; … … 1348 1350 enableval="$enable_static" 1349 1351 p=${PACKAGE-default} 1350 case "$enableval"in1352 case $enableval in 1351 1353 yes) enable_static=yes ;; 1352 1354 no) enable_static=no ;; … … 1371 1373 enableval="$enable_fast_install" 1372 1374 p=${PACKAGE-default} 1373 case "$enableval"in1375 case $enableval in 1374 1376 yes) enable_fast_install=yes ;; 1375 1377 no) enable_fast_install=no ;; … … 1399 1401 1400 1402 ac_prog=ld 1401 if test "$ ac_cv_prog_gcc" = yes; then1403 if test "$GCC" = yes; then 1402 1404 # Check if gcc -print-prog-name=ld gives a path. 1403 1405 echo $ac_n "checking for ld used by GCC""... $ac_c" 1>&6 1404 echo "configure:140 5: checking for ld used by GCC" >&51406 echo "configure:1407: checking for ld used by GCC" >&5 1405 1407 case $host in 1406 1408 *-*-mingw*) … … 1410 1412 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; 1411 1413 esac 1412 case "$ac_prog"in1414 case $ac_prog in 1413 1415 # Accept absolute paths. 1414 1416 [\\/]* | [A-Za-z]:[\\/]*) … … 1432 1434 elif test "$with_gnu_ld" = yes; then 1433 1435 echo $ac_n "checking for GNU ld""... $ac_c" 1>&6 1434 echo "configure:143 5: checking for GNU ld" >&51436 echo "configure:1437: checking for GNU ld" >&5 1435 1437 else 1436 1438 echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6 1437 echo "configure:14 38: checking for non-GNU ld" >&51438 fi 1439 if eval "test \"`echo '$''{' ac_cv_path_LD'+set}'`\" = set"; then1439 echo "configure:1440: checking for non-GNU ld" >&5 1440 fi 1441 if eval "test \"`echo '$''{'lt_cv_path_LD'+set}'`\" = set"; then 1440 1442 echo $ac_n "(cached) $ac_c" 1>&6 1441 1443 else … … 1445 1447 test -z "$ac_dir" && ac_dir=. 1446 1448 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then 1447 ac_cv_path_LD="$ac_dir/$ac_prog"1449 lt_cv_path_LD="$ac_dir/$ac_prog" 1448 1450 # Check to see if the program is GNU ld. I'd rather use --version, 1449 1451 # but apparently some GNU ld's only accept -v. 1450 1452 # Break only if it was the GNU/non-GNU ld that we prefer. 1451 if "$ ac_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then1453 if "$lt_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then 1452 1454 test "$with_gnu_ld" != no && break 1453 1455 else … … 1458 1460 IFS="$ac_save_ifs" 1459 1461 else 1460 ac_cv_path_LD="$LD" # Let the user override the test with a path.1461 fi 1462 fi 1463 1464 LD="$ ac_cv_path_LD"1462 lt_cv_path_LD="$LD" # Let the user override the test with a path. 1463 fi 1464 fi 1465 1466 LD="$lt_cv_path_LD" 1465 1467 if test -n "$LD"; then 1466 1468 echo "$ac_t""$LD" 1>&6 … … 1470 1472 test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; } 1471 1473 echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6 1472 echo "configure:147 3: checking if the linker ($LD) is GNU ld" >&51473 if eval "test \"`echo '$''{' ac_cv_prog_gnu_ld'+set}'`\" = set"; then1474 echo "configure:1475: checking if the linker ($LD) is GNU ld" >&5 1475 if eval "test \"`echo '$''{'lt_cv_prog_gnu_ld'+set}'`\" = set"; then 1474 1476 echo $ac_n "(cached) $ac_c" 1>&6 1475 1477 else 1476 1478 # I'd rather use --version here, but apparently some GNU ld's only accept -v. 1477 1479 if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then 1478 ac_cv_prog_gnu_ld=yes1479 else 1480 ac_cv_prog_gnu_ld=no1481 fi 1482 fi 1483 1484 echo "$ac_t""$ ac_cv_prog_gnu_ld" 1>&61485 with_gnu_ld=$ ac_cv_prog_gnu_ld1480 lt_cv_prog_gnu_ld=yes 1481 else 1482 lt_cv_prog_gnu_ld=no 1483 fi 1484 fi 1485 1486 echo "$ac_t""$lt_cv_prog_gnu_ld" 1>&6 1487 with_gnu_ld=$lt_cv_prog_gnu_ld 1486 1488 1487 1489 1488 1490 echo $ac_n "checking for $LD option to reload object files""... $ac_c" 1>&6 1489 echo "configure:149 0: checking for $LD option to reload object files" >&51491 echo "configure:1492: checking for $LD option to reload object files" >&5 1490 1492 if eval "test \"`echo '$''{'lt_cv_ld_reload_flag'+set}'`\" = set"; then 1491 1493 echo $ac_n "(cached) $ac_c" 1>&6 … … 1499 1501 1500 1502 echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6 1501 echo "configure:150 2: checking for BSD-compatible nm" >&51502 if eval "test \"`echo '$''{' ac_cv_path_NM'+set}'`\" = set"; then1503 echo "configure:1504: checking for BSD-compatible nm" >&5 1504 if eval "test \"`echo '$''{'lt_cv_path_NM'+set}'`\" = set"; then 1503 1505 echo $ac_n "(cached) $ac_c" 1>&6 1504 1506 else 1505 1507 if test -n "$NM"; then 1506 1508 # Let the user override the test. 1507 ac_cv_path_NM="$NM"1509 lt_cv_path_NM="$NM" 1508 1510 else 1509 1511 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}" … … 1517 1519 # Tru64's nm complains that /dev/null is an invalid object file 1518 1520 if ($tmp_nm -B /dev/null 2>&1 | sed '1q'; exit 0) | egrep '(/dev/null|Invalid file or object type)' >/dev/null; then 1519 ac_cv_path_NM="$tmp_nm -B"1521 lt_cv_path_NM="$tmp_nm -B" 1520 1522 break 1521 1523 elif ($tmp_nm -p /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then 1522 ac_cv_path_NM="$tmp_nm -p"1524 lt_cv_path_NM="$tmp_nm -p" 1523 1525 break 1524 1526 else 1525 ac_cv_path_NM=${ac_cv_path_NM="$tmp_nm"} # keep the first match, but1527 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but 1526 1528 continue # so that we can try to find one that supports BSD flags 1527 1529 fi … … 1529 1531 done 1530 1532 IFS="$ac_save_ifs" 1531 test -z "$ ac_cv_path_NM" && ac_cv_path_NM=nm1532 fi 1533 fi 1534 1535 NM="$ ac_cv_path_NM"1533 test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm 1534 fi 1535 fi 1536 1537 NM="$lt_cv_path_NM" 1536 1538 echo "$ac_t""$NM" 1>&6 1537 1539 1538 1540 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6 1539 echo "configure:154 0: checking whether ln -s works" >&51541 echo "configure:1542: checking whether ln -s works" >&5 1540 1542 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then 1541 1543 echo $ac_n "(cached) $ac_c" 1>&6 … … 1558 1560 1559 1561 echo $ac_n "checking how to recognise dependant libraries""... $ac_c" 1>&6 1560 echo "configure:156 1: checking how to recognise dependant libraries" >&51562 echo "configure:1563: checking how to recognise dependant libraries" >&5 1561 1563 if eval "test \"`echo '$''{'lt_cv_deplibs_check_method'+set}'`\" = set"; then 1562 1564 echo $ac_n "(cached) $ac_c" 1>&6 … … 1576 1578 # whether `pass_all' will *always* work, you probably want this one. 1577 1579 1578 case "$host_os"in1579 aix 4*)1580 case $host_os in 1581 aix*) 1580 1582 lt_cv_deplibs_check_method=pass_all 1581 1583 ;; … … 1586 1588 1587 1589 bsdi4*) 1588 1589 1590 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)' 1591 lt_cv_file_magic_cmd='/usr/bin/file -L' 1590 1592 lt_cv_file_magic_test_file=/shlib/libc.so 1591 1593 ;; … … 1596 1598 ;; 1597 1599 1600 darwin* | rhapsody*) 1601 lt_cv_deplibs_check_method='file_magic Mach-O dynamically linked shared library' 1602 lt_cv_file_magic_cmd='/usr/bin/file -L' 1603 case "$host_os" in 1604 rhapsody* | darwin1.012) 1605 lt_cv_file_magic_test_file='/System/Library/Frameworks/System.framework/System' 1606 ;; 1607 *) # Darwin 1.3 on 1608 lt_cv_file_magic_test_file='/usr/lib/libSystem.dylib' 1609 ;; 1610 esac 1611 ;; 1612 1598 1613 freebsd* ) 1599 1614 if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then 1600 case "$host_cpu"in1615 case $host_cpu in 1601 1616 i*86 ) 1602 1617 # Not sure whether the presence of OpenBSD here was a mistake. 1603 1618 # Let's accept both of them until this is cleared up. 1604 1605 1619 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[3-9]86 (compact )?demand paged shared library' 1620 lt_cv_file_magic_cmd=/usr/bin/file 1606 1621 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` 1607 1622 ;; … … 1616 1631 ;; 1617 1632 1618 hpux10.20*) 1619 # TODO: Does this work for hpux-11 too? 1620 lt_cv_deplibs_check_method='file_magic (s0-90-90-9|PA-RISC0-9.0-9) shared library' 1621 lt_cv_file_magic_cmd=/usr/bin/file 1622 lt_cv_file_magic_test_file=/usr/lib/libc.sl 1633 hpux10.20*|hpux11*) 1634 case $host_cpu in 1635 hppa*) 1636 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library' 1637 lt_cv_file_magic_cmd=/usr/bin/file 1638 lt_cv_file_magic_test_file=/usr/lib/libc.sl 1639 ;; 1640 ia64*) 1641 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64' 1642 lt_cv_file_magic_cmd=/usr/bin/file 1643 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so 1644 ;; 1645 esac 1623 1646 ;; 1624 1647 1625 1648 irix5* | irix6*) 1626 case "$host_os"in1649 case $host_os in 1627 1650 irix5*) 1628 1651 # this will be overridden with pass_all, but let us keep it just in case … … 1630 1653 ;; 1631 1654 *) 1632 case "$LD"in1655 case $LD in 1633 1656 *-32|*"-32 ") libmagic=32-bit;; 1634 1657 *-n32|*"-n32 ") libmagic=N32;; … … 1637 1660 esac 1638 1661 # this will be overridden with pass_all, but let us keep it just in case 1639 1640 1662 lt_cv_deplibs_check_method="file_magic ELF ${libmagic} MSB mips-[1234] dynamic lib MIPS - version 1" 1663 ;; 1641 1664 esac 1642 1665 lt_cv_file_magic_test_file=`echo /lib${libsuff}/libc.so*` … … 1646 1669 # This must be Linux ELF. 1647 1670 linux-gnu*) 1648 case "$host_cpu"in1649 alpha* | i*86 | powerpc* | sparc* | ia64* )1671 case $host_cpu in 1672 alpha* | mips* | hppa* | i*86 | powerpc* | sparc* | ia64* ) 1650 1673 lt_cv_deplibs_check_method=pass_all ;; 1651 1674 *) 1652 1675 # glibc up to 2.1.1 does not perform some relocations on ARM 1653 1654 1676 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' ;; 1677 esac 1655 1678 lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so` 1656 1679 ;; 1657 1680 1658 1681 netbsd*) 1659 if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then : 1682 if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then 1683 lt_cv_deplibs_check_method='match_pattern /lib[^/\.]+\.so\.[0-9]+\.[0-9]+$' 1660 1684 else 1661 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB shared object' 1662 lt_cv_file_magic_cmd='/usr/bin/file -L' 1663 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*` 1685 lt_cv_deplibs_check_method='match_pattern /lib[^/\.]+\.so$' 1664 1686 fi 1687 ;; 1688 1689 newsos6) 1690 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)' 1691 lt_cv_file_magic_cmd=/usr/bin/file 1692 lt_cv_file_magic_test_file=/usr/lib/libnls.so 1665 1693 ;; 1666 1694 … … 1681 1709 ;; 1682 1710 1711 sysv5uw[78]* | sysv4*uw2*) 1712 lt_cv_deplibs_check_method=pass_all 1713 ;; 1714 1683 1715 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) 1684 case "$host_vendor"in1716 case $host_vendor in 1685 1717 ncr) 1686 1718 lt_cv_deplibs_check_method=pass_all 1687 1719 ;; 1688 1720 motorola) 1689 1690 1721 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]' 1722 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*` 1691 1723 ;; 1692 1724 esac … … 1701 1733 1702 1734 echo $ac_n "checking for object suffix""... $ac_c" 1>&6 1703 echo "configure:17 04: checking for object suffix" >&51735 echo "configure:1736: checking for object suffix" >&5 1704 1736 if eval "test \"`echo '$''{'ac_cv_objext'+set}'`\" = set"; then 1705 1737 echo $ac_n "(cached) $ac_c" 1>&6 … … 1707 1739 rm -f conftest* 1708 1740 echo 'int i = 1;' > conftest.$ac_ext 1709 if { (eval echo configure:17 10: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then1741 if { (eval echo configure:1742: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1710 1742 for ac_file in conftest.*; do 1711 1743 case $ac_file in … … 1727 1759 1728 1760 echo $ac_n "checking for executable suffix""... $ac_c" 1>&6 1729 echo "configure:17 30: checking for executable suffix" >&51761 echo "configure:1762: checking for executable suffix" >&5 1730 1762 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then 1731 1763 echo $ac_n "(cached) $ac_c" 1>&6 … … 1737 1769 echo 'int main () { return 0; }' > conftest.$ac_ext 1738 1770 ac_cv_exeext= 1739 if { (eval echo configure:17 40: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then1771 if { (eval echo configure:1772: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then 1740 1772 for file in conftest.*; do 1741 1773 case $file in … … 1760 1792 1761 1793 # Only perform the check for file, if the check method requires it 1762 case "$deplibs_check_method"in1794 case $deplibs_check_method in 1763 1795 file_magic*) 1764 1796 if test "$file_magic_cmd" = '$MAGIC_CMD'; then 1765 1797 echo $ac_n "checking for ${ac_tool_prefix}file""... $ac_c" 1>&6 1766 echo "configure:17 67: checking for ${ac_tool_prefix}file" >&51798 echo "configure:1799: checking for ${ac_tool_prefix}file" >&5 1767 1799 if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then 1768 1800 echo $ac_n "(cached) $ac_c" 1>&6 1769 1801 else 1770 case "$MAGIC_CMD"in1802 case $MAGIC_CMD in 1771 1803 /*) 1772 1804 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. … … 1784 1816 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file" 1785 1817 if test -n "$file_magic_test_file"; then 1786 case "$deplibs_check_method"in1818 case $deplibs_check_method in 1787 1819 "file_magic "*) 1788 1820 file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`" … … 1826 1858 if test -n "$ac_tool_prefix"; then 1827 1859 echo $ac_n "checking for file""... $ac_c" 1>&6 1828 echo "configure:18 29: checking for file" >&51860 echo "configure:1861: checking for file" >&5 1829 1861 if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then 1830 1862 echo $ac_n "(cached) $ac_c" 1>&6 1831 1863 else 1832 case "$MAGIC_CMD"in1864 case $MAGIC_CMD in 1833 1865 /*) 1834 1866 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. … … 1846 1878 lt_cv_path_MAGIC_CMD="$ac_dir/file" 1847 1879 if test -n "$file_magic_test_file"; then 1848 case "$deplibs_check_method"in1880 case $deplibs_check_method in 1849 1881 "file_magic "*) 1850 1882 file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`" … … 1897 1929 set dummy ${ac_tool_prefix}ranlib; ac_word=$2 1898 1930 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1899 echo "configure:19 00: checking for $ac_word" >&51931 echo "configure:1932: checking for $ac_word" >&5 1900 1932 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 1901 1933 echo $ac_n "(cached) $ac_c" 1>&6 … … 1929 1961 set dummy ranlib; ac_word=$2 1930 1962 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1931 echo "configure:19 32: checking for $ac_word" >&51963 echo "configure:1964: checking for $ac_word" >&5 1932 1964 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 1933 1965 echo $ac_n "(cached) $ac_c" 1>&6 … … 1964 1996 set dummy ${ac_tool_prefix}strip; ac_word=$2 1965 1997 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1966 echo "configure:19 67: checking for $ac_word" >&51998 echo "configure:1999: checking for $ac_word" >&5 1967 1999 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then 1968 2000 echo $ac_n "(cached) $ac_c" 1>&6 … … 1996 2028 set dummy strip; ac_word=$2 1997 2029 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1998 echo "configure: 1999: checking for $ac_word" >&52030 echo "configure:2031: checking for $ac_word" >&5 1999 2031 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then 2000 2032 echo $ac_n "(cached) $ac_c" 1>&6 … … 2034 2066 test "$enable_static" = no && libtool_flags="$libtool_flags --disable-static" 2035 2067 test "$enable_fast_install" = no && libtool_flags="$libtool_flags --disable-fast-install" 2036 test "$ ac_cv_prog_gcc" = yes && libtool_flags="$libtool_flags --with-gcc"2037 test "$ ac_cv_prog_gnu_ld" = yes && libtool_flags="$libtool_flags --with-gnu-ld"2068 test "$GCC" = yes && libtool_flags="$libtool_flags --with-gcc" 2069 test "$lt_cv_prog_gnu_ld" = yes && libtool_flags="$libtool_flags --with-gnu-ld" 2038 2070 2039 2071 … … 2060 2092 # Some flags need to be propagated to the compiler or linker for good 2061 2093 # libtool support. 2062 case "$host"in2094 case $host in 2063 2095 *-*-irix6*) 2064 2096 # Find out which ABI we are using. 2065 echo '#line 2066 "configure"' > conftest.$ac_ext 2066 if { (eval echo configure:2067: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2067 case "`/usr/bin/file conftest.o`" in 2097 echo '#line 2098 "configure"' > conftest.$ac_ext 2098 if { (eval echo configure:2099: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2099 if test "$lt_cv_prog_gnu_ld" = yes; then 2100 case `/usr/bin/file conftest.$ac_objext` in 2101 *32-bit*) 2102 LD="${LD-ld} -melf32bsmip" 2103 ;; 2104 *N32*) 2105 LD="${LD-ld} -melf32bmipn32" 2106 ;; 2107 *64-bit*) 2108 LD="${LD-ld} -melf64bmip" 2109 ;; 2110 esac 2111 else 2112 case `/usr/bin/file conftest.$ac_objext` in 2068 2113 *32-bit*) 2069 2114 LD="${LD-ld} -32" … … 2076 2121 ;; 2077 2122 esac 2123 fi 2124 fi 2125 rm -rf conftest* 2126 ;; 2127 2128 ia64-*-hpux*) 2129 # Find out which ABI we are using. 2130 echo 'int i;' > conftest.$ac_ext 2131 if { (eval echo configure:2132: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2132 case "`/usr/bin/file conftest.o`" in 2133 *ELF-32*) 2134 HPUX_IA64_MODE="32" 2135 ;; 2136 *ELF-64*) 2137 HPUX_IA64_MODE="64" 2138 ;; 2139 esac 2078 2140 fi 2079 2141 rm -rf conftest* … … 2085 2147 CFLAGS="$CFLAGS -belf" 2086 2148 echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6 2087 echo "configure:2 088: checking whether the C compiler needs -belf" >&52149 echo "configure:2150: checking whether the C compiler needs -belf" >&5 2088 2150 if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then 2089 2151 echo $ac_n "(cached) $ac_c" 1>&6 … … 2098 2160 2099 2161 cat > conftest.$ac_ext <<EOF 2100 #line 21 01"configure"2162 #line 2163 "configure" 2101 2163 #include "confdefs.h" 2102 2164 … … 2105 2167 ; return 0; } 2106 2168 EOF 2107 if { (eval echo configure:21 08: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2169 if { (eval echo configure:2170: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2108 2170 rm -rf conftest* 2109 2171 lt_cv_cc_needs_belf=yes … … 2215 2277 exec 5>>./config.log 2216 2278 2217 2218 2279 2219 2280 … … 2242 2303 fi 2243 2304 2244 build_warnings="-W -Wall "2305 build_warnings="-W -Wall -Wstrict-prototypes -Wmissing-prototypes" 2245 2306 # Check whether --enable-build-warnings or --disable-build-warnings was given. 2246 2307 if test "${enable_build_warnings+set}" = set; then … … 2272 2333 { echo "configure: error: Unrecognized target system type; please check config.sub." 1>&2; exit 1; } 2273 2334 fi 2274 if test "$program_transform_name" = s,x,x,; then2275 program_transform_name=2276 else2277 # Double any \ or $. echo might interpret backslashes.2278 cat <<\EOF_SED > conftestsed2279 s,\\,\\\\,g; s,\$,$$,g2280 EOF_SED2281 program_transform_name="`echo $program_transform_name|sed -f conftestsed`"2282 rm -f conftestsed2283 fi2284 test "$program_prefix" != NONE &&2285 program_transform_name="s,^,${program_prefix},; $program_transform_name"2286 # Use a double $ so make ignores it.2287 test "$program_suffix" != NONE &&2288 program_transform_name="s,\$\$,${program_suffix},; $program_transform_name"2289 2290 # sed with no file args requires a program.2291 test "$program_transform_name" = "" && program_transform_name="s,x,x,"2292 2293 2335 2294 2336 echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6 2295 echo "configure:2 296: checking whether to enable maintainer-specific portions of Makefiles" >&52337 echo "configure:2338: checking whether to enable maintainer-specific portions of Makefiles" >&5 2296 2338 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given. 2297 2339 if test "${enable_maintainer_mode+set}" = set; then … … 2315 2357 2316 2358 2359 echo $ac_n "checking whether to install libbfd""... $ac_c" 1>&6 2360 echo "configure:2361: checking whether to install libbfd" >&5 2361 # Check whether --enable-install-libbfd or --disable-install-libbfd was given. 2362 if test "${enable_install_libbfd+set}" = set; then 2363 enableval="$enable_install_libbfd" 2364 install_libbfd_p=$enableval 2365 else 2366 if test "${host}" = "${target}" || test "$enable_shared" = "yes"; then 2367 install_libbfd_p=yes 2368 else 2369 install_libbfd_p=no 2370 fi 2371 fi 2372 2373 echo "$ac_t""$install_libbfd_p" 1>&6 2374 2375 2376 if test $install_libbfd_p = yes; then 2377 INSTALL_LIBBFD_TRUE= 2378 INSTALL_LIBBFD_FALSE='#' 2379 else 2380 INSTALL_LIBBFD_TRUE='#' 2381 INSTALL_LIBBFD_FALSE= 2382 fi 2383 # libbfd.a is a host library containing target dependent code 2384 bfdlibdir='$(libdir)' 2385 bfdincludedir='$(includedir)' 2386 if test "${host}" != "${target}"; then 2387 bfdlibdir='$(exec_prefix)/$(host_alias)/$(target_alias)/lib' 2388 bfdincludedir='$(exec_prefix)/$(host_alias)/$(target_alias)/include' 2389 fi 2390 2391 2392 2393 2317 2394 2318 2395 2319 2396 echo $ac_n "checking for executable suffix""... $ac_c" 1>&6 2320 echo "configure:23 21: checking for executable suffix" >&52397 echo "configure:2398: checking for executable suffix" >&5 2321 2398 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then 2322 2399 echo $ac_n "(cached) $ac_c" 1>&6 … … 2328 2405 echo 'int main () { return 0; }' > conftest.$ac_ext 2329 2406 ac_cv_exeext= 2330 if { (eval echo configure:2 331: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then2407 if { (eval echo configure:2408: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then 2331 2408 for file in conftest.*; do 2332 2409 case $file in … … 2354 2431 set dummy gcc; ac_word=$2 2355 2432 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2356 echo "configure:2 357: checking for $ac_word" >&52433 echo "configure:2434: checking for $ac_word" >&5 2357 2434 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 2358 2435 echo $ac_n "(cached) $ac_c" 1>&6 … … 2384 2461 set dummy cc; ac_word=$2 2385 2462 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2386 echo "configure:2 387: checking for $ac_word" >&52463 echo "configure:2464: checking for $ac_word" >&5 2387 2464 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 2388 2465 echo $ac_n "(cached) $ac_c" 1>&6 … … 2435 2512 set dummy cl; ac_word=$2 2436 2513 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2437 echo "configure:2 438: checking for $ac_word" >&52514 echo "configure:2515: checking for $ac_word" >&5 2438 2515 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 2439 2516 echo $ac_n "(cached) $ac_c" 1>&6 … … 2467 2544 2468 2545 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 2469 echo "configure:2 470: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&52546 echo "configure:2547: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 2470 2547 2471 2548 ac_ext=c … … 2478 2555 cat > conftest.$ac_ext << EOF 2479 2556 2480 #line 2 481"configure"2557 #line 2558 "configure" 2481 2558 #include "confdefs.h" 2482 2559 2483 2560 main(){return(0);} 2484 2561 EOF 2485 if { (eval echo configure:2 486: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2562 if { (eval echo configure:2563: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2486 2563 ac_cv_prog_cc_works=yes 2487 2564 # If we can't run a trivial program, we are probably using a cross compiler. … … 2509 2586 fi 2510 2587 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 2511 echo "configure:25 12: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&52588 echo "configure:2589: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 2512 2589 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 2513 2590 cross_compiling=$ac_cv_prog_cc_cross 2514 2591 2515 2592 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 2516 echo "configure:25 17: checking whether we are using GNU C" >&52593 echo "configure:2594: checking whether we are using GNU C" >&5 2517 2594 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 2518 2595 echo $ac_n "(cached) $ac_c" 1>&6 … … 2523 2600 #endif 2524 2601 EOF 2525 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2 526: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then2602 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2603: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 2526 2603 ac_cv_prog_gcc=yes 2527 2604 else … … 2542 2619 CFLAGS= 2543 2620 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 2544 echo "configure:2 545: checking whether ${CC-cc} accepts -g" >&52621 echo "configure:2622: checking whether ${CC-cc} accepts -g" >&5 2545 2622 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 2546 2623 echo $ac_n "(cached) $ac_c" 1>&6 … … 2574 2651 2575 2652 2576 ALL_LINGUAS= 2653 ALL_LINGUAS="fr sv tr es da de id pt_BR ro" 2577 2654 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 2578 echo "configure:2 579: checking how to run the C preprocessor" >&52655 echo "configure:2656: checking how to run the C preprocessor" >&5 2579 2656 # On Suns, sometimes $CPP names a directory. 2580 2657 if test -n "$CPP" && test -d "$CPP"; then … … 2591 2668 # not just through cpp. 2592 2669 cat > conftest.$ac_ext <<EOF 2593 #line 2 594"configure"2670 #line 2671 "configure" 2594 2671 #include "confdefs.h" 2595 2672 #include <assert.h> … … 2597 2674 EOF 2598 2675 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2599 { (eval echo configure:26 00: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2676 { (eval echo configure:2677: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2600 2677 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2601 2678 if test -z "$ac_err"; then … … 2608 2685 CPP="${CC-cc} -E -traditional-cpp" 2609 2686 cat > conftest.$ac_ext <<EOF 2610 #line 26 11"configure"2687 #line 2688 "configure" 2611 2688 #include "confdefs.h" 2612 2689 #include <assert.h> … … 2614 2691 EOF 2615 2692 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2616 { (eval echo configure:26 17: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2693 { (eval echo configure:2694: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2617 2694 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2618 2695 if test -z "$ac_err"; then … … 2625 2702 CPP="${CC-cc} -nologo -E" 2626 2703 cat > conftest.$ac_ext <<EOF 2627 #line 2 628"configure"2704 #line 2705 "configure" 2628 2705 #include "confdefs.h" 2629 2706 #include <assert.h> … … 2631 2708 EOF 2632 2709 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2633 { (eval echo configure:2 634: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2710 { (eval echo configure:2711: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2634 2711 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2635 2712 if test -z "$ac_err"; then … … 2658 2735 set dummy ranlib; ac_word=$2 2659 2736 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2660 echo "configure:2 661: checking for $ac_word" >&52737 echo "configure:2738: checking for $ac_word" >&5 2661 2738 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 2662 2739 echo $ac_n "(cached) $ac_c" 1>&6 … … 2686 2763 2687 2764 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 2688 echo "configure:2 689: checking for ANSI C header files" >&52765 echo "configure:2766: checking for ANSI C header files" >&5 2689 2766 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then 2690 2767 echo $ac_n "(cached) $ac_c" 1>&6 2691 2768 else 2692 2769 cat > conftest.$ac_ext <<EOF 2693 #line 2 694"configure"2770 #line 2771 "configure" 2694 2771 #include "confdefs.h" 2695 2772 #include <stdlib.h> … … 2699 2776 EOF 2700 2777 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2701 { (eval echo configure:27 02: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2778 { (eval echo configure:2779: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2702 2779 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2703 2780 if test -z "$ac_err"; then … … 2716 2793 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 2717 2794 cat > conftest.$ac_ext <<EOF 2718 #line 27 19"configure"2795 #line 2796 "configure" 2719 2796 #include "confdefs.h" 2720 2797 #include <string.h> … … 2734 2811 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 2735 2812 cat > conftest.$ac_ext <<EOF 2736 #line 2 737"configure"2813 #line 2814 "configure" 2737 2814 #include "confdefs.h" 2738 2815 #include <stdlib.h> … … 2755 2832 else 2756 2833 cat > conftest.$ac_ext <<EOF 2757 #line 2 758"configure"2834 #line 2835 "configure" 2758 2835 #include "confdefs.h" 2759 2836 #include <ctype.h> … … 2766 2843 2767 2844 EOF 2768 if { (eval echo configure:2 769: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null2845 if { (eval echo configure:2846: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 2769 2846 then 2770 2847 : … … 2790 2867 2791 2868 echo $ac_n "checking for working const""... $ac_c" 1>&6 2792 echo "configure:2 793: checking for working const" >&52869 echo "configure:2870: checking for working const" >&5 2793 2870 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then 2794 2871 echo $ac_n "(cached) $ac_c" 1>&6 2795 2872 else 2796 2873 cat > conftest.$ac_ext <<EOF 2797 #line 2 798"configure"2874 #line 2875 "configure" 2798 2875 #include "confdefs.h" 2799 2876 … … 2844 2921 ; return 0; } 2845 2922 EOF 2846 if { (eval echo configure:2 847: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2923 if { (eval echo configure:2924: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2847 2924 rm -rf conftest* 2848 2925 ac_cv_c_const=yes … … 2865 2942 2866 2943 echo $ac_n "checking for inline""... $ac_c" 1>&6 2867 echo "configure:2 868: checking for inline" >&52944 echo "configure:2945: checking for inline" >&5 2868 2945 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then 2869 2946 echo $ac_n "(cached) $ac_c" 1>&6 … … 2872 2949 for ac_kw in inline __inline__ __inline; do 2873 2950 cat > conftest.$ac_ext <<EOF 2874 #line 2 875"configure"2951 #line 2952 "configure" 2875 2952 #include "confdefs.h" 2876 2953 … … 2879 2956 ; return 0; } 2880 2957 EOF 2881 if { (eval echo configure:2 882: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2958 if { (eval echo configure:2959: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2882 2959 rm -rf conftest* 2883 2960 ac_cv_c_inline=$ac_kw; break … … 2905 2982 2906 2983 echo $ac_n "checking for off_t""... $ac_c" 1>&6 2907 echo "configure:29 08: checking for off_t" >&52984 echo "configure:2985: checking for off_t" >&5 2908 2985 if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then 2909 2986 echo $ac_n "(cached) $ac_c" 1>&6 2910 2987 else 2911 2988 cat > conftest.$ac_ext <<EOF 2912 #line 29 13"configure"2989 #line 2990 "configure" 2913 2990 #include "confdefs.h" 2914 2991 #include <sys/types.h> … … 2938 3015 2939 3016 echo $ac_n "checking for size_t""... $ac_c" 1>&6 2940 echo "configure: 2941: checking for size_t" >&53017 echo "configure:3018: checking for size_t" >&5 2941 3018 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then 2942 3019 echo $ac_n "(cached) $ac_c" 1>&6 2943 3020 else 2944 3021 cat > conftest.$ac_ext <<EOF 2945 #line 2946"configure"3022 #line 3023 "configure" 2946 3023 #include "confdefs.h" 2947 3024 #include <sys/types.h> … … 2973 3050 # for constant arguments. Useless! 2974 3051 echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6 2975 echo "configure: 2976: checking for working alloca.h" >&53052 echo "configure:3053: checking for working alloca.h" >&5 2976 3053 if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then 2977 3054 echo $ac_n "(cached) $ac_c" 1>&6 2978 3055 else 2979 3056 cat > conftest.$ac_ext <<EOF 2980 #line 2981"configure"3057 #line 3058 "configure" 2981 3058 #include "confdefs.h" 2982 3059 #include <alloca.h> … … 2985 3062 ; return 0; } 2986 3063 EOF 2987 if { (eval echo configure: 2988: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3064 if { (eval echo configure:3065: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2988 3065 rm -rf conftest* 2989 3066 ac_cv_header_alloca_h=yes … … 3006 3083 3007 3084 echo $ac_n "checking for alloca""... $ac_c" 1>&6 3008 echo "configure:30 09: checking for alloca" >&53085 echo "configure:3086: checking for alloca" >&5 3009 3086 if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then 3010 3087 echo $ac_n "(cached) $ac_c" 1>&6 3011 3088 else 3012 3089 cat > conftest.$ac_ext <<EOF 3013 #line 30 14"configure"3090 #line 3091 "configure" 3014 3091 #include "confdefs.h" 3015 3092 … … 3039 3116 ; return 0; } 3040 3117 EOF 3041 if { (eval echo configure:3 042: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3118 if { (eval echo configure:3119: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3042 3119 rm -rf conftest* 3043 3120 ac_cv_func_alloca_works=yes … … 3071 3148 3072 3149 echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6 3073 echo "configure:3 074: checking whether alloca needs Cray hooks" >&53150 echo "configure:3151: checking whether alloca needs Cray hooks" >&5 3074 3151 if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then 3075 3152 echo $ac_n "(cached) $ac_c" 1>&6 3076 3153 else 3077 3154 cat > conftest.$ac_ext <<EOF 3078 #line 3 079"configure"3155 #line 3156 "configure" 3079 3156 #include "confdefs.h" 3080 3157 #if defined(CRAY) && ! defined(CRAY2) … … 3101 3178 for ac_func in _getb67 GETB67 getb67; do 3102 3179 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3103 echo "configure:31 04: checking for $ac_func" >&53180 echo "configure:3181: checking for $ac_func" >&5 3104 3181 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3105 3182 echo $ac_n "(cached) $ac_c" 1>&6 3106 3183 else 3107 3184 cat > conftest.$ac_ext <<EOF 3108 #line 31 09"configure"3185 #line 3186 "configure" 3109 3186 #include "confdefs.h" 3110 3187 /* System header to define __stub macros and hopefully few prototypes, … … 3129 3206 ; return 0; } 3130 3207 EOF 3131 if { (eval echo configure:3 132: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3208 if { (eval echo configure:3209: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3132 3209 rm -rf conftest* 3133 3210 eval "ac_cv_func_$ac_func=yes" … … 3156 3233 3157 3234 echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6 3158 echo "configure:3 159: checking stack direction for C alloca" >&53235 echo "configure:3236: checking stack direction for C alloca" >&5 3159 3236 if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then 3160 3237 echo $ac_n "(cached) $ac_c" 1>&6 … … 3164 3241 else 3165 3242 cat > conftest.$ac_ext <<EOF 3166 #line 3 167"configure"3243 #line 3244 "configure" 3167 3244 #include "confdefs.h" 3168 3245 find_stack_direction () … … 3183 3260 } 3184 3261 EOF 3185 if { (eval echo configure:3 186: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3262 if { (eval echo configure:3263: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3186 3263 then 3187 3264 ac_cv_c_stack_direction=1 … … 3208 3285 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 3209 3286 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 3210 echo "configure:32 11: checking for $ac_hdr" >&53287 echo "configure:3288: checking for $ac_hdr" >&5 3211 3288 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 3212 3289 echo $ac_n "(cached) $ac_c" 1>&6 3213 3290 else 3214 3291 cat > conftest.$ac_ext <<EOF 3215 #line 32 16"configure"3292 #line 3293 "configure" 3216 3293 #include "confdefs.h" 3217 3294 #include <$ac_hdr> 3218 3295 EOF 3219 3296 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3220 { (eval echo configure:32 21: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }3297 { (eval echo configure:3298: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3221 3298 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3222 3299 if test -z "$ac_err"; then … … 3247 3324 do 3248 3325 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3249 echo "configure:3 250: checking for $ac_func" >&53326 echo "configure:3327: checking for $ac_func" >&5 3250 3327 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3251 3328 echo $ac_n "(cached) $ac_c" 1>&6 3252 3329 else 3253 3330 cat > conftest.$ac_ext <<EOF 3254 #line 3 255"configure"3331 #line 3332 "configure" 3255 3332 #include "confdefs.h" 3256 3333 /* System header to define __stub macros and hopefully few prototypes, … … 3275 3352 ; return 0; } 3276 3353 EOF 3277 if { (eval echo configure:3 278: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3354 if { (eval echo configure:3355: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3278 3355 rm -rf conftest* 3279 3356 eval "ac_cv_func_$ac_func=yes" … … 3300 3377 3301 3378 echo $ac_n "checking for working mmap""... $ac_c" 1>&6 3302 echo "configure:33 03: checking for working mmap" >&53379 echo "configure:3380: checking for working mmap" >&5 3303 3380 if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then 3304 3381 echo $ac_n "(cached) $ac_c" 1>&6 … … 3308 3385 else 3309 3386 cat > conftest.$ac_ext <<EOF 3310 #line 33 11"configure"3387 #line 3388 "configure" 3311 3388 #include "confdefs.h" 3312 3389 … … 3448 3525 3449 3526 EOF 3450 if { (eval echo configure:3 451: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3527 if { (eval echo configure:3528: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3451 3528 then 3452 3529 ac_cv_func_mmap_fixed_mapped=yes … … 3476 3553 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 3477 3554 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 3478 echo "configure:3 479: checking for $ac_hdr" >&53555 echo "configure:3556: checking for $ac_hdr" >&5 3479 3556 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 3480 3557 echo $ac_n "(cached) $ac_c" 1>&6 3481 3558 else 3482 3559 cat > conftest.$ac_ext <<EOF 3483 #line 3 484"configure"3560 #line 3561 "configure" 3484 3561 #include "confdefs.h" 3485 3562 #include <$ac_hdr> 3486 3563 EOF 3487 3564 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3488 { (eval echo configure:3 489: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }3565 { (eval echo configure:3566: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3489 3566 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3490 3567 if test -z "$ac_err"; then … … 3516 3593 do 3517 3594 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3518 echo "configure:35 19: checking for $ac_func" >&53595 echo "configure:3596: checking for $ac_func" >&5 3519 3596 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3520 3597 echo $ac_n "(cached) $ac_c" 1>&6 3521 3598 else 3522 3599 cat > conftest.$ac_ext <<EOF 3523 #line 3 524"configure"3600 #line 3601 "configure" 3524 3601 #include "confdefs.h" 3525 3602 /* System header to define __stub macros and hopefully few prototypes, … … 3544 3621 ; return 0; } 3545 3622 EOF 3546 if { (eval echo configure:3 547: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3623 if { (eval echo configure:3624: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3547 3624 rm -rf conftest* 3548 3625 eval "ac_cv_func_$ac_func=yes" … … 3573 3650 do 3574 3651 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3575 echo "configure:3 576: checking for $ac_func" >&53652 echo "configure:3653: checking for $ac_func" >&5 3576 3653 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3577 3654 echo $ac_n "(cached) $ac_c" 1>&6 3578 3655 else 3579 3656 cat > conftest.$ac_ext <<EOF 3580 #line 3 581"configure"3657 #line 3658 "configure" 3581 3658 #include "confdefs.h" 3582 3659 /* System header to define __stub macros and hopefully few prototypes, … … 3601 3678 ; return 0; } 3602 3679 EOF 3603 if { (eval echo configure:36 04: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3680 if { (eval echo configure:3681: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3604 3681 rm -rf conftest* 3605 3682 eval "ac_cv_func_$ac_func=yes" … … 3635 3712 if test $ac_cv_header_locale_h = yes; then 3636 3713 echo $ac_n "checking for LC_MESSAGES""... $ac_c" 1>&6 3637 echo "configure:3 638: checking for LC_MESSAGES" >&53714 echo "configure:3715: checking for LC_MESSAGES" >&5 3638 3715 if eval "test \"`echo '$''{'am_cv_val_LC_MESSAGES'+set}'`\" = set"; then 3639 3716 echo $ac_n "(cached) $ac_c" 1>&6 3640 3717 else 3641 3718 cat > conftest.$ac_ext <<EOF 3642 #line 3 643"configure"3719 #line 3720 "configure" 3643 3720 #include "confdefs.h" 3644 3721 #include <locale.h> … … 3647 3724 ; return 0; } 3648 3725 EOF 3649 if { (eval echo configure:3 650: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3726 if { (eval echo configure:3727: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3650 3727 rm -rf conftest* 3651 3728 am_cv_val_LC_MESSAGES=yes … … 3668 3745 fi 3669 3746 echo $ac_n "checking whether NLS is requested""... $ac_c" 1>&6 3670 echo "configure:3 671: checking whether NLS is requested" >&53747 echo "configure:3748: checking whether NLS is requested" >&5 3671 3748 # Check whether --enable-nls or --disable-nls was given. 3672 3749 if test "${enable_nls+set}" = set; then … … 3688 3765 3689 3766 echo $ac_n "checking whether included gettext is requested""... $ac_c" 1>&6 3690 echo "configure:3 691: checking whether included gettext is requested" >&53767 echo "configure:3768: checking whether included gettext is requested" >&5 3691 3768 # Check whether --with-included-gettext or --without-included-gettext was given. 3692 3769 if test "${with_included_gettext+set}" = set; then … … 3707 3784 ac_safe=`echo "libintl.h" | sed 'y%./+-%__p_%'` 3708 3785 echo $ac_n "checking for libintl.h""... $ac_c" 1>&6 3709 echo "configure:37 10: checking for libintl.h" >&53786 echo "configure:3787: checking for libintl.h" >&5 3710 3787 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 3711 3788 echo $ac_n "(cached) $ac_c" 1>&6 3712 3789 else 3713 3790 cat > conftest.$ac_ext <<EOF 3714 #line 37 15"configure"3791 #line 3792 "configure" 3715 3792 #include "confdefs.h" 3716 3793 #include <libintl.h> 3717 3794 EOF 3718 3795 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3719 { (eval echo configure:37 20: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }3796 { (eval echo configure:3797: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3720 3797 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3721 3798 if test -z "$ac_err"; then … … 3734 3811 echo "$ac_t""yes" 1>&6 3735 3812 echo $ac_n "checking for gettext in libc""... $ac_c" 1>&6 3736 echo "configure:3 737: checking for gettext in libc" >&53813 echo "configure:3814: checking for gettext in libc" >&5 3737 3814 if eval "test \"`echo '$''{'gt_cv_func_gettext_libc'+set}'`\" = set"; then 3738 3815 echo $ac_n "(cached) $ac_c" 1>&6 3739 3816 else 3740 3817 cat > conftest.$ac_ext <<EOF 3741 #line 3 742"configure"3818 #line 3819 "configure" 3742 3819 #include "confdefs.h" 3743 3820 #include <libintl.h> … … 3746 3823 ; return 0; } 3747 3824 EOF 3748 if { (eval echo configure:3 749: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3825 if { (eval echo configure:3826: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3749 3826 rm -rf conftest* 3750 3827 gt_cv_func_gettext_libc=yes … … 3762 3839 if test "$gt_cv_func_gettext_libc" != "yes"; then 3763 3840 echo $ac_n "checking for bindtextdomain in -lintl""... $ac_c" 1>&6 3764 echo "configure:3 765: checking for bindtextdomain in -lintl" >&53841 echo "configure:3842: checking for bindtextdomain in -lintl" >&5 3765 3842 ac_lib_var=`echo intl'_'bindtextdomain | sed 'y%./+-%__p_%'` 3766 3843 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 3770 3847 LIBS="-lintl $LIBS" 3771 3848 cat > conftest.$ac_ext <<EOF 3772 #line 3 773"configure"3849 #line 3850 "configure" 3773 3850 #include "confdefs.h" 3774 3851 /* Override any gcc2 internal prototype to avoid an error. */ … … 3781 3858 ; return 0; } 3782 3859 EOF 3783 if { (eval echo configure:3 784: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3860 if { (eval echo configure:3861: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3784 3861 rm -rf conftest* 3785 3862 eval "ac_cv_lib_$ac_lib_var=yes" … … 3797 3874 echo "$ac_t""yes" 1>&6 3798 3875 echo $ac_n "checking for gettext in libintl""... $ac_c" 1>&6 3799 echo "configure:38 00: checking for gettext in libintl" >&53876 echo "configure:3877: checking for gettext in libintl" >&5 3800 3877 if eval "test \"`echo '$''{'gt_cv_func_gettext_libintl'+set}'`\" = set"; then 3801 3878 echo $ac_n "(cached) $ac_c" 1>&6 3802 3879 else 3803 3880 cat > conftest.$ac_ext <<EOF 3804 #line 38 05"configure"3881 #line 3882 "configure" 3805 3882 #include "confdefs.h" 3806 3883 … … 3809 3886 ; return 0; } 3810 3887 EOF 3811 if { (eval echo configure:38 12: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3888 if { (eval echo configure:3889: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3812 3889 rm -rf conftest* 3813 3890 gt_cv_func_gettext_libintl=yes … … 3837 3914 set dummy msgfmt; ac_word=$2 3838 3915 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 3839 echo "configure:3 840: checking for $ac_word" >&53916 echo "configure:3917: checking for $ac_word" >&5 3840 3917 if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then 3841 3918 echo $ac_n "(cached) $ac_c" 1>&6 … … 3871 3948 do 3872 3949 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3873 echo "configure:3 874: checking for $ac_func" >&53950 echo "configure:3951: checking for $ac_func" >&5 3874 3951 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3875 3952 echo $ac_n "(cached) $ac_c" 1>&6 3876 3953 else 3877 3954 cat > conftest.$ac_ext <<EOF 3878 #line 3 879"configure"3955 #line 3956 "configure" 3879 3956 #include "confdefs.h" 3880 3957 /* System header to define __stub macros and hopefully few prototypes, … … 3899 3976 ; return 0; } 3900 3977 EOF 3901 if { (eval echo configure:39 02: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3978 if { (eval echo configure:3979: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3902 3979 rm -rf conftest* 3903 3980 eval "ac_cv_func_$ac_func=yes" … … 3926 4003 set dummy gmsgfmt; ac_word=$2 3927 4004 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 3928 echo "configure: 3929: checking for $ac_word" >&54005 echo "configure:4006: checking for $ac_word" >&5 3929 4006 if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then 3930 4007 echo $ac_n "(cached) $ac_c" 1>&6 … … 3962 4039 set dummy xgettext; ac_word=$2 3963 4040 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 3964 echo "configure: 3965: checking for $ac_word" >&54041 echo "configure:4042: checking for $ac_word" >&5 3965 4042 if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then 3966 4043 echo $ac_n "(cached) $ac_c" 1>&6 … … 3994 4071 3995 4072 cat > conftest.$ac_ext <<EOF 3996 #line 3997"configure"4073 #line 4074 "configure" 3997 4074 #include "confdefs.h" 3998 4075 … … 4002 4079 ; return 0; } 4003 4080 EOF 4004 if { (eval echo configure:40 05: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4081 if { (eval echo configure:4082: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4005 4082 rm -rf conftest* 4006 4083 CATOBJEXT=.gmo … … 4034 4111 set dummy msgfmt; ac_word=$2 4035 4112 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 4036 echo "configure:4 037: checking for $ac_word" >&54113 echo "configure:4114: checking for $ac_word" >&5 4037 4114 if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then 4038 4115 echo $ac_n "(cached) $ac_c" 1>&6 … … 4068 4145 set dummy gmsgfmt; ac_word=$2 4069 4146 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 4070 echo "configure:4 071: checking for $ac_word" >&54147 echo "configure:4148: checking for $ac_word" >&5 4071 4148 if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then 4072 4149 echo $ac_n "(cached) $ac_c" 1>&6 … … 4104 4181 set dummy xgettext; ac_word=$2 4105 4182 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 4106 echo "configure:41 07: checking for $ac_word" >&54183 echo "configure:4184: checking for $ac_word" >&5 4107 4184 if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then 4108 4185 echo $ac_n "(cached) $ac_c" 1>&6 … … 4194 4271 else 4195 4272 echo $ac_n "checking for catalogs to be installed""... $ac_c" 1>&6 4196 echo "configure:4 197: checking for catalogs to be installed" >&54273 echo "configure:4274: checking for catalogs to be installed" >&5 4197 4274 NEW_LINGUAS= 4198 4275 for lang in ${LINGUAS=$ALL_LINGUAS}; do … … 4222 4299 ac_safe=`echo "linux/version.h" | sed 'y%./+-%__p_%'` 4223 4300 echo $ac_n "checking for linux/version.h""... $ac_c" 1>&6 4224 echo "configure:4 225: checking for linux/version.h" >&54301 echo "configure:4302: checking for linux/version.h" >&5 4225 4302 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 4226 4303 echo $ac_n "(cached) $ac_c" 1>&6 4227 4304 else 4228 4305 cat > conftest.$ac_ext <<EOF 4229 #line 4 230"configure"4306 #line 4307 "configure" 4230 4307 #include "confdefs.h" 4231 4308 #include <linux/version.h> 4232 4309 EOF 4233 4310 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4234 { (eval echo configure:4 235: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }4311 { (eval echo configure:4312: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4235 4312 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4236 4313 if test -z "$ac_err"; then … … 4277 4354 4278 4355 4279 if test - d $srcdir/po; then4356 if test -f $srcdir/po/POTFILES.in; then 4280 4357 test -d po || mkdir po 4281 4358 if test "x$srcdir" != "x."; then … … 4296 4373 . ${srcdir}/../bfd/configure.host 4297 4374 4375 # Put a plausible default for CC_FOR_BUILD in Makefile. 4376 if test -z "$CC_FOR_BUILD"; then 4377 if test "x$cross_compiling" = "xno"; then 4378 CC_FOR_BUILD='$(CC)' 4379 else 4380 CC_FOR_BUILD=gcc 4381 fi 4382 fi 4383 4384 # Also set EXEEXT_FOR_BUILD. 4385 if test "x$cross_compiling" = "xno"; then 4386 EXEEXT_FOR_BUILD='$(EXEEXT)' 4387 else 4388 echo $ac_n "checking for build system executable suffix""... $ac_c" 1>&6 4389 echo "configure:4390: checking for build system executable suffix" >&5 4390 if eval "test \"`echo '$''{'bfd_cv_build_exeext'+set}'`\" = set"; then 4391 echo $ac_n "(cached) $ac_c" 1>&6 4392 else 4393 rm -f conftest* 4394 echo 'int main () { return 0; }' > conftest.c 4395 bfd_cv_build_exeext= 4396 ${CC_FOR_BUILD} -o conftest conftest.c 1>&5 2>&5 4397 for file in conftest.*; do 4398 case $file in 4399 *.c | *.o | *.obj | *.ilk | *.pdb) ;; 4400 *) bfd_cv_build_exeext=`echo $file | sed -e s/conftest//` ;; 4401 esac 4402 done 4403 rm -f conftest* 4404 test x"${bfd_cv_build_exeext}" = x && bfd_cv_build_exeext=no 4405 fi 4406 4407 echo "$ac_t""$bfd_cv_build_exeext" 1>&6 4408 EXEEXT_FOR_BUILD="" 4409 test x"${bfd_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${bfd_cv_build_exeext} 4410 fi 4411 4412 4298 4413 4299 4414 # Find a good install program. We prefer a C program (faster), … … 4309 4424 # ./install, which can be erroneously created by make from ./install.sh. 4310 4425 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 4311 echo "configure:4 312: checking for a BSD compatible install" >&54426 echo "configure:4427: checking for a BSD compatible install" >&5 4312 4427 if test -z "$INSTALL"; then 4313 4428 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then … … 4366 4481 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 4367 4482 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 4368 echo "configure:4 369: checking for $ac_hdr" >&54483 echo "configure:4484: checking for $ac_hdr" >&5 4369 4484 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 4370 4485 echo $ac_n "(cached) $ac_c" 1>&6 4371 4486 else 4372 4487 cat > conftest.$ac_ext <<EOF 4373 #line 4 374"configure"4488 #line 4489 "configure" 4374 4489 #include "confdefs.h" 4375 4490 #include <$ac_hdr> 4376 4491 EOF 4377 4492 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4378 { (eval echo configure:4 379: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }4493 { (eval echo configure:4494: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4379 4494 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4380 4495 if test -z "$ac_err"; then … … 4502 4617 bfd_d10v_arch) ta="$ta d10v-dis.lo d10v-opc.lo" ;; 4503 4618 bfd_d30v_arch) ta="$ta d30v-dis.lo d30v-opc.lo" ;; 4619 bfd_dlx_arch) ta="$ta dlx-dis.lo" ;; 4504 4620 bfd_fr30_arch) ta="$ta fr30-asm.lo fr30-desc.lo fr30-dis.lo fr30-ibld.lo fr30-opc.lo" using_cgen=yes ;; 4505 4621 bfd_h8300_arch) ta="$ta h8300-dis.lo" ;; … … 4511 4627 bfd_i960_arch) ta="$ta i960-dis.lo" ;; 4512 4628 bfd_ia64_arch) ta="$ta ia64-dis.lo ia64-opc.lo" ;; 4629 bfd_ip2k_arch) ta="$ta ip2k-asm.lo ip2k-desc.lo ip2k-dis.lo ip2k-ibld.lo ip2k-opc.lo" using_cgen=yes ;; 4630 bfd_iq2000_arch) ta="$ta iq2000-asm.lo iq2000-desc.lo iq2000-dis.lo iq2000-ibld.lo iq2000-opc.lo" using_cgen=yes ;; 4513 4631 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 ;; 4514 4632 bfd_m68hc11_arch) ta="$ta m68hc11-dis.lo m68hc11-opc.lo" ;; … … 4518 4636 bfd_mcore_arch) ta="$ta mcore-dis.lo" ;; 4519 4637 bfd_mips_arch) ta="$ta mips-dis.lo mips-opc.lo mips16-opc.lo" ;; 4638 bfd_mmix_arch) ta="$ta mmix-dis.lo mmix-opc.lo" ;; 4520 4639 bfd_mn10200_arch) ta="$ta m10200-dis.lo m10200-opc.lo" ;; 4521 4640 bfd_mn10300_arch) ta="$ta m10300-dis.lo m10300-opc.lo" ;; 4641 bfd_msp430_arch) ta="$ta msp430-dis.lo" ;; 4522 4642 bfd_ns32k_arch) ta="$ta ns32k-dis.lo" ;; 4643 bfd_openrisc_arch) ta="$ta openrisc-asm.lo openrisc-desc.lo openrisc-dis.lo openrisc-ibld.lo openrisc-opc.lo" using_cgen=yes ;; 4644 bfd_or32_arch) ta="$ta or32-dis.lo or32-opc.lo" using_cgen=yes ;; 4645 bfd_pdp11_arch) ta="$ta pdp11-dis.lo pdp11-opc.lo" ;; 4523 4646 bfd_pj_arch) ta="$ta pj-dis.lo pj-opc.lo" ;; 4524 4647 bfd_powerpc_arch) ta="$ta ppc-dis.lo ppc-opc.lo" ;; … … 4527 4650 bfd_romp_arch) ;; 4528 4651 bfd_rs6000_arch) ta="$ta ppc-dis.lo ppc-opc.lo" ;; 4652 bfd_s390_arch) ta="$ta s390-dis.lo s390-opc.lo" ;; 4529 4653 bfd_sh_arch) 4654 # We can't decide what we want just from the CPU family. 4655 # We want SH5 support unless a specific version of sh is 4656 # specified, as in sh3-elf, sh3b-linux-gnu, etc. 4657 # Include it just for ELF targets, since the SH5 bfd:s are ELF only. 4658 for t in $target $canon_targets; do 4659 case $t in 4660 all | sh5*-* | sh64*-* | sh-*-*elf* | shl*-*-*elf* | \ 4661 sh-*-linux* | shl-*-linux*) 4662 ta="$ta sh64-dis.lo sh64-opc.lo" 4663 archdefs="$archdefs -DINCLUDE_SHMEDIA" 4664 break;; 4665 esac; 4666 done 4530 4667 ta="$ta sh-dis.lo" ;; 4531 4668 bfd_sparc_arch) ta="$ta sparc-dis.lo sparc-opc.lo" ;; 4532 4669 bfd_tahoe_arch) ;; 4533 4670 bfd_tic30_arch) ta="$ta tic30-dis.lo" ;; 4671 bfd_tic4x_arch) ta="$ta tic4x-dis.lo" ;; 4534 4672 bfd_tic54x_arch) ta="$ta tic54x-dis.lo tic54x-opc.lo" ;; 4535 4673 bfd_tic80_arch) ta="$ta tic80-dis.lo tic80-opc.lo" ;; … … 4540 4678 bfd_w65_arch) ta="$ta w65-dis.lo" ;; 4541 4679 bfd_we32k_arch) ;; 4680 bfd_xstormy16_arch) ta="$ta xstormy16-asm.lo xstormy16-desc.lo xstormy16-dis.lo xstormy16-ibld.lo xstormy16-opc.lo" using_cgen=yes ;; 4681 bfd_xtensa_arch) ta="$ta xtensa-dis.lo" ;; 4542 4682 bfd_z8k_arch) ta="$ta z8k-dis.lo" ;; 4683 bfd_frv_arch) ta="$ta frv-asm.lo frv-desc.lo frv-dis.lo frv-ibld.lo frv-opc.lo" using_cgen=yes ;; 4543 4684 4544 4685 "") ;; … … 4752 4893 s%@MAINTAINER_MODE_FALSE@%$MAINTAINER_MODE_FALSE%g 4753 4894 s%@MAINT@%$MAINT%g 4895 s%@INSTALL_LIBBFD_TRUE@%$INSTALL_LIBBFD_TRUE%g 4896 s%@INSTALL_LIBBFD_FALSE@%$INSTALL_LIBBFD_FALSE%g 4897 s%@bfdlibdir@%$bfdlibdir%g 4898 s%@bfdincludedir@%$bfdincludedir%g 4754 4899 s%@CPP@%$CPP%g 4755 4900 s%@ALLOCA@%$ALLOCA%g … … 4774 4919 s%@MKINSTALLDIRS@%$MKINSTALLDIRS%g 4775 4920 s%@l@%$l%g 4921 s%@CC_FOR_BUILD@%$CC_FOR_BUILD%g 4922 s%@EXEEXT_FOR_BUILD@%$EXEEXT_FOR_BUILD%g 4776 4923 s%@HDEFINES@%$HDEFINES%g 4777 4924 s%@CGEN_MAINT_TRUE@%$CGEN_MAINT_TRUE%g -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.