Changeset 575b64 in git
- Timestamp:
- Jun 18, 2008, 11:22:32 AM (15 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- 0c7e781756324281739bd83cb155ffa4d545c443
- Parents:
- c99b6b9aa9684f111c07fca497f1d2256859ad05
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
rc99b6b r575b64 1332 1332 test -n "$UUDECODE" && break 1333 1333 done 1334 test -n "$UUDECODE" || UUDECODE="${pwd}/warn_not_found.sh uudecode" 1334 1335 1335 1336 for ac_prog in gunzip … … 1338 1339 set dummy $ac_prog; ac_word=$2 1339 1340 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1340 echo "configure:134 1: checking for $ac_word" >&51341 echo "configure:1342: checking for $ac_word" >&5 1341 1342 if eval "test \"`echo '$''{'ac_cv_prog_GUNZIP'+set}'`\" = set"; then 1342 1343 echo $ac_n "(cached) $ac_c" 1>&6 … … 1374 1375 set dummy $ac_prog; ac_word=$2 1375 1376 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1376 echo "configure:137 7: checking for $ac_word" >&51377 echo "configure:1378: checking for $ac_word" >&5 1377 1378 if eval "test \"`echo '$''{'ac_cv_prog_MYGZIP'+set}'`\" = set"; then 1378 1379 echo $ac_n "(cached) $ac_c" 1>&6 … … 1407 1408 set dummy latex2html; ac_word=$2 1408 1409 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1409 echo "configure:141 0: checking for $ac_word" >&51410 echo "configure:1411: checking for $ac_word" >&5 1410 1411 if eval "test \"`echo '$''{'ac_cv_prog_LATEX2HTML'+set}'`\" = set"; then 1411 1412 echo $ac_n "(cached) $ac_c" 1>&6 … … 1434 1435 1435 1436 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6 1436 echo "configure:143 7: checking whether ln -s works" >&51437 echo "configure:1438: checking whether ln -s works" >&5 1437 1438 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then 1438 1439 echo $ac_n "(cached) $ac_c" 1>&6 … … 1504 1505 # check for AIX 1505 1506 echo $ac_n "checking whether _AIX is defined""... $ac_c" 1>&6 1506 echo "configure:150 7: checking whether _AIX is defined" >&51507 echo "configure:1508: checking whether _AIX is defined" >&5 1507 1508 if eval "test \"`echo '$''{'ac_cv_is_aix'+set}'`\" = set"; then 1508 1509 echo $ac_n "(cached) $ac_c" 1>&6 1509 1510 else 1510 1511 cat > conftest.$ac_ext <<EOF 1511 #line 151 2"configure"1512 #line 1513 "configure" 1512 1513 #include "confdefs.h" 1513 1514 #ifdef _AIX … … 1535 1536 1536 1537 echo $ac_n "checking for atof in -lm""... $ac_c" 1>&6 1537 echo "configure:153 8: checking for atof in -lm" >&51538 echo "configure:1539: checking for atof in -lm" >&5 1538 1539 ac_lib_var=`echo m'_'atof | sed 'y%./+-%__p_%'` 1539 1540 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1543 1544 LIBS="-lm $LIBS" 1544 1545 cat > conftest.$ac_ext <<EOF 1545 #line 154 6"configure"1546 #line 1547 "configure" 1546 1547 #include "confdefs.h" 1547 1548 /* Override any gcc2 internal prototype to avoid an error. */ … … 1554 1555 ; return 0; } 1555 1556 EOF 1556 if { (eval echo configure:155 7: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1557 if { (eval echo configure:1558: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1557 1558 rm -rf conftest* 1558 1559 eval "ac_cv_lib_$ac_lib_var=yes" … … 1582 1583 1583 1584 echo $ac_n "checking for socket in -lbsd""... $ac_c" 1>&6 1584 echo "configure:158 5: checking for socket in -lbsd" >&51585 echo "configure:1586: checking for socket in -lbsd" >&5 1585 1586 ac_lib_var=`echo bsd'_'socket | sed 'y%./+-%__p_%'` 1586 1587 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1590 1591 LIBS="-lbsd $LIBS" 1591 1592 cat > conftest.$ac_ext <<EOF 1592 #line 159 3"configure"1593 #line 1594 "configure" 1593 1594 #include "confdefs.h" 1594 1595 /* Override any gcc2 internal prototype to avoid an error. */ … … 1601 1602 ; return 0; } 1602 1603 EOF 1603 if { (eval echo configure:160 4: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1604 if { (eval echo configure:1605: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1604 1605 rm -rf conftest* 1605 1606 eval "ac_cv_lib_$ac_lib_var=yes" … … 1629 1630 1630 1631 echo $ac_n "checking for listen in -lsocket""... $ac_c" 1>&6 1631 echo "configure:163 2: checking for listen in -lsocket" >&51632 echo "configure:1633: checking for listen in -lsocket" >&5 1632 1633 ac_lib_var=`echo socket'_'listen | sed 'y%./+-%__p_%'` 1633 1634 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1637 1638 LIBS="-lsocket $LIBS" 1638 1639 cat > conftest.$ac_ext <<EOF 1639 #line 164 0"configure"1640 #line 1641 "configure" 1640 1641 #include "confdefs.h" 1641 1642 /* Override any gcc2 internal prototype to avoid an error. */ … … 1648 1649 ; return 0; } 1649 1650 EOF 1650 if { (eval echo configure:165 1: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1651 if { (eval echo configure:1652: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1651 1652 rm -rf conftest* 1652 1653 eval "ac_cv_lib_$ac_lib_var=yes" … … 1676 1677 1677 1678 echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6 1678 echo "configure:16 79: checking for gethostbyname in -lnsl" >&51679 echo "configure:1680: checking for gethostbyname in -lnsl" >&5 1679 1680 ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'` 1680 1681 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1684 1685 LIBS="-lnsl $LIBS" 1685 1686 cat > conftest.$ac_ext <<EOF 1686 #line 168 7"configure"1687 #line 1688 "configure" 1687 1688 #include "confdefs.h" 1688 1689 /* Override any gcc2 internal prototype to avoid an error. */ … … 1695 1696 ; return 0; } 1696 1697 EOF 1697 if { (eval echo configure:169 8: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1698 if { (eval echo configure:1699: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1698 1699 rm -rf conftest* 1699 1700 eval "ac_cv_lib_$ac_lib_var=yes" … … 1723 1724 1724 1725 echo $ac_n "checking for main in -lgmp""... $ac_c" 1>&6 1725 echo "configure:172 6: checking for main in -lgmp" >&51726 echo "configure:1727: checking for main in -lgmp" >&5 1726 1727 ac_lib_var=`echo gmp'_'main | sed 'y%./+-%__p_%'` 1727 1728 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1731 1732 LIBS="-lgmp $LIBS" 1732 1733 cat > conftest.$ac_ext <<EOF 1733 #line 173 4"configure"1734 #line 1735 "configure" 1734 1735 #include "confdefs.h" 1735 1736 … … 1738 1739 ; return 0; } 1739 1740 EOF 1740 if { (eval echo configure:174 1: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1741 if { (eval echo configure:1742: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1741 1742 rm -rf conftest* 1742 1743 eval "ac_cv_lib_$ac_lib_var=yes" … … 1766 1767 1767 1768 echo $ac_n "checking for IMP_PutGmpInt in -lMP""... $ac_c" 1>&6 1768 echo "configure:17 69: checking for IMP_PutGmpInt in -lMP" >&51769 echo "configure:1770: checking for IMP_PutGmpInt in -lMP" >&5 1769 1770 ac_lib_var=`echo MP'_'IMP_PutGmpInt | sed 'y%./+-%__p_%'` 1770 1771 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1774 1775 LIBS="-lMP $LIBS" 1775 1776 cat > conftest.$ac_ext <<EOF 1776 #line 177 7"configure"1777 #line 1778 "configure" 1777 1778 #include "confdefs.h" 1778 1779 /* Override any gcc2 internal prototype to avoid an error. */ … … 1785 1786 ; return 0; } 1786 1787 EOF 1787 if { (eval echo configure:178 8: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1788 if { (eval echo configure:1789: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1788 1789 rm -rf conftest* 1789 1790 eval "ac_cv_lib_$ac_lib_var=yes" … … 1813 1814 1814 1815 echo $ac_n "checking for MPT_GetTree in -lMPT""... $ac_c" 1>&6 1815 echo "configure:181 6: checking for MPT_GetTree in -lMPT" >&51816 echo "configure:1817: checking for MPT_GetTree in -lMPT" >&5 1816 1817 ac_lib_var=`echo MPT'_'MPT_GetTree | sed 'y%./+-%__p_%'` 1817 1818 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1821 1822 LIBS="-lMPT $LIBS" 1822 1823 cat > conftest.$ac_ext <<EOF 1823 #line 182 4"configure"1824 #line 1825 "configure" 1824 1825 #include "confdefs.h" 1825 1826 /* Override any gcc2 internal prototype to avoid an error. */ … … 1832 1833 ; return 0; } 1833 1834 EOF 1834 if { (eval echo configure:183 5: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1835 if { (eval echo configure:1836: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1835 1836 rm -rf conftest* 1836 1837 eval "ac_cv_lib_$ac_lib_var=yes" … … 1860 1861 1861 1862 echo $ac_n "checking for atof in -lsingcf""... $ac_c" 1>&6 1862 echo "configure:186 3: checking for atof in -lsingcf" >&51863 echo "configure:1864: checking for atof in -lsingcf" >&5 1863 1864 ac_lib_var=`echo singcf'_'atof | sed 'y%./+-%__p_%'` 1864 1865 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1868 1869 LIBS="-lsingcf $LIBS" 1869 1870 cat > conftest.$ac_ext <<EOF 1870 #line 187 1"configure"1871 #line 1872 "configure" 1871 1872 #include "confdefs.h" 1872 1873 /* Override any gcc2 internal prototype to avoid an error. */ … … 1879 1880 ; return 0; } 1880 1881 EOF 1881 if { (eval echo configure:188 2: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1882 if { (eval echo configure:1883: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1882 1883 rm -rf conftest* 1883 1884 eval "ac_cv_lib_$ac_lib_var=yes" … … 1907 1908 1908 1909 echo $ac_n "checking for atof in -lsingfac""... $ac_c" 1>&6 1909 echo "configure:191 0: checking for atof in -lsingfac" >&51910 echo "configure:1911: checking for atof in -lsingfac" >&5 1910 1911 ac_lib_var=`echo singfac'_'atof | sed 'y%./+-%__p_%'` 1911 1912 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1915 1916 LIBS="-lsingfac $LIBS" 1916 1917 cat > conftest.$ac_ext <<EOF 1917 #line 191 8"configure"1918 #line 1919 "configure" 1918 1919 #include "confdefs.h" 1919 1920 /* Override any gcc2 internal prototype to avoid an error. */ … … 1926 1927 ; return 0; } 1927 1928 EOF 1928 if { (eval echo configure:19 29: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1929 if { (eval echo configure:1930: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1929 1930 rm -rf conftest* 1930 1931 eval "ac_cv_lib_$ac_lib_var=yes" … … 1954 1955 1955 1956 echo $ac_n "checking for omTestAddr in -lomalloc""... $ac_c" 1>&6 1956 echo "configure:195 7: checking for omTestAddr in -lomalloc" >&51957 echo "configure:1958: checking for omTestAddr in -lomalloc" >&5 1957 1958 ac_lib_var=`echo omalloc'_'omTestAddr | sed 'y%./+-%__p_%'` 1958 1959 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1962 1963 LIBS="-lomalloc $LIBS" 1963 1964 cat > conftest.$ac_ext <<EOF 1964 #line 196 5"configure"1965 #line 1966 "configure" 1965 1966 #include "confdefs.h" 1966 1967 /* Override any gcc2 internal prototype to avoid an error. */ … … 1973 1974 ; return 0; } 1974 1975 EOF 1975 if { (eval echo configure:197 6: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1976 if { (eval echo configure:1977: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1976 1977 rm -rf conftest* 1977 1978 eval "ac_cv_lib_$ac_lib_var=yes" … … 2001 2002 2002 2003 echo $ac_n "checking for main in -lomalloc_ndebug""... $ac_c" 1>&6 2003 echo "configure:200 4: checking for main in -lomalloc_ndebug" >&52004 echo "configure:2005: checking for main in -lomalloc_ndebug" >&5 2004 2005 ac_lib_var=`echo omalloc_ndebug'_'main | sed 'y%./+-%__p_%'` 2005 2006 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 2009 2010 LIBS="-lomalloc_ndebug $LIBS" 2010 2011 cat > conftest.$ac_ext <<EOF 2011 #line 201 2"configure"2012 #line 2013 "configure" 2012 2013 #include "confdefs.h" 2013 2014 … … 2016 2017 ; return 0; } 2017 2018 EOF 2018 if { (eval echo configure:20 19: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2019 if { (eval echo configure:2020: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2019 2020 rm -rf conftest* 2020 2021 eval "ac_cv_lib_$ac_lib_var=yes" … … 2048 2049 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 2049 2050 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 2050 echo "configure:205 1: checking for $ac_hdr" >&52051 echo "configure:2052: checking for $ac_hdr" >&5 2051 2052 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 2052 2053 echo $ac_n "(cached) $ac_c" 1>&6 2053 2054 else 2054 2055 cat > conftest.$ac_ext <<EOF 2055 #line 205 6"configure"2056 #line 2057 "configure" 2056 2057 #include "confdefs.h" 2057 2058 #include <$ac_hdr> 2058 2059 EOF 2059 2060 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2060 { (eval echo configure:206 1: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2061 { (eval echo configure:2062: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2061 2062 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2062 2063 if test -z "$ac_err"; then … … 2228 2229 2229 2230 echo $ac_n "checking which tmp dir to use""... $ac_c" 1>&6 2230 echo "configure:223 1: checking which tmp dir to use" >&52231 echo "configure:2232: checking which tmp dir to use" >&5 2231 2232 if test "${with_tmpdir+set}" = set && test -d ${with_tmpdir}; then 2232 2233 if (echo "${with_tmpdir}" | egrep "\." >/dev/null 2>&1) … … 2243 2244 2244 2245 echo $ac_n "checking whether to configure and build omalloc""... $ac_c" 1>&6 2245 echo "configure:224 6: checking whether to configure and build omalloc" >&52246 echo "configure:2247: checking whether to configure and build omalloc" >&5 2246 2247 if test "${enable_omalloc+set}" != set; then 2247 2248 if test "$ac_cv_omalloc_ok" = yes; then … … 2282 2283 2283 2284 echo $ac_n "checking whether to configure and build gmp lib""... $ac_c" 1>&6 2284 echo "configure:228 5: checking whether to configure and build gmp lib" >&52285 echo "configure:2286: checking whether to configure and build gmp lib" >&5 2285 2286 if test "$enable_gmp" != yes && test "$enable_gmp" != no; then 2286 2287 if test "$ac_gmp_ok" != yes && test -d gmp; then … … 2342 2343 # requires: sizeof(long)==4 2343 2344 echo $ac_n "checking size of long""... $ac_c" 1>&6 2344 echo "configure:234 5: checking size of long" >&52345 echo "configure:2346: checking size of long" >&5 2345 2346 if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then 2346 2347 echo $ac_n "(cached) $ac_c" 1>&6 … … 2350 2351 else 2351 2352 cat > conftest.$ac_ext <<EOF 2352 #line 235 3"configure"2353 #line 2354 "configure" 2353 2354 #include "confdefs.h" 2354 2355 #include <stdio.h> … … 2361 2362 } 2362 2363 EOF 2363 if { (eval echo configure:236 4: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null2364 if { (eval echo configure:2365: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 2364 2365 then 2365 2366 ac_cv_sizeof_long=`cat conftestval` … … 2385 2386 2386 2387 echo $ac_n "checking whether to configure and build MP lib""... $ac_c" 1>&6 2387 echo "configure:238 8: checking whether to configure and build MP lib" >&52388 echo "configure:2389: checking whether to configure and build MP lib" >&5 2388 2389 2389 2390 if test "$enable_MP" != yes && test "$enable_MP" != no; then … … 2422 2423 2423 2424 echo $ac_n "checking whether to configure and build NTL lib""... $ac_c" 1>&6 2424 echo "configure:242 5: checking whether to configure and build NTL lib" >&52425 echo "configure:2426: checking whether to configure and build NTL lib" >&5 2425 2426 if test "$enable_NTL" != yes && test "$enable_NTL" != no; then 2426 2427 if test "$with_NTL" != no && test "$ac_NTL_ok" != yes && \ … … 2439 2440 2440 2441 echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6 2441 echo "configure:244 2: checking how to run the C++ preprocessor" >&52442 echo "configure:2443: checking how to run the C++ preprocessor" >&5 2442 2443 if test -z "$CXXCPP"; then 2443 2444 if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then … … 2452 2453 CXXCPP="${CXX-g++} -E" 2453 2454 cat > conftest.$ac_ext <<EOF 2454 #line 245 5"configure"2455 #line 2456 "configure" 2455 2456 #include "confdefs.h" 2456 2457 #include <stdlib.h> 2457 2458 EOF 2458 2459 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2459 { (eval echo configure:246 0: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2460 { (eval echo configure:2461: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2460 2461 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2461 2462 if test -z "$ac_err"; then … … 2485 2486 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 2486 2487 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 2487 echo "configure:248 8: checking for $ac_hdr" >&52488 echo "configure:2489: checking for $ac_hdr" >&5 2488 2489 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 2489 2490 echo $ac_n "(cached) $ac_c" 1>&6 2490 2491 else 2491 2492 cat > conftest.$ac_ext <<EOF 2492 #line 249 3"configure"2493 #line 2494 "configure" 2493 2494 #include "confdefs.h" 2494 2495 #include <$ac_hdr> 2495 2496 EOF 2496 2497 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2497 { (eval echo configure:249 8: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2498 { (eval echo configure:2499: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2498 2499 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2499 2500 if test -z "$ac_err"; then … … 2540 2541 2541 2542 echo $ac_n "checking whether to configure and build factory lib""... $ac_c" 1>&6 2542 echo "configure:254 3: checking whether to configure and build factory lib" >&52543 echo "configure:2544: checking whether to configure and build factory lib" >&5 2543 2544 if test "$enable_factory" != yes && test "$enable_factory" != no; then 2544 2545 if test "$with_factory" != no && test "$ac_factory_ok" != yes && \ … … 2567 2568 2568 2569 echo $ac_n "checking whether to configure and build libfac lib""... $ac_c" 1>&6 2569 echo "configure:257 0: checking whether to configure and build libfac lib" >&52570 echo "configure:2571: checking whether to configure and build libfac lib" >&5 2570 2571 if test "$enable_libfac" != yes && test "$enable_libfac" != no; then 2571 2572 if test "$with_libfac" != no && test "$ac_libfac_ok" != yes && \ … … 2599 2600 2600 2601 echo $ac_n "checking whether to configure and build sgroup lib""... $ac_c" 1>&6 2601 echo "configure:260 2: checking whether to configure and build sgroup lib" >&52602 echo "configure:2603: checking whether to configure and build sgroup lib" >&5 2602 2603 if test "$enable_sgroup" = yes; then 2603 2604 if test ! -d sgroup; then … … 2620 2621 2621 2622 echo $ac_n "checking whether to configure and build Singular""... $ac_c" 1>&6 2622 echo "configure:262 3: checking whether to configure and build Singular" >&52623 echo "configure:2624: checking whether to configure and build Singular" >&5 2623 2624 if test "$enable_Singular" != yes && test "$enable_Singular" != no; then 2624 2625 if test "$with_Singular" != no && test -d Singular; then … … 2651 2652 2652 2653 echo $ac_n "checking whether to build IntegerProgramming""... $ac_c" 1>&6 2653 echo "configure:265 4: checking whether to build IntegerProgramming" >&52654 echo "configure:2655: checking whether to build IntegerProgramming" >&5 2654 2655 if test "$enable_IntegerProgramming" != no && test -d "IntegerProgramming"; then 2655 2656 BUILD_SUBDIRS="$BUILD_SUBDIRS IntegerProgramming" … … 2664 2665 2665 2666 echo $ac_n "checking whether to build Plural""... $ac_c" 1>&6 2666 echo "configure:266 7: checking whether to build Plural" >&52667 echo "configure:2668: checking whether to build Plural" >&5 2667 2668 if test "$enable_Plural" != no || test "$with_Plural" != no; then 2668 2669 echo "$ac_t""yes" 1>&6 … … 2676 2677 2677 2678 echo $ac_n "checking whether to configure and build Texinfo""... $ac_c" 1>&6 2678 echo "configure:26 79: checking whether to configure and build Texinfo" >&52679 echo "configure:2680: checking whether to configure and build Texinfo" >&5 2679 2680 if test "$enable_Texinfo" != no && test -d Texinfo; then 2680 2681 echo "$ac_t""yes" 1>&6 … … 2700 2701 set dummy makeinfo; ac_word=$2 2701 2702 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2702 echo "configure:270 3: checking for $ac_word" >&52703 echo "configure:2704: checking for $ac_word" >&5 2703 2704 if eval "test \"`echo '$''{'ac_cv_prog_MAKEINFO'+set}'`\" = set"; then 2704 2705 echo $ac_n "(cached) $ac_c" 1>&6 … … 2730 2731 set dummy texi2dvi; ac_word=$2 2731 2732 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2732 echo "configure:273 3: checking for $ac_word" >&52733 echo "configure:2734: checking for $ac_word" >&5 2733 2734 if eval "test \"`echo '$''{'ac_cv_prog_TEXI2DVI'+set}'`\" = set"; then 2734 2735 echo $ac_n "(cached) $ac_c" 1>&6 … … 2760 2761 set dummy texindex; ac_word=$2 2761 2762 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2762 echo "configure:276 3: checking for $ac_word" >&52763 echo "configure:2764: checking for $ac_word" >&5 2763 2764 if eval "test \"`echo '$''{'ac_cv_prog_TEXINDEX'+set}'`\" = set"; then 2764 2765 echo $ac_n "(cached) $ac_c" 1>&6 … … 2790 2791 set dummy texi2pdf; ac_word=$2 2791 2792 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2792 echo "configure:279 3: checking for $ac_word" >&52793 echo "configure:2794: checking for $ac_word" >&5 2793 2794 if eval "test \"`echo '$''{'ac_cv_prog_TEXI2PDF'+set}'`\" = set"; then 2794 2795 echo $ac_n "(cached) $ac_c" 1>&6 … … 2820 2821 2821 2822 echo $ac_n "checking whether to configure and build Texi2html""... $ac_c" 1>&6 2822 echo "configure:282 3: checking whether to configure and build Texi2html" >&52823 echo "configure:2824: checking whether to configure and build Texi2html" >&5 2823 2824 if test "$enable_Texi2html" != no && test -d Texi2html; then 2824 2825 echo "$ac_t""yes" 1>&6 … … 2835 2836 set dummy texi2html; ac_word=$2 2836 2837 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2837 echo "configure:283 8: checking for $ac_word" >&52838 echo "configure:2839: checking for $ac_word" >&5 2838 2839 if eval "test \"`echo '$''{'ac_cv_prog_TEXI2HTML'+set}'`\" = set"; then 2839 2840 echo $ac_n "(cached) $ac_c" 1>&6 … … 2863 2864 fi 2864 2865 2866 if test "${UUDECODE+set}" != set; then 2867 echo "configure: warning: uudecode not found. HTML doc generation will fail" 1>&2 2868 fi 2865 2869 if test "${TEXI2HTML+set}" != set; then 2866 2870 echo "configure: warning: texi2html not found. HTML doc generation will fail" 1>&2 … … 2873 2877 2874 2878 echo $ac_n "checking whether to build doc""... $ac_c" 1>&6 2875 echo "configure:28 76: checking whether to build doc" >&52879 echo "configure:2880: checking whether to build doc" >&5 2876 2880 if test "$enable_doc" != no && test -d doc; then 2877 2881 echo "$ac_t""yes" 1>&6 … … 2887 2891 2888 2892 echo $ac_n "checking whether to build emacs""... $ac_c" 1>&6 2889 echo "configure:289 0: checking whether to build emacs" >&52893 echo "configure:2894: checking whether to build emacs" >&5 2890 2894 if test "$enable_doc" = yes && test "$enable_emacs" != no && test -d emacs; then 2891 2895 echo "$ac_t""yes" 1>&6 … … 2899 2903 2900 2904 echo $ac_n "checking which apint package to use""... $ac_c" 1>&6 2901 echo "configure:290 2: checking which apint package to use" >&52905 echo "configure:2906: checking which apint package to use" >&5 2902 2906 if test "$with_apint" = gmp; then 2903 2907 if test "$ac_gmp_ok" = yes || test "$enable_gmp" = yes; then … … 2915 2919 2916 2920 echo $ac_n "checking whether to use with MP""... $ac_c" 1>&6 2917 echo "configure:29 18: checking whether to use with MP" >&52921 echo "configure:2922: checking whether to use with MP" >&5 2918 2922 if test "$with_MP" = yes; then 2919 2923 if test "$ac_MP_ok" = yes || test "$enable_MP" = yes; then … … 2935 2939 2936 2940 echo $ac_n "checking whether to use with factory""... $ac_c" 1>&6 2937 echo "configure:29 38: checking whether to use with factory" >&52941 echo "configure:2942: checking whether to use with factory" >&5 2938 2942 if test "$with_factory" = yes; then 2939 2943 if test "$ac_factory_ok" = yes || test "$enable_factory" = yes; then … … 2954 2958 2955 2959 echo $ac_n "checking whether to use with libfac""... $ac_c" 1>&6 2956 echo "configure:29 57: checking whether to use with libfac" >&52960 echo "configure:2961: checking whether to use with libfac" >&5 2957 2961 if test "$with_libfac" = yes; then 2958 2962 if test "$ac_libfac_ok" = yes || test "$enable_libfac" = yes; then … … 2975 2979 2976 2980 echo $ac_n "checking whether to use with Singular""... $ac_c" 1>&6 2977 echo "configure:29 78: checking whether to use with Singular" >&52981 echo "configure:2982: checking whether to use with Singular" >&5 2978 2982 if test "$with_Singular" != no && test "$with_Singular" != yes; then 2979 2983 if test "$enable_Singular" = yes; then … … 3044 3048 3045 3049 echo $ac_n "checking whether to use libsvd""... $ac_c" 1>&6 3046 echo "configure:30 47: checking whether to use libsvd" >&53050 echo "configure:3051: checking whether to use libsvd" >&5 3047 3051 if test "$with_svd" = yes; then 3048 3052 echo "$ac_t""yes" 1>&6 … … 3054 3058 3055 3059 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 3056 echo "configure:30 57: checking whether ${MAKE-make} sets \${MAKE}" >&53060 echo "configure:3061: checking whether ${MAKE-make} sets \${MAKE}" >&5 3057 3061 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` 3058 3062 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then -
configure.in
rc99b6b r575b64 125 125 126 126 AC_CHECK_PROGS(PERL, perl5 perl) 127 AC_CHECK_PROGS(UUDECODE, uudecode "uudeview -i" )127 AC_CHECK_PROGS(UUDECODE, uudecode "uudeview -i",${pwd}/warn_not_found.sh uudecode) 128 128 AC_CHECK_PROGS(GUNZIP, gunzip, ${pwd}/warn_not_found.sh gunzip) 129 129 # don't use GZIP this breaks configure … … 674 674 fi 675 675 676 if test "${UUDECODE+set}" != set; then 677 AC_MSG_WARN(uudecode not found. HTML doc generation will fail) 678 fi 676 679 if test "${TEXI2HTML+set}" != set; then 677 680 AC_MSG_WARN(texi2html not found. HTML doc generation will fail)
Note: See TracChangeset
for help on using the changeset viewer.