Changeset 1745 in Sophya for trunk/ArchTOIPipe/configure
- Timestamp:
- Nov 12, 2001, 11:46:44 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/configure
r1738 r1745 546 546 547 547 if test `uname` = Linux -a -f /usr/bin/g++; then 548 CXX= g++548 CXX=/usr/bin/g++ 549 549 fi 550 550 … … 986 986 fi 987 987 988 ac_aux_dir= 989 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do 990 if test -f $ac_dir/install-sh; then 991 ac_aux_dir=$ac_dir 992 ac_install_sh="$ac_aux_dir/install-sh -c" 993 break 994 elif test -f $ac_dir/install.sh; then 995 ac_aux_dir=$ac_dir 996 ac_install_sh="$ac_aux_dir/install.sh -c" 997 break 998 fi 999 done 1000 if test -z "$ac_aux_dir"; then 1001 { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; } 1002 fi 1003 ac_config_guess=$ac_aux_dir/config.guess 1004 ac_config_sub=$ac_aux_dir/config.sub 1005 ac_configure=$ac_aux_dir/configure # This should be Cygnus configure. 1006 1007 # Find a good install program. We prefer a C program (faster), 1008 # so one script is as good as another. But avoid the broken or 1009 # incompatible versions: 1010 # SysV /etc/install, /usr/sbin/install 1011 # SunOS /usr/etc/install 1012 # IRIX /sbin/install 1013 # AIX /bin/install 1014 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag 1015 # AFS /usr/afsws/bin/install, which mishandles nonexistent args 1016 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 1017 # ./install, which can be erroneously created by make from ./install.sh. 1018 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 1019 echo "configure:1020: checking for a BSD compatible install" >&5 1020 if test -z "$INSTALL"; then 1021 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then 1022 echo $ac_n "(cached) $ac_c" 1>&6 1023 else 1024 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":" 1025 for ac_dir in $PATH; do 1026 # Account for people who put trailing slashes in PATH elements. 1027 case "$ac_dir/" in 1028 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;; 1029 *) 1030 # OSF1 and SCO ODT 3.0 have their own names for install. 1031 # Don't use installbsd from OSF since it installs stuff as root 1032 # by default. 1033 for ac_prog in ginstall scoinst install; do 1034 if test -f $ac_dir/$ac_prog; then 1035 if test $ac_prog = install && 1036 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then 1037 # AIX install. It has an incompatible calling convention. 1038 : 1039 else 1040 ac_cv_path_install="$ac_dir/$ac_prog -c" 1041 break 2 1042 fi 1043 fi 1044 done 1045 ;; 1046 esac 1047 done 1048 IFS="$ac_save_IFS" 1049 1050 fi 1051 if test "${ac_cv_path_install+set}" = set; then 1052 INSTALL="$ac_cv_path_install" 1053 else 1054 # As a last resort, use the slow shell script. We don't cache a 1055 # path for INSTALL within a source directory, because that will 1056 # break other packages using the cache if that directory is 1057 # removed, or if the path is relative. 1058 INSTALL="$ac_install_sh" 1059 fi 1060 fi 1061 echo "$ac_t""$INSTALL" 1>&6 1062 1063 # Use test -z because SunOS4 sh mishandles braces in ${var-val}. 1064 # It thinks the first close brace ends the variable substitution. 1065 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' 1066 1067 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}' 1068 1069 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 1070 988 1071 989 1072 if test $GCC = "yes"; then … … 995 1078 996 1079 echo $ac_n "checking size of short""... $ac_c" 1>&6 997 echo "configure: 998: checking size of short" >&51080 echo "configure:1081: checking size of short" >&5 998 1081 if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then 999 1082 echo $ac_n "(cached) $ac_c" 1>&6 … … 1003 1086 else 1004 1087 cat > conftest.$ac_ext <<EOF 1005 #line 10 06"configure"1088 #line 1089 "configure" 1006 1089 #include "confdefs.h" 1007 1090 #include <stdio.h> … … 1014 1097 } 1015 1098 EOF 1016 if { (eval echo configure:1 017: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null1099 if { (eval echo configure:1100: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 1017 1100 then 1018 1101 ac_cv_sizeof_short=`cat conftestval` … … 1034 1117 1035 1118 echo $ac_n "checking size of int""... $ac_c" 1>&6 1036 echo "configure:1 037: checking size of int" >&51119 echo "configure:1120: checking size of int" >&5 1037 1120 if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then 1038 1121 echo $ac_n "(cached) $ac_c" 1>&6 … … 1042 1125 else 1043 1126 cat > conftest.$ac_ext <<EOF 1044 #line 1 045"configure"1127 #line 1128 "configure" 1045 1128 #include "confdefs.h" 1046 1129 #include <stdio.h> … … 1053 1136 } 1054 1137 EOF 1055 if { (eval echo configure:1 056: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null1138 if { (eval echo configure:1139: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 1056 1139 then 1057 1140 ac_cv_sizeof_int=`cat conftestval` … … 1073 1156 1074 1157 echo $ac_n "checking size of long""... $ac_c" 1>&6 1075 echo "configure:1 076: checking size of long" >&51158 echo "configure:1159: checking size of long" >&5 1076 1159 if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then 1077 1160 echo $ac_n "(cached) $ac_c" 1>&6 … … 1081 1164 else 1082 1165 cat > conftest.$ac_ext <<EOF 1083 #line 1 084"configure"1166 #line 1167 "configure" 1084 1167 #include "confdefs.h" 1085 1168 #include <stdio.h> … … 1092 1175 } 1093 1176 EOF 1094 if { (eval echo configure:1 095: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null1177 if { (eval echo configure:1178: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 1095 1178 then 1096 1179 ac_cv_sizeof_long=`cat conftestval` … … 1112 1195 1113 1196 echo $ac_n "checking size of long long""... $ac_c" 1>&6 1114 echo "configure:11 15: checking size of long long" >&51197 echo "configure:1198: checking size of long long" >&5 1115 1198 if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then 1116 1199 echo $ac_n "(cached) $ac_c" 1>&6 … … 1120 1203 else 1121 1204 cat > conftest.$ac_ext <<EOF 1122 #line 1 123"configure"1205 #line 1206 "configure" 1123 1206 #include "confdefs.h" 1124 1207 #include <stdio.h> … … 1131 1214 } 1132 1215 EOF 1133 if { (eval echo configure:1 134: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null1216 if { (eval echo configure:1217: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 1134 1217 then 1135 1218 ac_cv_sizeof_long_long=`cat conftestval` … … 1151 1234 1152 1235 echo $ac_n "checking size of float""... $ac_c" 1>&6 1153 echo "configure:1 154: checking size of float" >&51236 echo "configure:1237: checking size of float" >&5 1154 1237 if eval "test \"`echo '$''{'ac_cv_sizeof_float'+set}'`\" = set"; then 1155 1238 echo $ac_n "(cached) $ac_c" 1>&6 … … 1159 1242 else 1160 1243 cat > conftest.$ac_ext <<EOF 1161 #line 1 162"configure"1244 #line 1245 "configure" 1162 1245 #include "confdefs.h" 1163 1246 #include <stdio.h> … … 1170 1253 } 1171 1254 EOF 1172 if { (eval echo configure:1 173: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null1255 if { (eval echo configure:1256: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 1173 1256 then 1174 1257 ac_cv_sizeof_float=`cat conftestval` … … 1190 1273 1191 1274 echo $ac_n "checking size of double""... $ac_c" 1>&6 1192 echo "configure:1 193: checking size of double" >&51275 echo "configure:1276: checking size of double" >&5 1193 1276 if eval "test \"`echo '$''{'ac_cv_sizeof_double'+set}'`\" = set"; then 1194 1277 echo $ac_n "(cached) $ac_c" 1>&6 … … 1198 1281 else 1199 1282 cat > conftest.$ac_ext <<EOF 1200 #line 12 01"configure"1283 #line 1284 "configure" 1201 1284 #include "confdefs.h" 1202 1285 #include <stdio.h> … … 1209 1292 } 1210 1293 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/null1294 if { (eval echo configure:1295: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 1212 1295 then 1213 1296 ac_cv_sizeof_double=`cat conftestval` … … 1229 1312 1230 1313 echo $ac_n "checking size of long double""... $ac_c" 1>&6 1231 echo "configure:1 232: checking size of long double" >&51314 echo "configure:1315: checking size of long double" >&5 1232 1315 if eval "test \"`echo '$''{'ac_cv_sizeof_long_double'+set}'`\" = set"; then 1233 1316 echo $ac_n "(cached) $ac_c" 1>&6 … … 1237 1320 else 1238 1321 cat > conftest.$ac_ext <<EOF 1239 #line 1 240"configure"1322 #line 1323 "configure" 1240 1323 #include "confdefs.h" 1241 1324 #include <stdio.h> … … 1248 1331 } 1249 1332 EOF 1250 if { (eval echo configure:1 251: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null1333 if { (eval echo configure:1334: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 1251 1334 then 1252 1335 ac_cv_sizeof_long_double=`cat conftestval` … … 1270 1353 1271 1354 echo $ac_n "checking "for cfitsio lib"""... $ac_c" 1>&6 1272 echo "configure:1 273: checking "for cfitsio lib"" >&51355 echo "configure:1356: checking "for cfitsio lib"" >&5 1273 1356 MACHDIR=`uname`-$CXX 1274 1357 if test -f $ARCHBASEREP/$MACHDIR/Libs/libcfitsio.a; then … … 1297 1380 1298 1381 echo $ac_n "checking "for cfitsio includes"""... $ac_c" 1>&6 1299 echo "configure:13 00: checking "for cfitsio includes"" >&51382 echo "configure:1383: checking "for cfitsio includes"" >&5 1300 1383 if test -f $CFITSIODIR/fitsio.h; then 1301 1384 cfitsincdir='-I$(CFITSIODIR)' … … 1311 1394 1312 1395 echo $ac_n "checking for sin in -lm""... $ac_c" 1>&6 1313 echo "configure:13 14: checking for sin in -lm" >&51396 echo "configure:1397: checking for sin in -lm" >&5 1314 1397 ac_lib_var=`echo m'_'sin | sed 'y%./+-%__p_%'` 1315 1398 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1319 1402 LIBS="-lm $LIBS" 1320 1403 cat > conftest.$ac_ext <<EOF 1321 #line 1 322"configure"1404 #line 1405 "configure" 1322 1405 #include "confdefs.h" 1323 1406 /* Override any gcc2 internal prototype to avoid an error. */ … … 1330 1413 ; return 0; } 1331 1414 EOF 1332 if { (eval echo configure:1 333: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1415 if { (eval echo configure:1416: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1333 1416 rm -rf conftest* 1334 1417 eval "ac_cv_lib_$ac_lib_var=yes" … … 1358 1441 1359 1442 echo $ac_n "checking for pthread_create in -lpthread""... $ac_c" 1>&6 1360 echo "configure:1 361: checking for pthread_create in -lpthread" >&51443 echo "configure:1444: checking for pthread_create in -lpthread" >&5 1361 1444 ac_lib_var=`echo pthread'_'pthread_create | sed 'y%./+-%__p_%'` 1362 1445 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1366 1449 LIBS="-lpthread $LIBS" 1367 1450 cat > conftest.$ac_ext <<EOF 1368 #line 1 369"configure"1451 #line 1452 "configure" 1369 1452 #include "confdefs.h" 1370 1453 /* Override any gcc2 internal prototype to avoid an error. */ … … 1377 1460 ; return 0; } 1378 1461 EOF 1379 if { (eval echo configure:1 380: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1462 if { (eval echo configure:1463: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1380 1463 rm -rf conftest* 1381 1464 eval "ac_cv_lib_$ac_lib_var=yes" … … 1405 1488 1406 1489 echo $ac_n "checking for scopy_ in -lblas""... $ac_c" 1>&6 1407 echo "configure:14 08: checking for scopy_ in -lblas" >&51490 echo "configure:1491: checking for scopy_ in -lblas" >&5 1408 1491 ac_lib_var=`echo blas'_'scopy_ | sed 'y%./+-%__p_%'` 1409 1492 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1413 1496 LIBS="-lblas $LIBS" 1414 1497 cat > conftest.$ac_ext <<EOF 1415 #line 14 16"configure"1498 #line 1499 "configure" 1416 1499 #include "confdefs.h" 1417 1500 /* Override any gcc2 internal prototype to avoid an error. */ … … 1424 1507 ; return 0; } 1425 1508 EOF 1426 if { (eval echo configure:1 427: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1509 if { (eval echo configure:1510: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1427 1510 rm -rf conftest* 1428 1511 eval "ac_cv_lib_$ac_lib_var=yes" … … 1452 1535 1453 1536 echo $ac_n "checking for s_copy in -lg2c""... $ac_c" 1>&6 1454 echo "configure:1 455: checking for s_copy in -lg2c" >&51537 echo "configure:1538: checking for s_copy in -lg2c" >&5 1455 1538 ac_lib_var=`echo g2c'_'s_copy | sed 'y%./+-%__p_%'` 1456 1539 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1460 1543 LIBS="-lg2c $LIBS" 1461 1544 cat > conftest.$ac_ext <<EOF 1462 #line 1 463"configure"1545 #line 1546 "configure" 1463 1546 #include "confdefs.h" 1464 1547 /* Override any gcc2 internal prototype to avoid an error. */ … … 1471 1554 ; return 0; } 1472 1555 EOF 1473 if { (eval echo configure:1 474: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1556 if { (eval echo configure:1557: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1474 1557 rm -rf conftest* 1475 1558 eval "ac_cv_lib_$ac_lib_var=yes" … … 1500 1583 1501 1584 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 1502 echo "configure:15 03: checking how to run the C preprocessor" >&51585 echo "configure:1586: checking how to run the C preprocessor" >&5 1503 1586 # On Suns, sometimes $CPP names a directory. 1504 1587 if test -n "$CPP" && test -d "$CPP"; then … … 1515 1598 # not just through cpp. 1516 1599 cat > conftest.$ac_ext <<EOF 1517 #line 1 518"configure"1600 #line 1601 "configure" 1518 1601 #include "confdefs.h" 1519 1602 #include <assert.h> … … 1521 1604 EOF 1522 1605 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1523 { (eval echo configure:1 524: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1606 { (eval echo configure:1607: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1524 1607 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1525 1608 if test -z "$ac_err"; then … … 1532 1615 CPP="${CC-cc} -E -traditional-cpp" 1533 1616 cat > conftest.$ac_ext <<EOF 1534 #line 1 535"configure"1617 #line 1618 "configure" 1535 1618 #include "confdefs.h" 1536 1619 #include <assert.h> … … 1538 1621 EOF 1539 1622 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1540 { (eval echo configure:1 541: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1623 { (eval echo configure:1624: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1541 1624 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1542 1625 if test -z "$ac_err"; then … … 1549 1632 CPP="${CC-cc} -nologo -E" 1550 1633 cat > conftest.$ac_ext <<EOF 1551 #line 1 552"configure"1634 #line 1635 "configure" 1552 1635 #include "confdefs.h" 1553 1636 #include <assert.h> … … 1555 1638 EOF 1556 1639 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1557 { (eval echo configure:1 558: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1640 { (eval echo configure:1641: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1558 1641 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1559 1642 if test -z "$ac_err"; then … … 1580 1663 1581 1664 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 1582 echo "configure:1 583: checking for ANSI C header files" >&51665 echo "configure:1666: checking for ANSI C header files" >&5 1583 1666 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then 1584 1667 echo $ac_n "(cached) $ac_c" 1>&6 1585 1668 else 1586 1669 cat > conftest.$ac_ext <<EOF 1587 #line 1 588"configure"1670 #line 1671 "configure" 1588 1671 #include "confdefs.h" 1589 1672 #include <stdlib.h> … … 1593 1676 EOF 1594 1677 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1595 { (eval echo configure:1 596: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1678 { (eval echo configure:1679: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1596 1679 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1597 1680 if test -z "$ac_err"; then … … 1610 1693 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 1611 1694 cat > conftest.$ac_ext <<EOF 1612 #line 16 13"configure"1695 #line 1696 "configure" 1613 1696 #include "confdefs.h" 1614 1697 #include <string.h> … … 1628 1711 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 1629 1712 cat > conftest.$ac_ext <<EOF 1630 #line 1 631"configure"1713 #line 1714 "configure" 1631 1714 #include "confdefs.h" 1632 1715 #include <stdlib.h> … … 1649 1732 else 1650 1733 cat > conftest.$ac_ext <<EOF 1651 #line 1 652"configure"1734 #line 1735 "configure" 1652 1735 #include "confdefs.h" 1653 1736 #include <ctype.h> … … 1660 1743 1661 1744 EOF 1662 if { (eval echo configure:1 663: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null1745 if { (eval echo configure:1746: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 1663 1746 then 1664 1747 : … … 1687 1770 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 1688 1771 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 1689 echo "configure:1 690: checking for $ac_hdr" >&51772 echo "configure:1773: checking for $ac_hdr" >&5 1690 1773 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 1691 1774 echo $ac_n "(cached) $ac_c" 1>&6 1692 1775 else 1693 1776 cat > conftest.$ac_ext <<EOF 1694 #line 1 695"configure"1777 #line 1778 "configure" 1695 1778 #include "confdefs.h" 1696 1779 #include <$ac_hdr> 1697 1780 EOF 1698 1781 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1699 { (eval echo configure:17 00: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1782 { (eval echo configure:1783: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1700 1783 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1701 1784 if test -z "$ac_err"; then … … 1828 1911 1829 1912 ac_given_srcdir=$srcdir 1913 ac_given_INSTALL="$INSTALL" 1830 1914 1831 1915 trap 'rm -fr `echo "$outfiles conf.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 … … 1866 1950 s%@AR@%$AR%g 1867 1951 s%@RANLIB@%$RANLIB%g 1952 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g 1953 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g 1954 s%@INSTALL_DATA@%$INSTALL_DATA%g 1868 1955 s%@gcc@%$gcc%g 1869 1956 s%@cfitslibdir@%$cfitslibdir%g … … 1946 2033 esac 1947 2034 2035 case "$ac_given_INSTALL" in 2036 [/$]*) INSTALL="$ac_given_INSTALL" ;; 2037 *) INSTALL="$ac_dots$ac_given_INSTALL" ;; 2038 esac 1948 2039 1949 2040 echo creating "$ac_file" … … 1961 2052 s%@srcdir@%$srcdir%g 1962 2053 s%@top_srcdir@%$top_srcdir%g 2054 s%@INSTALL@%$INSTALL%g 1963 2055 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file 1964 2056 fi; done
Note:
See TracChangeset
for help on using the changeset viewer.