Changeset 1394 for trunk/src/gcc/libf2c/libU77/configure
- Timestamp:
- Apr 28, 2004, 6:58:06 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gcc/libf2c/libU77/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 698 699 677 700 678 … … 704 682 set dummy gcc; ac_word=$2 705 683 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 706 echo "configure: 707: checking for $ac_word" >&5684 echo "configure:685: checking for $ac_word" >&5 707 685 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 708 686 echo $ac_n "(cached) $ac_c" 1>&6 … … 735 713 set dummy cc; ac_word=$2 736 714 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 737 echo "configure:7 38: checking for $ac_word" >&5715 echo "configure:716: checking for $ac_word" >&5 738 716 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 739 717 echo $ac_n "(cached) $ac_c" 1>&6 … … 788 766 set dummy cl; ac_word=$2 789 767 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 790 echo "configure:7 91: checking for $ac_word" >&5768 echo "configure:769: checking for $ac_word" >&5 791 769 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 792 770 echo $ac_n "(cached) $ac_c" 1>&6 … … 822 800 823 801 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 824 echo "configure:8 25: checking whether we are using GNU C" >&5802 echo "configure:803: checking whether we are using GNU C" >&5 825 803 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 826 804 echo $ac_n "(cached) $ac_c" 1>&6 … … 831 809 #endif 832 810 EOF 833 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:8 34: \"$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 834 812 ac_cv_prog_gcc=yes 835 813 else … … 850 828 CFLAGS= 851 829 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 852 echo "configure:8 53: checking whether ${CC-cc} accepts -g" >&5830 echo "configure:831: checking whether ${CC-cc} accepts -g" >&5 853 831 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 854 832 echo $ac_n "(cached) $ac_c" 1>&6 … … 882 860 883 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 fi 907 908 884 909 LIBTOOL='$(SHELL) ../libtool' 885 910 … … 894 919 895 920 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 896 echo "configure: 897: checking whether ${MAKE-make} sets \${MAKE}" >&5921 echo "configure:922: checking whether ${MAKE-make} sets \${MAKE}" >&5 897 922 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` 898 923 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then … … 924 949 set dummy chmod; ac_word=$2 925 950 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 926 echo "configure:9 27: checking for $ac_word" >&5951 echo "configure:952: checking for $ac_word" >&5 927 952 if eval "test \"`echo '$''{'ac_cv_path_ac_cv_prog_chmod'+set}'`\" = set"; then 928 953 echo $ac_n "(cached) $ac_c" 1>&6 … … 972 997 973 998 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 974 echo "configure: 975: checking how to run the C preprocessor" >&5999 echo "configure:1000: checking how to run the C preprocessor" >&5 975 1000 # On Suns, sometimes $CPP names a directory. 976 1001 if test -n "$CPP" && test -d "$CPP"; then … … 988 1013 cat > conftest.$ac_ext <<EOF 989 1014 #include <sys/types.h> 990 #line 991"configure"1015 #line 1016 "configure" 991 1016 #include "confdefs.h" 992 1017 #include <assert.h> … … 994 1019 EOF 995 1020 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 996 { (eval echo configure: 997: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1021 { (eval echo configure:1022: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 997 1022 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 998 1023 if test -z "$ac_err"; then … … 1006 1031 cat > conftest.$ac_ext <<EOF 1007 1032 #include <sys/types.h> 1008 #line 10 09"configure"1033 #line 1034 "configure" 1009 1034 #include "confdefs.h" 1010 1035 #include <assert.h> … … 1012 1037 EOF 1013 1038 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1014 { (eval echo configure:10 15: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1039 { (eval echo configure:1040: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1015 1040 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1016 1041 if test -z "$ac_err"; then … … 1024 1049 cat > conftest.$ac_ext <<EOF 1025 1050 #include <sys/types.h> 1026 #line 10 27"configure"1051 #line 1052 "configure" 1027 1052 #include "confdefs.h" 1028 1053 #include <assert.h> … … 1030 1055 EOF 1031 1056 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1032 { (eval echo configure:10 33: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1057 { (eval echo configure:1058: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1033 1058 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1034 1059 if test -z "$ac_err"; then … … 1055 1080 1056 1081 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 1057 echo "configure:10 58: checking for ANSI C header files" >&51082 echo "configure:1083: checking for ANSI C header files" >&5 1058 1083 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then 1059 1084 echo $ac_n "(cached) $ac_c" 1>&6 … … 1061 1086 cat > conftest.$ac_ext <<EOF 1062 1087 #include <sys/types.h> 1063 #line 10 64"configure"1088 #line 1089 "configure" 1064 1089 #include "confdefs.h" 1065 1090 #include <stdlib.h> … … 1069 1094 EOF 1070 1095 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1071 { (eval echo configure:10 72: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1096 { (eval echo configure:1097: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1072 1097 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1073 1098 if test -z "$ac_err"; then … … 1086 1111 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 1087 1112 cat > conftest.$ac_ext <<EOF 1088 #line 1 089"configure"1113 #line 1114 "configure" 1089 1114 #include "confdefs.h" 1090 1115 #include <string.h> … … 1104 1129 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 1105 1130 cat > conftest.$ac_ext <<EOF 1106 #line 11 07"configure"1131 #line 1132 "configure" 1107 1132 #include "confdefs.h" 1108 1133 #include <stdlib.h> … … 1125 1150 else 1126 1151 cat > conftest.$ac_ext <<EOF 1127 #line 11 28"configure"1152 #line 1153 "configure" 1128 1153 #include "confdefs.h" 1129 1154 #include <ctype.h> … … 1136 1161 1137 1162 EOF 1138 if { (eval echo configure:11 39: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null1163 if { (eval echo configure:1164: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 1139 1164 then 1140 1165 : … … 1159 1184 fi 1160 1185 1161 1162 1186 echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6 1163 echo "configure:11 64: checking whether time.h and sys/time.h may both be included" >&51187 echo "configure:1188: checking whether time.h and sys/time.h may both be included" >&5 1164 1188 if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then 1165 1189 echo $ac_n "(cached) $ac_c" 1>&6 1166 1190 else 1167 1191 cat > conftest.$ac_ext <<EOF 1168 #line 11 69"configure"1192 #line 1193 "configure" 1169 1193 #include "confdefs.h" 1170 1194 #include <sys/types.h> … … 1175 1199 ; return 0; } 1176 1200 EOF 1177 if { (eval echo configure:1 178: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then1201 if { (eval echo configure:1202: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1178 1202 rm -rf conftest* 1179 1203 ac_cv_header_time=yes … … 1200 1224 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 1201 1225 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 1202 echo "configure:12 03: checking for $ac_hdr" >&51226 echo "configure:1227: checking for $ac_hdr" >&5 1203 1227 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 1204 1228 echo $ac_n "(cached) $ac_c" 1>&6 … … 1206 1230 cat > conftest.$ac_ext <<EOF 1207 1231 #include <sys/types.h> 1208 #line 12 09"configure"1232 #line 1233 "configure" 1209 1233 #include "confdefs.h" 1210 1234 #include <$ac_hdr> 1211 1235 EOF 1212 1236 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1213 { (eval echo configure:12 14: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1237 { (eval echo configure:1238: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1214 1238 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1215 1239 if test -z "$ac_err"; then … … 1239 1263 1240 1264 echo $ac_n "checking for working const""... $ac_c" 1>&6 1241 echo "configure:12 42: checking for working const" >&51265 echo "configure:1266: checking for working const" >&5 1242 1266 if eval "test \"`echo '$''{'ac_cv_c_const'+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 … … 1293 1317 ; return 0; } 1294 1318 EOF 1295 if { (eval echo configure:1 296: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then1319 if { (eval echo configure:1320: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1296 1320 rm -rf conftest* 1297 1321 ac_cv_c_const=yes … … 1314 1338 1315 1339 echo $ac_n "checking for size_t""... $ac_c" 1>&6 1316 echo "configure:13 17: checking for size_t" >&51340 echo "configure:1341: checking for size_t" >&5 1317 1341 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then 1318 1342 echo $ac_n "(cached) $ac_c" 1>&6 1319 1343 else 1320 1344 cat > conftest.$ac_ext <<EOF 1321 #line 13 22"configure"1345 #line 1346 "configure" 1322 1346 #include "confdefs.h" 1323 1347 #include <sys/types.h> … … 1347 1371 1348 1372 echo $ac_n "checking for mode_t""... $ac_c" 1>&6 1349 echo "configure:13 50: checking for mode_t" >&51373 echo "configure:1374: checking for mode_t" >&5 1350 1374 if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then 1351 1375 echo $ac_n "(cached) $ac_c" 1>&6 1352 1376 else 1353 1377 cat > conftest.$ac_ext <<EOF 1354 #line 13 55"configure"1378 #line 1379 "configure" 1355 1379 #include "confdefs.h" 1356 1380 #include <sys/types.h> … … 1381 1405 1382 1406 echo $ac_n "checking for pid_t""... $ac_c" 1>&6 1383 echo "configure:1 384: checking for pid_t" >&51407 echo "configure:1408: checking for pid_t" >&5 1384 1408 if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then 1385 1409 echo $ac_n "(cached) $ac_c" 1>&6 1386 1410 else 1387 1411 cat > conftest.$ac_ext <<EOF 1388 #line 1 389"configure"1412 #line 1413 "configure" 1389 1413 #include "confdefs.h" 1390 1414 #include <sys/types.h> … … 1414 1438 1415 1439 echo $ac_n "checking for st_blksize in struct stat""... $ac_c" 1>&6 1416 echo "configure:14 17: checking for st_blksize in struct stat" >&51440 echo "configure:1441: checking for st_blksize in struct stat" >&5 1417 1441 if eval "test \"`echo '$''{'ac_cv_struct_st_blksize'+set}'`\" = set"; then 1418 1442 echo $ac_n "(cached) $ac_c" 1>&6 1419 1443 else 1420 1444 cat > conftest.$ac_ext <<EOF 1421 #line 14 22"configure"1445 #line 1446 "configure" 1422 1446 #include "confdefs.h" 1423 1447 #include <sys/types.h> … … 1427 1451 ; return 0; } 1428 1452 EOF 1429 if { (eval echo configure:14 30: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then1453 if { (eval echo configure:1454: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1430 1454 rm -rf conftest* 1431 1455 ac_cv_struct_st_blksize=yes … … 1448 1472 1449 1473 echo $ac_n "checking for st_blocks in struct stat""... $ac_c" 1>&6 1450 echo "configure:14 51: checking for st_blocks in struct stat" >&51474 echo "configure:1475: checking for st_blocks in struct stat" >&5 1451 1475 if eval "test \"`echo '$''{'ac_cv_struct_st_blocks'+set}'`\" = set"; then 1452 1476 echo $ac_n "(cached) $ac_c" 1>&6 1453 1477 else 1454 1478 cat > conftest.$ac_ext <<EOF 1455 #line 14 56"configure"1479 #line 1480 "configure" 1456 1480 #include "confdefs.h" 1457 1481 #include <sys/types.h> … … 1461 1485 ; return 0; } 1462 1486 EOF 1463 if { (eval echo configure:14 64: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then1487 if { (eval echo configure:1488: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1464 1488 rm -rf conftest* 1465 1489 ac_cv_struct_st_blocks=yes … … 1484 1508 1485 1509 echo $ac_n "checking for st_rdev in struct stat""... $ac_c" 1>&6 1486 echo "configure:1 487: checking for st_rdev in struct stat" >&51510 echo "configure:1511: checking for st_rdev in struct stat" >&5 1487 1511 if eval "test \"`echo '$''{'ac_cv_struct_st_rdev'+set}'`\" = set"; then 1488 1512 echo $ac_n "(cached) $ac_c" 1>&6 1489 1513 else 1490 1514 cat > conftest.$ac_ext <<EOF 1491 #line 1 492"configure"1515 #line 1516 "configure" 1492 1516 #include "confdefs.h" 1493 1517 #include <sys/types.h> … … 1497 1521 ; return 0; } 1498 1522 EOF 1499 if { (eval echo configure:15 00: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then1523 if { (eval echo configure:1524: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1500 1524 rm -rf conftest* 1501 1525 ac_cv_struct_st_rdev=yes … … 1518 1542 1519 1543 echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6 1520 echo "configure:15 21: checking whether struct tm is in sys/time.h or time.h" >&51544 echo "configure:1545: checking whether struct tm is in sys/time.h or time.h" >&5 1521 1545 if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then 1522 1546 echo $ac_n "(cached) $ac_c" 1>&6 1523 1547 else 1524 1548 cat > conftest.$ac_ext <<EOF 1525 #line 15 26"configure"1549 #line 1550 "configure" 1526 1550 #include "confdefs.h" 1527 1551 #include <sys/types.h> … … 1531 1555 ; return 0; } 1532 1556 EOF 1533 if { (eval echo configure:15 34: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then1557 if { (eval echo configure:1558: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1534 1558 rm -rf conftest* 1535 1559 ac_cv_struct_tm=time.h … … 1553 1577 1554 1578 echo $ac_n "checking for gethostname in -lsocket""... $ac_c" 1>&6 1555 echo "configure:15 56: checking for gethostname in -lsocket" >&51579 echo "configure:1580: checking for gethostname in -lsocket" >&5 1556 1580 ac_lib_var=`echo socket'_'gethostname | sed 'y%./+-%__p_%'` 1557 1581 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1561 1585 LIBS="-lsocket $LIBS" 1562 1586 cat > conftest.$ac_ext <<EOF 1563 #line 15 64"configure"1587 #line 1588 "configure" 1564 1588 #include "confdefs.h" 1565 1589 /* Override any gcc2 internal prototype to avoid an error. */ … … 1572 1596 ; return 0; } 1573 1597 EOF 1574 if { (eval echo configure:15 75: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1598 if { (eval echo configure:1599: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1575 1599 rm -rf conftest* 1576 1600 eval "ac_cv_lib_$ac_lib_var=yes" … … 1598 1622 do 1599 1623 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 1600 echo "configure:16 01: checking for $ac_func" >&51624 echo "configure:1625: checking for $ac_func" >&5 1601 1625 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 1602 1626 echo $ac_n "(cached) $ac_c" 1>&6 1603 1627 else 1604 1628 cat > conftest.$ac_ext <<EOF 1605 #line 16 06"configure"1629 #line 1630 "configure" 1606 1630 #include "confdefs.h" 1607 1631 /* System header to define __stub macros and hopefully few prototypes, … … 1626 1650 ; return 0; } 1627 1651 EOF 1628 if { (eval echo configure:16 29: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1652 if { (eval echo configure:1653: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1629 1653 rm -rf conftest* 1630 1654 eval "ac_cv_func_$ac_func=yes" … … 1655 1679 do 1656 1680 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 1657 echo "configure:16 58: checking for $ac_func" >&51681 echo "configure:1682: checking for $ac_func" >&5 1658 1682 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 1659 1683 echo $ac_n "(cached) $ac_c" 1>&6 1660 1684 else 1661 1685 cat > conftest.$ac_ext <<EOF 1662 #line 16 63"configure"1686 #line 1687 "configure" 1663 1687 #include "confdefs.h" 1664 1688 /* System header to define __stub macros and hopefully few prototypes, … … 1683 1707 ; return 0; } 1684 1708 EOF 1685 if { (eval echo configure:1 686: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1709 if { (eval echo configure:1710: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1686 1710 rm -rf conftest* 1687 1711 eval "ac_cv_func_$ac_func=yes" … … 1709 1733 if test "$ac_cv_func_gettimeofday" = yes; then 1710 1734 echo $ac_n "checking for struct timezone""... $ac_c" 1>&6 1711 echo "configure:17 12: checking for struct timezone" >&51735 echo "configure:1736: checking for struct timezone" >&5 1712 1736 if eval "test \"`echo '$''{'g77_cv_struct_timezone'+set}'`\" = set"; then 1713 1737 echo $ac_n "(cached) $ac_c" 1>&6 1714 1738 else 1715 1739 cat > conftest.$ac_ext <<EOF 1716 #line 17 17"configure"1740 #line 1741 "configure" 1717 1741 #include "confdefs.h" 1718 1742 #include <sys/time.h> … … 1721 1745 ; return 0; } 1722 1746 EOF 1723 if { (eval echo configure:17 24: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then1747 if { (eval echo configure:1748: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1724 1748 rm -rf conftest* 1725 1749 g77_cv_struct_timezone=yes … … 1742 1766 else 1743 1767 cat > conftest.$ac_ext <<EOF 1744 #line 17 45"configure"1768 #line 1769 "configure" 1745 1769 #include "confdefs.h" 1746 1770 … … 1765 1789 } 1766 1790 EOF 1767 if { (eval echo configure:17 68: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null1791 if { (eval echo configure:1792: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 1768 1792 then 1769 1793 cat >> confdefs.h <<\EOF … … 1781 1805 1782 1806 echo $ac_n "checking whether gettimeofday can accept two arguments""... $ac_c" 1>&6 1783 echo "configure:1 784: checking whether gettimeofday can accept two arguments" >&51807 echo "configure:1808: checking whether gettimeofday can accept two arguments" >&5 1784 1808 if eval "test \"`echo '$''{'emacs_cv_gettimeofday_two_arguments'+set}'`\" = set"; then 1785 1809 echo $ac_n "(cached) $ac_c" 1>&6 1786 1810 else 1787 1811 cat > conftest.$ac_ext <<EOF 1788 #line 1 789"configure"1812 #line 1813 "configure" 1789 1813 #include "confdefs.h" 1790 1814 … … 1812 1836 ; return 0; } 1813 1837 EOF 1814 if { (eval echo configure:18 15: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1838 if { (eval echo configure:1839: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1815 1839 rm -rf conftest* 1816 1840 emacs_cv_gettimeofday_two_arguments=yes -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.