- Timestamp:
- May 31, 2003, 3:33:42 PM (22 years ago)
- Branches:
- master, barnowl_perlaim, debian, owl, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- 5e53c4a
- Parents:
- c86a35c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
rc269e22 rd09e5a1 1147 1147 fi 1148 1148 1149 echo $ac_n "checking for res_search in -lresolv""... $ac_c" 1>&6 1150 echo "configure:1151: checking for res_search in -lresolv" >&5 1151 ac_lib_var=`echo resolv'_'res_search | sed 'y%./+-%__p_%'` 1152 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 1153 echo $ac_n "(cached) $ac_c" 1>&6 1154 else 1155 ac_save_LIBS="$LIBS" 1156 LIBS="-lresolv $LIBS" 1157 cat > conftest.$ac_ext <<EOF 1158 #line 1159 "configure" 1159 #include "confdefs.h" 1160 /* Override any gcc2 internal prototype to avoid an error. */ 1161 /* We use char because int might match the return type of a gcc2 1162 builtin and then its argument prototype would still apply. */ 1163 char res_search(); 1164 1165 int main() { 1166 res_search() 1167 ; return 0; } 1168 EOF 1169 if { (eval echo configure:1170: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1170 rm -rf conftest* 1171 eval "ac_cv_lib_$ac_lib_var=yes" 1172 else 1173 echo "configure: failed program was:" >&5 1174 cat conftest.$ac_ext >&5 1175 rm -rf conftest* 1176 eval "ac_cv_lib_$ac_lib_var=no" 1177 fi 1178 rm -f conftest* 1179 LIBS="$ac_save_LIBS" 1180 1181 fi 1182 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 1183 echo "$ac_t""yes" 1>&6 1184 ac_tr_lib=HAVE_LIB`echo resolv | sed -e 's/[^a-zA-Z0-9_]/_/g' \ 1185 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` 1186 cat >> confdefs.h <<EOF 1187 #define $ac_tr_lib 1 1188 EOF 1189 1190 LIBS="-lresolv $LIBS" 1191 1192 else 1193 echo "$ac_t""no" 1>&6 1194 fi 1195 1149 1196 echo $ac_n "checking for krb5_get_credentials in -lkrb5""... $ac_c" 1>&6 1150 echo "configure:11 51: checking for krb5_get_credentials in -lkrb5" >&51197 echo "configure:1198: checking for krb5_get_credentials in -lkrb5" >&5 1151 1198 ac_lib_var=`echo krb5'_'krb5_get_credentials | sed 'y%./+-%__p_%'` 1152 1199 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1156 1203 LIBS="-lkrb5 $LIBS" 1157 1204 cat > conftest.$ac_ext <<EOF 1158 #line 1 159"configure"1205 #line 1206 "configure" 1159 1206 #include "confdefs.h" 1160 1207 /* Override any gcc2 internal prototype to avoid an error. */ … … 1167 1214 ; return 0; } 1168 1215 EOF 1169 if { (eval echo configure:1 170: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1216 if { (eval echo configure:1217: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1170 1217 rm -rf conftest* 1171 1218 eval "ac_cv_lib_$ac_lib_var=yes" … … 1195 1242 1196 1243 echo $ac_n "checking for krb_sendauth in -lkrb4""... $ac_c" 1>&6 1197 echo "configure:1 198: checking for krb_sendauth in -lkrb4" >&51244 echo "configure:1245: checking for krb_sendauth in -lkrb4" >&5 1198 1245 ac_lib_var=`echo krb4'_'krb_sendauth | sed 'y%./+-%__p_%'` 1199 1246 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1203 1250 LIBS="-lkrb4 $LIBS" 1204 1251 cat > conftest.$ac_ext <<EOF 1205 #line 12 06"configure"1252 #line 1253 "configure" 1206 1253 #include "confdefs.h" 1207 1254 /* Override any gcc2 internal prototype to avoid an error. */ … … 1214 1261 ; return 0; } 1215 1262 EOF 1216 if { (eval echo configure:12 17: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1263 if { (eval echo configure:1264: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1217 1264 rm -rf conftest* 1218 1265 eval "ac_cv_lib_$ac_lib_var=yes" … … 1239 1286 else 1240 1287 echo "$ac_t""no" 1>&6 1241 fi1242 1243 1288 echo $ac_n "checking for krb_sendauth in -lkrb""... $ac_c" 1>&6 1244 echo "configure:12 45: checking for krb_sendauth in -lkrb" >&51289 echo "configure:1290: checking for krb_sendauth in -lkrb" >&5 1245 1290 ac_lib_var=`echo krb'_'krb_sendauth | sed 'y%./+-%__p_%'` 1246 1291 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1250 1295 LIBS="-lkrb $LIBS" 1251 1296 cat > conftest.$ac_ext <<EOF 1252 #line 12 53"configure"1297 #line 1298 "configure" 1253 1298 #include "confdefs.h" 1254 1299 /* Override any gcc2 internal prototype to avoid an error. */ … … 1261 1306 ; return 0; } 1262 1307 EOF 1263 if { (eval echo configure:1 264: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1308 if { (eval echo configure:1309: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1264 1309 rm -rf conftest* 1265 1310 eval "ac_cv_lib_$ac_lib_var=yes" … … 1276 1321 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 1277 1322 echo "$ac_t""yes" 1>&6 1278 ac_tr_lib=HAVE_LIB`echo krb | sed -e 's/ [^a-zA-Z0-9_]/_/g' \1323 ac_tr_lib=HAVE_LIB`echo krb | sed -e 's/^a-zA-Z0-9_/_/g' \ 1279 1324 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` 1280 1325 cat >> confdefs.h <<EOF … … 1288 1333 fi 1289 1334 1335 fi 1336 1290 1337 echo $ac_n "checking for ZGetSender in -lzephyr""... $ac_c" 1>&6 1291 echo "configure:1 292: checking for ZGetSender in -lzephyr" >&51338 echo "configure:1339: checking for ZGetSender in -lzephyr" >&5 1292 1339 ac_lib_var=`echo zephyr'_'ZGetSender | sed 'y%./+-%__p_%'` 1293 1340 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1297 1344 LIBS="-lzephyr $LIBS" 1298 1345 cat > conftest.$ac_ext <<EOF 1299 #line 13 00"configure"1346 #line 1347 "configure" 1300 1347 #include "confdefs.h" 1301 1348 /* Override any gcc2 internal prototype to avoid an error. */ … … 1308 1355 ; return 0; } 1309 1356 EOF 1310 if { (eval echo configure:13 11: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1357 if { (eval echo configure:1358: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1311 1358 rm -rf conftest* 1312 1359 eval "ac_cv_lib_$ac_lib_var=yes" … … 1337 1384 1338 1385 echo $ac_n "checking for ZInitLocationInfo in -lzephyr""... $ac_c" 1>&6 1339 echo "configure:13 40: checking for ZInitLocationInfo in -lzephyr" >&51386 echo "configure:1387: checking for ZInitLocationInfo in -lzephyr" >&5 1340 1387 ac_lib_var=`echo zephyr'_'ZInitLocationInfo | sed 'y%./+-%__p_%'` 1341 1388 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1345 1392 LIBS="-lzephyr $LIBS" 1346 1393 cat > conftest.$ac_ext <<EOF 1347 #line 13 48"configure"1394 #line 1395 "configure" 1348 1395 #include "confdefs.h" 1349 1396 /* Override any gcc2 internal prototype to avoid an error. */ … … 1356 1403 ; return 0; } 1357 1404 EOF 1358 if { (eval echo configure:1 359: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1405 if { (eval echo configure:1406: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1359 1406 rm -rf conftest* 1360 1407 eval "ac_cv_lib_$ac_lib_var=yes" … … 1383 1430 do 1384 1431 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 1385 echo "configure:1 386: checking for $ac_func" >&51432 echo "configure:1433: checking for $ac_func" >&5 1386 1433 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 1387 1434 echo $ac_n "(cached) $ac_c" 1>&6 1388 1435 else 1389 1436 cat > conftest.$ac_ext <<EOF 1390 #line 1 391"configure"1437 #line 1438 "configure" 1391 1438 #include "confdefs.h" 1392 1439 /* System header to define __stub macros and hopefully few prototypes, … … 1411 1458 ; return 0; } 1412 1459 EOF 1413 if { (eval echo configure:14 14: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1460 if { (eval echo configure:1461: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1414 1461 rm -rf conftest* 1415 1462 eval "ac_cv_func_$ac_func=yes" … … 1437 1484 1438 1485 echo $ac_n "checking for des_ecb_encrypt prototype""... $ac_c" 1>&6 1439 echo "configure:14 40: checking for des_ecb_encrypt prototype" >&51486 echo "configure:1487: checking for des_ecb_encrypt prototype" >&5 1440 1487 cat > conftest.$ac_ext <<EOF 1441 #line 14 42"configure"1488 #line 1489 "configure" 1442 1489 #include "confdefs.h" 1443 1490 #include <des.h> … … 1447 1494 ; return 0; } 1448 1495 EOF 1449 if { (eval echo configure:14 50: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then1496 if { (eval echo configure:1497: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1450 1497 rm -rf conftest* 1451 1498 ac_cv_des_ecb_encrypt_proto=no … … 1467 1514 1468 1515 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 1469 echo "configure:1 470: checking how to run the C preprocessor" >&51516 echo "configure:1517: checking how to run the C preprocessor" >&5 1470 1517 # On Suns, sometimes $CPP names a directory. 1471 1518 if test -n "$CPP" && test -d "$CPP"; then … … 1482 1529 # not just through cpp. 1483 1530 cat > conftest.$ac_ext <<EOF 1484 #line 1 485"configure"1531 #line 1532 "configure" 1485 1532 #include "confdefs.h" 1486 1533 #include <assert.h> … … 1488 1535 EOF 1489 1536 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1490 { (eval echo configure:1 491: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1537 { (eval echo configure:1538: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1491 1538 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1492 1539 if test -z "$ac_err"; then … … 1499 1546 CPP="${CC-cc} -E -traditional-cpp" 1500 1547 cat > conftest.$ac_ext <<EOF 1501 #line 15 02"configure"1548 #line 1549 "configure" 1502 1549 #include "confdefs.h" 1503 1550 #include <assert.h> … … 1505 1552 EOF 1506 1553 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1507 { (eval echo configure:15 08: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1554 { (eval echo configure:1555: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1508 1555 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1509 1556 if test -z "$ac_err"; then … … 1516 1563 CPP="${CC-cc} -nologo -E" 1517 1564 cat > conftest.$ac_ext <<EOF 1518 #line 15 19"configure"1565 #line 1566 "configure" 1519 1566 #include "confdefs.h" 1520 1567 #include <assert.h> … … 1522 1569 EOF 1523 1570 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1524 { (eval echo configure:15 25: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1571 { (eval echo configure:1572: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1525 1572 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1526 1573 if test -z "$ac_err"; then … … 1547 1594 1548 1595 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 1549 echo "configure:15 50: checking for ANSI C header files" >&51596 echo "configure:1597: checking for ANSI C header files" >&5 1550 1597 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then 1551 1598 echo $ac_n "(cached) $ac_c" 1>&6 1552 1599 else 1553 1600 cat > conftest.$ac_ext <<EOF 1554 #line 1 555"configure"1601 #line 1602 "configure" 1555 1602 #include "confdefs.h" 1556 1603 #include <stdlib.h> … … 1560 1607 EOF 1561 1608 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1562 { (eval echo configure:1 563: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1609 { (eval echo configure:1610: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1563 1610 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1564 1611 if test -z "$ac_err"; then … … 1577 1624 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 1578 1625 cat > conftest.$ac_ext <<EOF 1579 #line 1 580"configure"1626 #line 1627 "configure" 1580 1627 #include "confdefs.h" 1581 1628 #include <string.h> … … 1595 1642 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 1596 1643 cat > conftest.$ac_ext <<EOF 1597 #line 1 598"configure"1644 #line 1645 "configure" 1598 1645 #include "confdefs.h" 1599 1646 #include <stdlib.h> … … 1616 1663 else 1617 1664 cat > conftest.$ac_ext <<EOF 1618 #line 16 19"configure"1665 #line 1666 "configure" 1619 1666 #include "confdefs.h" 1620 1667 #include <ctype.h> … … 1627 1674 1628 1675 EOF 1629 if { (eval echo configure:16 30: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null1676 if { (eval echo configure:1677: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 1630 1677 then 1631 1678 : … … 1651 1698 1652 1699 echo $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6 1653 echo "configure:1 654: checking for sys/wait.h that is POSIX.1 compatible" >&51700 echo "configure:1701: checking for sys/wait.h that is POSIX.1 compatible" >&5 1654 1701 if eval "test \"`echo '$''{'ac_cv_header_sys_wait_h'+set}'`\" = set"; then 1655 1702 echo $ac_n "(cached) $ac_c" 1>&6 1656 1703 else 1657 1704 cat > conftest.$ac_ext <<EOF 1658 #line 1 659"configure"1705 #line 1706 "configure" 1659 1706 #include "confdefs.h" 1660 1707 #include <sys/types.h> … … 1672 1719 ; return 0; } 1673 1720 EOF 1674 if { (eval echo configure:1 675: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then1721 if { (eval echo configure:1722: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1675 1722 rm -rf conftest* 1676 1723 ac_cv_header_sys_wait_h=yes … … 1696 1743 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 1697 1744 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 1698 echo "configure:1 699: checking for $ac_hdr" >&51745 echo "configure:1746: checking for $ac_hdr" >&5 1699 1746 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 1700 1747 echo $ac_n "(cached) $ac_c" 1>&6 1701 1748 else 1702 1749 cat > conftest.$ac_ext <<EOF 1703 #line 17 04"configure"1750 #line 1751 "configure" 1704 1751 #include "confdefs.h" 1705 1752 #include <$ac_hdr> 1706 1753 EOF 1707 1754 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1708 { (eval echo configure:17 09: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1755 { (eval echo configure:1756: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1709 1756 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1710 1757 if test -z "$ac_err"; then … … 1738 1785 1739 1786 echo $ac_n "checking for the perl xsubpp precompiler""... $ac_c" 1>&6 1740 echo "configure:17 41: checking for the perl xsubpp precompiler" >&51787 echo "configure:1788: checking for the perl xsubpp precompiler" >&5 1741 1788 XSUBPPDIR="`(perl -MExtUtils::MakeMaker -e 'print ExtUtils::MakeMaker->new({NAME => qw(owl)})->tool_xsubpp;') | grep \^XSUBPPDIR | sed -e 's/XSUBPPDIR = //g;'`" 1742 1789 if test -n "${XSUBPPDIR}"; then … … 1753 1800 ac_safe=`echo "/usr/share/terminfo" | sed 'y%./+-%__p_%'` 1754 1801 echo $ac_n "checking for /usr/share/terminfo""... $ac_c" 1>&6 1755 echo "configure:1 756: checking for /usr/share/terminfo" >&51802 echo "configure:1803: checking for /usr/share/terminfo" >&5 1756 1803 if eval "test \"`echo '$''{'ac_cv_file_$ac_safe'+set}'`\" = set"; then 1757 1804 echo $ac_n "(cached) $ac_c" 1>&6 … … 1778 1825 ac_safe=`echo "/usr/share/lib/terminfo" | sed 'y%./+-%__p_%'` 1779 1826 echo $ac_n "checking for /usr/share/lib/terminfo""... $ac_c" 1>&6 1780 echo "configure:1 781: checking for /usr/share/lib/terminfo" >&51827 echo "configure:1828: checking for /usr/share/lib/terminfo" >&5 1781 1828 if eval "test \"`echo '$''{'ac_cv_file_$ac_safe'+set}'`\" = set"; then 1782 1829 echo $ac_n "(cached) $ac_c" 1>&6 … … 1839 1886 # ./install, which can be erroneously created by make from ./install.sh. 1840 1887 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 1841 echo "configure:18 42: checking for a BSD compatible install" >&51888 echo "configure:1889: checking for a BSD compatible install" >&5 1842 1889 if test -z "$INSTALL"; then 1843 1890 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then … … 1890 1937 1891 1938 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 1939 1940 1941 subdirs="libfaim" 1892 1942 1893 1943 … … 2031 2081 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g 2032 2082 s%@INSTALL_DATA@%$INSTALL_DATA%g 2083 s%@subdirs@%$subdirs%g 2033 2084 2034 2085 CEOF … … 2250 2301 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1 2251 2302 2303 if test "$no_recursion" != yes; then 2304 2305 # Remove --cache-file and --srcdir arguments so they do not pile up. 2306 ac_sub_configure_args= 2307 ac_prev= 2308 for ac_arg in $ac_configure_args; do 2309 if test -n "$ac_prev"; then 2310 ac_prev= 2311 continue 2312 fi 2313 case "$ac_arg" in 2314 -cache-file | --cache-file | --cache-fil | --cache-fi \ 2315 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) 2316 ac_prev=cache_file ;; 2317 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ 2318 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) 2319 ;; 2320 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) 2321 ac_prev=srcdir ;; 2322 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) 2323 ;; 2324 *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;; 2325 esac 2326 done 2327 2328 for ac_config_dir in libfaim; do 2329 2330 # Do not complain, so a configure script can configure whichever 2331 # parts of a large source tree are present. 2332 if test ! -d $srcdir/$ac_config_dir; then 2333 continue 2334 fi 2335 2336 echo configuring in $ac_config_dir 2337 2338 case "$srcdir" in 2339 .) ;; 2340 *) 2341 if test -d ./$ac_config_dir || mkdir ./$ac_config_dir; then :; 2342 else 2343 { echo "configure: error: can not create `pwd`/$ac_config_dir" 1>&2; exit 1; } 2344 fi 2345 ;; 2346 esac 2347 2348 ac_popdir=`pwd` 2349 cd $ac_config_dir 2350 2351 # A "../" for each directory in /$ac_config_dir. 2352 ac_dots=`echo $ac_config_dir|sed -e 's%^\./%%' -e 's%[^/]$%&/%' -e 's%[^/]*/%../%g'` 2353 2354 case "$srcdir" in 2355 .) # No --srcdir option. We are building in place. 2356 ac_sub_srcdir=$srcdir ;; 2357 /*) # Absolute path. 2358 ac_sub_srcdir=$srcdir/$ac_config_dir ;; 2359 *) # Relative path. 2360 ac_sub_srcdir=$ac_dots$srcdir/$ac_config_dir ;; 2361 esac 2362 2363 # Check for guested configure; otherwise get Cygnus style configure. 2364 if test -f $ac_sub_srcdir/configure; then 2365 ac_sub_configure=$ac_sub_srcdir/configure 2366 elif test -f $ac_sub_srcdir/configure.in; then 2367 ac_sub_configure=$ac_configure 2368 else 2369 echo "configure: warning: no configuration information is in $ac_config_dir" 1>&2 2370 ac_sub_configure= 2371 fi 2372 2373 # The recursion is here. 2374 if test -n "$ac_sub_configure"; then 2375 2376 # Make the cache file name correct relative to the subdirectory. 2377 case "$cache_file" in 2378 /*) ac_sub_cache_file=$cache_file ;; 2379 *) # Relative path. 2380 ac_sub_cache_file="$ac_dots$cache_file" ;; 2381 esac 2382 case "$ac_given_INSTALL" in 2383 [/$]*) INSTALL="$ac_given_INSTALL" ;; 2384 *) INSTALL="$ac_dots$ac_given_INSTALL" ;; 2385 esac 2386 2387 echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir" 2388 # The eval makes quoting arguments work. 2389 if eval ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir 2390 then : 2391 else 2392 { echo "configure: error: $ac_sub_configure failed for $ac_config_dir" 1>&2; exit 1; } 2393 fi 2394 fi 2395 2396 cd $ac_popdir 2397 done 2398 fi 2399
Note: See TracChangeset
for help on using the changeset viewer.