Changeset 609 for branches/GNU/src/binutils/gprof/configure
- Timestamp:
- Aug 16, 2003, 6:59:22 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/binutils/gprof/configure
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.1.1.2
r608 r609 50 50 silent= 51 51 site= 52 sitefile=53 52 srcdir= 54 53 target=NONE … … 165 164 --no-create do not create output files 166 165 --quiet, --silent do not print \`checking...' messages 167 --site-file=FILE use FILE as the site file168 166 --version print the version of autoconf that created configure 169 167 Directory and file names: … … 336 334 site="$ac_optarg" ;; 337 335 338 -site-file | --site-file | --site-fil | --site-fi | --site-f)339 ac_prev=sitefile ;;340 -site-file=* | --site-file=* | --site-fil=* | --site-fi=* | --site-f=*)341 sitefile="$ac_optarg" ;;342 343 336 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) 344 337 ac_prev=srcdir ;; … … 506 499 507 500 # Prefer explicitly selected file to automatically selected ones. 508 if test -z "$sitefile"; then 509 if test -z "$CONFIG_SITE"; then 510 if test "x$prefix" != xNONE; then 511 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" 512 else 513 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" 514 fi 501 if test -z "$CONFIG_SITE"; then 502 if test "x$prefix" != xNONE; then 503 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" 504 else 505 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" 515 506 fi 516 else517 CONFIG_SITE="$sitefile"518 507 fi 519 508 for ac_site_file in $CONFIG_SITE; do … … 554 543 555 544 echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6 556 echo "configure:5 57: checking for Cygwin environment" >&5545 echo "configure:546: checking for Cygwin environment" >&5 557 546 if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then 558 547 echo $ac_n "(cached) $ac_c" 1>&6 559 548 else 560 549 cat > conftest.$ac_ext <<EOF 561 #line 5 62"configure"550 #line 551 "configure" 562 551 #include "confdefs.h" 563 552 … … 570 559 ; return 0; } 571 560 EOF 572 if { (eval echo configure:5 73: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then561 if { (eval echo configure:562: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 573 562 rm -rf conftest* 574 563 ac_cv_cygwin=yes … … 587 576 test "$ac_cv_cygwin" = yes && CYGWIN=yes 588 577 echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6 589 echo "configure:5 90: checking for mingw32 environment" >&5578 echo "configure:579: checking for mingw32 environment" >&5 590 579 if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then 591 580 echo $ac_n "(cached) $ac_c" 1>&6 592 581 else 593 582 cat > conftest.$ac_ext <<EOF 594 #line 5 95"configure"583 #line 584 "configure" 595 584 #include "confdefs.h" 596 585 … … 599 588 ; return 0; } 600 589 EOF 601 if { (eval echo configure: 602: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then590 if { (eval echo configure:591: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 602 591 rm -rf conftest* 603 592 ac_cv_mingw32=yes … … 664 653 665 654 echo $ac_n "checking host system type""... $ac_c" 1>&6 666 echo "configure:6 67: checking host system type" >&5655 echo "configure:656: checking host system type" >&5 667 656 668 657 host_alias=$host … … 685 674 686 675 echo $ac_n "checking target system type""... $ac_c" 1>&6 687 echo "configure:6 88: checking target system type" >&5676 echo "configure:677: checking target system type" >&5 688 677 689 678 target_alias=$target … … 703 692 704 693 echo $ac_n "checking build system type""... $ac_c" 1>&6 705 echo "configure: 706: checking build system type" >&5694 echo "configure:695: checking build system type" >&5 706 695 707 696 build_alias=$build … … 728 717 set dummy gcc; ac_word=$2 729 718 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 730 echo "configure:7 31: checking for $ac_word" >&5719 echo "configure:720: checking for $ac_word" >&5 731 720 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 732 721 echo $ac_n "(cached) $ac_c" 1>&6 … … 758 747 set dummy cc; ac_word=$2 759 748 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 760 echo "configure:7 61: checking for $ac_word" >&5749 echo "configure:750: checking for $ac_word" >&5 761 750 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 762 751 echo $ac_n "(cached) $ac_c" 1>&6 … … 809 798 set dummy cl; ac_word=$2 810 799 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 811 echo "configure:8 12: checking for $ac_word" >&5800 echo "configure:801: checking for $ac_word" >&5 812 801 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 813 802 echo $ac_n "(cached) $ac_c" 1>&6 … … 841 830 842 831 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 843 echo "configure:8 44: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5832 echo "configure:833: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 844 833 845 834 ac_ext=c … … 852 841 cat > conftest.$ac_ext << EOF 853 842 854 #line 8 55"configure"843 #line 844 "configure" 855 844 #include "confdefs.h" 856 845 857 846 main(){return(0);} 858 847 EOF 859 if { (eval echo configure:8 60: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then848 if { (eval echo configure:849: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 860 849 ac_cv_prog_cc_works=yes 861 850 # If we can't run a trivial program, we are probably using a cross compiler. … … 883 872 fi 884 873 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 885 echo "configure:8 86: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5874 echo "configure:875: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 886 875 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 887 876 cross_compiling=$ac_cv_prog_cc_cross 888 877 889 878 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 890 echo "configure:8 91: checking whether we are using GNU C" >&5879 echo "configure:880: checking whether we are using GNU C" >&5 891 880 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 892 881 echo $ac_n "(cached) $ac_c" 1>&6 … … 897 886 #endif 898 887 EOF 899 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure: 900: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then888 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:889: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 900 889 ac_cv_prog_gcc=yes 901 890 else … … 916 905 CFLAGS= 917 906 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 918 echo "configure:9 19: checking whether ${CC-cc} accepts -g" >&5907 echo "configure:908: checking whether ${CC-cc} accepts -g" >&5 919 908 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 920 909 echo $ac_n "(cached) $ac_c" 1>&6 … … 948 937 949 938 echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&6 950 echo "configure:9 51: checking for POSIXized ISC" >&5939 echo "configure:940: checking for POSIXized ISC" >&5 951 940 if test -d /etc/conf/kconfig.d && 952 941 grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1 … … 982 971 # ./install, which can be erroneously created by make from ./install.sh. 983 972 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 984 echo "configure:9 85: checking for a BSD compatible install" >&5973 echo "configure:974: checking for a BSD compatible install" >&5 985 974 if test -z "$INSTALL"; then 986 975 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then … … 1035 1024 1036 1025 echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6 1037 echo "configure:10 38: checking whether build environment is sane" >&51026 echo "configure:1027: checking whether build environment is sane" >&5 1038 1027 # Just in case 1039 1028 sleep 1 … … 1092 1081 1093 1082 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 1094 echo "configure:10 95: checking whether ${MAKE-make} sets \${MAKE}" >&51083 echo "configure:1084: checking whether ${MAKE-make} sets \${MAKE}" >&5 1095 1084 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` 1096 1085 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then … … 1138 1127 missing_dir=`cd $ac_aux_dir && pwd` 1139 1128 echo $ac_n "checking for working aclocal""... $ac_c" 1>&6 1140 echo "configure:11 41: checking for working aclocal" >&51129 echo "configure:1130: checking for working aclocal" >&5 1141 1130 # Run test in a subshell; some versions of sh will print an error if 1142 1131 # an executable is not found, even if stderr is redirected. … … 1151 1140 1152 1141 echo $ac_n "checking for working autoconf""... $ac_c" 1>&6 1153 echo "configure:11 54: checking for working autoconf" >&51142 echo "configure:1143: checking for working autoconf" >&5 1154 1143 # Run test in a subshell; some versions of sh will print an error if 1155 1144 # an executable is not found, even if stderr is redirected. … … 1164 1153 1165 1154 echo $ac_n "checking for working automake""... $ac_c" 1>&6 1166 echo "configure:11 67: checking for working automake" >&51155 echo "configure:1156: checking for working automake" >&5 1167 1156 # Run test in a subshell; some versions of sh will print an error if 1168 1157 # an executable is not found, even if stderr is redirected. … … 1177 1166 1178 1167 echo $ac_n "checking for working autoheader""... $ac_c" 1>&6 1179 echo "configure:11 80: checking for working autoheader" >&51168 echo "configure:1169: checking for working autoheader" >&5 1180 1169 # Run test in a subshell; some versions of sh will print an error if 1181 1170 # an executable is not found, even if stderr is redirected. … … 1190 1179 1191 1180 echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6 1192 echo "configure:11 93: checking for working makeinfo" >&51181 echo "configure:1182: checking for working makeinfo" >&5 1193 1182 # Run test in a subshell; some versions of sh will print an error if 1194 1183 # an executable is not found, even if stderr is redirected. … … 1208 1197 enableval="$enable_shared" 1209 1198 p=${PACKAGE-default} 1210 case "$enableval"in1199 case $enableval in 1211 1200 yes) enable_shared=yes ;; 1212 1201 no) enable_shared=no ;; … … 1231 1220 enableval="$enable_static" 1232 1221 p=${PACKAGE-default} 1233 case "$enableval"in1222 case $enableval in 1234 1223 yes) enable_static=yes ;; 1235 1224 no) enable_static=no ;; … … 1254 1243 enableval="$enable_fast_install" 1255 1244 p=${PACKAGE-default} 1256 case "$enableval"in1245 case $enableval in 1257 1246 yes) enable_fast_install=yes ;; 1258 1247 no) enable_fast_install=no ;; … … 1282 1271 1283 1272 ac_prog=ld 1284 if test "$ ac_cv_prog_gcc" = yes; then1273 if test "$GCC" = yes; then 1285 1274 # Check if gcc -print-prog-name=ld gives a path. 1286 1275 echo $ac_n "checking for ld used by GCC""... $ac_c" 1>&6 1287 echo "configure:12 88: checking for ld used by GCC" >&51276 echo "configure:1277: checking for ld used by GCC" >&5 1288 1277 case $host in 1289 1278 *-*-mingw*) … … 1293 1282 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; 1294 1283 esac 1295 case "$ac_prog"in1284 case $ac_prog in 1296 1285 # Accept absolute paths. 1297 1286 [\\/]* | [A-Za-z]:[\\/]*) … … 1315 1304 elif test "$with_gnu_ld" = yes; then 1316 1305 echo $ac_n "checking for GNU ld""... $ac_c" 1>&6 1317 echo "configure:13 18: checking for GNU ld" >&51306 echo "configure:1307: checking for GNU ld" >&5 1318 1307 else 1319 1308 echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6 1320 echo "configure:13 21: checking for non-GNU ld" >&51321 fi 1322 if eval "test \"`echo '$''{' ac_cv_path_LD'+set}'`\" = set"; then1309 echo "configure:1310: checking for non-GNU ld" >&5 1310 fi 1311 if eval "test \"`echo '$''{'lt_cv_path_LD'+set}'`\" = set"; then 1323 1312 echo $ac_n "(cached) $ac_c" 1>&6 1324 1313 else … … 1328 1317 test -z "$ac_dir" && ac_dir=. 1329 1318 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then 1330 ac_cv_path_LD="$ac_dir/$ac_prog"1319 lt_cv_path_LD="$ac_dir/$ac_prog" 1331 1320 # Check to see if the program is GNU ld. I'd rather use --version, 1332 1321 # but apparently some GNU ld's only accept -v. 1333 1322 # Break only if it was the GNU/non-GNU ld that we prefer. 1334 if "$ ac_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then1323 if "$lt_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then 1335 1324 test "$with_gnu_ld" != no && break 1336 1325 else … … 1341 1330 IFS="$ac_save_ifs" 1342 1331 else 1343 ac_cv_path_LD="$LD" # Let the user override the test with a path.1344 fi 1345 fi 1346 1347 LD="$ ac_cv_path_LD"1332 lt_cv_path_LD="$LD" # Let the user override the test with a path. 1333 fi 1334 fi 1335 1336 LD="$lt_cv_path_LD" 1348 1337 if test -n "$LD"; then 1349 1338 echo "$ac_t""$LD" 1>&6 … … 1353 1342 test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; } 1354 1343 echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6 1355 echo "configure:13 56: checking if the linker ($LD) is GNU ld" >&51356 if eval "test \"`echo '$''{' ac_cv_prog_gnu_ld'+set}'`\" = set"; then1344 echo "configure:1345: checking if the linker ($LD) is GNU ld" >&5 1345 if eval "test \"`echo '$''{'lt_cv_prog_gnu_ld'+set}'`\" = set"; then 1357 1346 echo $ac_n "(cached) $ac_c" 1>&6 1358 1347 else 1359 1348 # I'd rather use --version here, but apparently some GNU ld's only accept -v. 1360 1349 if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then 1361 ac_cv_prog_gnu_ld=yes1362 else 1363 ac_cv_prog_gnu_ld=no1364 fi 1365 fi 1366 1367 echo "$ac_t""$ ac_cv_prog_gnu_ld" 1>&61368 with_gnu_ld=$ ac_cv_prog_gnu_ld1350 lt_cv_prog_gnu_ld=yes 1351 else 1352 lt_cv_prog_gnu_ld=no 1353 fi 1354 fi 1355 1356 echo "$ac_t""$lt_cv_prog_gnu_ld" 1>&6 1357 with_gnu_ld=$lt_cv_prog_gnu_ld 1369 1358 1370 1359 1371 1360 echo $ac_n "checking for $LD option to reload object files""... $ac_c" 1>&6 1372 echo "configure:13 73: checking for $LD option to reload object files" >&51361 echo "configure:1362: checking for $LD option to reload object files" >&5 1373 1362 if eval "test \"`echo '$''{'lt_cv_ld_reload_flag'+set}'`\" = set"; then 1374 1363 echo $ac_n "(cached) $ac_c" 1>&6 … … 1382 1371 1383 1372 echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6 1384 echo "configure:13 85: checking for BSD-compatible nm" >&51385 if eval "test \"`echo '$''{' ac_cv_path_NM'+set}'`\" = set"; then1373 echo "configure:1374: checking for BSD-compatible nm" >&5 1374 if eval "test \"`echo '$''{'lt_cv_path_NM'+set}'`\" = set"; then 1386 1375 echo $ac_n "(cached) $ac_c" 1>&6 1387 1376 else 1388 1377 if test -n "$NM"; then 1389 1378 # Let the user override the test. 1390 ac_cv_path_NM="$NM"1379 lt_cv_path_NM="$NM" 1391 1380 else 1392 1381 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}" … … 1400 1389 # Tru64's nm complains that /dev/null is an invalid object file 1401 1390 if ($tmp_nm -B /dev/null 2>&1 | sed '1q'; exit 0) | egrep '(/dev/null|Invalid file or object type)' >/dev/null; then 1402 ac_cv_path_NM="$tmp_nm -B"1391 lt_cv_path_NM="$tmp_nm -B" 1403 1392 break 1404 1393 elif ($tmp_nm -p /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then 1405 ac_cv_path_NM="$tmp_nm -p"1394 lt_cv_path_NM="$tmp_nm -p" 1406 1395 break 1407 1396 else 1408 ac_cv_path_NM=${ac_cv_path_NM="$tmp_nm"} # keep the first match, but1397 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but 1409 1398 continue # so that we can try to find one that supports BSD flags 1410 1399 fi … … 1412 1401 done 1413 1402 IFS="$ac_save_ifs" 1414 test -z "$ ac_cv_path_NM" && ac_cv_path_NM=nm1415 fi 1416 fi 1417 1418 NM="$ ac_cv_path_NM"1403 test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm 1404 fi 1405 fi 1406 1407 NM="$lt_cv_path_NM" 1419 1408 echo "$ac_t""$NM" 1>&6 1420 1409 1421 1410 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6 1422 echo "configure:14 23: checking whether ln -s works" >&51411 echo "configure:1412: checking whether ln -s works" >&5 1423 1412 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then 1424 1413 echo $ac_n "(cached) $ac_c" 1>&6 … … 1441 1430 1442 1431 echo $ac_n "checking how to recognise dependant libraries""... $ac_c" 1>&6 1443 echo "configure:14 44: checking how to recognise dependant libraries" >&51432 echo "configure:1433: checking how to recognise dependant libraries" >&5 1444 1433 if eval "test \"`echo '$''{'lt_cv_deplibs_check_method'+set}'`\" = set"; then 1445 1434 echo $ac_n "(cached) $ac_c" 1>&6 … … 1459 1448 # whether `pass_all' will *always* work, you probably want this one. 1460 1449 1461 case "$host_os"in1462 aix 4*)1450 case $host_os in 1451 aix*) 1463 1452 lt_cv_deplibs_check_method=pass_all 1464 1453 ;; … … 1469 1458 1470 1459 bsdi4*) 1471 1472 1460 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)' 1461 lt_cv_file_magic_cmd='/usr/bin/file -L' 1473 1462 lt_cv_file_magic_test_file=/shlib/libc.so 1474 1463 ;; … … 1479 1468 ;; 1480 1469 1470 darwin* | rhapsody*) 1471 lt_cv_deplibs_check_method='file_magic Mach-O dynamically linked shared library' 1472 lt_cv_file_magic_cmd='/usr/bin/file -L' 1473 case "$host_os" in 1474 rhapsody* | darwin1.012) 1475 lt_cv_file_magic_test_file='/System/Library/Frameworks/System.framework/System' 1476 ;; 1477 *) # Darwin 1.3 on 1478 lt_cv_file_magic_test_file='/usr/lib/libSystem.dylib' 1479 ;; 1480 esac 1481 ;; 1482 1481 1483 freebsd* ) 1482 1484 if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then 1483 case "$host_cpu"in1485 case $host_cpu in 1484 1486 i*86 ) 1485 1487 # Not sure whether the presence of OpenBSD here was a mistake. 1486 1488 # Let's accept both of them until this is cleared up. 1487 1488 1489 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[3-9]86 (compact )?demand paged shared library' 1490 lt_cv_file_magic_cmd=/usr/bin/file 1489 1491 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` 1490 1492 ;; … … 1499 1501 ;; 1500 1502 1501 hpux10.20*) 1502 # TODO: Does this work for hpux-11 too? 1503 lt_cv_deplibs_check_method='file_magic (s0-90-90-9|PA-RISC0-9.0-9) shared library' 1504 lt_cv_file_magic_cmd=/usr/bin/file 1505 lt_cv_file_magic_test_file=/usr/lib/libc.sl 1503 hpux10.20*|hpux11*) 1504 case $host_cpu in 1505 hppa*) 1506 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library' 1507 lt_cv_file_magic_cmd=/usr/bin/file 1508 lt_cv_file_magic_test_file=/usr/lib/libc.sl 1509 ;; 1510 ia64*) 1511 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64' 1512 lt_cv_file_magic_cmd=/usr/bin/file 1513 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so 1514 ;; 1515 esac 1506 1516 ;; 1507 1517 1508 1518 irix5* | irix6*) 1509 case "$host_os"in1519 case $host_os in 1510 1520 irix5*) 1511 1521 # this will be overridden with pass_all, but let us keep it just in case … … 1513 1523 ;; 1514 1524 *) 1515 case "$LD"in1525 case $LD in 1516 1526 *-32|*"-32 ") libmagic=32-bit;; 1517 1527 *-n32|*"-n32 ") libmagic=N32;; … … 1520 1530 esac 1521 1531 # this will be overridden with pass_all, but let us keep it just in case 1522 1523 1532 lt_cv_deplibs_check_method="file_magic ELF ${libmagic} MSB mips-[1234] dynamic lib MIPS - version 1" 1533 ;; 1524 1534 esac 1525 1535 lt_cv_file_magic_test_file=`echo /lib${libsuff}/libc.so*` … … 1529 1539 # This must be Linux ELF. 1530 1540 linux-gnu*) 1531 case "$host_cpu"in1532 alpha* | i*86 | powerpc* | sparc* | ia64* )1541 case $host_cpu in 1542 alpha* | hppa* | i*86 | powerpc* | sparc* | ia64* ) 1533 1543 lt_cv_deplibs_check_method=pass_all ;; 1534 1544 *) 1535 1545 # glibc up to 2.1.1 does not perform some relocations on ARM 1536 1537 1546 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' ;; 1547 esac 1538 1548 lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so` 1539 1549 ;; 1540 1550 1541 1551 netbsd*) 1542 if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then : 1552 if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then 1553 lt_cv_deplibs_check_method='match_pattern /lib[^/\.]+\.so\.[0-9]+\.[0-9]+$' 1543 1554 else 1544 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB shared object' 1545 lt_cv_file_magic_cmd='/usr/bin/file -L' 1546 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*` 1555 lt_cv_deplibs_check_method='match_pattern /lib[^/\.]+\.so$' 1547 1556 fi 1557 ;; 1558 1559 newsos6) 1560 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)' 1561 lt_cv_file_magic_cmd=/usr/bin/file 1562 lt_cv_file_magic_test_file=/usr/lib/libnls.so 1548 1563 ;; 1549 1564 … … 1564 1579 ;; 1565 1580 1581 sysv5uw[78]* | sysv4*uw2*) 1582 lt_cv_deplibs_check_method=pass_all 1583 ;; 1584 1566 1585 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) 1567 case "$host_vendor"in1586 case $host_vendor in 1568 1587 ncr) 1569 1588 lt_cv_deplibs_check_method=pass_all 1570 1589 ;; 1571 1590 motorola) 1572 1573 1591 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]' 1592 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*` 1574 1593 ;; 1575 1594 esac … … 1584 1603 1585 1604 echo $ac_n "checking for object suffix""... $ac_c" 1>&6 1586 echo "configure:1 587: checking for object suffix" >&51605 echo "configure:1606: checking for object suffix" >&5 1587 1606 if eval "test \"`echo '$''{'ac_cv_objext'+set}'`\" = set"; then 1588 1607 echo $ac_n "(cached) $ac_c" 1>&6 … … 1590 1609 rm -f conftest* 1591 1610 echo 'int i = 1;' > conftest.$ac_ext 1592 if { (eval echo configure:1 593: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then1611 if { (eval echo configure:1612: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1593 1612 for ac_file in conftest.*; do 1594 1613 case $ac_file in … … 1610 1629 1611 1630 echo $ac_n "checking for executable suffix""... $ac_c" 1>&6 1612 echo "configure:16 13: checking for executable suffix" >&51631 echo "configure:1632: checking for executable suffix" >&5 1613 1632 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then 1614 1633 echo $ac_n "(cached) $ac_c" 1>&6 … … 1620 1639 echo 'int main () { return 0; }' > conftest.$ac_ext 1621 1640 ac_cv_exeext= 1622 if { (eval echo configure:16 23: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then1641 if { (eval echo configure:1642: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then 1623 1642 for file in conftest.*; do 1624 1643 case $file in 1625 *.c | *.o | *.obj | *.ilk | *.pdb) ;;1644 *.c | *.o | *.obj) ;; 1626 1645 *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;; 1627 1646 esac … … 1649 1668 1650 1669 # Only perform the check for file, if the check method requires it 1651 case "$deplibs_check_method"in1670 case $deplibs_check_method in 1652 1671 file_magic*) 1653 1672 if test "$file_magic_cmd" = '$MAGIC_CMD'; then 1654 1673 echo $ac_n "checking for ${ac_tool_prefix}file""... $ac_c" 1>&6 1655 echo "configure:16 56: checking for ${ac_tool_prefix}file" >&51674 echo "configure:1675: checking for ${ac_tool_prefix}file" >&5 1656 1675 if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then 1657 1676 echo $ac_n "(cached) $ac_c" 1>&6 1658 1677 else 1659 case "$MAGIC_CMD"in1678 case $MAGIC_CMD in 1660 1679 /*) 1661 1680 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. … … 1673 1692 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file" 1674 1693 if test -n "$file_magic_test_file"; then 1675 case "$deplibs_check_method"in1694 case $deplibs_check_method in 1676 1695 "file_magic "*) 1677 1696 file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`" … … 1715 1734 if test -n "$ac_tool_prefix"; then 1716 1735 echo $ac_n "checking for file""... $ac_c" 1>&6 1717 echo "configure:17 18: checking for file" >&51736 echo "configure:1737: checking for file" >&5 1718 1737 if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then 1719 1738 echo $ac_n "(cached) $ac_c" 1>&6 1720 1739 else 1721 case "$MAGIC_CMD"in1740 case $MAGIC_CMD in 1722 1741 /*) 1723 1742 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. … … 1735 1754 lt_cv_path_MAGIC_CMD="$ac_dir/file" 1736 1755 if test -n "$file_magic_test_file"; then 1737 case "$deplibs_check_method"in1756 case $deplibs_check_method in 1738 1757 "file_magic "*) 1739 1758 file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`" … … 1786 1805 set dummy ${ac_tool_prefix}ranlib; ac_word=$2 1787 1806 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1788 echo "configure:1 789: checking for $ac_word" >&51807 echo "configure:1808: checking for $ac_word" >&5 1789 1808 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 1790 1809 echo $ac_n "(cached) $ac_c" 1>&6 … … 1818 1837 set dummy ranlib; ac_word=$2 1819 1838 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1820 echo "configure:18 21: checking for $ac_word" >&51839 echo "configure:1840: checking for $ac_word" >&5 1821 1840 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 1822 1841 echo $ac_n "(cached) $ac_c" 1>&6 … … 1853 1872 set dummy ${ac_tool_prefix}strip; ac_word=$2 1854 1873 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1855 echo "configure:18 56: checking for $ac_word" >&51874 echo "configure:1875: checking for $ac_word" >&5 1856 1875 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then 1857 1876 echo $ac_n "(cached) $ac_c" 1>&6 … … 1885 1904 set dummy strip; ac_word=$2 1886 1905 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1887 echo "configure:1 888: checking for $ac_word" >&51906 echo "configure:1907: checking for $ac_word" >&5 1888 1907 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then 1889 1908 echo $ac_n "(cached) $ac_c" 1>&6 … … 1923 1942 test "$enable_static" = no && libtool_flags="$libtool_flags --disable-static" 1924 1943 test "$enable_fast_install" = no && libtool_flags="$libtool_flags --disable-fast-install" 1925 test "$ ac_cv_prog_gcc" = yes && libtool_flags="$libtool_flags --with-gcc"1926 test "$ ac_cv_prog_gnu_ld" = yes && libtool_flags="$libtool_flags --with-gnu-ld"1944 test "$GCC" = yes && libtool_flags="$libtool_flags --with-gcc" 1945 test "$lt_cv_prog_gnu_ld" = yes && libtool_flags="$libtool_flags --with-gnu-ld" 1927 1946 1928 1947 … … 1949 1968 # Some flags need to be propagated to the compiler or linker for good 1950 1969 # libtool support. 1951 case "$host"in1970 case $host in 1952 1971 *-*-irix6*) 1953 1972 # Find out which ABI we are using. 1954 echo '#line 19 55"configure"' > conftest.$ac_ext1955 if { (eval echo configure:19 56: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then1956 case "`/usr/bin/file conftest.o`"in1973 echo '#line 1974 "configure"' > conftest.$ac_ext 1974 if { (eval echo configure:1975: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1975 case `/usr/bin/file conftest.$ac_objext` in 1957 1976 *32-bit*) 1958 1977 LD="${LD-ld} -32" … … 1969 1988 ;; 1970 1989 1990 ia64-*-hpux*) 1991 # Find out which ABI we are using. 1992 echo 'int i;' > conftest.$ac_ext 1993 if { (eval echo configure:1994: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1994 case "`/usr/bin/file conftest.o`" in 1995 *ELF-32*) 1996 HPUX_IA64_MODE="32" 1997 ;; 1998 *ELF-64*) 1999 HPUX_IA64_MODE="64" 2000 ;; 2001 esac 2002 fi 2003 rm -rf conftest* 2004 ;; 2005 1971 2006 *-*-sco3.2v5*) 1972 2007 # On SCO OpenServer 5, we need -belf to get full-featured binaries. … … 1974 2009 CFLAGS="$CFLAGS -belf" 1975 2010 echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6 1976 echo "configure: 1977: checking whether the C compiler needs -belf" >&52011 echo "configure:2012: checking whether the C compiler needs -belf" >&5 1977 2012 if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then 1978 2013 echo $ac_n "(cached) $ac_c" 1>&6 … … 1987 2022 1988 2023 cat > conftest.$ac_ext <<EOF 1989 #line 1990"configure"2024 #line 2025 "configure" 1990 2025 #include "confdefs.h" 1991 2026 … … 1994 2029 ; return 0; } 1995 2030 EOF 1996 if { (eval echo configure: 1997: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2031 if { (eval echo configure:2032: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1997 2032 rm -rf conftest* 1998 2033 lt_cv_cc_needs_belf=yes … … 2104 2139 exec 5>>./config.log 2105 2140 2106 2107 2141 2108 2142 … … 2118 2152 set dummy gcc; ac_word=$2 2119 2153 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2120 echo "configure:21 21: checking for $ac_word" >&52154 echo "configure:2155: checking for $ac_word" >&5 2121 2155 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 2122 2156 echo $ac_n "(cached) $ac_c" 1>&6 … … 2148 2182 set dummy cc; ac_word=$2 2149 2183 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2150 echo "configure:21 51: checking for $ac_word" >&52184 echo "configure:2185: checking for $ac_word" >&5 2151 2185 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 2152 2186 echo $ac_n "(cached) $ac_c" 1>&6 … … 2199 2233 set dummy cl; ac_word=$2 2200 2234 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2201 echo "configure:22 02: checking for $ac_word" >&52235 echo "configure:2236: checking for $ac_word" >&5 2202 2236 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 2203 2237 echo $ac_n "(cached) $ac_c" 1>&6 … … 2231 2265 2232 2266 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 2233 echo "configure:22 34: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&52267 echo "configure:2268: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 2234 2268 2235 2269 ac_ext=c … … 2242 2276 cat > conftest.$ac_ext << EOF 2243 2277 2244 #line 22 45"configure"2278 #line 2279 "configure" 2245 2279 #include "confdefs.h" 2246 2280 2247 2281 main(){return(0);} 2248 2282 EOF 2249 if { (eval echo configure:22 50: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2283 if { (eval echo configure:2284: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2250 2284 ac_cv_prog_cc_works=yes 2251 2285 # If we can't run a trivial program, we are probably using a cross compiler. … … 2273 2307 fi 2274 2308 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 2275 echo "configure:2 276: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&52309 echo "configure:2310: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 2276 2310 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 2277 2311 cross_compiling=$ac_cv_prog_cc_cross 2278 2312 2279 2313 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 2280 echo "configure:2 281: checking whether we are using GNU C" >&52314 echo "configure:2315: checking whether we are using GNU C" >&5 2281 2315 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 2282 2316 echo $ac_n "(cached) $ac_c" 1>&6 … … 2287 2321 #endif 2288 2322 EOF 2289 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2 290: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then2323 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2324: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 2290 2324 ac_cv_prog_gcc=yes 2291 2325 else … … 2306 2340 CFLAGS= 2307 2341 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 2308 echo "configure:23 09: checking whether ${CC-cc} accepts -g" >&52342 echo "configure:2343: checking whether ${CC-cc} accepts -g" >&5 2309 2343 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 2310 2344 echo $ac_n "(cached) $ac_c" 1>&6 … … 2349 2383 # ./install, which can be erroneously created by make from ./install.sh. 2350 2384 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 2351 echo "configure:23 52: checking for a BSD compatible install" >&52385 echo "configure:2386: checking for a BSD compatible install" >&5 2352 2386 if test -z "$INSTALL"; then 2353 2387 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then … … 2405 2439 do 2406 2440 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 2407 echo "configure:24 08: checking for $ac_func" >&52441 echo "configure:2442: checking for $ac_func" >&5 2408 2442 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 2409 2443 echo $ac_n "(cached) $ac_c" 1>&6 2410 2444 else 2411 2445 cat > conftest.$ac_ext <<EOF 2412 #line 24 13"configure"2446 #line 2447 "configure" 2413 2447 #include "confdefs.h" 2414 2448 /* System header to define __stub macros and hopefully few prototypes, … … 2433 2467 ; return 0; } 2434 2468 EOF 2435 if { (eval echo configure:24 36: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2469 if { (eval echo configure:2470: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2436 2470 rm -rf conftest* 2437 2471 eval "ac_cv_func_$ac_func=yes" … … 2458 2492 2459 2493 2460 ALL_LINGUAS= 2494 ALL_LINGUAS="fr tr sv es id da pt_BR" 2461 2495 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 2462 echo "configure:24 63: checking how to run the C preprocessor" >&52496 echo "configure:2497: checking how to run the C preprocessor" >&5 2463 2497 # On Suns, sometimes $CPP names a directory. 2464 2498 if test -n "$CPP" && test -d "$CPP"; then … … 2475 2509 # not just through cpp. 2476 2510 cat > conftest.$ac_ext <<EOF 2477 #line 2478 "configure"2478 #include "confdefs.h"2479 #include <assert.h>2480 Syntax Error2481 EOF2482 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"2483 { (eval echo configure:2484: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2484 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`2485 if test -z "$ac_err"; then2486 :2487 else2488 echo "$ac_err" >&52489 echo "configure: failed program was:" >&52490 cat conftest.$ac_ext >&52491 rm -rf conftest*2492 CPP="${CC-cc} -E -traditional-cpp"2493 cat > conftest.$ac_ext <<EOF2494 #line 2495 "configure"2495 #include "confdefs.h"2496 #include <assert.h>2497 Syntax Error2498 EOF2499 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"2500 { (eval echo configure:2501: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2501 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`2502 if test -z "$ac_err"; then2503 :2504 else2505 echo "$ac_err" >&52506 echo "configure: failed program was:" >&52507 cat conftest.$ac_ext >&52508 rm -rf conftest*2509 CPP="${CC-cc} -nologo -E"2510 cat > conftest.$ac_ext <<EOF2511 2511 #line 2512 "configure" 2512 2512 #include "confdefs.h" … … 2524 2524 cat conftest.$ac_ext >&5 2525 2525 rm -rf conftest* 2526 CPP="${CC-cc} -E -traditional-cpp" 2527 cat > conftest.$ac_ext <<EOF 2528 #line 2529 "configure" 2529 #include "confdefs.h" 2530 #include <assert.h> 2531 Syntax Error 2532 EOF 2533 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2534 { (eval echo configure:2535: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2535 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2536 if test -z "$ac_err"; then 2537 : 2538 else 2539 echo "$ac_err" >&5 2540 echo "configure: failed program was:" >&5 2541 cat conftest.$ac_ext >&5 2542 rm -rf conftest* 2543 CPP="${CC-cc} -nologo -E" 2544 cat > conftest.$ac_ext <<EOF 2545 #line 2546 "configure" 2546 #include "confdefs.h" 2547 #include <assert.h> 2548 Syntax Error 2549 EOF 2550 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2551 { (eval echo configure:2552: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2552 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2553 if test -z "$ac_err"; then 2554 : 2555 else 2556 echo "$ac_err" >&5 2557 echo "configure: failed program was:" >&5 2558 cat conftest.$ac_ext >&5 2559 rm -rf conftest* 2526 2560 CPP=/lib/cpp 2527 2561 fi … … 2542 2576 set dummy ranlib; ac_word=$2 2543 2577 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2544 echo "configure:25 45: checking for $ac_word" >&52578 echo "configure:2579: checking for $ac_word" >&5 2545 2579 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 2546 2580 echo $ac_n "(cached) $ac_c" 1>&6 … … 2570 2604 2571 2605 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 2572 echo "configure:2 573: checking for ANSI C header files" >&52606 echo "configure:2607: checking for ANSI C header files" >&5 2573 2607 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then 2574 2608 echo $ac_n "(cached) $ac_c" 1>&6 2575 2609 else 2576 2610 cat > conftest.$ac_ext <<EOF 2577 #line 2 578"configure"2611 #line 2612 "configure" 2578 2612 #include "confdefs.h" 2579 2613 #include <stdlib.h> … … 2583 2617 EOF 2584 2618 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2585 { (eval echo configure:2 586: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2619 { (eval echo configure:2620: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2586 2620 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2587 2621 if test -z "$ac_err"; then … … 2600 2634 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 2601 2635 cat > conftest.$ac_ext <<EOF 2602 #line 26 03"configure"2636 #line 2637 "configure" 2603 2637 #include "confdefs.h" 2604 2638 #include <string.h> … … 2618 2652 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 2619 2653 cat > conftest.$ac_ext <<EOF 2620 #line 26 21"configure"2654 #line 2655 "configure" 2621 2655 #include "confdefs.h" 2622 2656 #include <stdlib.h> … … 2639 2673 else 2640 2674 cat > conftest.$ac_ext <<EOF 2641 #line 26 42"configure"2675 #line 2676 "configure" 2642 2676 #include "confdefs.h" 2643 2677 #include <ctype.h> … … 2650 2684 2651 2685 EOF 2652 if { (eval echo configure:26 53: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null2686 if { (eval echo configure:2687: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 2653 2687 then 2654 2688 : … … 2674 2708 2675 2709 echo $ac_n "checking for working const""... $ac_c" 1>&6 2676 echo "configure:2 677: checking for working const" >&52710 echo "configure:2711: checking for working const" >&5 2677 2711 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then 2678 2712 echo $ac_n "(cached) $ac_c" 1>&6 2679 2713 else 2680 2714 cat > conftest.$ac_ext <<EOF 2681 #line 2 682"configure"2715 #line 2716 "configure" 2682 2716 #include "confdefs.h" 2683 2717 … … 2728 2762 ; return 0; } 2729 2763 EOF 2730 if { (eval echo configure:27 31: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2764 if { (eval echo configure:2765: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2731 2765 rm -rf conftest* 2732 2766 ac_cv_c_const=yes … … 2749 2783 2750 2784 echo $ac_n "checking for inline""... $ac_c" 1>&6 2751 echo "configure:27 52: checking for inline" >&52785 echo "configure:2786: checking for inline" >&5 2752 2786 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then 2753 2787 echo $ac_n "(cached) $ac_c" 1>&6 … … 2756 2790 for ac_kw in inline __inline__ __inline; do 2757 2791 cat > conftest.$ac_ext <<EOF 2758 #line 27 59"configure"2792 #line 2793 "configure" 2759 2793 #include "confdefs.h" 2760 2794 … … 2763 2797 ; return 0; } 2764 2798 EOF 2765 if { (eval echo configure:2 766: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2799 if { (eval echo configure:2800: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2766 2800 rm -rf conftest* 2767 2801 ac_cv_c_inline=$ac_kw; break … … 2789 2823 2790 2824 echo $ac_n "checking for off_t""... $ac_c" 1>&6 2791 echo "configure:2 792: checking for off_t" >&52825 echo "configure:2826: checking for off_t" >&5 2792 2826 if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then 2793 2827 echo $ac_n "(cached) $ac_c" 1>&6 2794 2828 else 2795 2829 cat > conftest.$ac_ext <<EOF 2796 #line 2 797"configure"2830 #line 2831 "configure" 2797 2831 #include "confdefs.h" 2798 2832 #include <sys/types.h> … … 2822 2856 2823 2857 echo $ac_n "checking for size_t""... $ac_c" 1>&6 2824 echo "configure:28 25: checking for size_t" >&52858 echo "configure:2859: checking for size_t" >&5 2825 2859 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then 2826 2860 echo $ac_n "(cached) $ac_c" 1>&6 2827 2861 else 2828 2862 cat > conftest.$ac_ext <<EOF 2829 #line 28 30"configure"2863 #line 2864 "configure" 2830 2864 #include "confdefs.h" 2831 2865 #include <sys/types.h> … … 2857 2891 # for constant arguments. Useless! 2858 2892 echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6 2859 echo "configure:28 60: checking for working alloca.h" >&52893 echo "configure:2894: checking for working alloca.h" >&5 2860 2894 if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then 2861 2895 echo $ac_n "(cached) $ac_c" 1>&6 2862 2896 else 2863 2897 cat > conftest.$ac_ext <<EOF 2864 #line 28 65"configure"2898 #line 2899 "configure" 2865 2899 #include "confdefs.h" 2866 2900 #include <alloca.h> … … 2869 2903 ; return 0; } 2870 2904 EOF 2871 if { (eval echo configure:2 872: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2905 if { (eval echo configure:2906: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2872 2906 rm -rf conftest* 2873 2907 ac_cv_header_alloca_h=yes … … 2890 2924 2891 2925 echo $ac_n "checking for alloca""... $ac_c" 1>&6 2892 echo "configure:2 893: checking for alloca" >&52926 echo "configure:2927: checking for alloca" >&5 2893 2927 if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then 2894 2928 echo $ac_n "(cached) $ac_c" 1>&6 2895 2929 else 2896 2930 cat > conftest.$ac_ext <<EOF 2897 #line 2 898"configure"2931 #line 2932 "configure" 2898 2932 #include "confdefs.h" 2899 2933 … … 2923 2957 ; return 0; } 2924 2958 EOF 2925 if { (eval echo configure:29 26: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2959 if { (eval echo configure:2960: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2926 2960 rm -rf conftest* 2927 2961 ac_cv_func_alloca_works=yes … … 2955 2989 2956 2990 echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6 2957 echo "configure:29 58: checking whether alloca needs Cray hooks" >&52991 echo "configure:2992: checking whether alloca needs Cray hooks" >&5 2958 2992 if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then 2959 2993 echo $ac_n "(cached) $ac_c" 1>&6 2960 2994 else 2961 2995 cat > conftest.$ac_ext <<EOF 2962 #line 29 63"configure"2996 #line 2997 "configure" 2963 2997 #include "confdefs.h" 2964 2998 #if defined(CRAY) && ! defined(CRAY2) … … 2985 3019 for ac_func in _getb67 GETB67 getb67; do 2986 3020 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 2987 echo "configure: 2988: checking for $ac_func" >&53021 echo "configure:3022: checking for $ac_func" >&5 2988 3022 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 2989 3023 echo $ac_n "(cached) $ac_c" 1>&6 2990 3024 else 2991 3025 cat > conftest.$ac_ext <<EOF 2992 #line 2993"configure"3026 #line 3027 "configure" 2993 3027 #include "confdefs.h" 2994 3028 /* System header to define __stub macros and hopefully few prototypes, … … 3013 3047 ; return 0; } 3014 3048 EOF 3015 if { (eval echo configure:30 16: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3049 if { (eval echo configure:3050: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3016 3050 rm -rf conftest* 3017 3051 eval "ac_cv_func_$ac_func=yes" … … 3040 3074 3041 3075 echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6 3042 echo "configure:30 43: checking stack direction for C alloca" >&53076 echo "configure:3077: checking stack direction for C alloca" >&5 3043 3077 if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then 3044 3078 echo $ac_n "(cached) $ac_c" 1>&6 … … 3048 3082 else 3049 3083 cat > conftest.$ac_ext <<EOF 3050 #line 30 51"configure"3084 #line 3085 "configure" 3051 3085 #include "confdefs.h" 3052 3086 find_stack_direction () … … 3067 3101 } 3068 3102 EOF 3069 if { (eval echo configure:3 070: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3103 if { (eval echo configure:3104: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3070 3104 then 3071 3105 ac_cv_c_stack_direction=1 … … 3088 3122 fi 3089 3123 3090 for ac_hdr in unistd.h3124 for ac_hdr in stdlib.h unistd.h sys/stat.h sys/types.h 3091 3125 do 3092 3126 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 3093 3127 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 3094 echo "configure:3 095: checking for $ac_hdr" >&53128 echo "configure:3129: checking for $ac_hdr" >&5 3095 3129 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 3096 3130 echo $ac_n "(cached) $ac_c" 1>&6 3097 3131 else 3098 3132 cat > conftest.$ac_ext <<EOF 3099 #line 31 00"configure"3133 #line 3134 "configure" 3100 3134 #include "confdefs.h" 3101 3135 #include <$ac_hdr> 3102 3136 EOF 3103 3137 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3104 { (eval echo configure:31 05: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }3138 { (eval echo configure:3139: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3105 3139 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3106 3140 if test -z "$ac_err"; then … … 3131 3165 do 3132 3166 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3133 echo "configure:31 34: checking for $ac_func" >&53167 echo "configure:3168: checking for $ac_func" >&5 3134 3168 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3135 3169 echo $ac_n "(cached) $ac_c" 1>&6 3136 3170 else 3137 3171 cat > conftest.$ac_ext <<EOF 3138 #line 31 39"configure"3172 #line 3173 "configure" 3139 3173 #include "confdefs.h" 3140 3174 /* System header to define __stub macros and hopefully few prototypes, … … 3159 3193 ; return 0; } 3160 3194 EOF 3161 if { (eval echo configure:31 62: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3195 if { (eval echo configure:3196: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3162 3196 rm -rf conftest* 3163 3197 eval "ac_cv_func_$ac_func=yes" … … 3184 3218 3185 3219 echo $ac_n "checking for working mmap""... $ac_c" 1>&6 3186 echo "configure:3 187: checking for working mmap" >&53220 echo "configure:3221: checking for working mmap" >&5 3187 3221 if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then 3188 3222 echo $ac_n "(cached) $ac_c" 1>&6 … … 3192 3226 else 3193 3227 cat > conftest.$ac_ext <<EOF 3194 #line 3 195"configure"3228 #line 3229 "configure" 3195 3229 #include "confdefs.h" 3196 3230 … … 3220 3254 #include <sys/mman.h> 3221 3255 3256 #if HAVE_SYS_TYPES_H 3257 # include <sys/types.h> 3258 #endif 3259 3260 #if HAVE_STDLIB_H 3261 # include <stdlib.h> 3262 #endif 3263 3264 #if HAVE_SYS_STAT_H 3265 # include <sys/stat.h> 3266 #endif 3267 3268 #if HAVE_UNISTD_H 3269 # include <unistd.h> 3270 #endif 3271 3222 3272 /* This mess was copied from the GNU getpagesize.h. */ 3223 3273 #ifndef HAVE_GETPAGESIZE 3224 # ifdef HAVE_UNISTD_H3225 # include <unistd.h>3226 # endif3227 3274 3228 3275 /* Assume that all systems that can run configure have sys/param.h. */ … … 3332 3379 3333 3380 EOF 3334 if { (eval echo configure:33 35: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3381 if { (eval echo configure:3382: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3335 3382 then 3336 3383 ac_cv_func_mmap_fixed_mapped=yes … … 3360 3407 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 3361 3408 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 3362 echo "configure:3 363: checking for $ac_hdr" >&53409 echo "configure:3410: checking for $ac_hdr" >&5 3363 3410 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 3364 3411 echo $ac_n "(cached) $ac_c" 1>&6 3365 3412 else 3366 3413 cat > conftest.$ac_ext <<EOF 3367 #line 3 368"configure"3414 #line 3415 "configure" 3368 3415 #include "confdefs.h" 3369 3416 #include <$ac_hdr> 3370 3417 EOF 3371 3418 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3372 { (eval echo configure:3 373: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }3419 { (eval echo configure:3420: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3373 3420 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3374 3421 if test -z "$ac_err"; then … … 3400 3447 do 3401 3448 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3402 echo "configure:34 03: checking for $ac_func" >&53449 echo "configure:3450: checking for $ac_func" >&5 3403 3450 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3404 3451 echo $ac_n "(cached) $ac_c" 1>&6 3405 3452 else 3406 3453 cat > conftest.$ac_ext <<EOF 3407 #line 34 08"configure"3454 #line 3455 "configure" 3408 3455 #include "confdefs.h" 3409 3456 /* System header to define __stub macros and hopefully few prototypes, … … 3428 3475 ; return 0; } 3429 3476 EOF 3430 if { (eval echo configure:34 31: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3477 if { (eval echo configure:3478: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3431 3478 rm -rf conftest* 3432 3479 eval "ac_cv_func_$ac_func=yes" … … 3457 3504 do 3458 3505 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3459 echo "configure:3 460: checking for $ac_func" >&53506 echo "configure:3507: checking for $ac_func" >&5 3460 3507 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3461 3508 echo $ac_n "(cached) $ac_c" 1>&6 3462 3509 else 3463 3510 cat > conftest.$ac_ext <<EOF 3464 #line 3 465"configure"3511 #line 3512 "configure" 3465 3512 #include "confdefs.h" 3466 3513 /* System header to define __stub macros and hopefully few prototypes, … … 3485 3532 ; return 0; } 3486 3533 EOF 3487 if { (eval echo configure:3 488: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3534 if { (eval echo configure:3535: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3488 3535 rm -rf conftest* 3489 3536 eval "ac_cv_func_$ac_func=yes" … … 3519 3566 if test $ac_cv_header_locale_h = yes; then 3520 3567 echo $ac_n "checking for LC_MESSAGES""... $ac_c" 1>&6 3521 echo "configure:35 22: checking for LC_MESSAGES" >&53568 echo "configure:3569: checking for LC_MESSAGES" >&5 3522 3569 if eval "test \"`echo '$''{'am_cv_val_LC_MESSAGES'+set}'`\" = set"; then 3523 3570 echo $ac_n "(cached) $ac_c" 1>&6 3524 3571 else 3525 3572 cat > conftest.$ac_ext <<EOF 3526 #line 35 27"configure"3573 #line 3574 "configure" 3527 3574 #include "confdefs.h" 3528 3575 #include <locale.h> … … 3531 3578 ; return 0; } 3532 3579 EOF 3533 if { (eval echo configure:35 34: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3580 if { (eval echo configure:3581: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3534 3581 rm -rf conftest* 3535 3582 am_cv_val_LC_MESSAGES=yes … … 3552 3599 fi 3553 3600 echo $ac_n "checking whether NLS is requested""... $ac_c" 1>&6 3554 echo "configure:3 555: checking whether NLS is requested" >&53601 echo "configure:3602: checking whether NLS is requested" >&5 3555 3602 # Check whether --enable-nls or --disable-nls was given. 3556 3603 if test "${enable_nls+set}" = set; then … … 3572 3619 3573 3620 echo $ac_n "checking whether included gettext is requested""... $ac_c" 1>&6 3574 echo "configure:3 575: checking whether included gettext is requested" >&53621 echo "configure:3622: checking whether included gettext is requested" >&5 3575 3622 # Check whether --with-included-gettext or --without-included-gettext was given. 3576 3623 if test "${with_included_gettext+set}" = set; then … … 3591 3638 ac_safe=`echo "libintl.h" | sed 'y%./+-%__p_%'` 3592 3639 echo $ac_n "checking for libintl.h""... $ac_c" 1>&6 3593 echo "configure:3 594: checking for libintl.h" >&53640 echo "configure:3641: checking for libintl.h" >&5 3594 3641 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 3595 3642 echo $ac_n "(cached) $ac_c" 1>&6 3596 3643 else 3597 3644 cat > conftest.$ac_ext <<EOF 3598 #line 3 599"configure"3645 #line 3646 "configure" 3599 3646 #include "confdefs.h" 3600 3647 #include <libintl.h> 3601 3648 EOF 3602 3649 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3603 { (eval echo configure:36 04: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }3650 { (eval echo configure:3651: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3604 3651 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3605 3652 if test -z "$ac_err"; then … … 3618 3665 echo "$ac_t""yes" 1>&6 3619 3666 echo $ac_n "checking for gettext in libc""... $ac_c" 1>&6 3620 echo "configure:36 21: checking for gettext in libc" >&53667 echo "configure:3668: checking for gettext in libc" >&5 3621 3668 if eval "test \"`echo '$''{'gt_cv_func_gettext_libc'+set}'`\" = set"; then 3622 3669 echo $ac_n "(cached) $ac_c" 1>&6 3623 3670 else 3624 3671 cat > conftest.$ac_ext <<EOF 3625 #line 36 26"configure"3672 #line 3673 "configure" 3626 3673 #include "confdefs.h" 3627 3674 #include <libintl.h> … … 3630 3677 ; return 0; } 3631 3678 EOF 3632 if { (eval echo configure:36 33: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3679 if { (eval echo configure:3680: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3633 3680 rm -rf conftest* 3634 3681 gt_cv_func_gettext_libc=yes … … 3646 3693 if test "$gt_cv_func_gettext_libc" != "yes"; then 3647 3694 echo $ac_n "checking for bindtextdomain in -lintl""... $ac_c" 1>&6 3648 echo "configure:36 49: checking for bindtextdomain in -lintl" >&53695 echo "configure:3696: checking for bindtextdomain in -lintl" >&5 3649 3696 ac_lib_var=`echo intl'_'bindtextdomain | sed 'y%./+-%__p_%'` 3650 3697 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 3654 3701 LIBS="-lintl $LIBS" 3655 3702 cat > conftest.$ac_ext <<EOF 3656 #line 3 657"configure"3703 #line 3704 "configure" 3657 3704 #include "confdefs.h" 3658 3705 /* Override any gcc2 internal prototype to avoid an error. */ … … 3665 3712 ; return 0; } 3666 3713 EOF 3667 if { (eval echo configure:3 668: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3714 if { (eval echo configure:3715: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3668 3715 rm -rf conftest* 3669 3716 eval "ac_cv_lib_$ac_lib_var=yes" … … 3681 3728 echo "$ac_t""yes" 1>&6 3682 3729 echo $ac_n "checking for gettext in libintl""... $ac_c" 1>&6 3683 echo "configure:3 684: checking for gettext in libintl" >&53730 echo "configure:3731: checking for gettext in libintl" >&5 3684 3731 if eval "test \"`echo '$''{'gt_cv_func_gettext_libintl'+set}'`\" = set"; then 3685 3732 echo $ac_n "(cached) $ac_c" 1>&6 3686 3733 else 3687 3734 cat > conftest.$ac_ext <<EOF 3688 #line 3 689"configure"3735 #line 3736 "configure" 3689 3736 #include "confdefs.h" 3690 3737 … … 3693 3740 ; return 0; } 3694 3741 EOF 3695 if { (eval echo configure:3 696: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3742 if { (eval echo configure:3743: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3696 3743 rm -rf conftest* 3697 3744 gt_cv_func_gettext_libintl=yes … … 3721 3768 set dummy msgfmt; ac_word=$2 3722 3769 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 3723 echo "configure:37 24: checking for $ac_word" >&53770 echo "configure:3771: checking for $ac_word" >&5 3724 3771 if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then 3725 3772 echo $ac_n "(cached) $ac_c" 1>&6 … … 3755 3802 do 3756 3803 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3757 echo "configure:3 758: checking for $ac_func" >&53804 echo "configure:3805: checking for $ac_func" >&5 3758 3805 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3759 3806 echo $ac_n "(cached) $ac_c" 1>&6 3760 3807 else 3761 3808 cat > conftest.$ac_ext <<EOF 3762 #line 3 763"configure"3809 #line 3810 "configure" 3763 3810 #include "confdefs.h" 3764 3811 /* System header to define __stub macros and hopefully few prototypes, … … 3783 3830 ; return 0; } 3784 3831 EOF 3785 if { (eval echo configure:3 786: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3832 if { (eval echo configure:3833: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3786 3833 rm -rf conftest* 3787 3834 eval "ac_cv_func_$ac_func=yes" … … 3810 3857 set dummy gmsgfmt; ac_word=$2 3811 3858 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 3812 echo "configure:38 13: checking for $ac_word" >&53859 echo "configure:3860: checking for $ac_word" >&5 3813 3860 if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then 3814 3861 echo $ac_n "(cached) $ac_c" 1>&6 … … 3846 3893 set dummy xgettext; ac_word=$2 3847 3894 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 3848 echo "configure:38 49: checking for $ac_word" >&53895 echo "configure:3896: checking for $ac_word" >&5 3849 3896 if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then 3850 3897 echo $ac_n "(cached) $ac_c" 1>&6 … … 3878 3925 3879 3926 cat > conftest.$ac_ext <<EOF 3880 #line 3 881"configure"3927 #line 3928 "configure" 3881 3928 #include "confdefs.h" 3882 3929 … … 3886 3933 ; return 0; } 3887 3934 EOF 3888 if { (eval echo configure:3 889: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3935 if { (eval echo configure:3936: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3889 3936 rm -rf conftest* 3890 3937 CATOBJEXT=.gmo … … 3918 3965 set dummy msgfmt; ac_word=$2 3919 3966 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 3920 echo "configure:39 21: checking for $ac_word" >&53967 echo "configure:3968: checking for $ac_word" >&5 3921 3968 if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then 3922 3969 echo $ac_n "(cached) $ac_c" 1>&6 … … 3952 3999 set dummy gmsgfmt; ac_word=$2 3953 4000 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 3954 echo "configure: 3955: checking for $ac_word" >&54001 echo "configure:4002: checking for $ac_word" >&5 3955 4002 if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then 3956 4003 echo $ac_n "(cached) $ac_c" 1>&6 … … 3988 4035 set dummy xgettext; ac_word=$2 3989 4036 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 3990 echo "configure: 3991: checking for $ac_word" >&54037 echo "configure:4038: checking for $ac_word" >&5 3991 4038 if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then 3992 4039 echo $ac_n "(cached) $ac_c" 1>&6 … … 4078 4125 else 4079 4126 echo $ac_n "checking for catalogs to be installed""... $ac_c" 1>&6 4080 echo "configure:4 081: checking for catalogs to be installed" >&54127 echo "configure:4128: checking for catalogs to be installed" >&5 4081 4128 NEW_LINGUAS= 4082 4129 for lang in ${LINGUAS=$ALL_LINGUAS}; do … … 4106 4153 ac_safe=`echo "linux/version.h" | sed 'y%./+-%__p_%'` 4107 4154 echo $ac_n "checking for linux/version.h""... $ac_c" 1>&6 4108 echo "configure:41 09: checking for linux/version.h" >&54155 echo "configure:4156: checking for linux/version.h" >&5 4109 4156 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 4110 4157 echo $ac_n "(cached) $ac_c" 1>&6 4111 4158 else 4112 4159 cat > conftest.$ac_ext <<EOF 4113 #line 41 14"configure"4160 #line 4161 "configure" 4114 4161 #include "confdefs.h" 4115 4162 #include <linux/version.h> 4116 4163 EOF 4117 4164 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4118 { (eval echo configure:41 19: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }4165 { (eval echo configure:4166: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4119 4166 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4120 4167 if test -z "$ac_err"; then … … 4161 4208 4162 4209 4163 if test - d $srcdir/po; then4210 if test -f $srcdir/po/POTFILES.in; then 4164 4211 test -d po || mkdir po 4165 4212 if test "x$srcdir" != "x."; then … … 4179 4226 4180 4227 echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6 4181 echo "configure:4 182: checking whether to enable maintainer-specific portions of Makefiles" >&54228 echo "configure:4229: checking whether to enable maintainer-specific portions of Makefiles" >&5 4182 4229 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given. 4183 4230 if test "${enable_maintainer_mode+set}" = set; then … … 4204 4251 4205 4252 echo $ac_n "checking for executable suffix""... $ac_c" 1>&6 4206 echo "configure:42 07: checking for executable suffix" >&54253 echo "configure:4254: checking for executable suffix" >&5 4207 4254 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then 4208 4255 echo $ac_n "(cached) $ac_c" 1>&6 … … 4214 4261 echo 'int main () { return 0; }' > conftest.$ac_ext 4215 4262 ac_cv_exeext= 4216 if { (eval echo configure:42 17: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then4263 if { (eval echo configure:4264: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then 4217 4264 for file in conftest.*; do 4218 4265 case $file in 4219 *.c | *.o | *.obj | *.ilk | *.pdb) ;;4266 *.c | *.o | *.obj) ;; 4220 4267 *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;; 4221 4268 esac … … 4239 4286 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 4240 4287 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 4241 echo "configure:42 42: checking for $ac_hdr" >&54288 echo "configure:4289: checking for $ac_hdr" >&5 4242 4289 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 4243 4290 echo $ac_n "(cached) $ac_c" 1>&6 4244 4291 else 4245 4292 cat > conftest.$ac_ext <<EOF 4246 #line 42 47"configure"4293 #line 4294 "configure" 4247 4294 #include "confdefs.h" 4248 4295 #include <$ac_hdr> 4249 4296 EOF 4250 4297 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4251 { (eval echo configure:42 52: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }4298 { (eval echo configure:4299: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4252 4299 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4253 4300 if test -z "$ac_err"; then … … 4276 4323 4277 4324 4278 echo $ac_n "checking the size of gmon pointers""... $ac_c" 1>&6 4279 echo "configure:4280: checking the size of gmon pointers" >&5 4280 if test "$cross_compiling" = yes; then 4281 gmon_ptr_size=4 4282 else 4283 cat > conftest.$ac_ext <<EOF 4284 #line 4285 "configure" 4285 #include "confdefs.h" 4286 #include <stdio.h> 4287 #include <stdlib.h> 4288 #if HAVE_SYS_GMON_OUT_H 4289 #include <sys/gmon_out.h> 4290 #endif 4291 main() 4292 { 4293 #if HAVE_SYS_GMON_OUT_H 4294 struct gmon_cg_arc_record arc; 4295 FILE *f=fopen("conftestval", "w"); 4296 if (!f) exit(1); 4297 fprintf(f, "%d\n", sizeof(arc.from_pc)); 4298 exit(0); 4299 #else 4300 FILE *f=fopen("conftestval", "w"); 4301 if (!f) exit(1); 4302 fprintf(f, "%d\n", (int) sizeof(char *)); 4303 exit(1); 4304 #endif 4305 } 4306 EOF 4307 if { (eval echo configure:4308: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 4308 then 4309 gmon_ptr_size=`cat conftestval` 4310 else 4311 echo "configure: failed program was:" >&5 4312 cat conftest.$ac_ext >&5 4313 rm -fr conftest* 4314 gmon_ptr_size=4 4315 fi 4316 rm -fr conftest* 4317 fi 4318 4319 echo "$ac_t""$gmon_ptr_size" 1>&6 4320 4321 cat >> confdefs.h <<EOF 4322 #define GMON_PTR_SIZE $gmon_ptr_size 4323 EOF 4324 4325 4326 build_warnings="-W -Wall" 4325 build_warnings="-W -Wall -Wstrict-prototypes -Wmissing-prototypes" 4327 4326 # Check whether --enable-build-warnings or --disable-build-warnings was given. 4328 4327 if test "${enable_build_warnings+set}" = set; then -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.