Changeset e03066 in git
- Timestamp:
- Aug 2, 2000, 3:37:29 PM (23 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- dc089843ab44e1609c3728250cda299c475b238d
- Parents:
- 8abf10800eda9b97d9cdc411417822d994f51f9e
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
r8abf10 re03066 1087 1087 1088 1088 1089 if test "${CXXFLAGS+set}" != set; then1090 ac_cxxflags_set=no1091 CXXFLAGS="-O"1092 fi1093 if test "${CFLAGS+set}" != set; then1094 CFLAGS="-O"1095 ac_cflags_set=no1096 fi1097 1098 # check whether CXX was set by user as env variable1099 if test "${CXX+set}" != set; then1100 ac_cxx_set=no1101 else1102 ac_cxx_set=yes1103 fi1104 1089 for ac_prog in $CCC c++ g++ gcc CC cxx cc++ cl 1105 1090 do … … 1107 1092 set dummy $ac_prog; ac_word=$2 1108 1093 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1109 echo "configure:1 110: checking for $ac_word" >&51094 echo "configure:1095: checking for $ac_word" >&5 1110 1095 if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then 1111 1096 echo $ac_n "(cached) $ac_c" 1>&6 … … 1139 1124 1140 1125 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6 1141 echo "configure:11 42: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&51126 echo "configure:1127: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5 1142 1127 1143 1128 ac_ext=C … … 1150 1135 cat > conftest.$ac_ext << EOF 1151 1136 1152 #line 11 53"configure"1137 #line 1138 "configure" 1153 1138 #include "confdefs.h" 1154 1139 1155 1140 int main(){return(0);} 1156 1141 EOF 1157 if { (eval echo configure:11 58: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1142 if { (eval echo configure:1143: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1158 1143 ac_cv_prog_cxx_works=yes 1159 1144 # If we can't run a trivial program, we are probably using a cross compiler. … … 1181 1166 fi 1182 1167 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 1183 echo "configure:11 84: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&51168 echo "configure:1169: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5 1184 1169 echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6 1185 1170 cross_compiling=$ac_cv_prog_cxx_cross 1186 1171 1187 1172 echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6 1188 echo "configure:11 89: checking whether we are using GNU C++" >&51173 echo "configure:1174: checking whether we are using GNU C++" >&5 1189 1174 if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then 1190 1175 echo $ac_n "(cached) $ac_c" 1>&6 … … 1195 1180 #endif 1196 1181 EOF 1197 if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:11 98: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then1182 if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1183: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 1198 1183 ac_cv_prog_gxx=yes 1199 1184 else … … 1214 1199 CXXFLAGS= 1215 1200 echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6 1216 echo "configure:12 17: checking whether ${CXX-g++} accepts -g" >&51201 echo "configure:1202: checking whether ${CXX-g++} accepts -g" >&5 1217 1202 if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then 1218 1203 echo $ac_n "(cached) $ac_c" 1>&6 … … 1248 1233 # check whether the compiler accepts -pipe 1249 1234 echo $ac_n "checking whether compiler accepts -pipe""... $ac_c" 1>&6 1250 echo "configure:12 51: checking whether compiler accepts -pipe" >&51235 echo "configure:1236: checking whether compiler accepts -pipe" >&5 1251 1236 temp_cflags=${CFLAGS} 1252 1237 CFLAGS="${CFLAGS} -pipe" … … 1255 1240 else 1256 1241 cat > conftest.$ac_ext <<EOF 1257 #line 12 58"configure"1242 #line 1243 "configure" 1258 1243 #include "confdefs.h" 1259 1244 … … 1262 1247 ; return 0; } 1263 1248 EOF 1264 if { (eval echo configure:12 65: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then1249 if { (eval echo configure:1250: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1265 1250 rm -rf conftest* 1266 1251 ac_cv_cxx_have_pipe=yes … … 1289 1274 set dummy $ac_prog; ac_word=$2 1290 1275 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1291 echo "configure:12 92: checking for $ac_word" >&51276 echo "configure:1277: checking for $ac_word" >&5 1292 1277 if eval "test \"`echo '$''{'ac_cv_prog_PERL'+set}'`\" = set"; then 1293 1278 echo $ac_n "(cached) $ac_c" 1>&6 … … 1323 1308 set dummy $ac_prog; ac_word=$2 1324 1309 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1325 echo "configure:13 26: checking for $ac_word" >&51310 echo "configure:1311: checking for $ac_word" >&5 1326 1311 if eval "test \"`echo '$''{'ac_cv_prog_UUDECODE'+set}'`\" = set"; then 1327 1312 echo $ac_n "(cached) $ac_c" 1>&6 … … 1357 1342 set dummy $ac_prog; ac_word=$2 1358 1343 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1359 echo "configure:13 60: checking for $ac_word" >&51344 echo "configure:1345: checking for $ac_word" >&5 1360 1345 if eval "test \"`echo '$''{'ac_cv_prog_GUNZIP'+set}'`\" = set"; then 1361 1346 echo $ac_n "(cached) $ac_c" 1>&6 … … 1393 1378 set dummy $ac_prog; ac_word=$2 1394 1379 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1395 echo "configure:13 96: checking for $ac_word" >&51380 echo "configure:1381: checking for $ac_word" >&5 1396 1381 if eval "test \"`echo '$''{'ac_cv_prog_MYGZIP'+set}'`\" = set"; then 1397 1382 echo $ac_n "(cached) $ac_c" 1>&6 … … 1426 1411 set dummy latex2html; ac_word=$2 1427 1412 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1428 echo "configure:14 29: checking for $ac_word" >&51413 echo "configure:1414: checking for $ac_word" >&5 1429 1414 if eval "test \"`echo '$''{'ac_cv_prog_LATEX2HTML'+set}'`\" = set"; then 1430 1415 echo $ac_n "(cached) $ac_c" 1>&6 … … 1453 1438 1454 1439 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6 1455 echo "configure:14 56: checking whether ln -s works" >&51440 echo "configure:1441: checking whether ln -s works" >&5 1456 1441 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then 1457 1442 echo $ac_n "(cached) $ac_c" 1>&6 … … 1523 1508 # check for AIX 1524 1509 echo $ac_n "checking whether _AIX is defined""... $ac_c" 1>&6 1525 echo "configure:15 26: checking whether _AIX is defined" >&51510 echo "configure:1511: checking whether _AIX is defined" >&5 1526 1511 if eval "test \"`echo '$''{'ac_cv_is_aix'+set}'`\" = set"; then 1527 1512 echo $ac_n "(cached) $ac_c" 1>&6 1528 1513 else 1529 1514 cat > conftest.$ac_ext <<EOF 1530 #line 15 31"configure"1515 #line 1516 "configure" 1531 1516 #include "confdefs.h" 1532 1517 #ifdef _AIX … … 1554 1539 1555 1540 echo $ac_n "checking for atof in -lm""... $ac_c" 1>&6 1556 echo "configure:15 57: checking for atof in -lm" >&51541 echo "configure:1542: checking for atof in -lm" >&5 1557 1542 ac_lib_var=`echo m'_'atof | sed 'y%./+-%__p_%'` 1558 1543 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1562 1547 LIBS="-lm $LIBS" 1563 1548 cat > conftest.$ac_ext <<EOF 1564 #line 15 65"configure"1549 #line 1550 "configure" 1565 1550 #include "confdefs.h" 1566 1551 /* Override any gcc2 internal prototype to avoid an error. */ … … 1573 1558 ; return 0; } 1574 1559 EOF 1575 if { (eval echo configure:15 76: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1560 if { (eval echo configure:1561: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1576 1561 rm -rf conftest* 1577 1562 eval "ac_cv_lib_$ac_lib_var=yes" … … 1601 1586 1602 1587 echo $ac_n "checking for socket in -lbsd""... $ac_c" 1>&6 1603 echo "configure:1 604: checking for socket in -lbsd" >&51588 echo "configure:1589: checking for socket in -lbsd" >&5 1604 1589 ac_lib_var=`echo bsd'_'socket | sed 'y%./+-%__p_%'` 1605 1590 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1609 1594 LIBS="-lbsd $LIBS" 1610 1595 cat > conftest.$ac_ext <<EOF 1611 #line 1 612"configure"1596 #line 1597 "configure" 1612 1597 #include "confdefs.h" 1613 1598 /* Override any gcc2 internal prototype to avoid an error. */ … … 1620 1605 ; return 0; } 1621 1606 EOF 1622 if { (eval echo configure:16 23: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1607 if { (eval echo configure:1608: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1623 1608 rm -rf conftest* 1624 1609 eval "ac_cv_lib_$ac_lib_var=yes" … … 1648 1633 1649 1634 echo $ac_n "checking for listen in -lsocket""... $ac_c" 1>&6 1650 echo "configure:16 51: checking for listen in -lsocket" >&51635 echo "configure:1636: checking for listen in -lsocket" >&5 1651 1636 ac_lib_var=`echo socket'_'listen | sed 'y%./+-%__p_%'` 1652 1637 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1656 1641 LIBS="-lsocket $LIBS" 1657 1642 cat > conftest.$ac_ext <<EOF 1658 #line 16 59"configure"1643 #line 1644 "configure" 1659 1644 #include "confdefs.h" 1660 1645 /* Override any gcc2 internal prototype to avoid an error. */ … … 1667 1652 ; return 0; } 1668 1653 EOF 1669 if { (eval echo configure:16 70: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1654 if { (eval echo configure:1655: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1670 1655 rm -rf conftest* 1671 1656 eval "ac_cv_lib_$ac_lib_var=yes" … … 1695 1680 1696 1681 echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6 1697 echo "configure:16 98: checking for gethostbyname in -lnsl" >&51682 echo "configure:1683: checking for gethostbyname in -lnsl" >&5 1698 1683 ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'` 1699 1684 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1703 1688 LIBS="-lnsl $LIBS" 1704 1689 cat > conftest.$ac_ext <<EOF 1705 #line 1 706"configure"1690 #line 1691 "configure" 1706 1691 #include "confdefs.h" 1707 1692 /* Override any gcc2 internal prototype to avoid an error. */ … … 1714 1699 ; return 0; } 1715 1700 EOF 1716 if { (eval echo configure:17 17: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1701 if { (eval echo configure:1702: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1717 1702 rm -rf conftest* 1718 1703 eval "ac_cv_lib_$ac_lib_var=yes" … … 1742 1727 1743 1728 echo $ac_n "checking for main in -lgmp""... $ac_c" 1>&6 1744 echo "configure:17 45: checking for main in -lgmp" >&51729 echo "configure:1730: checking for main in -lgmp" >&5 1745 1730 ac_lib_var=`echo gmp'_'main | sed 'y%./+-%__p_%'` 1746 1731 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1750 1735 LIBS="-lgmp $LIBS" 1751 1736 cat > conftest.$ac_ext <<EOF 1752 #line 17 53"configure"1737 #line 1738 "configure" 1753 1738 #include "confdefs.h" 1754 1739 … … 1757 1742 ; return 0; } 1758 1743 EOF 1759 if { (eval echo configure:17 60: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1744 if { (eval echo configure:1745: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1760 1745 rm -rf conftest* 1761 1746 eval "ac_cv_lib_$ac_lib_var=yes" … … 1785 1770 1786 1771 echo $ac_n "checking for mpz_init in -lsmallgmp""... $ac_c" 1>&6 1787 echo "configure:17 88: checking for mpz_init in -lsmallgmp" >&51772 echo "configure:1773: checking for mpz_init in -lsmallgmp" >&5 1788 1773 ac_lib_var=`echo smallgmp'_'mpz_init | sed 'y%./+-%__p_%'` 1789 1774 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1793 1778 LIBS="-lsmallgmp $LIBS" 1794 1779 cat > conftest.$ac_ext <<EOF 1795 #line 17 96"configure"1780 #line 1781 "configure" 1796 1781 #include "confdefs.h" 1797 1782 /* Override any gcc2 internal prototype to avoid an error. */ … … 1804 1789 ; return 0; } 1805 1790 EOF 1806 if { (eval echo configure:1 807: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1791 if { (eval echo configure:1792: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1807 1792 rm -rf conftest* 1808 1793 eval "ac_cv_lib_$ac_lib_var=yes" … … 1832 1817 1833 1818 echo $ac_n "checking for IMP_PutGmpInt in -lMP""... $ac_c" 1>&6 1834 echo "configure:18 35: checking for IMP_PutGmpInt in -lMP" >&51819 echo "configure:1820: checking for IMP_PutGmpInt in -lMP" >&5 1835 1820 ac_lib_var=`echo MP'_'IMP_PutGmpInt | sed 'y%./+-%__p_%'` 1836 1821 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1840 1825 LIBS="-lMP $LIBS" 1841 1826 cat > conftest.$ac_ext <<EOF 1842 #line 18 43"configure"1827 #line 1828 "configure" 1843 1828 #include "confdefs.h" 1844 1829 /* Override any gcc2 internal prototype to avoid an error. */ … … 1851 1836 ; return 0; } 1852 1837 EOF 1853 if { (eval echo configure:18 54: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1838 if { (eval echo configure:1839: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1854 1839 rm -rf conftest* 1855 1840 eval "ac_cv_lib_$ac_lib_var=yes" … … 1879 1864 1880 1865 echo $ac_n "checking for MPT_GetTree in -lMPT""... $ac_c" 1>&6 1881 echo "configure:18 82: checking for MPT_GetTree in -lMPT" >&51866 echo "configure:1867: checking for MPT_GetTree in -lMPT" >&5 1882 1867 ac_lib_var=`echo MPT'_'MPT_GetTree | sed 'y%./+-%__p_%'` 1883 1868 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1887 1872 LIBS="-lMPT $LIBS" 1888 1873 cat > conftest.$ac_ext <<EOF 1889 #line 18 90"configure"1874 #line 1875 "configure" 1890 1875 #include "confdefs.h" 1891 1876 /* Override any gcc2 internal prototype to avoid an error. */ … … 1898 1883 ; return 0; } 1899 1884 EOF 1900 if { (eval echo configure:1 901: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1885 if { (eval echo configure:1886: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1901 1886 rm -rf conftest* 1902 1887 eval "ac_cv_lib_$ac_lib_var=yes" … … 1926 1911 1927 1912 echo $ac_n "checking for atof in -lsingcf""... $ac_c" 1>&6 1928 echo "configure:19 29: checking for atof in -lsingcf" >&51913 echo "configure:1914: checking for atof in -lsingcf" >&5 1929 1914 ac_lib_var=`echo singcf'_'atof | sed 'y%./+-%__p_%'` 1930 1915 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1934 1919 LIBS="-lsingcf $LIBS" 1935 1920 cat > conftest.$ac_ext <<EOF 1936 #line 19 37"configure"1921 #line 1922 "configure" 1937 1922 #include "confdefs.h" 1938 1923 /* Override any gcc2 internal prototype to avoid an error. */ … … 1945 1930 ; return 0; } 1946 1931 EOF 1947 if { (eval echo configure:19 48: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1932 if { (eval echo configure:1933: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1948 1933 rm -rf conftest* 1949 1934 eval "ac_cv_lib_$ac_lib_var=yes" … … 1973 1958 1974 1959 echo $ac_n "checking for atof in -lsingfac""... $ac_c" 1>&6 1975 echo "configure:19 76: checking for atof in -lsingfac" >&51960 echo "configure:1961: checking for atof in -lsingfac" >&5 1976 1961 ac_lib_var=`echo singfac'_'atof | sed 'y%./+-%__p_%'` 1977 1962 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1981 1966 LIBS="-lsingfac $LIBS" 1982 1967 cat > conftest.$ac_ext <<EOF 1983 #line 19 84"configure"1968 #line 1969 "configure" 1984 1969 #include "confdefs.h" 1985 1970 /* Override any gcc2 internal prototype to avoid an error. */ … … 1992 1977 ; return 0; } 1993 1978 EOF 1994 if { (eval echo configure:19 95: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1979 if { (eval echo configure:1980: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1995 1980 rm -rf conftest* 1996 1981 eval "ac_cv_lib_$ac_lib_var=yes" … … 2024 2009 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 2025 2010 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 2026 echo "configure:20 27: checking for $ac_hdr" >&52011 echo "configure:2012: checking for $ac_hdr" >&5 2027 2012 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 2028 2013 echo $ac_n "(cached) $ac_c" 1>&6 2029 2014 else 2030 2015 cat > conftest.$ac_ext <<EOF 2031 #line 20 32"configure"2016 #line 2017 "configure" 2032 2017 #include "confdefs.h" 2033 2018 #include <$ac_hdr> 2034 2019 EOF 2035 2020 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2036 { (eval echo configure:20 37: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2021 { (eval echo configure:2022: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2037 2022 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2038 2023 if test -z "$ac_err"; then … … 2212 2197 2213 2198 echo $ac_n "checking which tmp dir to use""... $ac_c" 1>&6 2214 echo "configure:22 15: checking which tmp dir to use" >&52199 echo "configure:2200: checking which tmp dir to use" >&5 2215 2200 if test "${with_tmpdir+set}" = set && test -d ${with_tmpdir}; then 2216 2201 if (echo "${with_tmpdir}" | egrep "\." >/dev/null 2>&1) … … 2228 2213 2229 2214 echo $ac_n "checking whether to configure and build gmp lib""... $ac_c" 1>&6 2230 echo "configure:22 31: checking whether to configure and build gmp lib" >&52215 echo "configure:2216: checking whether to configure and build gmp lib" >&5 2231 2216 if test "$enable_gmp" != yes && test "$enable_gmp" != no; then 2232 2217 if test "$ac_gmp_ok" != yes && test -d gmp; then … … 2274 2259 2275 2260 echo $ac_n "checking whether to configure and build smallgmp lib""... $ac_c" 1>&6 2276 echo "configure:22 77: checking whether to configure and build smallgmp lib" >&52261 echo "configure:2262: checking whether to configure and build smallgmp lib" >&5 2277 2262 if test "$enable_smallgmp" != yes && test "$enable_smallgmp" != no; then 2278 2263 if test "$ac_smallgmp_ok" != yes && test "$ac_gmp_ok" != yes && \ … … 2313 2298 2314 2299 echo $ac_n "checking whether to configure and build MP lib""... $ac_c" 1>&6 2315 echo "configure:23 16: checking whether to configure and build MP lib" >&52300 echo "configure:2301: checking whether to configure and build MP lib" >&5 2316 2301 if test "$enable_MP" != yes && test "$enable_MP" != no; then 2317 2302 if test "$with_MP" != no && test "$ac_MP_ok" != yes && test -d MP && \ … … 2342 2327 2343 2328 echo $ac_n "checking whether to configure and build factory lib""... $ac_c" 1>&6 2344 echo "configure:23 45: checking whether to configure and build factory lib" >&52329 echo "configure:2330: checking whether to configure and build factory lib" >&5 2345 2330 if test "$enable_factory" != yes && test "$enable_factory" != no; then 2346 2331 if test "$with_factory" != no && test "$ac_factory_ok" != yes && \ … … 2367 2352 2368 2353 echo $ac_n "checking whether to configure and build libfac lib""... $ac_c" 1>&6 2369 echo "configure:23 70: checking whether to configure and build libfac lib" >&52354 echo "configure:2355: checking whether to configure and build libfac lib" >&5 2370 2355 if test "$enable_libfac" != yes && test "$enable_libfac" != no; then 2371 2356 if test "$with_libfac" != no && test "$ac_libfac_ok" != yes && \ … … 2397 2382 2398 2383 echo $ac_n "checking whether to configure and build sgroup lib""... $ac_c" 1>&6 2399 echo "configure:2 400: checking whether to configure and build sgroup lib" >&52384 echo "configure:2385: checking whether to configure and build sgroup lib" >&5 2400 2385 if test "$enable_sgroup" = yes; then 2401 2386 if test ! -d sgroup; then … … 2417 2402 2418 2403 echo $ac_n "checking whether to build mpr and use mtrack""... $ac_c" 1>&6 2419 echo "configure:24 20: checking whether to build mpr and use mtrack" >&52404 echo "configure:2405: checking whether to build mpr and use mtrack" >&5 2420 2405 if test -d mpr && test "$ac_cv_singuname" = ix86-Linux && test "$enable_mtrack" != no; then 2421 2406 echo "$ac_t""yes" 1>&6 … … 2432 2417 2433 2418 echo $ac_n "checking whether to configure and build Singular""... $ac_c" 1>&6 2434 echo "configure:24 35: checking whether to configure and build Singular" >&52419 echo "configure:2420: checking whether to configure and build Singular" >&5 2435 2420 if test "$enable_Singular" != yes && test "$enable_Singular" != no; then 2436 2421 if test "$with_Singular" != no && test -d Singular; then … … 2461 2446 2462 2447 echo $ac_n "checking whether to build IntegerProgramming""... $ac_c" 1>&6 2463 echo "configure:24 64: checking whether to build IntegerProgramming" >&52448 echo "configure:2449: checking whether to build IntegerProgramming" >&5 2464 2449 if test "$enable_IntegerProgramming" != no && test -d "IntegerProgramming"; then 2465 2450 BUILD_SUBDIRS="$BUILD_SUBDIRS IntegerProgramming" … … 2473 2458 2474 2459 echo $ac_n "checking whether to build Plural""... $ac_c" 1>&6 2475 echo "configure:24 76: checking whether to build Plural" >&52460 echo "configure:2461: checking whether to build Plural" >&5 2476 2461 if test "$enable_Plural" != no && test -d "Plural"; then 2477 2462 BUILD_SUBDIRS="$BUILD_SUBDIRS Plural" … … 2486 2471 2487 2472 echo $ac_n "checking whether to configure and build Texinfo""... $ac_c" 1>&6 2488 echo "configure:24 89: checking whether to configure and build Texinfo" >&52473 echo "configure:2474: checking whether to configure and build Texinfo" >&5 2489 2474 if test "$enable_Texinfo" != no && test -d Texinfo; then 2490 2475 echo "$ac_t""yes" 1>&6 … … 2508 2493 set dummy makeinfo; ac_word=$2 2509 2494 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2510 echo "configure:2 511: checking for $ac_word" >&52495 echo "configure:2496: checking for $ac_word" >&5 2511 2496 if eval "test \"`echo '$''{'ac_cv_prog_MAKEINFO'+set}'`\" = set"; then 2512 2497 echo $ac_n "(cached) $ac_c" 1>&6 … … 2538 2523 set dummy texi2dvi; ac_word=$2 2539 2524 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2540 echo "configure:25 41: checking for $ac_word" >&52525 echo "configure:2526: checking for $ac_word" >&5 2541 2526 if eval "test \"`echo '$''{'ac_cv_prog_TEXI2DVI'+set}'`\" = set"; then 2542 2527 echo $ac_n "(cached) $ac_c" 1>&6 … … 2568 2553 set dummy texindex; ac_word=$2 2569 2554 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2570 echo "configure:25 71: checking for $ac_word" >&52555 echo "configure:2556: checking for $ac_word" >&5 2571 2556 if eval "test \"`echo '$''{'ac_cv_prog_TEXINDEX'+set}'`\" = set"; then 2572 2557 echo $ac_n "(cached) $ac_c" 1>&6 … … 2598 2583 2599 2584 echo $ac_n "checking whether to configure and build Texi2html""... $ac_c" 1>&6 2600 echo "configure:2 601: checking whether to configure and build Texi2html" >&52585 echo "configure:2586: checking whether to configure and build Texi2html" >&5 2601 2586 if test "$enable_Texi2html" != no && test -d Texi2html; then 2602 2587 echo "$ac_t""yes" 1>&6 … … 2613 2598 set dummy texi2html; ac_word=$2 2614 2599 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2615 echo "configure:26 16: checking for $ac_word" >&52600 echo "configure:2601: checking for $ac_word" >&5 2616 2601 if eval "test \"`echo '$''{'ac_cv_prog_TEXI2HTML'+set}'`\" = set"; then 2617 2602 echo $ac_n "(cached) $ac_c" 1>&6 … … 2651 2636 2652 2637 echo $ac_n "checking whether to build doc""... $ac_c" 1>&6 2653 echo "configure:26 54: checking whether to build doc" >&52638 echo "configure:2639: checking whether to build doc" >&5 2654 2639 if test "$enable_doc" != no && test -d doc; then 2655 2640 echo "$ac_t""yes" 1>&6 … … 2665 2650 2666 2651 echo $ac_n "checking whether to build emacs""... $ac_c" 1>&6 2667 echo "configure:26 68: checking whether to build emacs" >&52652 echo "configure:2653: checking whether to build emacs" >&5 2668 2653 if test "$enable_doc" = yes && test "$enable_emacs" != no && test -d emacs; then 2669 2654 echo "$ac_t""yes" 1>&6 … … 2677 2662 2678 2663 echo $ac_n "checking which apint package to use""... $ac_c" 1>&6 2679 echo "configure:26 80: checking which apint package to use" >&52664 echo "configure:2665: checking which apint package to use" >&5 2680 2665 if test "$with_apint" = gmp; then 2681 2666 if test "$ac_gmp_ok" = yes || test "$enable_gmp" = yes; then … … 2701 2686 2702 2687 echo $ac_n "checking whether to use with MP""... $ac_c" 1>&6 2703 echo "configure:2 704: checking whether to use with MP" >&52688 echo "configure:2689: checking whether to use with MP" >&5 2704 2689 if test "$with_MP" = yes; then 2705 2690 if test "$ac_MP_ok" = yes || test "$enable_MP" = yes; then … … 2720 2705 2721 2706 echo $ac_n "checking whether to use with factory""... $ac_c" 1>&6 2722 echo "configure:27 23: checking whether to use with factory" >&52707 echo "configure:2708: checking whether to use with factory" >&5 2723 2708 if test "$with_factory" = yes; then 2724 2709 if test "$ac_factory_ok" = yes || test "$enable_factory" = yes; then … … 2739 2724 2740 2725 echo $ac_n "checking whether to use with libfac""... $ac_c" 1>&6 2741 echo "configure:27 42: checking whether to use with libfac" >&52726 echo "configure:2727: checking whether to use with libfac" >&5 2742 2727 if test "$with_libfac" = yes; then 2743 2728 if test "$ac_libfac_ok" = yes || test "$enable_libfac" = yes; then … … 2759 2744 2760 2745 echo $ac_n "checking whether to use with mtrack""... $ac_c" 1>&6 2761 echo "configure:27 62: checking whether to use with mtrack" >&52746 echo "configure:2747: checking whether to use with mtrack" >&5 2762 2747 if test "$with_mtrack" != no && test "$with_mtrack" != yes; then 2763 2748 if test "$enable_mtrack" = yes; then … … 2779 2764 2780 2765 echo $ac_n "checking whether to use with Singular""... $ac_c" 1>&6 2781 echo "configure:27 82: checking whether to use with Singular" >&52766 echo "configure:2767: checking whether to use with Singular" >&5 2782 2767 if test "$with_Singular" != no && test "$with_Singular" != yes; then 2783 2768 if test "$enable_Singular" = yes; then … … 2840 2825 2841 2826 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 2842 echo "configure:28 43: checking whether ${MAKE-make} sets \${MAKE}" >&52827 echo "configure:2828: checking whether ${MAKE-make} sets \${MAKE}" >&5 2843 2828 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` 2844 2829 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then -
configure.in
r8abf10 re03066 99 99 AC_PROG_INSTALL 100 100 AC_AIX 101 dnl we do not want to have "-g -O" for CFLAGS102 if test "${CXXFLAGS+set}" != set; then103 ac_cxxflags_set=no104 CXXFLAGS="-O"105 fi106 if test "${CFLAGS+set}" != set; then107 CFLAGS="-O"108 ac_cflags_set=no109 fi110 111 # check whether CXX was set by user as env variable112 if test "${CXX+set}" != set; then113 ac_cxx_set=no114 else115 ac_cxx_set=yes116 fi117 101 AC_PROG_CXX 118 102
Note: See TracChangeset
for help on using the changeset viewer.