Changeset 98d771 in git
- Timestamp:
- May 23, 1997, 1:32:02 PM (26 years ago)
- Branches:
- (u'spielwiese', 'a7324b6e0b44a1a8ed3fa4d9ca3e2ff210ddd52c')
- Children:
- 13e2da8b37e4f3964c7e1f5118de1d5f263b7bd5
- Parents:
- 5b6c3122b40fc4de7e64d746da3d95e818170166
- Location:
- Singular
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/ChangeLog
r5b6c31 r98d771 1 Fri May 23 13:17:24 1997 Olaf Bachmann <obachman@schlupp.mathematik.uni-kl.de (Olaf Bachmann)> 2 3 * configure.in: added option --without-info 4 1 5 Thu May 22 16:39:16 1997 Olaf Bachmann <obachman@schlupp.mathematik.uni-kl.de (Olaf Bachmann)> 2 6 -
Singular/INSTALL
r5b6c31 r98d771 145 145 without DBM and DBM links are disabled. 146 146 147 'info' : Uses the 'info' program for displaying the Singular 148 documentation on a 'help' copmmand. This requires that 149 the 'info' programm is installed on your system. If 150 this program is not found, the a built-in display 151 routine is used. 147 152 'MP' : Uses the MP library for MP links. Requires that 148 153 libgmp.a, libMP.a, libMPT.a and gmp.h, MP.h, MPT.h are -
Singular/Makefile.in
r5b6c31 r98d771 111 111 kutil.h mpsr_Put.h spolys0.h 112 112 113 TESTS=${testdir}/check ${testdir}/input ${testdir}/output 113 TESTS=${testdir}/comparecheck ${testdir}/fac_test.in ${testdir}/fac_test.out\ 114 ${testdir}/general_test.in ${testdir}/general_test.out \ 115 ${testdir}/mpcheck ${testdir}/mpcheck.data 114 116 115 117 DOCS=${docdir}/Makefile.in ${docdir}/copyright.tex ${docdir}/doc2tex.c \ … … 170 172 ${CXX} ${CXXNOOPTFLAGS} ${CPPFLAGS} ${DEFS} -c $< 171 173 172 iparith.inc mpsr_Tok.inc 174 iparith.inc mpsr_Tok.inc: iparith.cc ipconv.cc tok.h mpsr_Tok.cc grammar.h 173 175 ${CXX} ${CXXFLAGS} ${CPPFLAGS} ${DEFS} -DGENTABLE -o gentable \ 174 176 iparith.cc tesths.cc mpsr_Tok.cc ${OBJS} ${LDFLAGS} ${LIBS} … … 283 285 284 286 dist: 285 -rm -rf ${DIST_NAME}286 -rm -f ${DIST_NAME}.tar.gz287 ${MKINSTALLDIRS} ${DIST_NAME}/LIB/gftables288 -ln ${DISTFILES} ${DIST_NAME}289 -ln LIB/*.lib ${DIST_NAME}/LIB290 -ln LIB/gftables/* ${DIST_NAME}/LIB/gftables291 tar cvf ${DIST_NAME}.tar ${DIST_NAME}292 gzip -9 ${DIST_NAME}.tar287 rm -rf ${DISTNAME}.tar* ${TEMPDIR}/${DISTNAME}* 288 mkdir ${TEMPDIR}/${DISTNAME} 289 - cp -pR . ${TEMPDIR}/${DISTNAME} 290 cd ${TEMPDIR}/${DISTNAME}; ${MAKE} distclean; 291 cd ${TEMPDIR}; tar cf ${DISTNAME}.tar ${DISTNAME} 292 rm -rf ${TEMPDIR}/${DISTNAME} 293 - gzip -9 ${TEMPDIR}/${DISTNAME}.tar 294 - mv ${TEMPDIR}/${DISTNAME}.tar.gz . 293 295 294 296 TAGS: -
Singular/configure
r5b6c31 r98d771 21 21 ac_help="$ac_help 22 22 --without-dbm do not use dbm (disables DBM links)" 23 ac_help="$ac_help 24 --without-info do not use info for help (use buildin help, instead)" 23 25 ac_help="$ac_help 24 26 --without-dld do not use dld (disables dynamic linking)" … … 680 682 #endif 681 683 EOF 682 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:68 3: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then684 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:685: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 683 685 ac_cv_prog_gcc=yes 684 686 else … … 732 734 # not just through cpp. 733 735 cat > conftest.$ac_ext <<EOF 734 #line 73 5"configure"736 #line 737 "configure" 735 737 #include "confdefs.h" 736 738 #include <assert.h> … … 738 740 EOF 739 741 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 740 { (eval echo configure:74 1: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }742 { (eval echo configure:743: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 741 743 ac_err=`grep -v '^ *+' conftest.out` 742 744 if test -z "$ac_err"; then … … 747 749 CPP="${CC-cc} -E -traditional-cpp" 748 750 cat > conftest.$ac_ext <<EOF 749 #line 75 0"configure"751 #line 752 "configure" 750 752 #include "confdefs.h" 751 753 #include <assert.h> … … 753 755 EOF 754 756 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 755 { (eval echo configure:75 6: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }757 { (eval echo configure:758: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 756 758 ac_err=`grep -v '^ *+' conftest.out` 757 759 if test -z "$ac_err"; then … … 816 818 #endif 817 819 EOF 818 if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:8 19: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then820 if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:821: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 819 821 ac_cv_prog_gxx=yes 820 822 else … … 908 910 fi 909 911 910 # Extract the first word of "info", so it can be a program name with args. 912 if test "$with_info" != no; then 913 # Extract the first word of "info", so it can be a program name with args. 911 914 set dummy info; ac_word=$2 912 915 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 … … 935 938 fi 936 939 937 if test -n "$INFO"; then938 cat >> confdefs.h <<\EOF940 if test -n "$INFO"; then 941 cat >> confdefs.h <<\EOF 939 942 #define HAVE_INFO 1 940 943 EOF 941 944 945 fi 942 946 fi 943 947 … … 970 974 fi 971 975 976 # Check whether --with-info or --without-info was given. 977 if test "${with_info+set}" = set; then 978 withval="$with_info" 979 : 980 fi 972 981 973 982 # Check whether --with-dld or --without-dld was given. … … 1002 1011 LIBS="-lm $LIBS" 1003 1012 cat > conftest.$ac_ext <<EOF 1004 #line 10 05"configure"1013 #line 1014 "configure" 1005 1014 #include "confdefs.h" 1006 1015 /* Override any gcc2 internal prototype to avoid an error. */ … … 1012 1021 ; return 0; } 1013 1022 EOF 1014 if { (eval echo configure:10 15: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then1023 if { (eval echo configure:1024: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then 1015 1024 rm -rf conftest* 1016 1025 eval "ac_cv_lib_$ac_lib_var=yes" … … 1044 1053 LIBS="-lbsd $LIBS" 1045 1054 cat > conftest.$ac_ext <<EOF 1046 #line 10 47"configure"1055 #line 1056 "configure" 1047 1056 #include "confdefs.h" 1048 1057 /* Override any gcc2 internal prototype to avoid an error. */ … … 1054 1063 ; return 0; } 1055 1064 EOF 1056 if { (eval echo configure:10 57: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then1065 if { (eval echo configure:1066: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then 1057 1066 rm -rf conftest* 1058 1067 eval "ac_cv_lib_$ac_lib_var=yes" … … 1086 1095 LIBS="-lsocket $LIBS" 1087 1096 cat > conftest.$ac_ext <<EOF 1088 #line 10 89"configure"1097 #line 1098 "configure" 1089 1098 #include "confdefs.h" 1090 1099 /* Override any gcc2 internal prototype to avoid an error. */ … … 1096 1105 ; return 0; } 1097 1106 EOF 1098 if { (eval echo configure:1 099: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then1107 if { (eval echo configure:1108: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then 1099 1108 rm -rf conftest* 1100 1109 eval "ac_cv_lib_$ac_lib_var=yes" … … 1128 1137 LIBS="-lnsl $LIBS" 1129 1138 cat > conftest.$ac_ext <<EOF 1130 #line 11 31"configure"1139 #line 1140 "configure" 1131 1140 #include "confdefs.h" 1132 1141 /* Override any gcc2 internal prototype to avoid an error. */ … … 1138 1147 ; return 0; } 1139 1148 EOF 1140 if { (eval echo configure:11 41: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then1149 if { (eval echo configure:1150: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then 1141 1150 rm -rf conftest* 1142 1151 eval "ac_cv_lib_$ac_lib_var=yes" … … 1172 1181 LIBS="-lncurses $LIBS" 1173 1182 cat > conftest.$ac_ext <<EOF 1174 #line 11 75"configure"1183 #line 1184 "configure" 1175 1184 #include "confdefs.h" 1176 1185 /* Override any gcc2 internal prototype to avoid an error. */ … … 1182 1191 ; return 0; } 1183 1192 EOF 1184 if { (eval echo configure:11 85: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then1193 if { (eval echo configure:1194: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then 1185 1194 rm -rf conftest* 1186 1195 eval "ac_cv_lib_$ac_lib_var=yes" … … 1213 1222 LIBS="-lcurses $LIBS" 1214 1223 cat > conftest.$ac_ext <<EOF 1215 #line 12 16"configure"1224 #line 1225 "configure" 1216 1225 #include "confdefs.h" 1217 1226 /* Override any gcc2 internal prototype to avoid an error. */ … … 1223 1232 ; return 0; } 1224 1233 EOF 1225 if { (eval echo configure:12 26: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then1234 if { (eval echo configure:1235: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then 1226 1235 rm -rf conftest* 1227 1236 eval "ac_cv_lib_$ac_lib_var=yes" … … 1254 1263 LIBS="-ltermcap $LIBS" 1255 1264 cat > conftest.$ac_ext <<EOF 1256 #line 12 57"configure"1265 #line 1266 "configure" 1257 1266 #include "confdefs.h" 1258 1267 /* Override any gcc2 internal prototype to avoid an error. */ … … 1264 1273 ; return 0; } 1265 1274 EOF 1266 if { (eval echo configure:12 67: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then1275 if { (eval echo configure:1276: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then 1267 1276 rm -rf conftest* 1268 1277 eval "ac_cv_lib_$ac_lib_var=yes" … … 1300 1309 LIBS="-lreadline $LIBS" 1301 1310 cat > conftest.$ac_ext <<EOF 1302 #line 13 03"configure"1311 #line 1312 "configure" 1303 1312 #include "confdefs.h" 1304 1313 /* Override any gcc2 internal prototype to avoid an error. */ … … 1310 1319 ; return 0; } 1311 1320 EOF 1312 if { (eval echo configure:13 13: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then1321 if { (eval echo configure:1322: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then 1313 1322 rm -rf conftest* 1314 1323 eval "ac_cv_lib_$ac_lib_var=yes" … … 1343 1352 else 1344 1353 cat > conftest.$ac_ext <<EOF 1345 #line 13 46"configure"1354 #line 1355 "configure" 1346 1355 #include "confdefs.h" 1347 1356 #include <$ac_hdr> 1348 1357 EOF 1349 1358 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1350 { (eval echo configure:13 51: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1359 { (eval echo configure:1360: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1351 1360 ac_err=`grep -v '^ *+' conftest.out` 1352 1361 if test -z "$ac_err"; then … … 1402 1411 LIBS="-ldbm $LIBS" 1403 1412 cat > conftest.$ac_ext <<EOF 1404 #line 14 05"configure"1413 #line 1414 "configure" 1405 1414 #include "confdefs.h" 1406 1415 /* Override any gcc2 internal prototype to avoid an error. */ … … 1412 1421 ; return 0; } 1413 1422 EOF 1414 if { (eval echo configure:14 15: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then1423 if { (eval echo configure:1424: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then 1415 1424 rm -rf conftest* 1416 1425 eval "ac_cv_lib_$ac_lib_var=yes" … … 1439 1448 LIBS="-lgdbm $LIBS" 1440 1449 cat > conftest.$ac_ext <<EOF 1441 #line 14 42"configure"1450 #line 1451 "configure" 1442 1451 #include "confdefs.h" 1443 1452 /* Override any gcc2 internal prototype to avoid an error. */ … … 1449 1458 ; return 0; } 1450 1459 EOF 1451 if { (eval echo configure:14 52: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then1460 if { (eval echo configure:1461: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then 1452 1461 rm -rf conftest* 1453 1462 eval "ac_cv_lib_$ac_lib_var=yes" … … 1484 1493 LIBS="-ldld $LIBS" 1485 1494 cat > conftest.$ac_ext <<EOF 1486 #line 14 87"configure"1495 #line 1496 "configure" 1487 1496 #include "confdefs.h" 1488 1497 /* Override any gcc2 internal prototype to avoid an error. */ … … 1494 1503 ; return 0; } 1495 1504 EOF 1496 if { (eval echo configure:1 497: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then1505 if { (eval echo configure:1506: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then 1497 1506 rm -rf conftest* 1498 1507 eval "ac_cv_lib_$ac_lib_var=yes" … … 1536 1545 LIBS="-lgmp $LIBS" 1537 1546 cat > conftest.$ac_ext <<EOF 1538 #line 15 39"configure"1547 #line 1548 "configure" 1539 1548 #include "confdefs.h" 1540 1549 /* Override any gcc2 internal prototype to avoid an error. */ … … 1546 1555 ; return 0; } 1547 1556 EOF 1548 if { (eval echo configure:15 49: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then1557 if { (eval echo configure:1558: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then 1549 1558 rm -rf conftest* 1550 1559 eval "ac_cv_lib_$ac_lib_var=yes" … … 1576 1585 else 1577 1586 cat > conftest.$ac_ext <<EOF 1578 #line 15 79"configure"1587 #line 1588 "configure" 1579 1588 #include "confdefs.h" 1580 1589 #include <gmp.h> 1581 1590 EOF 1582 1591 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1583 { (eval echo configure:15 84: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1592 { (eval echo configure:1593: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1584 1593 ac_err=`grep -v '^ *+' conftest.out` 1585 1594 if test -z "$ac_err"; then … … 1635 1644 LIBS="-lMP $LIBS" 1636 1645 cat > conftest.$ac_ext <<EOF 1637 #line 16 38"configure"1646 #line 1647 "configure" 1638 1647 #include "confdefs.h" 1639 1648 /* Override any gcc2 internal prototype to avoid an error. */ … … 1645 1654 ; return 0; } 1646 1655 EOF 1647 if { (eval echo configure:16 48: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then1656 if { (eval echo configure:1657: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then 1648 1657 rm -rf conftest* 1649 1658 eval "ac_cv_lib_$ac_lib_var=yes" … … 1677 1686 LIBS="-lMPT $LIBS" 1678 1687 cat > conftest.$ac_ext <<EOF 1679 #line 168 0"configure"1688 #line 1689 "configure" 1680 1689 #include "confdefs.h" 1681 1690 /* Override any gcc2 internal prototype to avoid an error. */ … … 1687 1696 ; return 0; } 1688 1697 EOF 1689 if { (eval echo configure:169 0: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then1698 if { (eval echo configure:1699: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then 1690 1699 rm -rf conftest* 1691 1700 eval "ac_cv_lib_$ac_lib_var=yes" … … 1720 1729 else 1721 1730 cat > conftest.$ac_ext <<EOF 1722 #line 17 23"configure"1731 #line 1732 "configure" 1723 1732 #include "confdefs.h" 1724 1733 #include <$ac_hdr> 1725 1734 EOF 1726 1735 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1727 { (eval echo configure:17 28: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1736 { (eval echo configure:1737: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1728 1737 ac_err=`grep -v '^ *+' conftest.out` 1729 1738 if test -z "$ac_err"; then … … 1788 1797 LIBS="-lsingcf $LIBS" 1789 1798 cat > conftest.$ac_ext <<EOF 1790 #line 1 791"configure"1799 #line 1800 "configure" 1791 1800 #include "confdefs.h" 1792 1801 /* Override any gcc2 internal prototype to avoid an error. */ … … 1798 1807 ; return 0; } 1799 1808 EOF 1800 if { (eval echo configure:18 01: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then1809 if { (eval echo configure:1810: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then 1801 1810 rm -rf conftest* 1802 1811 eval "ac_cv_lib_$ac_lib_var=yes" … … 1831 1840 else 1832 1841 cat > conftest.$ac_ext <<EOF 1833 #line 18 34"configure"1842 #line 1843 "configure" 1834 1843 #include "confdefs.h" 1835 1844 #include <$ac_hdr> 1836 1845 EOF 1837 1846 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1838 { (eval echo configure:18 39: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1847 { (eval echo configure:1848: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1839 1848 ac_err=`grep -v '^ *+' conftest.out` 1840 1849 if test -z "$ac_err"; then … … 1897 1906 LIBS="-lsingfac $LIBS" 1898 1907 cat > conftest.$ac_ext <<EOF 1899 #line 190 0"configure"1908 #line 1909 "configure" 1900 1909 #include "confdefs.h" 1901 1910 /* Override any gcc2 internal prototype to avoid an error. */ … … 1907 1916 ; return 0; } 1908 1917 EOF 1909 if { (eval echo configure:191 0: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then1918 if { (eval echo configure:1919: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then 1910 1919 rm -rf conftest* 1911 1920 eval "ac_cv_lib_$ac_lib_var=yes" … … 1940 1949 else 1941 1950 cat > conftest.$ac_ext <<EOF 1942 #line 19 43"configure"1951 #line 1952 "configure" 1943 1952 #include "confdefs.h" 1944 1953 #include <$ac_hdr> 1945 1954 EOF 1946 1955 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1947 { (eval echo configure:19 48: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1956 { (eval echo configure:1957: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1948 1957 ac_err=`grep -v '^ *+' conftest.out` 1949 1958 if test -z "$ac_err"; then … … 2004 2013 else 2005 2014 cat > conftest.$ac_ext <<EOF 2006 #line 20 07"configure"2015 #line 2016 "configure" 2007 2016 #include "confdefs.h" 2008 2017 main(){return(0);} 2009 2018 EOF 2010 { (eval echo configure:20 11: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }2019 { (eval echo configure:2020: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } 2011 2020 if test -s conftest && (./conftest; exit) 2>/dev/null; then 2012 2021 ac_cv_c_cross=no … … 2026 2035 else 2027 2036 cat > conftest.$ac_ext <<EOF 2028 #line 20 29"configure"2037 #line 2038 "configure" 2029 2038 #include "confdefs.h" 2030 2039 #include <stdlib.h> … … 2034 2043 EOF 2035 2044 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; }2045 { (eval echo configure:2046: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2037 2046 ac_err=`grep -v '^ *+' conftest.out` 2038 2047 if test -z "$ac_err"; then … … 2049 2058 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 2050 2059 cat > conftest.$ac_ext <<EOF 2051 #line 20 52"configure"2060 #line 2061 "configure" 2052 2061 #include "confdefs.h" 2053 2062 #include <string.h> … … 2067 2076 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 2068 2077 cat > conftest.$ac_ext <<EOF 2069 #line 207 0"configure"2078 #line 2079 "configure" 2070 2079 #include "confdefs.h" 2071 2080 #include <stdlib.h> … … 2088 2097 else 2089 2098 cat > conftest.$ac_ext <<EOF 2090 #line 2 091"configure"2099 #line 2100 "configure" 2091 2100 #include "confdefs.h" 2092 2101 #include <ctype.h> … … 2099 2108 2100 2109 EOF 2101 { (eval echo configure:21 02: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }2110 { (eval echo configure:2111: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } 2102 2111 if test -s conftest && (./conftest; exit) 2>/dev/null; then 2103 2112 : … … 2127 2136 else 2128 2137 cat > conftest.$ac_ext <<EOF 2129 #line 213 0"configure"2138 #line 2139 "configure" 2130 2139 #include "confdefs.h" 2131 2140 #include <$ac_hdr> 2132 2141 EOF 2133 2142 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2134 { (eval echo configure:21 35: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2143 { (eval echo configure:2144: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2135 2144 ac_err=`grep -v '^ *+' conftest.out` 2136 2145 if test -z "$ac_err"; then … … 2166 2175 else 2167 2176 cat > conftest.$ac_ext <<EOF 2168 #line 21 69"configure"2177 #line 2178 "configure" 2169 2178 #include "confdefs.h" 2170 2179 #include <$ac_hdr> 2171 2180 EOF 2172 2181 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2173 { (eval echo configure:21 74: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2182 { (eval echo configure:2183: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2174 2183 ac_err=`grep -v '^ *+' conftest.out` 2175 2184 if test -z "$ac_err"; then … … 2201 2210 else 2202 2211 cat > conftest.$ac_ext <<EOF 2203 #line 22 04"configure"2212 #line 2213 "configure" 2204 2213 #include "confdefs.h" 2205 2214 … … 2251 2260 ; return 0; } 2252 2261 EOF 2253 if { (eval echo configure:22 54: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2262 if { (eval echo configure:2263: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2254 2263 rm -rf conftest* 2255 2264 ac_cv_c_const=yes … … 2277 2286 for ac_kw in inline __inline__ __inline; do 2278 2287 cat > conftest.$ac_ext <<EOF 2279 #line 228 0"configure"2288 #line 2289 "configure" 2280 2289 #include "confdefs.h" 2281 2290 … … 2285 2294 ; return 0; } 2286 2295 EOF 2287 if { (eval echo configure:22 88: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2296 if { (eval echo configure:2297: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2288 2297 rm -rf conftest* 2289 2298 ac_cv_c_inline=$ac_kw; break … … 2313 2322 else 2314 2323 cat > conftest.$ac_ext <<EOF 2315 #line 23 16"configure"2324 #line 2325 "configure" 2316 2325 #include "confdefs.h" 2317 2326 #include <sys/types.h> … … 2344 2353 else 2345 2354 cat > conftest.$ac_ext <<EOF 2346 #line 23 47"configure"2355 #line 2356 "configure" 2347 2356 #include "confdefs.h" 2348 2357 #include <sys/types.h> … … 2354 2363 ; return 0; } 2355 2364 EOF 2356 if { (eval echo configure:23 57: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2365 if { (eval echo configure:2366: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2357 2366 rm -rf conftest* 2358 2367 ac_cv_header_time=yes … … 2378 2387 else 2379 2388 cat > conftest.$ac_ext <<EOF 2380 #line 23 81"configure"2389 #line 2390 "configure" 2381 2390 #include "confdefs.h" 2382 2391 #include <sys/types.h> … … 2387 2396 ; return 0; } 2388 2397 EOF 2389 if { (eval echo configure:239 0: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2398 if { (eval echo configure:2399: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2390 2399 rm -rf conftest* 2391 2400 ac_cv_struct_tm=time.h … … 2414 2423 else 2415 2424 cat > conftest.$ac_ext <<EOF 2416 #line 24 17"configure"2425 #line 2426 "configure" 2417 2426 #include "confdefs.h" 2418 2427 #include <alloca.h> … … 2422 2431 ; return 0; } 2423 2432 EOF 2424 if { (eval echo configure:24 25: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then2433 if { (eval echo configure:2434: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then 2425 2434 rm -rf conftest* 2426 2435 ac_cv_header_alloca_h=yes … … 2446 2455 else 2447 2456 cat > conftest.$ac_ext <<EOF 2448 #line 24 49"configure"2457 #line 2458 "configure" 2449 2458 #include "confdefs.h" 2450 2459 … … 2470 2479 ; return 0; } 2471 2480 EOF 2472 if { (eval echo configure:24 73: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then2481 if { (eval echo configure:2482: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then 2473 2482 rm -rf conftest* 2474 2483 ac_cv_func_alloca=yes … … 2505 2514 else 2506 2515 cat > conftest.$ac_ext <<EOF 2507 #line 25 08"configure"2516 #line 2517 "configure" 2508 2517 #include "confdefs.h" 2509 2518 #if defined(CRAY) && ! defined(CRAY2) … … 2534 2543 else 2535 2544 cat > conftest.$ac_ext <<EOF 2536 #line 25 37"configure"2545 #line 2546 "configure" 2537 2546 #include "confdefs.h" 2538 2547 /* System header to define __stub macros and hopefully few prototypes, … … 2556 2565 ; return 0; } 2557 2566 EOF 2558 if { (eval echo configure:25 59: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then2567 if { (eval echo configure:2568: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then 2559 2568 rm -rf conftest* 2560 2569 eval "ac_cv_func_$ac_func=yes" … … 2588 2597 else 2589 2598 cat > conftest.$ac_ext <<EOF 2590 #line 2 591"configure"2599 #line 2600 "configure" 2591 2600 #include "confdefs.h" 2592 2601 find_stack_direction () … … 2607 2616 } 2608 2617 EOF 2609 { (eval echo configure:261 0: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }2618 { (eval echo configure:2619: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } 2610 2619 if test -s conftest && (./conftest; exit) 2>/dev/null; then 2611 2620 ac_cv_c_stack_direction=1 … … 2631 2640 ac_pattern="Autoconf.*'x'" 2632 2641 cat > conftest.$ac_ext <<EOF 2633 #line 26 34"configure"2642 #line 2643 "configure" 2634 2643 #include "confdefs.h" 2635 2644 #include <sgtty.h> … … 2649 2658 if test $ac_cv_prog_gcc_traditional = no; then 2650 2659 cat > conftest.$ac_ext <<EOF 2651 #line 26 52"configure"2660 #line 2661 "configure" 2652 2661 #include "confdefs.h" 2653 2662 #include <termio.h> … … 2677 2686 else 2678 2687 cat > conftest.$ac_ext <<EOF 2679 #line 268 0"configure"2688 #line 2689 "configure" 2680 2689 #include "confdefs.h" 2681 2690 /* System header to define __stub macros and hopefully few prototypes, … … 2699 2708 ; return 0; } 2700 2709 EOF 2701 if { (eval echo configure:27 02: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then2710 if { (eval echo configure:2711: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then 2702 2711 rm -rf conftest* 2703 2712 eval "ac_cv_func_$ac_func=yes" … … 2729 2738 else 2730 2739 cat > conftest.$ac_ext <<EOF 2731 #line 27 32"configure"2740 #line 2741 "configure" 2732 2741 #include "confdefs.h" 2733 2742 … … 2798 2807 2799 2808 EOF 2800 { (eval echo configure:28 01: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }2809 { (eval echo configure:2810: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } 2801 2810 if test -s conftest && (./conftest; exit) 2>/dev/null; then 2802 2811 ac_cv_func_mmap=yes … … 2821 2830 else 2822 2831 cat > conftest.$ac_ext <<EOF 2823 #line 28 24"configure"2832 #line 2833 "configure" 2824 2833 #include "confdefs.h" 2825 2834 #include <sys/types.h> … … 2839 2848 ; return 0; } 2840 2849 EOF 2841 if { (eval echo configure:28 42: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2850 if { (eval echo configure:2851: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2842 2851 rm -rf conftest* 2843 2852 ac_cv_type_signal=void … … 2861 2870 else 2862 2871 cat > conftest.$ac_ext <<EOF 2863 #line 28 64"configure"2872 #line 2873 "configure" 2864 2873 #include "confdefs.h" 2865 2874 /* System header to define __stub macros and hopefully few prototypes, … … 2883 2892 ; return 0; } 2884 2893 EOF 2885 if { (eval echo configure:28 86: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then2894 if { (eval echo configure:2895: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then 2886 2895 rm -rf conftest* 2887 2896 eval "ac_cv_func_vprintf=yes" … … 2909 2918 else 2910 2919 cat > conftest.$ac_ext <<EOF 2911 #line 29 12"configure"2920 #line 2921 "configure" 2912 2921 #include "confdefs.h" 2913 2922 /* System header to define __stub macros and hopefully few prototypes, … … 2931 2940 ; return 0; } 2932 2941 EOF 2933 if { (eval echo configure:29 34: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then2942 if { (eval echo configure:2943: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then 2934 2943 rm -rf conftest* 2935 2944 eval "ac_cv_func__doprnt=yes" … … 2960 2969 else 2961 2970 cat > conftest.$ac_ext <<EOF 2962 #line 29 63"configure"2971 #line 2972 "configure" 2963 2972 #include "confdefs.h" 2964 2973 /* System header to define __stub macros and hopefully few prototypes, … … 2982 2991 ; return 0; } 2983 2992 EOF 2984 if { (eval echo configure:29 85: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then2993 if { (eval echo configure:2994: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then 2985 2994 rm -rf conftest* 2986 2995 eval "ac_cv_func_$ac_func=yes" … … 3014 3023 else 3015 3024 cat > conftest.$ac_ext <<EOF 3016 #line 30 17"configure"3025 #line 3026 "configure" 3017 3026 #include "confdefs.h" 3018 3027 int main() { if (-2 >> 1 == -1) exit(0); else exit(1); } 3019 3028 EOF 3020 { (eval echo configure:30 21: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }3029 { (eval echo configure:3030: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } 3021 3030 if test -s conftest && (./conftest; exit) 2>/dev/null; then 3022 3031 ac_cv_shift=yes … … 3044 3053 else 3045 3054 cat > conftest.$ac_ext <<EOF 3046 #line 30 47"configure"3055 #line 3056 "configure" 3047 3056 #include "confdefs.h" 3048 3057 int main() {if (sizeof(int) == 4) exit(0); else exit(1); } 3049 3058 EOF 3050 { (eval echo configure:30 51: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }3059 { (eval echo configure:3060: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } 3051 3060 if test -s conftest && (./conftest; exit) 2>/dev/null; then 3052 3061 ac_cv_sizeof_int_equals_four=yes … … 3074 3083 else 3075 3084 cat > conftest.$ac_ext <<EOF 3076 #line 30 77"configure"3085 #line 3086 "configure" 3077 3086 #include "confdefs.h" 3078 3087 int main() {if (sizeof(long) == sizeof(void*)) exit(0); else exit(1); } 3079 3088 EOF 3080 { (eval echo configure:30 81: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }3089 { (eval echo configure:3090: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } 3081 3090 if test -s conftest && (./conftest; exit) 2>/dev/null; then 3082 3091 ac_cv_sizeof_long_equals_voidp=yes … … 3103 3112 else 3104 3113 cat > conftest.$ac_ext <<EOF 3105 #line 31 06"configure"3114 #line 3115 "configure" 3106 3115 #include "confdefs.h" 3107 3116 #include <stdio.h> 3108 3117 main() { char *str=(char*)malloc(20); if (((int) sprintf(str,"123456789")) == 9) exit(0); else exit(1); } 3109 3118 EOF 3110 { (eval echo configure:31 11: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }3119 { (eval echo configure:3120: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } 3111 3120 if test -s conftest && (./conftest; exit) 2>/dev/null; then 3112 3121 ac_cv_returns_n_of_chars=yes … … 3136 3145 else 3137 3146 cat > conftest.$ac_ext <<EOF 3138 #line 31 39"configure"3147 #line 3148 "configure" 3139 3148 #include "confdefs.h" 3140 3149 #include <stdio.h> … … 3147 3156 } 3148 3157 EOF 3149 { (eval echo configure:315 0: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }3158 { (eval echo configure:3159: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } 3150 3159 if test -s conftest && (./conftest; exit) 2>/dev/null; then 3151 3160 ac_cv_sizeof_voidp=`cat conftestval` … … 3169 3178 else 3170 3179 cat > conftest.$ac_ext <<EOF 3171 #line 31 72"configure"3180 #line 3181 "configure" 3172 3181 #include "confdefs.h" 3173 3182 #ifdef _AIX -
Singular/configure.in
r5b6c31 r98d771 98 98 dnl programs to built the grammar/parser 99 99 dnl check for info 100 AC_CHECK_PROG(INFO, info, info) 101 if test -n "$INFO"; then 102 AC_DEFINE(HAVE_INFO) 100 if test "$with_info" != no; then 101 AC_CHECK_PROG(INFO, info, info) 102 if test -n "$INFO"; then 103 AC_DEFINE(HAVE_INFO) 104 fi 103 105 fi 104 106 … … 122 124 dbm, 123 125 [ --without-dbm do not use dbm (disables DBM links)]) 124 126 AC_ARG_WITH( 127 info, 128 [ --without-info do not use info for help (use buildin help, instead)]) 125 129 AC_ARG_WITH( 126 130 dld,
Note: See TracChangeset
for help on using the changeset viewer.