Changeset 1751 in Sophya for trunk/ArchTOIPipe
- Timestamp:
- Nov 12, 2001, 4:29:36 PM (24 years ago)
- Location:
- trunk/ArchTOIPipe
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/configure
r1745 r1751 545 545 fi 546 546 547 if test `uname` = IRIX64 -a -z "$CXX"; then 548 if test -x /usr/bin/CC; then 549 echo "using CC on IRIX" 550 CXX=CC 551 export CXX 552 fi 553 fi 554 547 555 if test `uname` = Linux -a -f /usr/bin/g++; then 548 556 CXX=/usr/bin/g++ … … 552 560 set dummy gcc; ac_word=$2 553 561 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 554 echo "configure:5 55: checking for $ac_word" >&5562 echo "configure:563: checking for $ac_word" >&5 555 563 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 556 564 echo $ac_n "(cached) $ac_c" 1>&6 … … 582 590 set dummy cc; ac_word=$2 583 591 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 584 echo "configure:5 85: checking for $ac_word" >&5592 echo "configure:593: checking for $ac_word" >&5 585 593 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 586 594 echo $ac_n "(cached) $ac_c" 1>&6 … … 633 641 set dummy cl; ac_word=$2 634 642 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 635 echo "configure:6 36: checking for $ac_word" >&5643 echo "configure:644: checking for $ac_word" >&5 636 644 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 637 645 echo $ac_n "(cached) $ac_c" 1>&6 … … 665 673 666 674 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 667 echo "configure:6 68: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5675 echo "configure:676: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 668 676 669 677 ac_ext=c … … 676 684 cat > conftest.$ac_ext << EOF 677 685 678 #line 6 79"configure"686 #line 687 "configure" 679 687 #include "confdefs.h" 680 688 681 689 main(){return(0);} 682 690 EOF 683 if { (eval echo configure:6 84: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then691 if { (eval echo configure:692: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 684 692 ac_cv_prog_cc_works=yes 685 693 # If we can't run a trivial program, we are probably using a cross compiler. … … 707 715 fi 708 716 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 709 echo "configure:71 0: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5717 echo "configure:718: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 710 718 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 711 719 cross_compiling=$ac_cv_prog_cc_cross 712 720 713 721 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 714 echo "configure:7 15: checking whether we are using GNU C" >&5722 echo "configure:723: checking whether we are using GNU C" >&5 715 723 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 716 724 echo $ac_n "(cached) $ac_c" 1>&6 … … 721 729 #endif 722 730 EOF 723 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:7 24: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then731 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:732: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 724 732 ac_cv_prog_gcc=yes 725 733 else … … 740 748 CFLAGS= 741 749 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 742 echo "configure:7 43: checking whether ${CC-cc} accepts -g" >&5750 echo "configure:751: checking whether ${CC-cc} accepts -g" >&5 743 751 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 744 752 echo $ac_n "(cached) $ac_c" 1>&6 … … 776 784 set dummy $ac_prog; ac_word=$2 777 785 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 778 echo "configure:7 79: checking for $ac_word" >&5786 echo "configure:787: checking for $ac_word" >&5 779 787 if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then 780 788 echo $ac_n "(cached) $ac_c" 1>&6 … … 808 816 809 817 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6 810 echo "configure:81 1: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5818 echo "configure:819: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5 811 819 812 820 ac_ext=C … … 819 827 cat > conftest.$ac_ext << EOF 820 828 821 #line 8 22"configure"829 #line 830 "configure" 822 830 #include "confdefs.h" 823 831 824 832 int main(){return(0);} 825 833 EOF 826 if { (eval echo configure:8 27: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then834 if { (eval echo configure:835: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 827 835 ac_cv_prog_cxx_works=yes 828 836 # If we can't run a trivial program, we are probably using a cross compiler. … … 850 858 fi 851 859 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 852 echo "configure:8 53: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5860 echo "configure:861: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5 853 861 echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6 854 862 cross_compiling=$ac_cv_prog_cxx_cross 855 863 856 864 echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6 857 echo "configure:8 58: checking whether we are using GNU C++" >&5865 echo "configure:866: checking whether we are using GNU C++" >&5 858 866 if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then 859 867 echo $ac_n "(cached) $ac_c" 1>&6 … … 864 872 #endif 865 873 EOF 866 if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:8 67: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then874 if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:875: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 867 875 ac_cv_prog_gxx=yes 868 876 else … … 883 891 CXXFLAGS= 884 892 echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6 885 echo "configure:8 86: checking whether ${CXX-g++} accepts -g" >&5893 echo "configure:894: checking whether ${CXX-g++} accepts -g" >&5 886 894 if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then 887 895 echo $ac_n "(cached) $ac_c" 1>&6 … … 917 925 set dummy ar; ac_word=$2 918 926 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 919 echo "configure:92 0: checking for $ac_word" >&5927 echo "configure:928: checking for $ac_word" >&5 920 928 if eval "test \"`echo '$''{'ac_cv_path_AR'+set}'`\" = set"; then 921 929 echo $ac_n "(cached) $ac_c" 1>&6 … … 953 961 set dummy ranlib; ac_word=$2 954 962 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 955 echo "configure:9 56: checking for $ac_word" >&5963 echo "configure:964: checking for $ac_word" >&5 956 964 if eval "test \"`echo '$''{'ac_cv_path_RANLIB'+set}'`\" = set"; then 957 965 echo $ac_n "(cached) $ac_c" 1>&6 … … 1017 1025 # ./install, which can be erroneously created by make from ./install.sh. 1018 1026 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 1019 echo "configure:102 0: checking for a BSD compatible install" >&51027 echo "configure:1028: checking for a BSD compatible install" >&5 1020 1028 if test -z "$INSTALL"; then 1021 1029 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then … … 1078 1086 1079 1087 echo $ac_n "checking size of short""... $ac_c" 1>&6 1080 echo "configure:108 1: checking size of short" >&51088 echo "configure:1089: checking size of short" >&5 1081 1089 if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then 1082 1090 echo $ac_n "(cached) $ac_c" 1>&6 … … 1086 1094 else 1087 1095 cat > conftest.$ac_ext <<EOF 1088 #line 10 89"configure"1096 #line 1097 "configure" 1089 1097 #include "confdefs.h" 1090 1098 #include <stdio.h> … … 1097 1105 } 1098 1106 EOF 1099 if { (eval echo configure:110 0: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null1107 if { (eval echo configure:1108: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 1100 1108 then 1101 1109 ac_cv_sizeof_short=`cat conftestval` … … 1117 1125 1118 1126 echo $ac_n "checking size of int""... $ac_c" 1>&6 1119 echo "configure:112 0: checking size of int" >&51127 echo "configure:1128: checking size of int" >&5 1120 1128 if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then 1121 1129 echo $ac_n "(cached) $ac_c" 1>&6 … … 1125 1133 else 1126 1134 cat > conftest.$ac_ext <<EOF 1127 #line 11 28"configure"1135 #line 1136 "configure" 1128 1136 #include "confdefs.h" 1129 1137 #include <stdio.h> … … 1136 1144 } 1137 1145 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/null1146 if { (eval echo configure:1147: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 1139 1147 then 1140 1148 ac_cv_sizeof_int=`cat conftestval` … … 1156 1164 1157 1165 echo $ac_n "checking size of long""... $ac_c" 1>&6 1158 echo "configure:11 59: checking size of long" >&51166 echo "configure:1167: checking size of long" >&5 1159 1167 if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then 1160 1168 echo $ac_n "(cached) $ac_c" 1>&6 … … 1164 1172 else 1165 1173 cat > conftest.$ac_ext <<EOF 1166 #line 11 67"configure"1174 #line 1175 "configure" 1167 1175 #include "confdefs.h" 1168 1176 #include <stdio.h> … … 1175 1183 } 1176 1184 EOF 1177 if { (eval echo configure:11 78: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null1185 if { (eval echo configure:1186: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 1178 1186 then 1179 1187 ac_cv_sizeof_long=`cat conftestval` … … 1195 1203 1196 1204 echo $ac_n "checking size of long long""... $ac_c" 1>&6 1197 echo "configure:1 198: checking size of long long" >&51205 echo "configure:1206: checking size of long long" >&5 1198 1206 if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then 1199 1207 echo $ac_n "(cached) $ac_c" 1>&6 … … 1203 1211 else 1204 1212 cat > conftest.$ac_ext <<EOF 1205 #line 12 06"configure"1213 #line 1214 "configure" 1206 1214 #include "confdefs.h" 1207 1215 #include <stdio.h> … … 1214 1222 } 1215 1223 EOF 1216 if { (eval echo configure:12 17: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null1224 if { (eval echo configure:1225: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 1217 1225 then 1218 1226 ac_cv_sizeof_long_long=`cat conftestval` … … 1234 1242 1235 1243 echo $ac_n "checking size of float""... $ac_c" 1>&6 1236 echo "configure:12 37: checking size of float" >&51244 echo "configure:1245: checking size of float" >&5 1237 1245 if eval "test \"`echo '$''{'ac_cv_sizeof_float'+set}'`\" = set"; then 1238 1246 echo $ac_n "(cached) $ac_c" 1>&6 … … 1242 1250 else 1243 1251 cat > conftest.$ac_ext <<EOF 1244 #line 12 45"configure"1252 #line 1253 "configure" 1245 1253 #include "confdefs.h" 1246 1254 #include <stdio.h> … … 1253 1261 } 1254 1262 EOF 1255 if { (eval echo configure:12 56: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null1263 if { (eval echo configure:1264: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 1256 1264 then 1257 1265 ac_cv_sizeof_float=`cat conftestval` … … 1273 1281 1274 1282 echo $ac_n "checking size of double""... $ac_c" 1>&6 1275 echo "configure:12 76: checking size of double" >&51283 echo "configure:1284: checking size of double" >&5 1276 1284 if eval "test \"`echo '$''{'ac_cv_sizeof_double'+set}'`\" = set"; then 1277 1285 echo $ac_n "(cached) $ac_c" 1>&6 … … 1281 1289 else 1282 1290 cat > conftest.$ac_ext <<EOF 1283 #line 12 84"configure"1291 #line 1292 "configure" 1284 1292 #include "confdefs.h" 1285 1293 #include <stdio.h> … … 1292 1300 } 1293 1301 EOF 1294 if { (eval echo configure:1 295: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null1302 if { (eval echo configure:1303: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 1295 1303 then 1296 1304 ac_cv_sizeof_double=`cat conftestval` … … 1312 1320 1313 1321 echo $ac_n "checking size of long double""... $ac_c" 1>&6 1314 echo "configure:13 15: checking size of long double" >&51322 echo "configure:1323: checking size of long double" >&5 1315 1323 if eval "test \"`echo '$''{'ac_cv_sizeof_long_double'+set}'`\" = set"; then 1316 1324 echo $ac_n "(cached) $ac_c" 1>&6 … … 1320 1328 else 1321 1329 cat > conftest.$ac_ext <<EOF 1322 #line 13 23"configure"1330 #line 1331 "configure" 1323 1331 #include "confdefs.h" 1324 1332 #include <stdio.h> … … 1331 1339 } 1332 1340 EOF 1333 if { (eval echo configure:13 34: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null1341 if { (eval echo configure:1342: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 1334 1342 then 1335 1343 ac_cv_sizeof_long_double=`cat conftestval` … … 1353 1361 1354 1362 echo $ac_n "checking "for cfitsio lib"""... $ac_c" 1>&6 1355 echo "configure:13 56: checking "for cfitsio lib"" >&51363 echo "configure:1364: checking "for cfitsio lib"" >&5 1356 1364 MACHDIR=`uname`-$CXX 1357 1365 if test -f $ARCHBASEREP/$MACHDIR/Libs/libcfitsio.a; then … … 1380 1388 1381 1389 echo $ac_n "checking "for cfitsio includes"""... $ac_c" 1>&6 1382 echo "configure:13 83: checking "for cfitsio includes"" >&51390 echo "configure:1391: checking "for cfitsio includes"" >&5 1383 1391 if test -f $CFITSIODIR/fitsio.h; then 1384 1392 cfitsincdir='-I$(CFITSIODIR)' … … 1394 1402 1395 1403 echo $ac_n "checking for sin in -lm""... $ac_c" 1>&6 1396 echo "configure:1 397: checking for sin in -lm" >&51404 echo "configure:1405: checking for sin in -lm" >&5 1397 1405 ac_lib_var=`echo m'_'sin | sed 'y%./+-%__p_%'` 1398 1406 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1402 1410 LIBS="-lm $LIBS" 1403 1411 cat > conftest.$ac_ext <<EOF 1404 #line 14 05"configure"1412 #line 1413 "configure" 1405 1413 #include "confdefs.h" 1406 1414 /* Override any gcc2 internal prototype to avoid an error. */ … … 1413 1421 ; return 0; } 1414 1422 EOF 1415 if { (eval echo configure:14 16: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1423 if { (eval echo configure:1424: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1416 1424 rm -rf conftest* 1417 1425 eval "ac_cv_lib_$ac_lib_var=yes" … … 1441 1449 1442 1450 echo $ac_n "checking for pthread_create in -lpthread""... $ac_c" 1>&6 1443 echo "configure:14 44: checking for pthread_create in -lpthread" >&51451 echo "configure:1452: checking for pthread_create in -lpthread" >&5 1444 1452 ac_lib_var=`echo pthread'_'pthread_create | sed 'y%./+-%__p_%'` 1445 1453 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1449 1457 LIBS="-lpthread $LIBS" 1450 1458 cat > conftest.$ac_ext <<EOF 1451 #line 14 52"configure"1459 #line 1460 "configure" 1452 1460 #include "confdefs.h" 1453 1461 /* Override any gcc2 internal prototype to avoid an error. */ … … 1460 1468 ; return 0; } 1461 1469 EOF 1462 if { (eval echo configure:14 63: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1470 if { (eval echo configure:1471: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1463 1471 rm -rf conftest* 1464 1472 eval "ac_cv_lib_$ac_lib_var=yes" … … 1488 1496 1489 1497 echo $ac_n "checking for scopy_ in -lblas""... $ac_c" 1>&6 1490 echo "configure:149 1: checking for scopy_ in -lblas" >&51498 echo "configure:1499: checking for scopy_ in -lblas" >&5 1491 1499 ac_lib_var=`echo blas'_'scopy_ | sed 'y%./+-%__p_%'` 1492 1500 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1496 1504 LIBS="-lblas $LIBS" 1497 1505 cat > conftest.$ac_ext <<EOF 1498 #line 1 499"configure"1506 #line 1507 "configure" 1499 1507 #include "confdefs.h" 1500 1508 /* Override any gcc2 internal prototype to avoid an error. */ … … 1507 1515 ; return 0; } 1508 1516 EOF 1509 if { (eval echo configure:151 0: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1517 if { (eval echo configure:1518: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1510 1518 rm -rf conftest* 1511 1519 eval "ac_cv_lib_$ac_lib_var=yes" … … 1535 1543 1536 1544 echo $ac_n "checking for s_copy in -lg2c""... $ac_c" 1>&6 1537 echo "configure:15 38: checking for s_copy in -lg2c" >&51545 echo "configure:1546: checking for s_copy in -lg2c" >&5 1538 1546 ac_lib_var=`echo g2c'_'s_copy | sed 'y%./+-%__p_%'` 1539 1547 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1543 1551 LIBS="-lg2c $LIBS" 1544 1552 cat > conftest.$ac_ext <<EOF 1545 #line 15 46"configure"1553 #line 1554 "configure" 1546 1554 #include "confdefs.h" 1547 1555 /* Override any gcc2 internal prototype to avoid an error. */ … … 1554 1562 ; return 0; } 1555 1563 EOF 1556 if { (eval echo configure:15 57: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1564 if { (eval echo configure:1565: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1557 1565 rm -rf conftest* 1558 1566 eval "ac_cv_lib_$ac_lib_var=yes" … … 1583 1591 1584 1592 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 1585 echo "configure:15 86: checking how to run the C preprocessor" >&51593 echo "configure:1594: checking how to run the C preprocessor" >&5 1586 1594 # On Suns, sometimes $CPP names a directory. 1587 1595 if test -n "$CPP" && test -d "$CPP"; then … … 1598 1606 # not just through cpp. 1599 1607 cat > conftest.$ac_ext <<EOF 1600 #line 160 1"configure"1608 #line 1609 "configure" 1601 1609 #include "confdefs.h" 1602 1610 #include <assert.h> … … 1604 1612 EOF 1605 1613 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1606 { (eval echo configure:16 07: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1614 { (eval echo configure:1615: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1607 1615 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1608 1616 if test -z "$ac_err"; then … … 1615 1623 CPP="${CC-cc} -E -traditional-cpp" 1616 1624 cat > conftest.$ac_ext <<EOF 1617 #line 16 18"configure"1625 #line 1626 "configure" 1618 1626 #include "confdefs.h" 1619 1627 #include <assert.h> … … 1621 1629 EOF 1622 1630 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1623 { (eval echo configure:16 24: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1631 { (eval echo configure:1632: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1624 1632 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1625 1633 if test -z "$ac_err"; then … … 1632 1640 CPP="${CC-cc} -nologo -E" 1633 1641 cat > conftest.$ac_ext <<EOF 1634 #line 16 35"configure"1642 #line 1643 "configure" 1635 1643 #include "confdefs.h" 1636 1644 #include <assert.h> … … 1638 1646 EOF 1639 1647 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1640 { (eval echo configure:164 1: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1648 { (eval echo configure:1649: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1641 1649 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1642 1650 if test -z "$ac_err"; then … … 1663 1671 1664 1672 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 1665 echo "configure:16 66: checking for ANSI C header files" >&51673 echo "configure:1674: checking for ANSI C header files" >&5 1666 1674 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then 1667 1675 echo $ac_n "(cached) $ac_c" 1>&6 1668 1676 else 1669 1677 cat > conftest.$ac_ext <<EOF 1670 #line 167 1"configure"1678 #line 1679 "configure" 1671 1679 #include "confdefs.h" 1672 1680 #include <stdlib.h> … … 1676 1684 EOF 1677 1685 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1678 { (eval echo configure:16 79: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1686 { (eval echo configure:1687: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1679 1687 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1680 1688 if test -z "$ac_err"; then … … 1693 1701 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 1694 1702 cat > conftest.$ac_ext <<EOF 1695 #line 1 696"configure"1703 #line 1704 "configure" 1696 1704 #include "confdefs.h" 1697 1705 #include <string.h> … … 1711 1719 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 1712 1720 cat > conftest.$ac_ext <<EOF 1713 #line 17 14"configure"1721 #line 1722 "configure" 1714 1722 #include "confdefs.h" 1715 1723 #include <stdlib.h> … … 1732 1740 else 1733 1741 cat > conftest.$ac_ext <<EOF 1734 #line 17 35"configure"1742 #line 1743 "configure" 1735 1743 #include "confdefs.h" 1736 1744 #include <ctype.h> … … 1743 1751 1744 1752 EOF 1745 if { (eval echo configure:17 46: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null1753 if { (eval echo configure:1754: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 1746 1754 then 1747 1755 : … … 1770 1778 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 1771 1779 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 1772 echo "configure:17 73: checking for $ac_hdr" >&51780 echo "configure:1781: checking for $ac_hdr" >&5 1773 1781 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 1774 1782 echo $ac_n "(cached) $ac_c" 1>&6 1775 1783 else 1776 1784 cat > conftest.$ac_ext <<EOF 1777 #line 17 78"configure"1785 #line 1786 "configure" 1778 1786 #include "confdefs.h" 1779 1787 #include <$ac_hdr> 1780 1788 EOF 1781 1789 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1782 { (eval echo configure:17 83: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1790 { (eval echo configure:1791: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1783 1791 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1784 1792 if test -z "$ac_err"; then -
trunk/ArchTOIPipe/configure.in
r1745 r1751 12 12 echo "using cxx on alpha" 13 13 CXX=cxx 14 export CXX 15 fi 16 fi 17 18 if test `uname` = IRIX64 -a -z "$CXX"; then 19 if test -x /usr/bin/CC; then 20 echo "using CC on IRIX" 21 CXX=CC 14 22 export CXX 15 23 fi
Note:
See TracChangeset
for help on using the changeset viewer.