- Timestamp:
- Jan 13, 1998, 2:59:44 PM (26 years ago)
- Branches:
- (u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
- Children:
- b439b99a0300ba26027aadcaa83b3c46f902da0e
- Parents:
- cd5f35e108541c6b7590c76e5467df2ba2438e6a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/configure
rcd5f35e r7a65a8 3 3 # From configure.in Id: configure.in 4 4 # Guess values for system-dependent variables and create Makefiles. 5 # Generated automatically using autoconf version 2. 105 # Generated automatically using autoconf version 2.9 6 6 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc. 7 7 # … … 355 355 356 356 -version | --version | --versio | --versi | --vers) 357 echo "configure generated by autoconf version 2. 10"357 echo "configure generated by autoconf version 2.9" 358 358 exit 0 ;; 359 359 … … 1286 1286 # - check for libraries. 1287 1287 # 1288 echo $ac_n "checking for -lm""... $ac_c" 1>&6 1289 ac_lib_var=`echo m_atof | tr '.-/+' '___p'` 1290 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 1291 echo $ac_n "(cached) $ac_c" 1>&6 1292 else 1293 ac_save_LIBS="$LIBS" 1294 LIBS="-lm $LIBS" 1295 cat > conftest.$ac_ext <<EOF 1296 #line 1297 "configure" 1297 #include "confdefs.h" 1298 /* Override any gcc2 internal prototype to avoid an error. */ 1299 char atof(); 1300 1301 int main() { return 0; } 1302 int t() { 1303 atof() 1304 ; return 0; } 1305 EOF 1306 if { (eval echo configure:1307: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then 1307 rm -rf conftest* 1308 eval "ac_cv_lib_$ac_lib_var=yes" 1309 else 1310 rm -rf conftest* 1311 eval "ac_cv_lib_$ac_lib_var=no" 1312 fi 1313 rm -f conftest* 1314 LIBS="$ac_save_LIBS" 1315 1316 fi 1317 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 1318 echo "$ac_t""yes" 1>&6 1319 ac_tr_lib=HAVE_LIB`echo m | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` 1320 cat >> confdefs.h <<EOF 1321 #define $ac_tr_lib 1 1322 EOF 1323 1324 LIBS="-lm $LIBS" 1325 1326 else 1327 echo "$ac_t""no" 1>&6 1328 { echo "configure: error: libm.a not found" 1>&2; exit 1; } 1329 fi 1330 1331 1288 1332 if test "x$gmp_in_installation" != xyes; then 1289 1333 echo $ac_n "checking for -lgmp""... $ac_c" 1>&6 1290 ac_lib_var=`echo gmp '_'mpz_init | tr './+\055' '__p_'`1334 ac_lib_var=`echo gmp_mpz_init | tr '.-/+' '___p'` 1291 1335 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 1292 1336 echo $ac_n "(cached) $ac_c" 1>&6 … … 1295 1339 LIBS="-lgmp $LIBS" 1296 1340 cat > conftest.$ac_ext <<EOF 1297 #line 1 298"configure"1341 #line 1342 "configure" 1298 1342 #include "confdefs.h" 1299 1343 /* Override any gcc2 internal prototype to avoid an error. */ 1300 /* We use char because int might match the return type of a gcc21301 builtin and then its argument prototype would still apply. */1302 1344 char mpz_init(); 1303 1345 … … 1307 1349 ; return 0; } 1308 1350 EOF 1309 if { (eval echo configure:13 10: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then1351 if { (eval echo configure:1352: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then 1310 1352 rm -rf conftest* 1311 1353 eval "ac_cv_lib_$ac_lib_var=yes" … … 1333 1375 1334 1376 fi 1335 echo $ac_n "checking for -lm""... $ac_c" 1>&61336 ac_lib_var=`echo m'_'sqrt | tr './+\055' '__p_'`1337 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then1338 echo $ac_n "(cached) $ac_c" 1>&61339 else1340 ac_save_LIBS="$LIBS"1341 LIBS="-lm $LIBS"1342 cat > conftest.$ac_ext <<EOF1343 #line 1344 "configure"1344 #include "confdefs.h"1345 /* Override any gcc2 internal prototype to avoid an error. */1346 /* We use char because int might match the return type of a gcc21347 builtin and then its argument prototype would still apply. */1348 char sqrt();1349 1350 int main() { return 0; }1351 int t() {1352 sqrt()1353 ; return 0; }1354 EOF1355 if { (eval echo configure:1356: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then1356 rm -rf conftest*1357 eval "ac_cv_lib_$ac_lib_var=yes"1358 else1359 rm -rf conftest*1360 eval "ac_cv_lib_$ac_lib_var=no"1361 fi1362 rm -f conftest*1363 LIBS="$ac_save_LIBS"1364 1365 fi1366 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then1367 echo "$ac_t""yes" 1>&61368 ac_tr_lib=HAVE_LIB`echo m | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`1369 cat >> confdefs.h <<EOF1370 #define $ac_tr_lib 11371 EOF1372 1373 LIBS="-lm $LIBS"1374 1375 else1376 echo "$ac_t""no" 1>&61377 { echo "configure: error: libm.a not found" 1>&2; exit 1; }1378 fi1379 1380 1377 1381 1378 # … … 1398 1395 else 1399 1396 cat > conftest.$ac_ext <<EOF 1400 #line 1 401"configure"1397 #line 1398 "configure" 1401 1398 #include "confdefs.h" 1402 1399 #include <$ac_hdr> 1403 1400 EOF 1404 1401 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1405 { (eval echo configure:140 6: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1402 { (eval echo configure:1403: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1406 1403 ac_err=`grep -v '^ *+' conftest.out` 1407 1404 if test -z "$ac_err"; then … … 1438 1435 else 1439 1436 cat > conftest.$ac_ext <<EOF 1440 #line 14 41"configure"1437 #line 1438 "configure" 1441 1438 #include "confdefs.h" 1442 1439 #include <$ac_hdr> 1443 1440 EOF 1444 1441 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1445 { (eval echo configure:144 6: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1442 { (eval echo configure:1443: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1446 1443 ac_err=`grep -v '^ *+' conftest.out` 1447 1444 if test -z "$ac_err"; then … … 1478 1475 else 1479 1476 cat > conftest.$ac_ext <<EOF 1480 #line 14 81"configure"1477 #line 1478 "configure" 1481 1478 #include "confdefs.h" 1482 1479 #include <$ac_hdr> 1483 1480 EOF 1484 1481 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1485 { (eval echo configure:148 6: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1482 { (eval echo configure:1483: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1486 1483 ac_err=`grep -v '^ *+' conftest.out` 1487 1484 if test -z "$ac_err"; then … … 1516 1513 else 1517 1514 cat > conftest.$ac_ext <<EOF 1518 #line 151 9"configure"1515 #line 1516 "configure" 1519 1516 #include "confdefs.h" 1520 1517 #include <$ac_hdr> 1521 1518 EOF 1522 1519 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1523 { (eval echo configure:152 4: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1520 { (eval echo configure:1521: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1524 1521 ac_err=`grep -v '^ *+' conftest.out` 1525 1522 if test -z "$ac_err"; then … … 1557 1554 else 1558 1555 cat > conftest.$ac_ext <<EOF 1559 #line 15 60"configure"1556 #line 1557 "configure" 1560 1557 #include "confdefs.h" 1561 1558 #include <$ac_hdr> 1562 1559 EOF 1563 1560 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1564 { (eval echo configure:156 5: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1561 { (eval echo configure:1562: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1565 1562 ac_err=`grep -v '^ *+' conftest.out` 1566 1563 if test -z "$ac_err"; then … … 1600 1597 else 1601 1598 cat > conftest.$ac_ext <<EOF 1602 #line 160 3"configure"1599 #line 1600 "configure" 1603 1600 #include "confdefs.h" 1604 1601 #include <$ac_hdr> 1605 1602 EOF 1606 1603 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1607 { (eval echo configure:160 8: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1604 { (eval echo configure:1605: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1608 1605 ac_err=`grep -v '^ *+' conftest.out` 1609 1606 if test -z "$ac_err"; then … … 1658 1655 else 1659 1656 cat > conftest.$ac_ext <<EOF 1660 #line 16 61"configure"1657 #line 1658 "configure" 1661 1658 #include "confdefs.h" 1662 1659 main(){return(0);} 1663 1660 EOF 1664 { (eval echo configure:166 5: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }1661 { (eval echo configure:1662: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } 1665 1662 if test -s conftest && (./conftest; exit) 2>/dev/null; then 1666 1663 ac_cv_c_cross=no … … 1690 1687 else 1691 1688 cat > conftest.$ac_ext <<EOF 1692 #line 169 3"configure"1689 #line 1690 "configure" 1693 1690 #include "confdefs.h" 1694 1691 … … 1740 1737 ; return 0; } 1741 1738 EOF 1742 if { (eval echo configure:174 3: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then1739 if { (eval echo configure:1740: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1743 1740 rm -rf conftest* 1744 1741 ac_cv_c_const=yes … … 1766 1763 for ac_kw in inline __inline__ __inline; do 1767 1764 cat > conftest.$ac_ext <<EOF 1768 #line 176 9"configure"1765 #line 1766 "configure" 1769 1766 #include "confdefs.h" 1770 1767 … … 1774 1771 ; return 0; } 1775 1772 EOF 1776 if { (eval echo configure:177 7: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then1773 if { (eval echo configure:1774: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1777 1774 rm -rf conftest* 1778 1775 ac_cv_c_inline=$ac_kw; break … … 1807 1804 else 1808 1805 cat > conftest.$ac_ext <<EOF 1809 #line 18 10"configure"1806 #line 1807 "configure" 1810 1807 #include "confdefs.h" 1811 1808 int main() { if (-2 >> 1 == -1) exit(0); else exit(1); } 1812 1809 EOF 1813 { (eval echo configure:181 4: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }1810 { (eval echo configure:1811: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } 1814 1811 if test -s conftest && (./conftest; exit) 2>/dev/null; then 1815 1812 ac_cv_shift=yes … … 2162 2159 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;; 2163 2160 -version | --version | --versio | --versi | --vers | --ver | --ve | --v) 2164 echo "$CONFIG_STATUS generated by autoconf version 2. 10"2161 echo "$CONFIG_STATUS generated by autoconf version 2.9" 2165 2162 exit 0 ;; 2166 2163 -help | --help | --hel | --he | --h) … … 2389 2386 rm -f conftest.h 2390 2387 else 2391 # Remove last slash and all that follows it. Not all systems have dirname.2392 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`2393 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then2394 # The file is in a subdirectory.2395 test ! -d "$ac_dir" && mkdir "$ac_dir"2396 fi2397 2388 rm -f $ac_file 2398 2389 mv conftest.h $ac_file
Note: See TracChangeset
for help on using the changeset viewer.