Changeset 1755 in Sophya
- Timestamp:
- Nov 13, 2001, 4:16:39 PM (24 years ago)
- Location:
- trunk/ArchTOIPipe
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/configure
r1751 r1755 922 922 fi 923 923 924 if test -x /usr/bin/ar; then 924 925 # Extract the first word of "ar", so it can be a program name with args. 925 926 set dummy ar; ac_word=$2 926 927 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 927 echo "configure:92 8: checking for $ac_word" >&5928 echo "configure:929: checking for $ac_word" >&5 928 929 if eval "test \"`echo '$''{'ac_cv_path_AR'+set}'`\" = set"; then 929 930 echo $ac_n "(cached) $ac_c" 1>&6 … … 958 959 fi 959 960 961 else 962 # Extract the first word of "ar", so it can be a program name with args. 963 set dummy ar; ac_word=$2 964 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 965 echo "configure:966: checking for $ac_word" >&5 966 if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then 967 echo $ac_n "(cached) $ac_c" 1>&6 968 else 969 if test -n "$AR"; then 970 ac_cv_prog_AR="$AR" # Let the user override the test. 971 else 972 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 973 ac_dummy="$PATH" 974 for ac_dir in $ac_dummy; do 975 test -z "$ac_dir" && ac_dir=. 976 if test -f $ac_dir/$ac_word; then 977 ac_cv_prog_AR="" 978 break 979 fi 980 done 981 IFS="$ac_save_ifs" 982 fi 983 fi 984 AR="$ac_cv_prog_AR" 985 if test -n "$AR"; then 986 echo "$ac_t""$AR" 1>&6 987 else 988 echo "$ac_t""no" 1>&6 989 fi 990 991 fi 992 if test -x /usr/bin/ranlib; then 960 993 # Extract the first word of "ranlib", so it can be a program name with args. 961 994 set dummy ranlib; ac_word=$2 962 995 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 963 echo "configure:9 64: checking for $ac_word" >&5996 echo "configure:997: checking for $ac_word" >&5 964 997 if eval "test \"`echo '$''{'ac_cv_path_RANLIB'+set}'`\" = set"; then 965 998 echo $ac_n "(cached) $ac_c" 1>&6 … … 994 1027 fi 995 1028 1029 else 1030 # Extract the first word of "ranlib", so it can be a program name with args. 1031 set dummy ranlib; ac_word=$2 1032 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1033 echo "configure:1034: checking for $ac_word" >&5 1034 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 1035 echo $ac_n "(cached) $ac_c" 1>&6 1036 else 1037 if test -n "$RANLIB"; then 1038 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. 1039 else 1040 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 1041 ac_dummy="$PATH" 1042 for ac_dir in $ac_dummy; do 1043 test -z "$ac_dir" && ac_dir=. 1044 if test -f $ac_dir/$ac_word; then 1045 ac_cv_prog_RANLIB="ranlib" 1046 break 1047 fi 1048 done 1049 IFS="$ac_save_ifs" 1050 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":" 1051 fi 1052 fi 1053 RANLIB="$ac_cv_prog_RANLIB" 1054 if test -n "$RANLIB"; then 1055 echo "$ac_t""$RANLIB" 1>&6 1056 else 1057 echo "$ac_t""no" 1>&6 1058 fi 1059 1060 fi 996 1061 ac_aux_dir= 997 1062 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do … … 1025 1090 # ./install, which can be erroneously created by make from ./install.sh. 1026 1091 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 1027 echo "configure:10 28: checking for a BSD compatible install" >&51092 echo "configure:1093: checking for a BSD compatible install" >&5 1028 1093 if test -z "$INSTALL"; then 1029 1094 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then … … 1086 1151 1087 1152 echo $ac_n "checking size of short""... $ac_c" 1>&6 1088 echo "configure:1 089: checking size of short" >&51153 echo "configure:1154: checking size of short" >&5 1089 1154 if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then 1090 1155 echo $ac_n "(cached) $ac_c" 1>&6 … … 1094 1159 else 1095 1160 cat > conftest.$ac_ext <<EOF 1096 #line 1 097"configure"1161 #line 1162 "configure" 1097 1162 #include "confdefs.h" 1098 1163 #include <stdio.h> … … 1105 1170 } 1106 1171 EOF 1107 if { (eval echo configure:11 08: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null1172 if { (eval echo configure:1173: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 1108 1173 then 1109 1174 ac_cv_sizeof_short=`cat conftestval` … … 1125 1190 1126 1191 echo $ac_n "checking size of int""... $ac_c" 1>&6 1127 echo "configure:11 28: checking size of int" >&51192 echo "configure:1193: checking size of int" >&5 1128 1193 if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then 1129 1194 echo $ac_n "(cached) $ac_c" 1>&6 … … 1133 1198 else 1134 1199 cat > conftest.$ac_ext <<EOF 1135 #line 1 136"configure"1200 #line 1201 "configure" 1136 1201 #include "confdefs.h" 1137 1202 #include <stdio.h> … … 1144 1209 } 1145 1210 EOF 1146 if { (eval echo configure:1 147: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null1211 if { (eval echo configure:1212: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 1147 1212 then 1148 1213 ac_cv_sizeof_int=`cat conftestval` … … 1164 1229 1165 1230 echo $ac_n "checking size of long""... $ac_c" 1>&6 1166 echo "configure:1 167: checking size of long" >&51231 echo "configure:1232: checking size of long" >&5 1167 1232 if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then 1168 1233 echo $ac_n "(cached) $ac_c" 1>&6 … … 1172 1237 else 1173 1238 cat > conftest.$ac_ext <<EOF 1174 #line 1 175"configure"1239 #line 1240 "configure" 1175 1240 #include "confdefs.h" 1176 1241 #include <stdio.h> … … 1183 1248 } 1184 1249 EOF 1185 if { (eval echo configure:1 186: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null1250 if { (eval echo configure:1251: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 1186 1251 then 1187 1252 ac_cv_sizeof_long=`cat conftestval` … … 1203 1268 1204 1269 echo $ac_n "checking size of long long""... $ac_c" 1>&6 1205 echo "configure:12 06: checking size of long long" >&51270 echo "configure:1271: checking size of long long" >&5 1206 1271 if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then 1207 1272 echo $ac_n "(cached) $ac_c" 1>&6 … … 1211 1276 else 1212 1277 cat > conftest.$ac_ext <<EOF 1213 #line 12 14"configure"1278 #line 1279 "configure" 1214 1279 #include "confdefs.h" 1215 1280 #include <stdio.h> … … 1222 1287 } 1223 1288 EOF 1224 if { (eval echo configure:12 25: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null1289 if { (eval echo configure:1290: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 1225 1290 then 1226 1291 ac_cv_sizeof_long_long=`cat conftestval` … … 1242 1307 1243 1308 echo $ac_n "checking size of float""... $ac_c" 1>&6 1244 echo "configure:1 245: checking size of float" >&51309 echo "configure:1310: checking size of float" >&5 1245 1310 if eval "test \"`echo '$''{'ac_cv_sizeof_float'+set}'`\" = set"; then 1246 1311 echo $ac_n "(cached) $ac_c" 1>&6 … … 1250 1315 else 1251 1316 cat > conftest.$ac_ext <<EOF 1252 #line 1 253"configure"1317 #line 1318 "configure" 1253 1318 #include "confdefs.h" 1254 1319 #include <stdio.h> … … 1261 1326 } 1262 1327 EOF 1263 if { (eval echo configure:1 264: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null1328 if { (eval echo configure:1329: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 1264 1329 then 1265 1330 ac_cv_sizeof_float=`cat conftestval` … … 1281 1346 1282 1347 echo $ac_n "checking size of double""... $ac_c" 1>&6 1283 echo "configure:1 284: checking size of double" >&51348 echo "configure:1349: checking size of double" >&5 1284 1349 if eval "test \"`echo '$''{'ac_cv_sizeof_double'+set}'`\" = set"; then 1285 1350 echo $ac_n "(cached) $ac_c" 1>&6 … … 1289 1354 else 1290 1355 cat > conftest.$ac_ext <<EOF 1291 #line 1 292"configure"1356 #line 1357 "configure" 1292 1357 #include "confdefs.h" 1293 1358 #include <stdio.h> … … 1300 1365 } 1301 1366 EOF 1302 if { (eval echo configure:13 03: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null1367 if { (eval echo configure:1368: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 1303 1368 then 1304 1369 ac_cv_sizeof_double=`cat conftestval` … … 1320 1385 1321 1386 echo $ac_n "checking size of long double""... $ac_c" 1>&6 1322 echo "configure:13 23: checking size of long double" >&51387 echo "configure:1388: checking size of long double" >&5 1323 1388 if eval "test \"`echo '$''{'ac_cv_sizeof_long_double'+set}'`\" = set"; then 1324 1389 echo $ac_n "(cached) $ac_c" 1>&6 … … 1328 1393 else 1329 1394 cat > conftest.$ac_ext <<EOF 1330 #line 13 31"configure"1395 #line 1396 "configure" 1331 1396 #include "confdefs.h" 1332 1397 #include <stdio.h> … … 1339 1404 } 1340 1405 EOF 1341 if { (eval echo configure:1 342: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null1406 if { (eval echo configure:1407: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 1342 1407 then 1343 1408 ac_cv_sizeof_long_double=`cat conftestval` … … 1361 1426 1362 1427 echo $ac_n "checking "for cfitsio lib"""... $ac_c" 1>&6 1363 echo "configure:1 364: checking "for cfitsio lib"" >&51428 echo "configure:1429: checking "for cfitsio lib"" >&5 1364 1429 MACHDIR=`uname`-$CXX 1365 1430 if test -f $ARCHBASEREP/$MACHDIR/Libs/libcfitsio.a; then … … 1388 1453 1389 1454 echo $ac_n "checking "for cfitsio includes"""... $ac_c" 1>&6 1390 echo "configure:1 391: checking "for cfitsio includes"" >&51455 echo "configure:1456: checking "for cfitsio includes"" >&5 1391 1456 if test -f $CFITSIODIR/fitsio.h; then 1392 1457 cfitsincdir='-I$(CFITSIODIR)' … … 1402 1467 1403 1468 echo $ac_n "checking for sin in -lm""... $ac_c" 1>&6 1404 echo "configure:14 05: checking for sin in -lm" >&51469 echo "configure:1470: checking for sin in -lm" >&5 1405 1470 ac_lib_var=`echo m'_'sin | sed 'y%./+-%__p_%'` 1406 1471 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1410 1475 LIBS="-lm $LIBS" 1411 1476 cat > conftest.$ac_ext <<EOF 1412 #line 14 13"configure"1477 #line 1478 "configure" 1413 1478 #include "confdefs.h" 1414 1479 /* Override any gcc2 internal prototype to avoid an error. */ … … 1421 1486 ; return 0; } 1422 1487 EOF 1423 if { (eval echo configure:14 24: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1488 if { (eval echo configure:1489: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1424 1489 rm -rf conftest* 1425 1490 eval "ac_cv_lib_$ac_lib_var=yes" … … 1449 1514 1450 1515 echo $ac_n "checking for pthread_create in -lpthread""... $ac_c" 1>&6 1451 echo "configure:1 452: checking for pthread_create in -lpthread" >&51516 echo "configure:1517: checking for pthread_create in -lpthread" >&5 1452 1517 ac_lib_var=`echo pthread'_'pthread_create | sed 'y%./+-%__p_%'` 1453 1518 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1457 1522 LIBS="-lpthread $LIBS" 1458 1523 cat > conftest.$ac_ext <<EOF 1459 #line 1 460"configure"1524 #line 1525 "configure" 1460 1525 #include "confdefs.h" 1461 1526 /* Override any gcc2 internal prototype to avoid an error. */ … … 1468 1533 ; return 0; } 1469 1534 EOF 1470 if { (eval echo configure:1 471: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1535 if { (eval echo configure:1536: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1471 1536 rm -rf conftest* 1472 1537 eval "ac_cv_lib_$ac_lib_var=yes" … … 1496 1561 1497 1562 echo $ac_n "checking for scopy_ in -lblas""... $ac_c" 1>&6 1498 echo "configure:1 499: checking for scopy_ in -lblas" >&51563 echo "configure:1564: checking for scopy_ in -lblas" >&5 1499 1564 ac_lib_var=`echo blas'_'scopy_ | sed 'y%./+-%__p_%'` 1500 1565 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1504 1569 LIBS="-lblas $LIBS" 1505 1570 cat > conftest.$ac_ext <<EOF 1506 #line 15 07"configure"1571 #line 1572 "configure" 1507 1572 #include "confdefs.h" 1508 1573 /* Override any gcc2 internal prototype to avoid an error. */ … … 1515 1580 ; return 0; } 1516 1581 EOF 1517 if { (eval echo configure:15 18: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1582 if { (eval echo configure:1583: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1518 1583 rm -rf conftest* 1519 1584 eval "ac_cv_lib_$ac_lib_var=yes" … … 1543 1608 1544 1609 echo $ac_n "checking for s_copy in -lg2c""... $ac_c" 1>&6 1545 echo "configure:1 546: checking for s_copy in -lg2c" >&51610 echo "configure:1611: checking for s_copy in -lg2c" >&5 1546 1611 ac_lib_var=`echo g2c'_'s_copy | sed 'y%./+-%__p_%'` 1547 1612 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1551 1616 LIBS="-lg2c $LIBS" 1552 1617 cat > conftest.$ac_ext <<EOF 1553 #line 1 554"configure"1618 #line 1619 "configure" 1554 1619 #include "confdefs.h" 1555 1620 /* Override any gcc2 internal prototype to avoid an error. */ … … 1562 1627 ; return 0; } 1563 1628 EOF 1564 if { (eval echo configure:1 565: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1629 if { (eval echo configure:1630: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1565 1630 rm -rf conftest* 1566 1631 eval "ac_cv_lib_$ac_lib_var=yes" … … 1591 1656 1592 1657 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 1593 echo "configure:1 594: checking how to run the C preprocessor" >&51658 echo "configure:1659: checking how to run the C preprocessor" >&5 1594 1659 # On Suns, sometimes $CPP names a directory. 1595 1660 if test -n "$CPP" && test -d "$CPP"; then … … 1606 1671 # not just through cpp. 1607 1672 cat > conftest.$ac_ext <<EOF 1608 #line 16 09"configure"1673 #line 1674 "configure" 1609 1674 #include "confdefs.h" 1610 1675 #include <assert.h> … … 1612 1677 EOF 1613 1678 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1614 { (eval echo configure:16 15: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1679 { (eval echo configure:1680: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1615 1680 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1616 1681 if test -z "$ac_err"; then … … 1623 1688 CPP="${CC-cc} -E -traditional-cpp" 1624 1689 cat > conftest.$ac_ext <<EOF 1625 #line 16 26"configure"1690 #line 1691 "configure" 1626 1691 #include "confdefs.h" 1627 1692 #include <assert.h> … … 1629 1694 EOF 1630 1695 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1631 { (eval echo configure:16 32: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1696 { (eval echo configure:1697: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1632 1697 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1633 1698 if test -z "$ac_err"; then … … 1640 1705 CPP="${CC-cc} -nologo -E" 1641 1706 cat > conftest.$ac_ext <<EOF 1642 #line 1 643"configure"1707 #line 1708 "configure" 1643 1708 #include "confdefs.h" 1644 1709 #include <assert.h> … … 1646 1711 EOF 1647 1712 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1648 { (eval echo configure:1 649: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1713 { (eval echo configure:1714: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1649 1714 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1650 1715 if test -z "$ac_err"; then … … 1671 1736 1672 1737 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 1673 echo "configure:1 674: checking for ANSI C header files" >&51738 echo "configure:1739: checking for ANSI C header files" >&5 1674 1739 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then 1675 1740 echo $ac_n "(cached) $ac_c" 1>&6 1676 1741 else 1677 1742 cat > conftest.$ac_ext <<EOF 1678 #line 1 679"configure"1743 #line 1744 "configure" 1679 1744 #include "confdefs.h" 1680 1745 #include <stdlib.h> … … 1684 1749 EOF 1685 1750 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1686 { (eval echo configure:1 687: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1751 { (eval echo configure:1752: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1687 1752 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1688 1753 if test -z "$ac_err"; then … … 1701 1766 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 1702 1767 cat > conftest.$ac_ext <<EOF 1703 #line 17 04"configure"1768 #line 1769 "configure" 1704 1769 #include "confdefs.h" 1705 1770 #include <string.h> … … 1719 1784 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 1720 1785 cat > conftest.$ac_ext <<EOF 1721 #line 17 22"configure"1786 #line 1787 "configure" 1722 1787 #include "confdefs.h" 1723 1788 #include <stdlib.h> … … 1740 1805 else 1741 1806 cat > conftest.$ac_ext <<EOF 1742 #line 1 743"configure"1807 #line 1808 "configure" 1743 1808 #include "confdefs.h" 1744 1809 #include <ctype.h> … … 1751 1816 1752 1817 EOF 1753 if { (eval echo configure:1 754: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null1818 if { (eval echo configure:1819: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 1754 1819 then 1755 1820 : … … 1778 1843 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 1779 1844 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 1780 echo "configure:1 781: checking for $ac_hdr" >&51845 echo "configure:1846: checking for $ac_hdr" >&5 1781 1846 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 1782 1847 echo $ac_n "(cached) $ac_c" 1>&6 1783 1848 else 1784 1849 cat > conftest.$ac_ext <<EOF 1785 #line 1 786"configure"1850 #line 1851 "configure" 1786 1851 #include "confdefs.h" 1787 1852 #include <$ac_hdr> 1788 1853 EOF 1789 1854 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1790 { (eval echo configure:1 791: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1855 { (eval echo configure:1856: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1791 1856 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1792 1857 if test -z "$ac_err"; then -
trunk/ArchTOIPipe/configure.in
r1751 r1755 31 31 AC_PROG_CC 32 32 AC_PROG_CXX 33 if test -x /usr/bin/ar; then 33 34 AC_PATH_PROG(AR, ar, /usr/bin/ar, /usr/bin:$PATH) 35 else 36 AC_CHECK_PROG(AR, ar) 37 fi 38 if test -x /usr/bin/ranlib; then 34 39 AC_PATH_PROG(RANLIB, ranlib, /usr/bin/ranlib, /usr/bin:$PATH) 40 else 41 AC_PROG_RANLIB 42 fi 35 43 AC_PROG_INSTALL 36 44
Note:
See TracChangeset
for help on using the changeset viewer.