- Timestamp:
- Oct 19, 2001, 12:02:19 PM (24 years ago)
- Location:
- trunk/ArchTOIPipe
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/Kernel/Makefile.in
r1706 r1707 7 7 CXX=@CXX@ 8 8 AR=@AR@ 9 RANLIB=@RANLIB@ 9 10 CXXFLAGS=-O -g 10 11 CFLAGS=-O -g … … 82 83 libatkern.a: $(FILES) 83 84 $(AR) -cr libatkern.a $(FILES) 84 ranliblibatkern.a85 $(RANLIB) libatkern.a 85 86 ln -f libatkern.a ../libatkern.a 86 87 -
trunk/ArchTOIPipe/ProcWSophya/Makefile.in
r1706 r1707 7 7 CXX=@CXX@ 8 8 AR=@AR@ 9 RANLIB=@RANDLIB@ 9 10 CXXFLAGS=-O -g 10 11 CFLAGS=-O -g … … 81 82 libatsop.a: $(FILES) 82 83 $(AR) -cr libatsop.a $(FILES) 83 ranliblibatsop.a84 $(RANLIB) libatsop.a 84 85 ln -f libatsop.a ../libatsop.a 85 86 -
trunk/ArchTOIPipe/Processors/Makefile.in
r1706 r1707 7 7 CXX=@CXX@ 8 8 AR=@AR@ 9 RANLIB=@RANLIB@ 9 10 CXXFLAGS=-O -g 10 11 CFLAGS=-O -g … … 80 81 libatproc.a: $(FILES) 81 82 $(AR) -cr libatproc.a $(FILES) 82 ranliblibatproc.a83 $(RANLIB) libatproc.a 83 84 ln -f libatproc.a ../libatproc.a 84 85 -
trunk/ArchTOIPipe/TestPipes/Makefile.in
r1706 r1707 7 7 CXX=@CXX@ 8 8 AR=@AR@ 9 RANLIB=@RANLIB@ 9 10 CXXFLAGS=-O -g 10 11 CFLAGS=-O -g -
trunk/ArchTOIPipe/configure
r1706 r1707 946 946 fi 947 947 948 # Extract the first word of "ranlib", so it can be a program name with args. 949 set dummy ranlib; ac_word=$2 950 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 951 echo "configure:952: checking for $ac_word" >&5 952 if eval "test \"`echo '$''{'ac_cv_path_RANLIB'+set}'`\" = set"; then 953 echo $ac_n "(cached) $ac_c" 1>&6 954 else 955 case "$RANLIB" in 956 /*) 957 ac_cv_path_RANLIB="$RANLIB" # Let the user override the test with a path. 958 ;; 959 ?:/*) 960 ac_cv_path_RANLIB="$RANLIB" # Let the user override the test with a dos path. 961 ;; 962 *) 963 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 964 ac_dummy="/usr/bin:$PATH" 965 for ac_dir in $ac_dummy; do 966 test -z "$ac_dir" && ac_dir=. 967 if test -f $ac_dir/$ac_word; then 968 ac_cv_path_RANLIB="$ac_dir/$ac_word" 969 break 970 fi 971 done 972 IFS="$ac_save_ifs" 973 test -z "$ac_cv_path_RANLIB" && ac_cv_path_RANLIB="/usr/bin/ranlib" 974 ;; 975 esac 976 fi 977 RANLIB="$ac_cv_path_RANLIB" 978 if test -n "$RANLIB"; then 979 echo "$ac_t""$RANLIB" 1>&6 980 else 981 echo "$ac_t""no" 1>&6 982 fi 983 948 984 949 985 if test $GCC = "yes"; then … … 955 991 956 992 echo $ac_n "checking size of short""... $ac_c" 1>&6 957 echo "configure:9 58: checking size of short" >&5993 echo "configure:994: checking size of short" >&5 958 994 if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then 959 995 echo $ac_n "(cached) $ac_c" 1>&6 … … 963 999 else 964 1000 cat > conftest.$ac_ext <<EOF 965 #line 966"configure"1001 #line 1002 "configure" 966 1002 #include "confdefs.h" 967 1003 #include <stdio.h> … … 974 1010 } 975 1011 EOF 976 if { (eval echo configure: 977: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null1012 if { (eval echo configure:1013: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 977 1013 then 978 1014 ac_cv_sizeof_short=`cat conftestval` … … 994 1030 995 1031 echo $ac_n "checking size of int""... $ac_c" 1>&6 996 echo "configure: 997: checking size of int" >&51032 echo "configure:1033: checking size of int" >&5 997 1033 if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then 998 1034 echo $ac_n "(cached) $ac_c" 1>&6 … … 1002 1038 else 1003 1039 cat > conftest.$ac_ext <<EOF 1004 #line 10 05"configure"1040 #line 1041 "configure" 1005 1041 #include "confdefs.h" 1006 1042 #include <stdio.h> … … 1013 1049 } 1014 1050 EOF 1015 if { (eval echo configure:10 16: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null1051 if { (eval echo configure:1052: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 1016 1052 then 1017 1053 ac_cv_sizeof_int=`cat conftestval` … … 1033 1069 1034 1070 echo $ac_n "checking size of long""... $ac_c" 1>&6 1035 echo "configure:10 36: checking size of long" >&51071 echo "configure:1072: checking size of long" >&5 1036 1072 if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then 1037 1073 echo $ac_n "(cached) $ac_c" 1>&6 … … 1041 1077 else 1042 1078 cat > conftest.$ac_ext <<EOF 1043 #line 10 44"configure"1079 #line 1080 "configure" 1044 1080 #include "confdefs.h" 1045 1081 #include <stdio.h> … … 1052 1088 } 1053 1089 EOF 1054 if { (eval echo configure:10 55: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null1090 if { (eval echo configure:1091: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 1055 1091 then 1056 1092 ac_cv_sizeof_long=`cat conftestval` … … 1072 1108 1073 1109 echo $ac_n "checking size of long long""... $ac_c" 1>&6 1074 echo "configure:1 075: checking size of long long" >&51110 echo "configure:1111: checking size of long long" >&5 1075 1111 if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then 1076 1112 echo $ac_n "(cached) $ac_c" 1>&6 … … 1080 1116 else 1081 1117 cat > conftest.$ac_ext <<EOF 1082 #line 1 083"configure"1118 #line 1119 "configure" 1083 1119 #include "confdefs.h" 1084 1120 #include <stdio.h> … … 1091 1127 } 1092 1128 EOF 1093 if { (eval echo configure:1 094: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null1129 if { (eval echo configure:1130: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 1094 1130 then 1095 1131 ac_cv_sizeof_long_long=`cat conftestval` … … 1111 1147 1112 1148 echo $ac_n "checking size of float""... $ac_c" 1>&6 1113 echo "configure:11 14: checking size of float" >&51149 echo "configure:1150: checking size of float" >&5 1114 1150 if eval "test \"`echo '$''{'ac_cv_sizeof_float'+set}'`\" = set"; then 1115 1151 echo $ac_n "(cached) $ac_c" 1>&6 … … 1119 1155 else 1120 1156 cat > conftest.$ac_ext <<EOF 1121 #line 11 22"configure"1157 #line 1158 "configure" 1122 1158 #include "confdefs.h" 1123 1159 #include <stdio.h> … … 1130 1166 } 1131 1167 EOF 1132 if { (eval echo configure:11 33: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null1168 if { (eval echo configure:1169: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 1133 1169 then 1134 1170 ac_cv_sizeof_float=`cat conftestval` … … 1150 1186 1151 1187 echo $ac_n "checking size of double""... $ac_c" 1>&6 1152 echo "configure:11 53: checking size of double" >&51188 echo "configure:1189: checking size of double" >&5 1153 1189 if eval "test \"`echo '$''{'ac_cv_sizeof_double'+set}'`\" = set"; then 1154 1190 echo $ac_n "(cached) $ac_c" 1>&6 … … 1158 1194 else 1159 1195 cat > conftest.$ac_ext <<EOF 1160 #line 11 61"configure"1196 #line 1197 "configure" 1161 1197 #include "confdefs.h" 1162 1198 #include <stdio.h> … … 1169 1205 } 1170 1206 EOF 1171 if { (eval echo configure:1 172: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null1207 if { (eval echo configure:1208: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 1172 1208 then 1173 1209 ac_cv_sizeof_double=`cat conftestval` … … 1189 1225 1190 1226 echo $ac_n "checking size of long double""... $ac_c" 1>&6 1191 echo "configure:1 192: checking size of long double" >&51227 echo "configure:1228: checking size of long double" >&5 1192 1228 if eval "test \"`echo '$''{'ac_cv_sizeof_long_double'+set}'`\" = set"; then 1193 1229 echo $ac_n "(cached) $ac_c" 1>&6 … … 1197 1233 else 1198 1234 cat > conftest.$ac_ext <<EOF 1199 #line 12 00"configure"1235 #line 1236 "configure" 1200 1236 #include "confdefs.h" 1201 1237 #include <stdio.h> … … 1208 1244 } 1209 1245 EOF 1210 if { (eval echo configure:12 11: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null1246 if { (eval echo configure:1247: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 1211 1247 then 1212 1248 ac_cv_sizeof_long_double=`cat conftestval` … … 1230 1266 1231 1267 echo $ac_n "checking "for cfitsio lib"""... $ac_c" 1>&6 1232 echo "configure:12 33: checking "for cfitsio lib"" >&51268 echo "configure:1269: checking "for cfitsio lib"" >&5 1233 1269 MACHDIR=`uname`-$CXX 1234 1270 if test -f $ARCHBASEREP/$MACHDIR/Libs/libcfitsio.a; then … … 1255 1291 1256 1292 echo $ac_n "checking "for cfitsio includes"""... $ac_c" 1>&6 1257 echo "configure:12 58: checking "for cfitsio includes"" >&51293 echo "configure:1294: checking "for cfitsio includes"" >&5 1258 1294 if test -f $CFITSIODIR/fitsio.h; then 1259 1295 cfitsincdir='-I$(CFITSIODIR)' … … 1267 1303 1268 1304 echo $ac_n "checking for sin in -lm""... $ac_c" 1>&6 1269 echo "configure:1 270: checking for sin in -lm" >&51305 echo "configure:1306: checking for sin in -lm" >&5 1270 1306 ac_lib_var=`echo m'_'sin | sed 'y%./+-%__p_%'` 1271 1307 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1275 1311 LIBS="-lm $LIBS" 1276 1312 cat > conftest.$ac_ext <<EOF 1277 #line 1 278"configure"1313 #line 1314 "configure" 1278 1314 #include "confdefs.h" 1279 1315 /* Override any gcc2 internal prototype to avoid an error. */ … … 1286 1322 ; return 0; } 1287 1323 EOF 1288 if { (eval echo configure:1 289: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1324 if { (eval echo configure:1325: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1289 1325 rm -rf conftest* 1290 1326 eval "ac_cv_lib_$ac_lib_var=yes" … … 1315 1351 1316 1352 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 1317 echo "configure:13 18: checking how to run the C preprocessor" >&51353 echo "configure:1354: checking how to run the C preprocessor" >&5 1318 1354 # On Suns, sometimes $CPP names a directory. 1319 1355 if test -n "$CPP" && test -d "$CPP"; then … … 1330 1366 # not just through cpp. 1331 1367 cat > conftest.$ac_ext <<EOF 1332 #line 13 33"configure"1368 #line 1369 "configure" 1333 1369 #include "confdefs.h" 1334 1370 #include <assert.h> … … 1336 1372 EOF 1337 1373 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1338 { (eval echo configure:13 39: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1374 { (eval echo configure:1375: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1339 1375 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1340 1376 if test -z "$ac_err"; then … … 1347 1383 CPP="${CC-cc} -E -traditional-cpp" 1348 1384 cat > conftest.$ac_ext <<EOF 1349 #line 13 50"configure"1385 #line 1386 "configure" 1350 1386 #include "confdefs.h" 1351 1387 #include <assert.h> … … 1353 1389 EOF 1354 1390 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1355 { (eval echo configure:13 56: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1391 { (eval echo configure:1392: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1356 1392 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1357 1393 if test -z "$ac_err"; then … … 1364 1400 CPP="${CC-cc} -nologo -E" 1365 1401 cat > conftest.$ac_ext <<EOF 1366 #line 1 367"configure"1402 #line 1403 "configure" 1367 1403 #include "confdefs.h" 1368 1404 #include <assert.h> … … 1370 1406 EOF 1371 1407 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1372 { (eval echo configure:1 373: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1408 { (eval echo configure:1409: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1373 1409 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1374 1410 if test -z "$ac_err"; then … … 1395 1431 1396 1432 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 1397 echo "configure:1 398: checking for ANSI C header files" >&51433 echo "configure:1434: checking for ANSI C header files" >&5 1398 1434 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then 1399 1435 echo $ac_n "(cached) $ac_c" 1>&6 1400 1436 else 1401 1437 cat > conftest.$ac_ext <<EOF 1402 #line 14 03"configure"1438 #line 1439 "configure" 1403 1439 #include "confdefs.h" 1404 1440 #include <stdlib.h> … … 1408 1444 EOF 1409 1445 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1410 { (eval echo configure:14 11: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1446 { (eval echo configure:1447: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1411 1447 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1412 1448 if test -z "$ac_err"; then … … 1425 1461 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 1426 1462 cat > conftest.$ac_ext <<EOF 1427 #line 14 28"configure"1463 #line 1464 "configure" 1428 1464 #include "confdefs.h" 1429 1465 #include <string.h> … … 1443 1479 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 1444 1480 cat > conftest.$ac_ext <<EOF 1445 #line 14 46"configure"1481 #line 1482 "configure" 1446 1482 #include "confdefs.h" 1447 1483 #include <stdlib.h> … … 1464 1500 else 1465 1501 cat > conftest.$ac_ext <<EOF 1466 #line 1 467"configure"1502 #line 1503 "configure" 1467 1503 #include "confdefs.h" 1468 1504 #include <ctype.h> … … 1475 1511 1476 1512 EOF 1477 if { (eval echo configure:1 478: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null1513 if { (eval echo configure:1514: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 1478 1514 then 1479 1515 : … … 1502 1538 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 1503 1539 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 1504 echo "configure:15 05: checking for $ac_hdr" >&51540 echo "configure:1541: checking for $ac_hdr" >&5 1505 1541 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 1506 1542 echo $ac_n "(cached) $ac_c" 1>&6 1507 1543 else 1508 1544 cat > conftest.$ac_ext <<EOF 1509 #line 15 10"configure"1545 #line 1546 "configure" 1510 1546 #include "confdefs.h" 1511 1547 #include <$ac_hdr> 1512 1548 EOF 1513 1549 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1514 { (eval echo configure:15 15: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1550 { (eval echo configure:1551: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1515 1551 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1516 1552 if test -z "$ac_err"; then … … 1680 1716 s%@CXX@%$CXX%g 1681 1717 s%@AR@%$AR%g 1718 s%@RANLIB@%$RANLIB%g 1682 1719 s%@gcc@%$gcc%g 1683 1720 s%@cfitslibdir@%$cfitslibdir%g -
trunk/ArchTOIPipe/configure.in
r1706 r1707 19 19 AC_PROG_CXX 20 20 AC_PATH_PROG(AR, ar, /usr/bin/ar, /usr/bin:$PATH) 21 AC_PATH_PROG(RANLIB, ranlib, /usr/bin/ranlib, /usr/bin:$PATH) 21 22 22 23 if test $GCC = "yes"; then
Note:
See TracChangeset
for help on using the changeset viewer.