Changeset 1394 for trunk/src/gcc/libf2c/libI77/configure
- Timestamp:
- Apr 28, 2004, 6:58:06 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gcc/libf2c/libI77/configure
-
Property cvs2svn:cvs-rev
changed from
1.4
to1.5
r1393 r1394 675 675 676 676 677 # These defines are necessary to get 64-bit file size support.678 679 cat >> confdefs.h <<\EOF680 #define _XOPEN_SOURCE 500L681 EOF682 683 # The following is needed by irix6.2 so that struct timeval is declared.684 cat >> confdefs.h <<\EOF685 #define _XOPEN_SOURCE_EXTENDED 1686 EOF687 688 # The following is needed by Solaris2.5.1 so that struct timeval is declared.689 cat >> confdefs.h <<\EOF690 #define __EXTENSIONS__ 1691 EOF692 693 cat >> confdefs.h <<\EOF694 #define _FILE_OFFSET_BITS 64695 EOF696 697 cat >> confdefs.h <<\EOF698 #define _LARGEFILE_SOURCE 1699 EOF700 701 702 703 677 704 678 … … 708 682 set dummy gcc; ac_word=$2 709 683 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 710 echo "configure: 711: checking for $ac_word" >&5684 echo "configure:685: checking for $ac_word" >&5 711 685 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 712 686 echo $ac_n "(cached) $ac_c" 1>&6 … … 739 713 set dummy cc; ac_word=$2 740 714 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 741 echo "configure:7 42: checking for $ac_word" >&5715 echo "configure:716: checking for $ac_word" >&5 742 716 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 743 717 echo $ac_n "(cached) $ac_c" 1>&6 … … 792 766 set dummy cl; ac_word=$2 793 767 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 794 echo "configure:7 95: checking for $ac_word" >&5768 echo "configure:769: checking for $ac_word" >&5 795 769 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 796 770 echo $ac_n "(cached) $ac_c" 1>&6 … … 826 800 827 801 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 828 echo "configure:8 29: checking whether we are using GNU C" >&5802 echo "configure:803: checking whether we are using GNU C" >&5 829 803 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 830 804 echo $ac_n "(cached) $ac_c" 1>&6 … … 835 809 #endif 836 810 EOF 837 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:8 38: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then811 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:812: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 838 812 ac_cv_prog_gcc=yes 839 813 else … … 854 828 CFLAGS= 855 829 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 856 echo "configure:8 57: checking whether ${CC-cc} accepts -g" >&5830 echo "configure:831: checking whether ${CC-cc} accepts -g" >&5 857 831 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 858 832 echo $ac_n "(cached) $ac_c" 1>&6 … … 886 860 887 861 862 # These defines are necessary to get 64-bit file size support. 863 # NetBSD 1.4 header files does not support XOPEN_SOURCE == 600, but it 864 # handles 64-bit file sizes without needing these defines. 865 echo $ac_n "checking whether _XOPEN_SOURCE may be defined""... $ac_c" 1>&6 866 echo "configure:867: checking whether _XOPEN_SOURCE may be defined" >&5 867 cat > conftest.$ac_ext <<EOF 868 #line 869 "configure" 869 #include "confdefs.h" 870 #define _XOPEN_SOURCE 600L 871 #include <unistd.h> 872 int main() { 873 874 ; return 0; } 875 EOF 876 if { (eval echo configure:877: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 877 rm -rf conftest* 878 may_use_xopen_source=yes 879 else 880 echo "configure: failed program was:" >&5 881 cat conftest.$ac_ext >&5 882 rm -rf conftest* 883 may_use_xopen_source=no 884 fi 885 rm -f conftest* 886 echo "$ac_t""$may_use_xopen_source" 1>&6 887 if test $may_use_xopen_source = yes; then 888 cat >> confdefs.h <<\EOF 889 #define _XOPEN_SOURCE 600L 890 EOF 891 892 # The following is needed by irix6.2 so that struct timeval is declared. 893 cat >> confdefs.h <<\EOF 894 #define _XOPEN_SOURCE_EXTENDED 1 895 EOF 896 897 # The following is needed by Solaris2.5.1 so that struct timeval is declared. 898 cat >> confdefs.h <<\EOF 899 #define __EXTENSIONS__ 1 900 EOF 901 902 cat >> confdefs.h <<\EOF 903 #define _FILE_OFFSET_BITS 64 904 EOF 905 906 cat >> confdefs.h <<\EOF 907 #define _LARGEFILE_SOURCE 1 908 EOF 909 910 fi 911 912 888 913 LIBTOOL='$(SHELL) ../libtool' 889 914 … … 892 917 893 918 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 894 echo "configure: 895: checking whether ${MAKE-make} sets \${MAKE}" >&5919 echo "configure:920: checking whether ${MAKE-make} sets \${MAKE}" >&5 895 920 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` 896 921 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then … … 922 947 # Sanity check for the cross-compilation case: 923 948 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 924 echo "configure:9 25: checking how to run the C preprocessor" >&5949 echo "configure:950: checking how to run the C preprocessor" >&5 925 950 # On Suns, sometimes $CPP names a directory. 926 951 if test -n "$CPP" && test -d "$CPP"; then … … 938 963 cat > conftest.$ac_ext <<EOF 939 964 #include <sys/types.h> 940 #line 9 41"configure"965 #line 966 "configure" 941 966 #include "confdefs.h" 942 967 #include <assert.h> … … 944 969 EOF 945 970 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 946 { (eval echo configure:9 47: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }971 { (eval echo configure:972: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 947 972 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 948 973 if test -z "$ac_err"; then … … 956 981 cat > conftest.$ac_ext <<EOF 957 982 #include <sys/types.h> 958 #line 9 59"configure"983 #line 984 "configure" 959 984 #include "confdefs.h" 960 985 #include <assert.h> … … 962 987 EOF 963 988 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 964 { (eval echo configure:9 65: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }989 { (eval echo configure:990: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 965 990 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 966 991 if test -z "$ac_err"; then … … 974 999 cat > conftest.$ac_ext <<EOF 975 1000 #include <sys/types.h> 976 #line 977"configure"1001 #line 1002 "configure" 977 1002 #include "confdefs.h" 978 1003 #include <assert.h> … … 980 1005 EOF 981 1006 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 982 { (eval echo configure: 983: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1007 { (eval echo configure:1008: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 983 1008 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 984 1009 if test -z "$ac_err"; then … … 1006 1031 ac_safe=`echo "stdio.h" | sed 'y%./+-%__p_%'` 1007 1032 echo $ac_n "checking for stdio.h""... $ac_c" 1>&6 1008 echo "configure:10 09: checking for stdio.h" >&51033 echo "configure:1034: checking for stdio.h" >&5 1009 1034 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 1010 1035 echo $ac_n "(cached) $ac_c" 1>&6 … … 1012 1037 cat > conftest.$ac_ext <<EOF 1013 1038 #include <sys/types.h> 1014 #line 10 15"configure"1039 #line 1040 "configure" 1015 1040 #include "confdefs.h" 1016 1041 #include <stdio.h> 1017 1042 EOF 1018 1043 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1019 { (eval echo configure:10 20: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1044 { (eval echo configure:1045: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1020 1045 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1021 1046 if test -z "$ac_err"; then … … 1045 1070 1046 1071 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 1047 echo "configure:10 48: checking for ANSI C header files" >&51072 echo "configure:1073: checking for ANSI C header files" >&5 1048 1073 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then 1049 1074 echo $ac_n "(cached) $ac_c" 1>&6 … … 1051 1076 cat > conftest.$ac_ext <<EOF 1052 1077 #include <sys/types.h> 1053 #line 10 54"configure"1078 #line 1079 "configure" 1054 1079 #include "confdefs.h" 1055 1080 #include <stdlib.h> … … 1059 1084 EOF 1060 1085 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1061 { (eval echo configure:10 62: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1086 { (eval echo configure:1087: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1062 1087 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1063 1088 if test -z "$ac_err"; then … … 1076 1101 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 1077 1102 cat > conftest.$ac_ext <<EOF 1078 #line 1 079"configure"1103 #line 1104 "configure" 1079 1104 #include "confdefs.h" 1080 1105 #include <string.h> … … 1094 1119 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 1095 1120 cat > conftest.$ac_ext <<EOF 1096 #line 1 097"configure"1121 #line 1122 "configure" 1097 1122 #include "confdefs.h" 1098 1123 #include <stdlib.h> … … 1115 1140 else 1116 1141 cat > conftest.$ac_ext <<EOF 1117 #line 11 18"configure"1142 #line 1143 "configure" 1118 1143 #include "confdefs.h" 1119 1144 #include <ctype.h> … … 1126 1151 1127 1152 EOF 1128 if { (eval echo configure:11 29: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null1153 if { (eval echo configure:1154: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 1129 1154 then 1130 1155 : … … 1149 1174 fi 1150 1175 1151 1152 1176 echo $ac_n "checking for posix""... $ac_c" 1>&6 1153 echo "configure:11 54: checking for posix" >&51177 echo "configure:1178: checking for posix" >&5 1154 1178 if eval "test \"`echo '$''{'g77_cv_header_posix'+set}'`\" = set"; then 1155 1179 echo $ac_n "(cached) $ac_c" 1>&6 1156 1180 else 1157 1181 cat > conftest.$ac_ext <<EOF 1158 #line 11 59"configure"1182 #line 1183 "configure" 1159 1183 #include "confdefs.h" 1160 1184 #include <sys/types.h> … … 1182 1206 # header isn't actually like checking the functions, though... 1183 1207 echo $ac_n "checking for GNU library""... $ac_c" 1>&6 1184 echo "configure:1 185: checking for GNU library" >&51208 echo "configure:1209: checking for GNU library" >&5 1185 1209 if eval "test \"`echo '$''{'g77_cv_lib_gnu'+set}'`\" = set"; then 1186 1210 echo $ac_n "(cached) $ac_c" 1>&6 1187 1211 else 1188 1212 cat > conftest.$ac_ext <<EOF 1189 #line 1 190"configure"1213 #line 1214 "configure" 1190 1214 #include "confdefs.h" 1191 1215 #include <stdio.h> … … 1211 1235 # Apparently cygwin needs to be special-cased. 1212 1236 echo $ac_n "checking for cyg\`win'32""... $ac_c" 1>&6 1213 echo "configure:12 14: checking for cyg\`win'32" >&51237 echo "configure:1238: checking for cyg\`win'32" >&5 1214 1238 if eval "test \"`echo '$''{'g77_cv_sys_cygwin32'+set}'`\" = set"; then 1215 1239 echo $ac_n "(cached) $ac_c" 1>&6 1216 1240 else 1217 1241 cat > conftest.$ac_ext <<EOF 1218 #line 12 19"configure"1242 #line 1243 "configure" 1219 1243 #include "confdefs.h" 1220 1244 #ifdef __CYGWIN32__ … … 1239 1263 # ditto for mingw32. 1240 1264 echo $ac_n "checking for mingw32""... $ac_c" 1>&6 1241 echo "configure:12 42: checking for mingw32" >&51265 echo "configure:1266: checking for mingw32" >&5 1242 1266 if eval "test \"`echo '$''{'g77_cv_sys_mingw32'+set}'`\" = set"; then 1243 1267 echo $ac_n "(cached) $ac_c" 1>&6 1244 1268 else 1245 1269 cat > conftest.$ac_ext <<EOF 1246 #line 12 47"configure"1270 #line 1271 "configure" 1247 1271 #include "confdefs.h" 1248 1272 #ifdef __MINGW32__ … … 1267 1291 1268 1292 echo $ac_n "checking for working const""... $ac_c" 1>&6 1269 echo "configure:12 70: checking for working const" >&51293 echo "configure:1294: checking for working const" >&5 1270 1294 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then 1271 1295 echo $ac_n "(cached) $ac_c" 1>&6 1272 1296 else 1273 1297 cat > conftest.$ac_ext <<EOF 1274 #line 12 75"configure"1298 #line 1299 "configure" 1275 1299 #include "confdefs.h" 1276 1300 … … 1321 1345 ; return 0; } 1322 1346 EOF 1323 if { (eval echo configure:13 24: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then1347 if { (eval echo configure:1348: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1324 1348 rm -rf conftest* 1325 1349 ac_cv_c_const=yes … … 1342 1366 1343 1367 echo $ac_n "checking for size_t""... $ac_c" 1>&6 1344 echo "configure:13 45: checking for size_t" >&51368 echo "configure:1369: checking for size_t" >&5 1345 1369 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then 1346 1370 echo $ac_n "(cached) $ac_c" 1>&6 1347 1371 else 1348 1372 cat > conftest.$ac_ext <<EOF 1349 #line 13 50"configure"1373 #line 1374 "configure" 1350 1374 #include "confdefs.h" 1351 1375 #include <sys/types.h> … … 1380 1404 # (as of cygwin b18). Likewise on mingw. 1381 1405 echo $ac_n "checking for fstat""... $ac_c" 1>&6 1382 echo "configure:1 383: checking for fstat" >&51406 echo "configure:1407: checking for fstat" >&5 1383 1407 if eval "test \"`echo '$''{'ac_cv_func_fstat'+set}'`\" = set"; then 1384 1408 echo $ac_n "(cached) $ac_c" 1>&6 1385 1409 else 1386 1410 cat > conftest.$ac_ext <<EOF 1387 #line 1 388"configure"1411 #line 1412 "configure" 1388 1412 #include "confdefs.h" 1389 1413 /* System header to define __stub macros and hopefully few prototypes, … … 1408 1432 ; return 0; } 1409 1433 EOF 1410 if { (eval echo configure:14 11: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1434 if { (eval echo configure:1435: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1411 1435 rm -rf conftest* 1412 1436 eval "ac_cv_func_fstat=yes" … … 1428 1452 1429 1453 echo $ac_n "checking need for NON_UNIX_STDIO""... $ac_c" 1>&6 1430 echo "configure:14 31: checking need for NON_UNIX_STDIO" >&51454 echo "configure:1455: checking need for NON_UNIX_STDIO" >&5 1431 1455 if test $g77_cv_sys_cygwin32 = yes \ 1432 1456 || test $g77_cv_sys_mingw32 = yes \ … … 1444 1468 do 1445 1469 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 1446 echo "configure:14 47: checking for $ac_func" >&51470 echo "configure:1471: checking for $ac_func" >&5 1447 1471 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 1448 1472 echo $ac_n "(cached) $ac_c" 1>&6 1449 1473 else 1450 1474 cat > conftest.$ac_ext <<EOF 1451 #line 14 52"configure"1475 #line 1476 "configure" 1452 1476 #include "confdefs.h" 1453 1477 /* System header to define __stub macros and hopefully few prototypes, … … 1472 1496 ; return 0; } 1473 1497 EOF 1474 if { (eval echo configure:14 75: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1498 if { (eval echo configure:1499: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1475 1499 rm -rf conftest* 1476 1500 eval "ac_cv_func_$ac_func=yes" … … 1499 1523 do 1500 1524 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 1501 echo "configure:15 02: checking for $ac_func" >&51525 echo "configure:1526: checking for $ac_func" >&5 1502 1526 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 1503 1527 echo $ac_n "(cached) $ac_c" 1>&6 1504 1528 else 1505 1529 cat > conftest.$ac_ext <<EOF 1506 #line 15 07"configure"1530 #line 1531 "configure" 1507 1531 #include "confdefs.h" 1508 1532 /* System header to define __stub macros and hopefully few prototypes, … … 1527 1551 ; return 0; } 1528 1552 EOF 1529 if { (eval echo configure:15 30: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1553 if { (eval echo configure:1554: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1530 1554 rm -rf conftest* 1531 1555 eval "ac_cv_func_$ac_func=yes" … … 1554 1578 do 1555 1579 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 1556 echo "configure:15 57: checking for $ac_func" >&51580 echo "configure:1581: checking for $ac_func" >&5 1557 1581 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 1558 1582 echo $ac_n "(cached) $ac_c" 1>&6 1559 1583 else 1560 1584 cat > conftest.$ac_ext <<EOF 1561 #line 15 62"configure"1585 #line 1586 "configure" 1562 1586 #include "confdefs.h" 1563 1587 /* System header to define __stub macros and hopefully few prototypes, … … 1582 1606 ; return 0; } 1583 1607 EOF 1584 if { (eval echo configure:1 585: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1608 if { (eval echo configure:1609: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1585 1609 rm -rf conftest* 1586 1610 eval "ac_cv_func_$ac_func=yes" … … 1609 1633 do 1610 1634 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 1611 echo "configure:16 12: checking for $ac_func" >&51635 echo "configure:1636: checking for $ac_func" >&5 1612 1636 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 1613 1637 echo $ac_n "(cached) $ac_c" 1>&6 1614 1638 else 1615 1639 cat > conftest.$ac_ext <<EOF 1616 #line 16 17"configure"1640 #line 1641 "configure" 1617 1641 #include "confdefs.h" 1618 1642 /* System header to define __stub macros and hopefully few prototypes, … … 1637 1661 ; return 0; } 1638 1662 EOF 1639 if { (eval echo configure:16 40: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1663 if { (eval echo configure:1664: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1640 1664 rm -rf conftest* 1641 1665 eval "ac_cv_func_$ac_func=yes" … … 1664 1688 do 1665 1689 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 1666 echo "configure:16 67: checking for $ac_func" >&51690 echo "configure:1691: checking for $ac_func" >&5 1667 1691 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 1668 1692 echo $ac_n "(cached) $ac_c" 1>&6 1669 1693 else 1670 1694 cat > conftest.$ac_ext <<EOF 1671 #line 16 72"configure"1695 #line 1696 "configure" 1672 1696 #include "confdefs.h" 1673 1697 /* System header to define __stub macros and hopefully few prototypes, … … 1692 1716 ; return 0; } 1693 1717 EOF 1694 if { (eval echo configure:1 695: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1718 if { (eval echo configure:1719: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1695 1719 rm -rf conftest* 1696 1720 eval "ac_cv_func_$ac_func=yes" … … 1719 1743 do 1720 1744 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 1721 echo "configure:17 22: checking for $ac_func" >&51745 echo "configure:1746: checking for $ac_func" >&5 1722 1746 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 1723 1747 echo $ac_n "(cached) $ac_c" 1>&6 1724 1748 else 1725 1749 cat > conftest.$ac_ext <<EOF 1726 #line 17 27"configure"1750 #line 1751 "configure" 1727 1751 #include "confdefs.h" 1728 1752 /* System header to define __stub macros and hopefully few prototypes, … … 1747 1771 ; return 0; } 1748 1772 EOF 1749 if { (eval echo configure:17 50: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1773 if { (eval echo configure:1774: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1750 1774 rm -rf conftest* 1751 1775 eval "ac_cv_func_$ac_func=yes" … … 1777 1801 # we're posix-conformant, so always do the test. 1778 1802 echo $ac_n "checking for ansi/posix sprintf result""... $ac_c" 1>&6 1779 echo "configure:1 780: checking for ansi/posix sprintf result" >&51803 echo "configure:1804: checking for ansi/posix sprintf result" >&5 1780 1804 if test "$cross_compiling" = yes; then 1781 1805 g77_cv_sys_sprintf_ansi=no 1782 1806 else 1783 1807 cat > conftest.$ac_ext <<EOF 1784 #line 1 785"configure"1808 #line 1809 "configure" 1785 1809 #include "confdefs.h" 1786 1810 #include <stdio.h> … … 1789 1813 1790 1814 EOF 1791 if { (eval echo configure:1 792: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null1815 if { (eval echo configure:1816: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 1792 1816 then 1793 1817 g77_cv_sys_sprintf_ansi=yes … … 1820 1844 # define NON_ANSI_RW_MODES on unix (can't hurt) 1821 1845 echo $ac_n "checking NON_ANSI_RW_MODES""... $ac_c" 1>&6 1822 echo "configure:18 23: checking NON_ANSI_RW_MODES" >&51846 echo "configure:1847: checking NON_ANSI_RW_MODES" >&5 1823 1847 cat > conftest.$ac_ext <<EOF 1824 #line 18 25"configure"1848 #line 1849 "configure" 1825 1849 #include "confdefs.h" 1826 1850 #ifdef unix … … 1867 1891 1868 1892 echo $ac_n "checking for off_t""... $ac_c" 1>&6 1869 echo "configure:18 70: checking for off_t" >&51893 echo "configure:1894: checking for off_t" >&5 1870 1894 if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then 1871 1895 echo $ac_n "(cached) $ac_c" 1>&6 1872 1896 else 1873 1897 cat > conftest.$ac_ext <<EOF 1874 #line 18 75"configure"1898 #line 1899 "configure" 1875 1899 #include "confdefs.h" 1876 1900 #include <sys/types.h> -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.