Changeset 1788 in Sophya
- Timestamp:
- Nov 26, 2001, 4:14:24 PM (24 years ago)
- Location:
- trunk/ArchTOIPipe
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/Kernel/Makefile.in
r1780 r1788 7 7 CXX=@CXX@ 8 8 AR=@AR@ 9 ARFLAGS=@ARFLAGS@ 9 10 RANLIB=@RANLIB@ 10 11 CXXFLAGS=-O -g … … 61 62 62 63 libatkern.a: $(FILES) 63 $(AR) -cr libatkern.a $(FILES) 64 $(RANLIB) libatkern.a 64 $(AR) $(ARFLAGS) libatkern.a $(FILES) 65 65 ln -sf kernel/libatkern.a ../libatkern.a 66 66 -
trunk/ArchTOIPipe/Makefile.in
r1764 r1788 8 8 CXX=@CXX@ 9 9 AR=@AR@ 10 ARFLAGS=@ARFLAGS@ 10 11 LIBS=@LIBS@ 11 12 CXXFLAGS=-O -g -
trunk/ArchTOIPipe/ProcWSophya/Makefile.in
r1764 r1788 7 7 CXX=@CXX@ 8 8 AR=@AR@ 9 ARFLAGS=@ARFLAGS@ 9 10 RANLIB=@RANLIB@ 10 11 CXXFLAGS=-O -g … … 52 53 53 54 libatsop.a: $(FILES) 54 $(AR) -cr libatsop.a $(FILES) 55 $(RANLIB) libatsop.a 55 $(AR) $(ARFLAGS) libatsop.a $(FILES) 56 56 ln -sf sophya/libatsop.a ../libatsop.a 57 57 -
trunk/ArchTOIPipe/Processors/Makefile.in
r1764 r1788 7 7 CXX=@CXX@ 8 8 AR=@AR@ 9 ARFLAGS=@ARFLAGS@ 9 10 RANLIB=@RANLIB@ 10 11 CXXFLAGS=-O -g … … 54 55 55 56 libatproc.a: $(FILES) 56 $(AR) -cr libatproc.a $(FILES) 57 $(RANLIB) libatproc.a 57 $(AR) $(ARFLAGS) libatproc.a $(FILES) 58 58 ln -sf processors/libatproc.a ../libatproc.a 59 59 -
trunk/ArchTOIPipe/TestPipes/Makefile.in
r1764 r1788 7 7 CXX=@CXX@ 8 8 AR=@AR@ 9 ARFLAGS=@ARFLAGS@ 9 10 RANLIB=@RANLIB@ 10 11 LIBS=@LIBS@ -
trunk/ArchTOIPipe/configure
r1768 r1788 554 554 555 555 if test `uname` = Linux -a -f /usr/bin/g++; then 556 CXX= g++556 CXX=/usr/bin/g++ 557 557 fi 558 558 … … 922 922 fi 923 923 924 if test -x /usr/bin/ar; then 925 # Extract the first word of "ar", so it can be a program name with args. 924 if test `uname` = "Darwin"; then 925 AR=libtool 926 ARFLAGS="-static -o" 927 RANLIB=":" 928 929 930 931 else 932 ARFLAGS="-cr" 933 934 if test -x /usr/bin/ar; then 935 # Extract the first word of "ar", so it can be a program name with args. 926 936 set dummy ar; ac_word=$2 927 937 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 928 echo "configure:9 29: checking for $ac_word" >&5938 echo "configure:939: checking for $ac_word" >&5 929 939 if eval "test \"`echo '$''{'ac_cv_path_AR'+set}'`\" = set"; then 930 940 echo $ac_n "(cached) $ac_c" 1>&6 … … 959 969 fi 960 970 961 else962 # Extract the first word of "ar", so it can be a program name with args.971 else 972 # Extract the first word of "ar", so it can be a program name with args. 963 973 set dummy ar; ac_word=$2 964 974 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 965 echo "configure:9 66: checking for $ac_word" >&5975 echo "configure:976: checking for $ac_word" >&5 966 976 if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then 967 977 echo $ac_n "(cached) $ac_c" 1>&6 … … 989 999 fi 990 1000 991 fi992 if test -x /usr/bin/ranlib; then993 # Extract the first word of "ranlib", so it can be a program name with args.1001 fi 1002 if test -x /usr/bin/ranlib; then 1003 # Extract the first word of "ranlib", so it can be a program name with args. 994 1004 set dummy ranlib; ac_word=$2 995 1005 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 996 echo "configure: 997: checking for $ac_word" >&51006 echo "configure:1007: checking for $ac_word" >&5 997 1007 if eval "test \"`echo '$''{'ac_cv_path_RANLIB'+set}'`\" = set"; then 998 1008 echo $ac_n "(cached) $ac_c" 1>&6 … … 1027 1037 fi 1028 1038 1029 else1030 # Extract the first word of "ranlib", so it can be a program name with args.1039 else 1040 # Extract the first word of "ranlib", so it can be a program name with args. 1031 1041 set dummy ranlib; ac_word=$2 1032 1042 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1033 echo "configure:10 34: checking for $ac_word" >&51043 echo "configure:1044: checking for $ac_word" >&5 1034 1044 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 1035 1045 echo $ac_n "(cached) $ac_c" 1>&6 … … 1058 1068 fi 1059 1069 1060 fi 1070 fi 1071 fi 1072 1061 1073 ac_aux_dir= 1062 1074 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do … … 1090 1102 # ./install, which can be erroneously created by make from ./install.sh. 1091 1103 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 1092 echo "configure:1 093: checking for a BSD compatible install" >&51104 echo "configure:1105: checking for a BSD compatible install" >&5 1093 1105 if test -z "$INSTALL"; then 1094 1106 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then … … 1151 1163 1152 1164 echo $ac_n "checking size of short""... $ac_c" 1>&6 1153 echo "configure:11 54: checking size of short" >&51165 echo "configure:1166: checking size of short" >&5 1154 1166 if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then 1155 1167 echo $ac_n "(cached) $ac_c" 1>&6 … … 1159 1171 else 1160 1172 cat > conftest.$ac_ext <<EOF 1161 #line 11 62"configure"1173 #line 1174 "configure" 1162 1174 #include "confdefs.h" 1163 1175 #include <stdio.h> … … 1170 1182 } 1171 1183 EOF 1172 if { (eval echo configure:11 73: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null1184 if { (eval echo configure:1185: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 1173 1185 then 1174 1186 ac_cv_sizeof_short=`cat conftestval` … … 1190 1202 1191 1203 echo $ac_n "checking size of int""... $ac_c" 1>&6 1192 echo "configure:1 193: checking size of int" >&51204 echo "configure:1205: checking size of int" >&5 1193 1205 if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then 1194 1206 echo $ac_n "(cached) $ac_c" 1>&6 … … 1198 1210 else 1199 1211 cat > conftest.$ac_ext <<EOF 1200 #line 12 01"configure"1212 #line 1213 "configure" 1201 1213 #include "confdefs.h" 1202 1214 #include <stdio.h> … … 1209 1221 } 1210 1222 EOF 1211 if { (eval echo configure:12 12: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null1223 if { (eval echo configure:1224: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 1212 1224 then 1213 1225 ac_cv_sizeof_int=`cat conftestval` … … 1229 1241 1230 1242 echo $ac_n "checking size of long""... $ac_c" 1>&6 1231 echo "configure:12 32: checking size of long" >&51243 echo "configure:1244: checking size of long" >&5 1232 1244 if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then 1233 1245 echo $ac_n "(cached) $ac_c" 1>&6 … … 1237 1249 else 1238 1250 cat > conftest.$ac_ext <<EOF 1239 #line 12 40"configure"1251 #line 1252 "configure" 1240 1252 #include "confdefs.h" 1241 1253 #include <stdio.h> … … 1248 1260 } 1249 1261 EOF 1250 if { (eval echo configure:12 51: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null1262 if { (eval echo configure:1263: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 1251 1263 then 1252 1264 ac_cv_sizeof_long=`cat conftestval` … … 1268 1280 1269 1281 echo $ac_n "checking size of long long""... $ac_c" 1>&6 1270 echo "configure:12 71: checking size of long long" >&51282 echo "configure:1283: checking size of long long" >&5 1271 1283 if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then 1272 1284 echo $ac_n "(cached) $ac_c" 1>&6 … … 1276 1288 else 1277 1289 cat > conftest.$ac_ext <<EOF 1278 #line 12 79"configure"1290 #line 1291 "configure" 1279 1291 #include "confdefs.h" 1280 1292 #include <stdio.h> … … 1287 1299 } 1288 1300 EOF 1289 if { (eval echo configure:1 290: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null1301 if { (eval echo configure:1302: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 1290 1302 then 1291 1303 ac_cv_sizeof_long_long=`cat conftestval` … … 1307 1319 1308 1320 echo $ac_n "checking size of float""... $ac_c" 1>&6 1309 echo "configure:13 10: checking size of float" >&51321 echo "configure:1322: checking size of float" >&5 1310 1322 if eval "test \"`echo '$''{'ac_cv_sizeof_float'+set}'`\" = set"; then 1311 1323 echo $ac_n "(cached) $ac_c" 1>&6 … … 1315 1327 else 1316 1328 cat > conftest.$ac_ext <<EOF 1317 #line 13 18"configure"1329 #line 1330 "configure" 1318 1330 #include "confdefs.h" 1319 1331 #include <stdio.h> … … 1326 1338 } 1327 1339 EOF 1328 if { (eval echo configure:13 29: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null1340 if { (eval echo configure:1341: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 1329 1341 then 1330 1342 ac_cv_sizeof_float=`cat conftestval` … … 1346 1358 1347 1359 echo $ac_n "checking size of double""... $ac_c" 1>&6 1348 echo "configure:13 49: checking size of double" >&51360 echo "configure:1361: checking size of double" >&5 1349 1361 if eval "test \"`echo '$''{'ac_cv_sizeof_double'+set}'`\" = set"; then 1350 1362 echo $ac_n "(cached) $ac_c" 1>&6 … … 1354 1366 else 1355 1367 cat > conftest.$ac_ext <<EOF 1356 #line 13 57"configure"1368 #line 1369 "configure" 1357 1369 #include "confdefs.h" 1358 1370 #include <stdio.h> … … 1365 1377 } 1366 1378 EOF 1367 if { (eval echo configure:13 68: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null1379 if { (eval echo configure:1380: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 1368 1380 then 1369 1381 ac_cv_sizeof_double=`cat conftestval` … … 1385 1397 1386 1398 echo $ac_n "checking size of long double""... $ac_c" 1>&6 1387 echo "configure:1 388: checking size of long double" >&51399 echo "configure:1400: checking size of long double" >&5 1388 1400 if eval "test \"`echo '$''{'ac_cv_sizeof_long_double'+set}'`\" = set"; then 1389 1401 echo $ac_n "(cached) $ac_c" 1>&6 … … 1393 1405 else 1394 1406 cat > conftest.$ac_ext <<EOF 1395 #line 1 396"configure"1407 #line 1408 "configure" 1396 1408 #include "confdefs.h" 1397 1409 #include <stdio.h> … … 1404 1416 } 1405 1417 EOF 1406 if { (eval echo configure:14 07: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null1418 if { (eval echo configure:1419: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 1407 1419 then 1408 1420 ac_cv_sizeof_long_double=`cat conftestval` … … 1425 1437 1426 1438 1439 echo $ac_n "checking "for cfitsio lib"""... $ac_c" 1>&6 1440 echo "configure:1441: checking "for cfitsio lib"" >&5 1427 1441 MACHDIR=`uname`-$CXX 1428 echo MACHDIR= $MACHDIR1429 echo $ac_n "checking "for cfitsio lib"""... $ac_c" 1>&61430 echo "configure:1429: checking "for cfitsio lib"" >&51431 1442 if test -f $ARCHBASEREP/$MACHDIR/Libs/libcfitsio.a; then 1432 1443 cfitslibdir='-L$(ARCHBASEREP)/$(MACHDIR)/Libs' … … 1454 1465 1455 1466 echo $ac_n "checking "for cfitsio includes"""... $ac_c" 1>&6 1456 echo "configure:14 56: checking "for cfitsio includes"" >&51467 echo "configure:1468: checking "for cfitsio includes"" >&5 1457 1468 if test -f $CFITSIODIR/fitsio.h; then 1458 1469 cfitsincdir='-I$(CFITSIODIR)' … … 1468 1479 1469 1480 echo $ac_n "checking for sin in -lm""... $ac_c" 1>&6 1470 echo "configure:14 70: checking for sin in -lm" >&51481 echo "configure:1482: checking for sin in -lm" >&5 1471 1482 ac_lib_var=`echo m'_'sin | sed 'y%./+-%__p_%'` 1472 1483 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1476 1487 LIBS="-lm $LIBS" 1477 1488 cat > conftest.$ac_ext <<EOF 1478 #line 14 78"configure"1489 #line 1490 "configure" 1479 1490 #include "confdefs.h" 1480 1491 /* Override any gcc2 internal prototype to avoid an error. */ … … 1487 1498 ; return 0; } 1488 1499 EOF 1489 if { (eval echo configure:1 489: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1500 if { (eval echo configure:1501: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1490 1501 rm -rf conftest* 1491 1502 eval "ac_cv_lib_$ac_lib_var=yes" … … 1515 1526 1516 1527 echo $ac_n "checking for pthread_create in -lpthread""... $ac_c" 1>&6 1517 echo "configure:15 17: checking for pthread_create in -lpthread" >&51528 echo "configure:1529: checking for pthread_create in -lpthread" >&5 1518 1529 ac_lib_var=`echo pthread'_'pthread_create | sed 'y%./+-%__p_%'` 1519 1530 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1523 1534 LIBS="-lpthread $LIBS" 1524 1535 cat > conftest.$ac_ext <<EOF 1525 #line 15 25"configure"1536 #line 1537 "configure" 1526 1537 #include "confdefs.h" 1527 1538 /* Override any gcc2 internal prototype to avoid an error. */ … … 1534 1545 ; return 0; } 1535 1546 EOF 1536 if { (eval echo configure:15 36: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1547 if { (eval echo configure:1548: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1537 1548 rm -rf conftest* 1538 1549 eval "ac_cv_lib_$ac_lib_var=yes" … … 1562 1573 1563 1574 echo $ac_n "checking for scopy_ in -lblas""... $ac_c" 1>&6 1564 echo "configure:15 64: checking for scopy_ in -lblas" >&51575 echo "configure:1576: checking for scopy_ in -lblas" >&5 1565 1576 ac_lib_var=`echo blas'_'scopy_ | sed 'y%./+-%__p_%'` 1566 1577 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1570 1581 LIBS="-lblas $LIBS" 1571 1582 cat > conftest.$ac_ext <<EOF 1572 #line 15 72"configure"1583 #line 1584 "configure" 1573 1584 #include "confdefs.h" 1574 1585 /* Override any gcc2 internal prototype to avoid an error. */ … … 1581 1592 ; return 0; } 1582 1593 EOF 1583 if { (eval echo configure:15 83: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1594 if { (eval echo configure:1595: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1584 1595 rm -rf conftest* 1585 1596 eval "ac_cv_lib_$ac_lib_var=yes" … … 1609 1620 1610 1621 echo $ac_n "checking for s_copy in -lg2c""... $ac_c" 1>&6 1611 echo "configure:16 11: checking for s_copy in -lg2c" >&51622 echo "configure:1623: checking for s_copy in -lg2c" >&5 1612 1623 ac_lib_var=`echo g2c'_'s_copy | sed 'y%./+-%__p_%'` 1613 1624 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1617 1628 LIBS="-lg2c $LIBS" 1618 1629 cat > conftest.$ac_ext <<EOF 1619 #line 16 19"configure"1630 #line 1631 "configure" 1620 1631 #include "confdefs.h" 1621 1632 /* Override any gcc2 internal prototype to avoid an error. */ … … 1628 1639 ; return 0; } 1629 1640 EOF 1630 if { (eval echo configure:16 30: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1641 if { (eval echo configure:1642: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1631 1642 rm -rf conftest* 1632 1643 eval "ac_cv_lib_$ac_lib_var=yes" … … 1657 1668 1658 1669 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 1659 echo "configure:16 59: checking how to run the C preprocessor" >&51670 echo "configure:1671: checking how to run the C preprocessor" >&5 1660 1671 # On Suns, sometimes $CPP names a directory. 1661 1672 if test -n "$CPP" && test -d "$CPP"; then … … 1672 1683 # not just through cpp. 1673 1684 cat > conftest.$ac_ext <<EOF 1674 #line 16 74"configure"1685 #line 1686 "configure" 1675 1686 #include "confdefs.h" 1676 1687 #include <assert.h> … … 1678 1689 EOF 1679 1690 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1680 { (eval echo configure:16 80: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1691 { (eval echo configure:1692: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1681 1692 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1682 1693 if test -z "$ac_err"; then … … 1689 1700 CPP="${CC-cc} -E -traditional-cpp" 1690 1701 cat > conftest.$ac_ext <<EOF 1691 #line 1 691"configure"1702 #line 1703 "configure" 1692 1703 #include "confdefs.h" 1693 1704 #include <assert.h> … … 1695 1706 EOF 1696 1707 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1697 { (eval echo configure:1 697: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1708 { (eval echo configure:1709: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1698 1709 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1699 1710 if test -z "$ac_err"; then … … 1706 1717 CPP="${CC-cc} -nologo -E" 1707 1718 cat > conftest.$ac_ext <<EOF 1708 #line 17 08"configure"1719 #line 1720 "configure" 1709 1720 #include "confdefs.h" 1710 1721 #include <assert.h> … … 1712 1723 EOF 1713 1724 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1714 { (eval echo configure:17 14: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1725 { (eval echo configure:1726: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1715 1726 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1716 1727 if test -z "$ac_err"; then … … 1737 1748 1738 1749 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 1739 echo "configure:17 39: checking for ANSI C header files" >&51750 echo "configure:1751: checking for ANSI C header files" >&5 1740 1751 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then 1741 1752 echo $ac_n "(cached) $ac_c" 1>&6 1742 1753 else 1743 1754 cat > conftest.$ac_ext <<EOF 1744 #line 17 44"configure"1755 #line 1756 "configure" 1745 1756 #include "confdefs.h" 1746 1757 #include <stdlib.h> … … 1750 1761 EOF 1751 1762 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1752 { (eval echo configure:17 52: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1763 { (eval echo configure:1764: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1753 1764 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1754 1765 if test -z "$ac_err"; then … … 1767 1778 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 1768 1779 cat > conftest.$ac_ext <<EOF 1769 #line 17 69"configure"1780 #line 1781 "configure" 1770 1781 #include "confdefs.h" 1771 1782 #include <string.h> … … 1785 1796 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 1786 1797 cat > conftest.$ac_ext <<EOF 1787 #line 17 87"configure"1798 #line 1799 "configure" 1788 1799 #include "confdefs.h" 1789 1800 #include <stdlib.h> … … 1806 1817 else 1807 1818 cat > conftest.$ac_ext <<EOF 1808 #line 18 08"configure"1819 #line 1820 "configure" 1809 1820 #include "confdefs.h" 1810 1821 #include <ctype.h> … … 1817 1828 1818 1829 EOF 1819 if { (eval echo configure:18 19: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null1830 if { (eval echo configure:1831: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 1820 1831 then 1821 1832 : … … 1844 1855 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 1845 1856 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 1846 echo "configure:18 46: checking for $ac_hdr" >&51857 echo "configure:1858: checking for $ac_hdr" >&5 1847 1858 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 1848 1859 echo $ac_n "(cached) $ac_c" 1>&6 1849 1860 else 1850 1861 cat > conftest.$ac_ext <<EOF 1851 #line 18 51"configure"1862 #line 1863 "configure" 1852 1863 #include "confdefs.h" 1853 1864 #include <$ac_hdr> 1854 1865 EOF 1855 1866 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1856 { (eval echo configure:18 56: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1867 { (eval echo configure:1868: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1857 1868 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1858 1869 if test -z "$ac_err"; then … … 2023 2034 s%@CXX@%$CXX%g 2024 2035 s%@AR@%$AR%g 2036 s%@ARFLAGS@%$ARFLAGS%g 2025 2037 s%@RANLIB@%$RANLIB%g 2026 2038 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g -
trunk/ArchTOIPipe/configure.in
r1755 r1788 31 31 AC_PROG_CC 32 32 AC_PROG_CXX 33 if test -x /usr/bin/ar; then 34 AC_PATH_PROG(AR, ar, /usr/bin/ar, /usr/bin:$PATH) 33 if test `uname` = "Darwin"; then 34 AR=libtool 35 ARFLAGS="-static -o" 36 RANLIB=":" 37 AC_SUBST(AR) 38 AC_SUBST(ARFLAGS) 39 AC_SUBST(RANLIB) 35 40 else 36 AC_CHECK_PROG(AR, ar) 41 ARFLAGS="-cr" 42 AC_SUBST(ARFLAGS) 43 if test -x /usr/bin/ar; then 44 AC_PATH_PROG(AR, ar, /usr/bin/ar, /usr/bin:$PATH) 45 else 46 AC_CHECK_PROG(AR, ar) 47 fi 48 if test -x /usr/bin/ranlib; then 49 AC_PATH_PROG(RANLIB, ranlib, /usr/bin/ranlib, /usr/bin:$PATH) 50 else 51 AC_PROG_RANLIB 52 fi 37 53 fi 38 if test -x /usr/bin/ranlib; then 39 AC_PATH_PROG(RANLIB, ranlib, /usr/bin/ranlib, /usr/bin:$PATH) 40 else 41 AC_PROG_RANLIB 42 fi 54 43 55 AC_PROG_INSTALL 44 56
Note:
See TracChangeset
for help on using the changeset viewer.