Changeset 8654b5 in git
- Timestamp:
- May 25, 2000, 3:37:30 PM (23 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 7eab1fff374c2d16ec8e8662b417c0dbb087c32c
- Parents:
- 1c2c2fc72fda423461d0cd3093f6a77e4bcd9a5b
- Location:
- Singular
- Files:
-
- 6 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/all.lib
r1c2c2f r8654b5 1 // $Id: all.lib,v 1.2 4 1999-12-13 17:32:37obachman Exp $1 // $Id: all.lib,v 1.25 2000-05-25 13:37:30 obachman Exp $ 2 2 /////////////////////////////////////////////////////////////////////////////// 3 3 4 version="$Id: all.lib,v 1.2 4 1999-12-13 17:32:37obachman Exp $";4 version="$Id: all.lib,v 1.25 2000-05-25 13:37:30 obachman Exp $"; 5 5 info=" 6 6 LIBRARY: all.lib Load all libraries … … 63 63 LIB "sing.lib"; 64 64 LIB "latex.lib"; 65 LIB "paramet.lib"; 65 // paramet.lib is not in the official distribution 66 // LIB "paramet.lib"; 66 67 LIB "mondromy.lib" 67 68 LIB "jordan.lib"; 68 69 LIB "spcurve.lib"; 69 70 LIB "algebra.lib"; 70 // LIB "tools.lib"; 71 LIB "ip.lib"; 72 LIB "toric.lib"; 73 LIB "Mregular.lib" 74 -
Singular/Makefile.in
r1c2c2f r8654b5 146 146 OBJS := $(CXXSOURCES:.cc=.o) $(CSOURCES:.c=.o) 147 147 148 ifeq ($(SINGUNAME),ix86-Win) 149 OBJS := $(OBJS) Singular_res.o 150 endif 151 148 152 ASO_OBJS := $(ASO_SOURCES:.aso.cc=.aso) 149 153 … … 307 311 # autoconf 308 312 313 ifeq ($(SINGUNAME),ix86-Win) 309 314 ## 310 315 ## windows only targets 311 316 ## 317 318 ## resources 319 Singular.rc: Singular.rc.in config.status 320 CONFIG_FILES="Singular.rc" CONFIG_HEADERS= ./config.status 321 322 ESingular_res.o: Singular.rc 323 windres -DESINGULAR -i Singular.rc -o ESingular_res.o 324 325 TSingular_res.o: Singular.rc 326 windres -DTSINGULAR -i Singular.rc -o TSingular_res.o 327 328 Singular_res.o: Singular.rc 329 windres -DSINGULAR -i Singular.rc -o Singular_res.o 330 331 ## run 312 332 run.o: run.c run.h 313 333 gcc -c -I. -O2 run.c -o run.o 314 334 315 runTSingular : run.c run.h run.rc run.o 316 windres -DTSINGULAR -i run.rc -o run_res.o 317 gcc -mwindows -e _mainCRTStartup run.o run_res.o -o runTSingular.exe 318 319 runESingular : run.c run.h run.rc run.o 320 windres -DESINGULAR -i run.rc -o run_res.o 321 gcc -mwindows -e _mainCRTStartup run.o run_res.o -o runESingular.exe 322 323 run_res.o : run.rc 324 windres -i run.rc -o run_res.o 325 326 run: run.c run.h run_res.o run.o 327 gcc -mwindows -e _mainCRTStartup run.o run_res.o -o run.exe 335 runTSingular : run.o TSingular_res.o 336 gcc -mwindows -e _mainCRTStartup run.o TSingular_res.o -o runTSingular.exe 337 338 runESingular : run.o ESingular_res.o 339 gcc -mwindows -e _mainCRTStartup run.o ESingular_res.o -o runESingular.exe 340 341 RUN_SINGULARS=runESingular runTSingular 342 343 endif 328 344 329 345 ## 330 346 ## install targets 331 347 ## 332 ifeq ($(SINGUNAME),ix86-Win)333 RUN_SINGULARS=runESingular runTSingular334 endif335 336 348 install: all installbin installslib 337 349 -
Singular/configure
r1c2c2f r8654b5 607 607 608 608 609 610 611 612 609 613 cat >> confdefs.h <<EOF 610 614 #define SINGULAR_MAJOR_VERSION ${SINGULAR_MAJOR_VERSION} … … 651 655 set dummy gcc; ac_word=$2 652 656 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 653 echo "configure:65 4: checking for $ac_word" >&5657 echo "configure:658: checking for $ac_word" >&5 654 658 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 655 659 echo $ac_n "(cached) $ac_c" 1>&6 … … 681 685 set dummy cc; ac_word=$2 682 686 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 683 echo "configure:68 4: checking for $ac_word" >&5687 echo "configure:688: checking for $ac_word" >&5 684 688 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 685 689 echo $ac_n "(cached) $ac_c" 1>&6 … … 732 736 set dummy cl; ac_word=$2 733 737 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 734 echo "configure:73 5: checking for $ac_word" >&5738 echo "configure:739: checking for $ac_word" >&5 735 739 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 736 740 echo $ac_n "(cached) $ac_c" 1>&6 … … 764 768 765 769 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 766 echo "configure:7 67: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5770 echo "configure:771: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 767 771 768 772 ac_ext=c … … 775 779 cat > conftest.$ac_ext << EOF 776 780 777 #line 7 78"configure"781 #line 782 "configure" 778 782 #include "confdefs.h" 779 783 780 784 main(){return(0);} 781 785 EOF 782 if { (eval echo configure:78 3: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then786 if { (eval echo configure:787: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 783 787 ac_cv_prog_cc_works=yes 784 788 # If we can't run a trivial program, we are probably using a cross compiler. … … 806 810 fi 807 811 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 808 echo "configure:8 09: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5812 echo "configure:813: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 809 813 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 810 814 cross_compiling=$ac_cv_prog_cc_cross 811 815 812 816 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 813 echo "configure:81 4: checking whether we are using GNU C" >&5817 echo "configure:818: checking whether we are using GNU C" >&5 814 818 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 815 819 echo $ac_n "(cached) $ac_c" 1>&6 … … 820 824 #endif 821 825 EOF 822 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:82 3: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then826 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:827: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 823 827 ac_cv_prog_gcc=yes 824 828 else … … 839 843 CFLAGS= 840 844 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 841 echo "configure:84 2: checking whether ${CC-cc} accepts -g" >&5845 echo "configure:846: checking whether ${CC-cc} accepts -g" >&5 842 846 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 843 847 echo $ac_n "(cached) $ac_c" 1>&6 … … 871 875 872 876 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 873 echo "configure:87 4: checking how to run the C preprocessor" >&5877 echo "configure:878: checking how to run the C preprocessor" >&5 874 878 # On Suns, sometimes $CPP names a directory. 875 879 if test -n "$CPP" && test -d "$CPP"; then … … 886 890 # not just through cpp. 887 891 cat > conftest.$ac_ext <<EOF 888 #line 8 89"configure"892 #line 893 "configure" 889 893 #include "confdefs.h" 890 894 #include <assert.h> … … 892 896 EOF 893 897 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 894 { (eval echo configure:89 5: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }898 { (eval echo configure:899: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 895 899 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 896 900 if test -z "$ac_err"; then … … 903 907 CPP="${CC-cc} -E -traditional-cpp" 904 908 cat > conftest.$ac_ext <<EOF 905 #line 9 06"configure"909 #line 910 "configure" 906 910 #include "confdefs.h" 907 911 #include <assert.h> … … 909 913 EOF 910 914 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 911 { (eval echo configure:91 2: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }915 { (eval echo configure:916: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 912 916 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 913 917 if test -z "$ac_err"; then … … 920 924 CPP="${CC-cc} -nologo -E" 921 925 cat > conftest.$ac_ext <<EOF 922 #line 92 3"configure"926 #line 927 "configure" 923 927 #include "confdefs.h" 924 928 #include <assert.h> … … 926 930 EOF 927 931 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 928 { (eval echo configure:9 29: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }932 { (eval echo configure:933: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 929 933 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 930 934 if test -z "$ac_err"; then … … 955 959 set dummy $ac_prog; ac_word=$2 956 960 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 957 echo "configure:9 58: checking for $ac_word" >&5961 echo "configure:962: checking for $ac_word" >&5 958 962 if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then 959 963 echo $ac_n "(cached) $ac_c" 1>&6 … … 987 991 988 992 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6 989 echo "configure:99 0: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5993 echo "configure:994: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5 990 994 991 995 ac_ext=C … … 998 1002 cat > conftest.$ac_ext << EOF 999 1003 1000 #line 100 1"configure"1004 #line 1005 "configure" 1001 1005 #include "confdefs.h" 1002 1006 1003 1007 int main(){return(0);} 1004 1008 EOF 1005 if { (eval echo configure:10 06: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1009 if { (eval echo configure:1010: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1006 1010 ac_cv_prog_cxx_works=yes 1007 1011 # If we can't run a trivial program, we are probably using a cross compiler. … … 1029 1033 fi 1030 1034 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 1031 echo "configure:103 2: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&51035 echo "configure:1036: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5 1032 1036 echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6 1033 1037 cross_compiling=$ac_cv_prog_cxx_cross 1034 1038 1035 1039 echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6 1036 echo "configure:10 37: checking whether we are using GNU C++" >&51040 echo "configure:1041: checking whether we are using GNU C++" >&5 1037 1041 if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then 1038 1042 echo $ac_n "(cached) $ac_c" 1>&6 … … 1043 1047 #endif 1044 1048 EOF 1045 if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:10 46: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then1049 if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1050: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 1046 1050 ac_cv_prog_gxx=yes 1047 1051 else … … 1062 1066 CXXFLAGS= 1063 1067 echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6 1064 echo "configure:106 5: checking whether ${CXX-g++} accepts -g" >&51068 echo "configure:1069: checking whether ${CXX-g++} accepts -g" >&5 1065 1069 if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then 1066 1070 echo $ac_n "(cached) $ac_c" 1>&6 … … 1124 1128 # ./install, which can be erroneously created by make from ./install.sh. 1125 1129 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 1126 echo "configure:11 27: checking for a BSD compatible install" >&51130 echo "configure:1131: checking for a BSD compatible install" >&5 1127 1131 if test -z "$INSTALL"; then 1128 1132 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then … … 1177 1181 1178 1182 echo $ac_n "checking for AIX""... $ac_c" 1>&6 1179 echo "configure:118 0: checking for AIX" >&51183 echo "configure:1184: checking for AIX" >&5 1180 1184 cat > conftest.$ac_ext <<EOF 1181 #line 118 2"configure"1185 #line 1186 "configure" 1182 1186 #include "confdefs.h" 1183 1187 #ifdef _AIX … … 1209 1213 # check whether the compiler accepts -pipe 1210 1214 echo $ac_n "checking whether compiler accepts -pipe""... $ac_c" 1>&6 1211 echo "configure:121 2: checking whether compiler accepts -pipe" >&51215 echo "configure:1216: checking whether compiler accepts -pipe" >&5 1212 1216 temp_cflags=${CFLAGS} 1213 1217 CFLAGS="${CFLAGS} -pipe" … … 1216 1220 else 1217 1221 cat > conftest.$ac_ext <<EOF 1218 #line 12 19"configure"1222 #line 1223 "configure" 1219 1223 #include "confdefs.h" 1220 1224 … … 1223 1227 ; return 0; } 1224 1228 EOF 1225 if { (eval echo configure:12 26: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then1229 if { (eval echo configure:1230: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1226 1230 rm -rf conftest* 1227 1231 ac_cv_cxx_have_pipe=yes … … 1247 1251 # Customize CFLAGS 1248 1252 echo $ac_n "checking whether _AIX is defined""... $ac_c" 1>&6 1249 echo "configure:125 0: checking whether _AIX is defined" >&51253 echo "configure:1254: checking whether _AIX is defined" >&5 1250 1254 if eval "test \"`echo '$''{'ac_cv_is_aix'+set}'`\" = set"; then 1251 1255 echo $ac_n "(cached) $ac_c" 1>&6 1252 1256 else 1253 1257 cat > conftest.$ac_ext <<EOF 1254 #line 125 5"configure"1258 #line 1259 "configure" 1255 1259 #include "confdefs.h" 1256 1260 #ifdef _AIX … … 1303 1307 1304 1308 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 1305 echo "configure:13 06: checking whether ${MAKE-make} sets \${MAKE}" >&51309 echo "configure:1310: checking whether ${MAKE-make} sets \${MAKE}" >&5 1306 1310 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` 1307 1311 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then … … 1382 1386 if test "${with_lex+set}" != set; then 1383 1387 echo $ac_n "checking for flex""... $ac_c" 1>&6 1384 echo "configure:138 5: checking for flex" >&51388 echo "configure:1389: checking for flex" >&5 1385 1389 if eval "test \"`echo '$''{'ac_cv_prog_flex'+set}'`\" = set"; then 1386 1390 echo $ac_n "(cached) $ac_c" 1>&6 … … 1413 1417 set dummy $ac_prog; ac_word=$2 1414 1418 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1415 echo "configure:14 16: checking for $ac_word" >&51419 echo "configure:1420: checking for $ac_word" >&5 1416 1420 if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then 1417 1421 echo $ac_n "(cached) $ac_c" 1>&6 … … 1453 1457 set dummy $ac_prog; ac_word=$2 1454 1458 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1455 echo "configure:14 56: checking for $ac_word" >&51459 echo "configure:1460: checking for $ac_word" >&5 1456 1460 if eval "test \"`echo '$''{'ac_cv_prog_BISON'+set}'`\" = set"; then 1457 1461 echo $ac_n "(cached) $ac_c" 1>&6 … … 1488 1492 # ln -s 1489 1493 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6 1490 echo "configure:149 1: checking whether ln -s works" >&51494 echo "configure:1495: checking whether ln -s works" >&5 1491 1495 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then 1492 1496 echo $ac_n "(cached) $ac_c" 1>&6 … … 1514 1518 set dummy $ac_prog; ac_word=$2 1515 1519 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1516 echo "configure:15 17: checking for $ac_word" >&51520 echo "configure:1521: checking for $ac_word" >&5 1517 1521 if eval "test \"`echo '$''{'ac_cv_prog_PERL'+set}'`\" = set"; then 1518 1522 echo $ac_n "(cached) $ac_c" 1>&6 … … 1546 1550 # lib checks 1547 1551 echo $ac_n "checking for atof in -lm""... $ac_c" 1>&6 1548 echo "configure:15 49: checking for atof in -lm" >&51552 echo "configure:1553: checking for atof in -lm" >&5 1549 1553 ac_lib_var=`echo m'_'atof | sed 'y%./+-%__p_%'` 1550 1554 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1554 1558 LIBS="-lm $LIBS" 1555 1559 cat > conftest.$ac_ext <<EOF 1556 #line 15 57"configure"1560 #line 1561 "configure" 1557 1561 #include "confdefs.h" 1558 1562 /* Override any gcc2 internal prototype to avoid an error. */ … … 1565 1569 ; return 0; } 1566 1570 EOF 1567 if { (eval echo configure:15 68: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1571 if { (eval echo configure:1572: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1568 1572 rm -rf conftest* 1569 1573 eval "ac_cv_lib_$ac_lib_var=yes" … … 1593 1597 1594 1598 echo $ac_n "checking for socket in -lbsd""... $ac_c" 1>&6 1595 echo "configure:1 596: checking for socket in -lbsd" >&51599 echo "configure:1600: checking for socket in -lbsd" >&5 1596 1600 ac_lib_var=`echo bsd'_'socket | sed 'y%./+-%__p_%'` 1597 1601 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1601 1605 LIBS="-lbsd $LIBS" 1602 1606 cat > conftest.$ac_ext <<EOF 1603 #line 160 4"configure"1607 #line 1608 "configure" 1604 1608 #include "confdefs.h" 1605 1609 /* Override any gcc2 internal prototype to avoid an error. */ … … 1612 1616 ; return 0; } 1613 1617 EOF 1614 if { (eval echo configure:161 5: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1618 if { (eval echo configure:1619: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1615 1619 rm -rf conftest* 1616 1620 eval "ac_cv_lib_$ac_lib_var=yes" … … 1640 1644 1641 1645 echo $ac_n "checking for listen in -lsocket""... $ac_c" 1>&6 1642 echo "configure:164 3: checking for listen in -lsocket" >&51646 echo "configure:1647: checking for listen in -lsocket" >&5 1643 1647 ac_lib_var=`echo socket'_'listen | sed 'y%./+-%__p_%'` 1644 1648 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1648 1652 LIBS="-lsocket $LIBS" 1649 1653 cat > conftest.$ac_ext <<EOF 1650 #line 165 1"configure"1654 #line 1655 "configure" 1651 1655 #include "confdefs.h" 1652 1656 /* Override any gcc2 internal prototype to avoid an error. */ … … 1659 1663 ; return 0; } 1660 1664 EOF 1661 if { (eval echo configure:166 2: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1665 if { (eval echo configure:1666: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1662 1666 rm -rf conftest* 1663 1667 eval "ac_cv_lib_$ac_lib_var=yes" … … 1687 1691 1688 1692 echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6 1689 echo "configure:169 0: checking for gethostbyname in -lnsl" >&51693 echo "configure:1694: checking for gethostbyname in -lnsl" >&5 1690 1694 ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'` 1691 1695 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1695 1699 LIBS="-lnsl $LIBS" 1696 1700 cat > conftest.$ac_ext <<EOF 1697 #line 1 698"configure"1701 #line 1702 "configure" 1698 1702 #include "confdefs.h" 1699 1703 /* Override any gcc2 internal prototype to avoid an error. */ … … 1706 1710 ; return 0; } 1707 1711 EOF 1708 if { (eval echo configure:17 09: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1712 if { (eval echo configure:1713: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1709 1713 rm -rf conftest* 1710 1714 eval "ac_cv_lib_$ac_lib_var=yes" … … 1734 1738 1735 1739 echo $ac_n "checking for index in -lucb""... $ac_c" 1>&6 1736 echo "configure:17 37: checking for index in -lucb" >&51740 echo "configure:1741: checking for index in -lucb" >&5 1737 1741 ac_lib_var=`echo ucb'_'index | sed 'y%./+-%__p_%'` 1738 1742 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1742 1746 LIBS="-lucb $LIBS" 1743 1747 cat > conftest.$ac_ext <<EOF 1744 #line 174 5"configure"1748 #line 1749 "configure" 1745 1749 #include "confdefs.h" 1746 1750 /* Override any gcc2 internal prototype to avoid an error. */ … … 1753 1757 ; return 0; } 1754 1758 EOF 1755 if { (eval echo configure:17 56: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1759 if { (eval echo configure:1760: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1756 1760 rm -rf conftest* 1757 1761 eval "ac_cv_lib_$ac_lib_var=yes" … … 1783 1787 # heder file checks 1784 1788 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 1785 echo "configure:17 86: checking for ANSI C header files" >&51789 echo "configure:1790: checking for ANSI C header files" >&5 1786 1790 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then 1787 1791 echo $ac_n "(cached) $ac_c" 1>&6 1788 1792 else 1789 1793 cat > conftest.$ac_ext <<EOF 1790 #line 179 1"configure"1794 #line 1795 "configure" 1791 1795 #include "confdefs.h" 1792 1796 #include <stdlib.h> … … 1796 1800 EOF 1797 1801 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1798 { (eval echo configure:1 799: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1802 { (eval echo configure:1803: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1799 1803 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1800 1804 if test -z "$ac_err"; then … … 1813 1817 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 1814 1818 cat > conftest.$ac_ext <<EOF 1815 #line 18 16"configure"1819 #line 1820 "configure" 1816 1820 #include "confdefs.h" 1817 1821 #include <string.h> … … 1831 1835 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 1832 1836 cat > conftest.$ac_ext <<EOF 1833 #line 183 4"configure"1837 #line 1838 "configure" 1834 1838 #include "confdefs.h" 1835 1839 #include <stdlib.h> … … 1852 1856 else 1853 1857 cat > conftest.$ac_ext <<EOF 1854 #line 185 5"configure"1858 #line 1859 "configure" 1855 1859 #include "confdefs.h" 1856 1860 #include <ctype.h> … … 1863 1867 1864 1868 EOF 1865 if { (eval echo configure:18 66: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null1869 if { (eval echo configure:1870: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 1866 1870 then 1867 1871 : … … 1890 1894 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 1891 1895 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 1892 echo "configure:189 3: checking for $ac_hdr" >&51896 echo "configure:1897: checking for $ac_hdr" >&5 1893 1897 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 1894 1898 echo $ac_n "(cached) $ac_c" 1>&6 1895 1899 else 1896 1900 cat > conftest.$ac_ext <<EOF 1897 #line 1 898"configure"1901 #line 1902 "configure" 1898 1902 #include "confdefs.h" 1899 1903 #include <$ac_hdr> 1900 1904 EOF 1901 1905 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1902 { (eval echo configure:190 3: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1906 { (eval echo configure:1907: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1903 1907 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1904 1908 if test -z "$ac_err"; then … … 1932 1936 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 1933 1937 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 1934 echo "configure:193 5: checking for $ac_hdr" >&51938 echo "configure:1939: checking for $ac_hdr" >&5 1935 1939 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 1936 1940 echo $ac_n "(cached) $ac_c" 1>&6 1937 1941 else 1938 1942 cat > conftest.$ac_ext <<EOF 1939 #line 194 0"configure"1943 #line 1944 "configure" 1940 1944 #include "confdefs.h" 1941 1945 #include <$ac_hdr> 1942 1946 EOF 1943 1947 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1944 { (eval echo configure:194 5: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1948 { (eval echo configure:1949: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1945 1949 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1946 1950 if test -z "$ac_err"; then … … 1971 1975 # typedefs, structures 1972 1976 echo $ac_n "checking for working const""... $ac_c" 1>&6 1973 echo "configure:197 4: checking for working const" >&51977 echo "configure:1978: checking for working const" >&5 1974 1978 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then 1975 1979 echo $ac_n "(cached) $ac_c" 1>&6 1976 1980 else 1977 1981 cat > conftest.$ac_ext <<EOF 1978 #line 19 79"configure"1982 #line 1983 "configure" 1979 1983 #include "confdefs.h" 1980 1984 … … 2025 2029 ; return 0; } 2026 2030 EOF 2027 if { (eval echo configure:20 28: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2031 if { (eval echo configure:2032: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2028 2032 rm -rf conftest* 2029 2033 ac_cv_c_const=yes … … 2046 2050 2047 2051 echo $ac_n "checking for inline""... $ac_c" 1>&6 2048 echo "configure:20 49: checking for inline" >&52052 echo "configure:2053: checking for inline" >&5 2049 2053 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then 2050 2054 echo $ac_n "(cached) $ac_c" 1>&6 … … 2053 2057 for ac_kw in inline __inline__ __inline; do 2054 2058 cat > conftest.$ac_ext <<EOF 2055 #line 20 56"configure"2059 #line 2060 "configure" 2056 2060 #include "confdefs.h" 2057 2061 … … 2060 2064 ; return 0; } 2061 2065 EOF 2062 if { (eval echo configure:206 3: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2066 if { (eval echo configure:2067: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2063 2067 rm -rf conftest* 2064 2068 ac_cv_c_inline=$ac_kw; break … … 2086 2090 2087 2091 echo $ac_n "checking for size_t""... $ac_c" 1>&6 2088 echo "configure:20 89: checking for size_t" >&52092 echo "configure:2093: checking for size_t" >&5 2089 2093 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then 2090 2094 echo $ac_n "(cached) $ac_c" 1>&6 2091 2095 else 2092 2096 cat > conftest.$ac_ext <<EOF 2093 #line 209 4"configure"2097 #line 2098 "configure" 2094 2098 #include "confdefs.h" 2095 2099 #include <sys/types.h> … … 2119 2123 2120 2124 echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6 2121 echo "configure:212 2: checking whether time.h and sys/time.h may both be included" >&52125 echo "configure:2126: checking whether time.h and sys/time.h may both be included" >&5 2122 2126 if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then 2123 2127 echo $ac_n "(cached) $ac_c" 1>&6 2124 2128 else 2125 2129 cat > conftest.$ac_ext <<EOF 2126 #line 21 27"configure"2130 #line 2131 "configure" 2127 2131 #include "confdefs.h" 2128 2132 #include <sys/types.h> … … 2133 2137 ; return 0; } 2134 2138 EOF 2135 if { (eval echo configure:21 36: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2139 if { (eval echo configure:2140: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2136 2140 rm -rf conftest* 2137 2141 ac_cv_header_time=yes … … 2154 2158 2155 2159 echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6 2156 echo "configure:21 57: checking whether struct tm is in sys/time.h or time.h" >&52160 echo "configure:2161: checking whether struct tm is in sys/time.h or time.h" >&5 2157 2161 if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then 2158 2162 echo $ac_n "(cached) $ac_c" 1>&6 2159 2163 else 2160 2164 cat > conftest.$ac_ext <<EOF 2161 #line 216 2"configure"2165 #line 2166 "configure" 2162 2166 #include "confdefs.h" 2163 2167 #include <sys/types.h> … … 2167 2171 ; return 0; } 2168 2172 EOF 2169 if { (eval echo configure:217 0: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2173 if { (eval echo configure:2174: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2170 2174 rm -rf conftest* 2171 2175 ac_cv_struct_tm=time.h … … 2192 2196 # for constant arguments. Useless! 2193 2197 echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6 2194 echo "configure:219 5: checking for working alloca.h" >&52198 echo "configure:2199: checking for working alloca.h" >&5 2195 2199 if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then 2196 2200 echo $ac_n "(cached) $ac_c" 1>&6 2197 2201 else 2198 2202 cat > conftest.$ac_ext <<EOF 2199 #line 220 0"configure"2203 #line 2204 "configure" 2200 2204 #include "confdefs.h" 2201 2205 #include <alloca.h> … … 2204 2208 ; return 0; } 2205 2209 EOF 2206 if { (eval echo configure:22 07: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2210 if { (eval echo configure:2211: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2207 2211 rm -rf conftest* 2208 2212 ac_cv_header_alloca_h=yes … … 2225 2229 2226 2230 echo $ac_n "checking for alloca""... $ac_c" 1>&6 2227 echo "configure:22 28: checking for alloca" >&52231 echo "configure:2232: checking for alloca" >&5 2228 2232 if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then 2229 2233 echo $ac_n "(cached) $ac_c" 1>&6 2230 2234 else 2231 2235 cat > conftest.$ac_ext <<EOF 2232 #line 223 3"configure"2236 #line 2237 "configure" 2233 2237 #include "confdefs.h" 2234 2238 … … 2258 2262 ; return 0; } 2259 2263 EOF 2260 if { (eval echo configure:226 1: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2264 if { (eval echo configure:2265: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2261 2265 rm -rf conftest* 2262 2266 ac_cv_func_alloca_works=yes … … 2290 2294 2291 2295 echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6 2292 echo "configure:229 3: checking whether alloca needs Cray hooks" >&52296 echo "configure:2297: checking whether alloca needs Cray hooks" >&5 2293 2297 if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then 2294 2298 echo $ac_n "(cached) $ac_c" 1>&6 2295 2299 else 2296 2300 cat > conftest.$ac_ext <<EOF 2297 #line 2 298"configure"2301 #line 2302 "configure" 2298 2302 #include "confdefs.h" 2299 2303 #if defined(CRAY) && ! defined(CRAY2) … … 2320 2324 for ac_func in _getb67 GETB67 getb67; do 2321 2325 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 2322 echo "configure:232 3: checking for $ac_func" >&52326 echo "configure:2327: checking for $ac_func" >&5 2323 2327 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 2324 2328 echo $ac_n "(cached) $ac_c" 1>&6 2325 2329 else 2326 2330 cat > conftest.$ac_ext <<EOF 2327 #line 23 28"configure"2331 #line 2332 "configure" 2328 2332 #include "confdefs.h" 2329 2333 /* System header to define __stub macros and hopefully few prototypes, … … 2348 2352 ; return 0; } 2349 2353 EOF 2350 if { (eval echo configure:235 1: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2354 if { (eval echo configure:2355: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2351 2355 rm -rf conftest* 2352 2356 eval "ac_cv_func_$ac_func=yes" … … 2375 2379 2376 2380 echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6 2377 echo "configure:23 78: checking stack direction for C alloca" >&52381 echo "configure:2382: checking stack direction for C alloca" >&5 2378 2382 if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then 2379 2383 echo $ac_n "(cached) $ac_c" 1>&6 … … 2383 2387 else 2384 2388 cat > conftest.$ac_ext <<EOF 2385 #line 23 86"configure"2389 #line 2390 "configure" 2386 2390 #include "confdefs.h" 2387 2391 find_stack_direction () … … 2402 2406 } 2403 2407 EOF 2404 if { (eval echo configure:240 5: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null2408 if { (eval echo configure:2409: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 2405 2409 then 2406 2410 ac_cv_c_stack_direction=1 … … 2425 2429 if test $ac_cv_prog_gcc = yes; then 2426 2430 echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6 2427 echo "configure:24 28: checking whether ${CC-cc} needs -traditional" >&52431 echo "configure:2432: checking whether ${CC-cc} needs -traditional" >&5 2428 2432 if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then 2429 2433 echo $ac_n "(cached) $ac_c" 1>&6 … … 2431 2435 ac_pattern="Autoconf.*'x'" 2432 2436 cat > conftest.$ac_ext <<EOF 2433 #line 243 4"configure"2437 #line 2438 "configure" 2434 2438 #include "confdefs.h" 2435 2439 #include <sgtty.h> … … 2449 2453 if test $ac_cv_prog_gcc_traditional = no; then 2450 2454 cat > conftest.$ac_ext <<EOF 2451 #line 245 2"configure"2455 #line 2456 "configure" 2452 2456 #include "confdefs.h" 2453 2457 #include <termio.h> … … 2474 2478 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 2475 2479 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 2476 echo "configure:24 77: checking for $ac_hdr" >&52480 echo "configure:2481: checking for $ac_hdr" >&5 2477 2481 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 2478 2482 echo $ac_n "(cached) $ac_c" 1>&6 2479 2483 else 2480 2484 cat > conftest.$ac_ext <<EOF 2481 #line 248 2"configure"2485 #line 2486 "configure" 2482 2486 #include "confdefs.h" 2483 2487 #include <$ac_hdr> 2484 2488 EOF 2485 2489 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2486 { (eval echo configure:24 87: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2490 { (eval echo configure:2491: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2487 2491 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2488 2492 if test -z "$ac_err"; then … … 2513 2517 do 2514 2518 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 2515 echo "configure:25 16: checking for $ac_func" >&52519 echo "configure:2520: checking for $ac_func" >&5 2516 2520 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 2517 2521 echo $ac_n "(cached) $ac_c" 1>&6 2518 2522 else 2519 2523 cat > conftest.$ac_ext <<EOF 2520 #line 252 1"configure"2524 #line 2525 "configure" 2521 2525 #include "confdefs.h" 2522 2526 /* System header to define __stub macros and hopefully few prototypes, … … 2541 2545 ; return 0; } 2542 2546 EOF 2543 if { (eval echo configure:254 4: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2547 if { (eval echo configure:2548: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2544 2548 rm -rf conftest* 2545 2549 eval "ac_cv_func_$ac_func=yes" … … 2566 2570 2567 2571 echo $ac_n "checking for working mmap""... $ac_c" 1>&6 2568 echo "configure:25 69: checking for working mmap" >&52572 echo "configure:2573: checking for working mmap" >&5 2569 2573 if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then 2570 2574 echo $ac_n "(cached) $ac_c" 1>&6 … … 2574 2578 else 2575 2579 cat > conftest.$ac_ext <<EOF 2576 #line 25 77"configure"2580 #line 2581 "configure" 2577 2581 #include "confdefs.h" 2578 2582 … … 2714 2718 2715 2719 EOF 2716 if { (eval echo configure:27 17: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null2720 if { (eval echo configure:2721: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 2717 2721 then 2718 2722 ac_cv_func_mmap_fixed_mapped=yes … … 2737 2741 2738 2742 echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6 2739 echo "configure:274 0: checking return type of signal handlers" >&52743 echo "configure:2744: checking return type of signal handlers" >&5 2740 2744 if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then 2741 2745 echo $ac_n "(cached) $ac_c" 1>&6 2742 2746 else 2743 2747 cat > conftest.$ac_ext <<EOF 2744 #line 274 5"configure"2748 #line 2749 "configure" 2745 2749 #include "confdefs.h" 2746 2750 #include <sys/types.h> … … 2759 2763 ; return 0; } 2760 2764 EOF 2761 if { (eval echo configure:276 2: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2765 if { (eval echo configure:2766: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2762 2766 rm -rf conftest* 2763 2767 ac_cv_type_signal=void … … 2778 2782 2779 2783 echo $ac_n "checking for vprintf""... $ac_c" 1>&6 2780 echo "configure:278 1: checking for vprintf" >&52784 echo "configure:2785: checking for vprintf" >&5 2781 2785 if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then 2782 2786 echo $ac_n "(cached) $ac_c" 1>&6 2783 2787 else 2784 2788 cat > conftest.$ac_ext <<EOF 2785 #line 27 86"configure"2789 #line 2790 "configure" 2786 2790 #include "confdefs.h" 2787 2791 /* System header to define __stub macros and hopefully few prototypes, … … 2806 2810 ; return 0; } 2807 2811 EOF 2808 if { (eval echo configure:28 09: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2812 if { (eval echo configure:2813: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2809 2813 rm -rf conftest* 2810 2814 eval "ac_cv_func_vprintf=yes" … … 2830 2834 if test "$ac_cv_func_vprintf" != yes; then 2831 2835 echo $ac_n "checking for _doprnt""... $ac_c" 1>&6 2832 echo "configure:283 3: checking for _doprnt" >&52836 echo "configure:2837: checking for _doprnt" >&5 2833 2837 if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then 2834 2838 echo $ac_n "(cached) $ac_c" 1>&6 2835 2839 else 2836 2840 cat > conftest.$ac_ext <<EOF 2837 #line 28 38"configure"2841 #line 2842 "configure" 2838 2842 #include "confdefs.h" 2839 2843 /* System header to define __stub macros and hopefully few prototypes, … … 2858 2862 ; return 0; } 2859 2863 EOF 2860 if { (eval echo configure:286 1: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2864 if { (eval echo configure:2865: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2861 2865 rm -rf conftest* 2862 2866 eval "ac_cv_func__doprnt=yes" … … 2885 2889 do 2886 2890 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 2887 echo "configure:28 88: checking for $ac_func" >&52891 echo "configure:2892: checking for $ac_func" >&5 2888 2892 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 2889 2893 echo $ac_n "(cached) $ac_c" 1>&6 2890 2894 else 2891 2895 cat > conftest.$ac_ext <<EOF 2892 #line 289 3"configure"2896 #line 2897 "configure" 2893 2897 #include "confdefs.h" 2894 2898 /* System header to define __stub macros and hopefully few prototypes, … … 2913 2917 ; return 0; } 2914 2918 EOF 2915 if { (eval echo configure:29 16: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2919 if { (eval echo configure:2920: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2916 2920 rm -rf conftest* 2917 2921 eval "ac_cv_func_$ac_func=yes" … … 2941 2945 # arithmetic shifts 2942 2946 echo $ac_n "checking whether your machine has correct arithmetic shifts""... $ac_c" 1>&6 2943 echo "configure:294 4: checking whether your machine has correct arithmetic shifts" >&52947 echo "configure:2948: checking whether your machine has correct arithmetic shifts" >&5 2944 2948 if eval "test \"`echo '$''{'ac_cv_shift'+set}'`\" = set"; then 2945 2949 echo $ac_n "(cached) $ac_c" 1>&6 … … 2954 2958 else 2955 2959 cat > conftest.$ac_ext <<EOF 2956 #line 29 57"configure"2960 #line 2961 "configure" 2957 2961 #include "confdefs.h" 2958 2962 int main() { if (-2 >> 1 == -1) exit(0); else exit(1); } 2959 2963 EOF 2960 if { (eval echo configure:296 1: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null2964 if { (eval echo configure:2965: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 2961 2965 then 2962 2966 ac_cv_shift=yes … … 2983 2987 # check for a peculiar constructor initialization 2984 2988 echo $ac_n "checking whether explicit C++ constructor calls are allowed""... $ac_c" 1>&6 2985 echo "configure:29 86: checking whether explicit C++ constructor calls are allowed" >&52989 echo "configure:2990: checking whether explicit C++ constructor calls are allowed" >&5 2986 2990 2987 2991 ac_ext=C … … 2996 3000 else 2997 3001 cat > conftest.$ac_ext <<EOF 2998 #line 2999"configure"3002 #line 3003 "configure" 2999 3003 #include "confdefs.h" 3000 3004 … … 3014 3018 ; return 0; } 3015 3019 EOF 3016 if { (eval echo configure:30 17: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then3020 if { (eval echo configure:3021: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 3017 3021 rm -rf conftest* 3018 3022 ac_cv_explicit_const=yes … … 3043 3047 # sprintf returns number of printed chars 3044 3048 echo $ac_n "checking whether vsprintf returns number of printed chars""... $ac_c" 1>&6 3045 echo "configure:30 46: checking whether vsprintf returns number of printed chars" >&53049 echo "configure:3050: checking whether vsprintf returns number of printed chars" >&5 3046 3050 if eval "test \"`echo '$''{'ac_cv_returns_n_of_chars'+set}'`\" = set"; then 3047 3051 echo $ac_n "(cached) $ac_c" 1>&6 … … 3051 3055 else 3052 3056 cat > conftest.$ac_ext <<EOF 3053 #line 305 4"configure"3057 #line 3058 "configure" 3054 3058 #include "confdefs.h" 3055 3059 #include <stdio.h> 3056 3060 main() { char *str=(char*)malloc(20); if (((int) sprintf(str,"123456789")) == 9) exit(0); else exit(1); } 3057 3061 EOF 3058 if { (eval echo configure:30 59: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3062 if { (eval echo configure:3063: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3059 3063 then 3060 3064 ac_cv_returns_n_of_chars=yes … … 3082 3086 # determine ALIGN_8 3083 3087 echo $ac_n "checking size of char""... $ac_c" 1>&6 3084 echo "configure:308 5: checking size of char" >&53088 echo "configure:3089: checking size of char" >&5 3085 3089 if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" = set"; then 3086 3090 echo $ac_n "(cached) $ac_c" 1>&6 … … 3090 3094 else 3091 3095 cat > conftest.$ac_ext <<EOF 3092 #line 309 3"configure"3096 #line 3097 "configure" 3093 3097 #include "confdefs.h" 3094 3098 #include <stdio.h> … … 3101 3105 } 3102 3106 EOF 3103 if { (eval echo configure:310 4: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3107 if { (eval echo configure:3108: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3104 3108 then 3105 3109 ac_cv_sizeof_char=`cat conftestval` … … 3121 3125 3122 3126 echo $ac_n "checking size of short""... $ac_c" 1>&6 3123 echo "configure:312 4: checking size of short" >&53127 echo "configure:3128: checking size of short" >&5 3124 3128 if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then 3125 3129 echo $ac_n "(cached) $ac_c" 1>&6 … … 3129 3133 else 3130 3134 cat > conftest.$ac_ext <<EOF 3131 #line 313 2"configure"3135 #line 3136 "configure" 3132 3136 #include "confdefs.h" 3133 3137 #include <stdio.h> … … 3140 3144 } 3141 3145 EOF 3142 if { (eval echo configure:314 3: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3146 if { (eval echo configure:3147: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3143 3147 then 3144 3148 ac_cv_sizeof_short=`cat conftestval` … … 3160 3164 3161 3165 echo $ac_n "checking size of int""... $ac_c" 1>&6 3162 echo "configure:316 3: checking size of int" >&53166 echo "configure:3167: checking size of int" >&5 3163 3167 if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then 3164 3168 echo $ac_n "(cached) $ac_c" 1>&6 … … 3168 3172 else 3169 3173 cat > conftest.$ac_ext <<EOF 3170 #line 317 1"configure"3174 #line 3175 "configure" 3171 3175 #include "confdefs.h" 3172 3176 #include <stdio.h> … … 3179 3183 } 3180 3184 EOF 3181 if { (eval echo configure:318 2: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3185 if { (eval echo configure:3186: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3182 3186 then 3183 3187 ac_cv_sizeof_int=`cat conftestval` … … 3199 3203 3200 3204 echo $ac_n "checking size of long""... $ac_c" 1>&6 3201 echo "configure:320 2: checking size of long" >&53205 echo "configure:3206: checking size of long" >&5 3202 3206 if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then 3203 3207 echo $ac_n "(cached) $ac_c" 1>&6 … … 3207 3211 else 3208 3212 cat > conftest.$ac_ext <<EOF 3209 #line 321 0"configure"3213 #line 3214 "configure" 3210 3214 #include "confdefs.h" 3211 3215 #include <stdio.h> … … 3218 3222 } 3219 3223 EOF 3220 if { (eval echo configure:322 1: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3224 if { (eval echo configure:3225: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3221 3225 then 3222 3226 ac_cv_sizeof_long=`cat conftestval` … … 3238 3242 3239 3243 echo $ac_n "checking size of void*""... $ac_c" 1>&6 3240 echo "configure:324 1: checking size of void*" >&53244 echo "configure:3245: checking size of void*" >&5 3241 3245 if eval "test \"`echo '$''{'ac_cv_sizeof_voidp'+set}'`\" = set"; then 3242 3246 echo $ac_n "(cached) $ac_c" 1>&6 … … 3246 3250 else 3247 3251 cat > conftest.$ac_ext <<EOF 3248 #line 32 49"configure"3252 #line 3253 "configure" 3249 3253 #include "confdefs.h" 3250 3254 #include <stdio.h> … … 3257 3261 } 3258 3262 EOF 3259 if { (eval echo configure:326 0: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3263 if { (eval echo configure:3264: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3260 3264 then 3261 3265 ac_cv_sizeof_voidp=`cat conftestval` … … 3277 3281 3278 3282 echo $ac_n "checking size of double""... $ac_c" 1>&6 3279 echo "configure:328 0: checking size of double" >&53283 echo "configure:3284: checking size of double" >&5 3280 3284 if eval "test \"`echo '$''{'ac_cv_sizeof_double'+set}'`\" = set"; then 3281 3285 echo $ac_n "(cached) $ac_c" 1>&6 … … 3285 3289 else 3286 3290 cat > conftest.$ac_ext <<EOF 3287 #line 32 88"configure"3291 #line 3292 "configure" 3288 3292 #include "confdefs.h" 3289 3293 #include <stdio.h> … … 3296 3300 } 3297 3301 EOF 3298 if { (eval echo configure:3 299: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3302 if { (eval echo configure:3303: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3299 3303 then 3300 3304 ac_cv_sizeof_double=`cat conftestval` … … 3316 3320 3317 3321 echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6 3318 echo "configure:33 19: checking whether byte ordering is bigendian" >&53322 echo "configure:3323: checking whether byte ordering is bigendian" >&5 3319 3323 if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then 3320 3324 echo $ac_n "(cached) $ac_c" 1>&6 … … 3323 3327 # See if sys/param.h defines the BYTE_ORDER macro. 3324 3328 cat > conftest.$ac_ext <<EOF 3325 #line 33 26"configure"3329 #line 3330 "configure" 3326 3330 #include "confdefs.h" 3327 3331 #include <sys/types.h> … … 3334 3338 ; return 0; } 3335 3339 EOF 3336 if { (eval echo configure:33 37: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then3340 if { (eval echo configure:3341: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 3337 3341 rm -rf conftest* 3338 3342 # It does; now see whether it defined to BIG_ENDIAN or not. 3339 3343 cat > conftest.$ac_ext <<EOF 3340 #line 334 1"configure"3344 #line 3345 "configure" 3341 3345 #include "confdefs.h" 3342 3346 #include <sys/types.h> … … 3349 3353 ; return 0; } 3350 3354 EOF 3351 if { (eval echo configure:335 2: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then3355 if { (eval echo configure:3356: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 3352 3356 rm -rf conftest* 3353 3357 ac_cv_c_bigendian=yes … … 3369 3373 else 3370 3374 cat > conftest.$ac_ext <<EOF 3371 #line 337 2"configure"3375 #line 3376 "configure" 3372 3376 #include "confdefs.h" 3373 3377 main () { … … 3382 3386 } 3383 3387 EOF 3384 if { (eval echo configure:338 5: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3388 if { (eval echo configure:3389: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3385 3389 then 3386 3390 ac_cv_c_bigendian=no … … 3419 3423 3420 3424 echo $ac_n "checking size of system page""... $ac_c" 1>&6 3421 echo "configure:342 2: checking size of system page" >&53425 echo "configure:3426: checking size of system page" >&5 3422 3426 if eval "test \"`echo '$''{'ac_cv_pagesize'+set}'`\" = set"; then 3423 3427 echo $ac_n "(cached) $ac_c" 1>&6 … … 3427 3431 else 3428 3432 cat > conftest.$ac_ext <<EOF 3429 #line 343 0"configure"3433 #line 3434 "configure" 3430 3434 #include "confdefs.h" 3431 3435 #include <stdio.h> … … 3441 3445 } 3442 3446 EOF 3443 if { (eval echo configure:344 4: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3447 if { (eval echo configure:3448: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3444 3448 then 3445 3449 ac_cv_pagesize=`cat conftestval` … … 3465 3469 3466 3470 echo $ac_n "checking for page aligned valloc""... $ac_c" 1>&6 3467 echo "configure:34 68: checking for page aligned valloc" >&53471 echo "configure:3472: checking for page aligned valloc" >&5 3468 3472 if eval "test \"`echo '$''{'ac_cv_have_page_alignment'+set}'`\" = set"; then 3469 3473 echo $ac_n "(cached) $ac_c" 1>&6 … … 3511 3515 else 3512 3516 cat > conftest.$ac_ext <<EOF 3513 #line 351 4"configure"3517 #line 3518 "configure" 3514 3518 #include "confdefs.h" 3515 3519 … … 3518 3522 3519 3523 EOF 3520 if { (eval echo configure:352 1: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3524 if { (eval echo configure:3525: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3521 3525 then 3522 3526 ac_cv_have_page_alignment="ac_cv_usable_pagesize="`cat conftestval` … … 3535 3539 else 3536 3540 cat > conftest.$ac_ext <<EOF 3537 #line 35 38"configure"3541 #line 3542 "configure" 3538 3542 #include "confdefs.h" 3539 3543 … … 3542 3546 3543 3547 EOF 3544 if { (eval echo configure:354 5: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3548 if { (eval echo configure:3549: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3545 3549 then 3546 3550 ac_cv_have_page_alignment="ac_cv_usable_pagesize="`cat conftestval` … … 3562 3566 else 3563 3567 cat > conftest.$ac_ext <<EOF 3564 #line 356 5"configure"3568 #line 3569 "configure" 3565 3569 #include "confdefs.h" 3566 3570 … … 3571 3575 3572 3576 EOF 3573 if { (eval echo configure:357 4: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3577 if { (eval echo configure:3578: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3574 3578 then 3575 3579 ac_cv_have_page_alignment="ac_cv_have_gmalloc=yes; ac_cv_usable_pagesize="`cat conftestval` … … 3588 3592 else 3589 3593 cat > conftest.$ac_ext <<EOF 3590 #line 359 1"configure"3594 #line 3595 "configure" 3591 3595 #include "confdefs.h" 3592 3596 … … 3597 3601 3598 3602 EOF 3599 if { (eval echo configure:360 0: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3603 if { (eval echo configure:3604: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3600 3604 then 3601 3605 ac_cv_have_page_alignment="ac_cv_have_gmalloc=yes; ac_cv_usable_pagesize="`cat conftestval` … … 3725 3729 3726 3730 echo $ac_n "checking for tgetent in -lncurses""... $ac_c" 1>&6 3727 echo "configure:37 28: checking for tgetent in -lncurses" >&53731 echo "configure:3732: checking for tgetent in -lncurses" >&5 3728 3732 ac_lib_var=`echo ncurses'_'tgetent | sed 'y%./+-%__p_%'` 3729 3733 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 3733 3737 LIBS="-lncurses $LIBS" 3734 3738 cat > conftest.$ac_ext <<EOF 3735 #line 37 36"configure"3739 #line 3740 "configure" 3736 3740 #include "confdefs.h" 3737 3741 /* Override any gcc2 internal prototype to avoid an error. */ … … 3744 3748 ; return 0; } 3745 3749 EOF 3746 if { (eval echo configure:37 47: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3750 if { (eval echo configure:3751: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3747 3751 rm -rf conftest* 3748 3752 eval "ac_cv_lib_$ac_lib_var=yes" … … 3771 3775 \ 3772 3776 echo $ac_n "checking for tgetent in -lcurses""... $ac_c" 1>&6 3773 echo "configure:377 4: checking for tgetent in -lcurses" >&53777 echo "configure:3778: checking for tgetent in -lcurses" >&5 3774 3778 ac_lib_var=`echo curses'_'tgetent | sed 'y%./+-%__p_%'` 3775 3779 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 3779 3783 LIBS="-lcurses $LIBS" 3780 3784 cat > conftest.$ac_ext <<EOF 3781 #line 378 2"configure"3785 #line 3786 "configure" 3782 3786 #include "confdefs.h" 3783 3787 /* Override any gcc2 internal prototype to avoid an error. */ … … 3790 3794 ; return 0; } 3791 3795 EOF 3792 if { (eval echo configure:379 3: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3796 if { (eval echo configure:3797: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3793 3797 rm -rf conftest* 3794 3798 eval "ac_cv_lib_$ac_lib_var=yes" … … 3817 3821 \ 3818 3822 echo $ac_n "checking for tgetent in -ltermcap""... $ac_c" 1>&6 3819 echo "configure:382 0: checking for tgetent in -ltermcap" >&53823 echo "configure:3824: checking for tgetent in -ltermcap" >&5 3820 3824 ac_lib_var=`echo termcap'_'tgetent | sed 'y%./+-%__p_%'` 3821 3825 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 3825 3829 LIBS="-ltermcap $LIBS" 3826 3830 cat > conftest.$ac_ext <<EOF 3827 #line 38 28"configure"3831 #line 3832 "configure" 3828 3832 #include "confdefs.h" 3829 3833 /* Override any gcc2 internal prototype to avoid an error. */ … … 3836 3840 ; return 0; } 3837 3841 EOF 3838 if { (eval echo configure:38 39: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3842 if { (eval echo configure:3843: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3839 3843 rm -rf conftest* 3840 3844 eval "ac_cv_lib_$ac_lib_var=yes" … … 3879 3883 3880 3884 echo $ac_n "checking for rl_abort in -lreadline""... $ac_c" 1>&6 3881 echo "configure:388 2: checking for rl_abort in -lreadline" >&53885 echo "configure:3886: checking for rl_abort in -lreadline" >&5 3882 3886 ac_lib_var=`echo readline'_'rl_abort | sed 'y%./+-%__p_%'` 3883 3887 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 3887 3891 LIBS="-lreadline $LIBS" 3888 3892 cat > conftest.$ac_ext <<EOF 3889 #line 389 0"configure"3893 #line 3894 "configure" 3890 3894 #include "confdefs.h" 3891 3895 /* Override any gcc2 internal prototype to avoid an error. */ … … 3901 3905 ; return 0; } 3902 3906 EOF 3903 if { (eval echo configure:390 4: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3907 if { (eval echo configure:3908: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3904 3908 rm -rf conftest* 3905 3909 eval "ac_cv_lib_$ac_lib_var=yes" … … 3929 3933 3930 3934 echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6 3931 echo "configure:393 2: checking how to run the C++ preprocessor" >&53935 echo "configure:3936: checking how to run the C++ preprocessor" >&5 3932 3936 if test -z "$CXXCPP"; then 3933 3937 if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then … … 3942 3946 CXXCPP="${CXX-g++} -E" 3943 3947 cat > conftest.$ac_ext <<EOF 3944 #line 394 5"configure"3948 #line 3949 "configure" 3945 3949 #include "confdefs.h" 3946 3950 #include <stdlib.h> 3947 3951 EOF 3948 3952 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3949 { (eval echo configure:395 0: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }3953 { (eval echo configure:3954: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3950 3954 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3951 3955 if test -z "$ac_err"; then … … 3975 3979 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 3976 3980 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 3977 echo "configure:39 78: checking for $ac_hdr" >&53981 echo "configure:3982: checking for $ac_hdr" >&5 3978 3982 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 3979 3983 echo $ac_n "(cached) $ac_c" 1>&6 3980 3984 else 3981 3985 cat > conftest.$ac_ext <<EOF 3982 #line 398 3"configure"3986 #line 3987 "configure" 3983 3987 #include "confdefs.h" 3984 3988 #include <$ac_hdr> 3985 3989 EOF 3986 3990 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3987 { (eval echo configure:39 88: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }3991 { (eval echo configure:3992: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3988 3992 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3989 3993 if test -z "$ac_err"; then … … 4014 4018 test "$ac_cv_header_readline_readline_h" = yes; then 4015 4019 echo $ac_n "checking whether readline.h is ok""... $ac_c" 1>&6 4016 echo "configure:40 17: checking whether readline.h is ok" >&54020 echo "configure:4021: checking whether readline.h is ok" >&5 4017 4021 if eval "test \"`echo '$''{'ac_cv_header_readline_readline_h_ok'+set}'`\" = set"; then 4018 4022 echo $ac_n "(cached) $ac_c" 1>&6 4019 4023 else 4020 4024 cat > conftest.$ac_ext <<EOF 4021 #line 402 2"configure"4025 #line 4026 "configure" 4022 4026 #include "confdefs.h" 4023 4027 #include<unistd.h> … … 4044 4048 ; return 0; } 4045 4049 EOF 4046 if { (eval echo configure:40 47: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4050 if { (eval echo configure:4051: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4047 4051 rm -rf conftest* 4048 4052 ac_cv_header_readline_readline_h_ok="yes" … … 4060 4064 #not ok -- try once more with explicitly declaring everything 4061 4065 echo $ac_n "checking whether or not we nevertheless can use readline""... $ac_c" 1>&6 4062 echo "configure:406 3: checking whether or not we nevertheless can use readline" >&54066 echo "configure:4067: checking whether or not we nevertheless can use readline" >&5 4063 4067 if eval "test \"`echo '$''{'ac_cv_have_readline'+set}'`\" = set"; then 4064 4068 echo $ac_n "(cached) $ac_c" 1>&6 4065 4069 else 4066 4070 cat > conftest.$ac_ext <<EOF 4067 #line 40 68"configure"4071 #line 4072 "configure" 4068 4072 #include "confdefs.h" 4069 4073 #include <stdio.h> … … 4099 4103 ; return 0; } 4100 4104 EOF 4101 if { (eval echo configure:410 2: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4105 if { (eval echo configure:4106: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4102 4106 rm -rf conftest* 4103 4107 ac_cv_have_readline="yes" … … 4143 4147 # gmp, smallgmp, MP, MPT, factory, libfac 4144 4148 echo $ac_n "checking for main in -lgmp""... $ac_c" 1>&6 4145 echo "configure:41 46: checking for main in -lgmp" >&54149 echo "configure:4150: checking for main in -lgmp" >&5 4146 4150 ac_lib_var=`echo gmp'_'main | sed 'y%./+-%__p_%'` 4147 4151 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4151 4155 LIBS="-lgmp $LIBS" 4152 4156 cat > conftest.$ac_ext <<EOF 4153 #line 415 4"configure"4157 #line 4158 "configure" 4154 4158 #include "confdefs.h" 4155 4159 … … 4158 4162 ; return 0; } 4159 4163 EOF 4160 if { (eval echo configure:416 1: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4164 if { (eval echo configure:4165: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4161 4165 rm -rf conftest* 4162 4166 eval "ac_cv_lib_$ac_lib_var=yes" … … 4189 4193 fi 4190 4194 echo $ac_n "checking for main in -lsmallgmp""... $ac_c" 1>&6 4191 echo "configure:419 2: checking for main in -lsmallgmp" >&54195 echo "configure:4196: checking for main in -lsmallgmp" >&5 4192 4196 ac_lib_var=`echo smallgmp'_'main | sed 'y%./+-%__p_%'` 4193 4197 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4197 4201 LIBS="-lsmallgmp $LIBS" 4198 4202 cat > conftest.$ac_ext <<EOF 4199 #line 420 0"configure"4203 #line 4204 "configure" 4200 4204 #include "confdefs.h" 4201 4205 … … 4204 4208 ; return 0; } 4205 4209 EOF 4206 if { (eval echo configure:42 07: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4210 if { (eval echo configure:4211: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4207 4211 rm -rf conftest* 4208 4212 eval "ac_cv_lib_$ac_lib_var=yes" … … 4232 4236 4233 4237 echo $ac_n "checking for IMP_PutGmpInt in -lMP""... $ac_c" 1>&6 4234 echo "configure:423 5: checking for IMP_PutGmpInt in -lMP" >&54238 echo "configure:4239: checking for IMP_PutGmpInt in -lMP" >&5 4235 4239 ac_lib_var=`echo MP'_'IMP_PutGmpInt | sed 'y%./+-%__p_%'` 4236 4240 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4240 4244 LIBS="-lMP $LIBS" 4241 4245 cat > conftest.$ac_ext <<EOF 4242 #line 424 3"configure"4246 #line 4247 "configure" 4243 4247 #include "confdefs.h" 4244 4248 /* Override any gcc2 internal prototype to avoid an error. */ … … 4251 4255 ; return 0; } 4252 4256 EOF 4253 if { (eval echo configure:425 4: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4257 if { (eval echo configure:4258: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4254 4258 rm -rf conftest* 4255 4259 eval "ac_cv_lib_$ac_lib_var=yes" … … 4279 4283 4280 4284 echo $ac_n "checking for MPT_GetTree in -lMPT""... $ac_c" 1>&6 4281 echo "configure:428 2: checking for MPT_GetTree in -lMPT" >&54285 echo "configure:4286: checking for MPT_GetTree in -lMPT" >&5 4282 4286 ac_lib_var=`echo MPT'_'MPT_GetTree | sed 'y%./+-%__p_%'` 4283 4287 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4287 4291 LIBS="-lMPT $LIBS" 4288 4292 cat > conftest.$ac_ext <<EOF 4289 #line 429 0"configure"4293 #line 4294 "configure" 4290 4294 #include "confdefs.h" 4291 4295 /* Override any gcc2 internal prototype to avoid an error. */ … … 4298 4302 ; return 0; } 4299 4303 EOF 4300 if { (eval echo configure:430 1: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4304 if { (eval echo configure:4305: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4301 4305 rm -rf conftest* 4302 4306 eval "ac_cv_lib_$ac_lib_var=yes" … … 4326 4330 4327 4331 echo $ac_n "checking for atof in -lsingcf""... $ac_c" 1>&6 4328 echo "configure:43 29: checking for atof in -lsingcf" >&54332 echo "configure:4333: checking for atof in -lsingcf" >&5 4329 4333 ac_lib_var=`echo singcf'_'atof | sed 'y%./+-%__p_%'` 4330 4334 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4334 4338 LIBS="-lsingcf $LIBS" 4335 4339 cat > conftest.$ac_ext <<EOF 4336 #line 43 37"configure"4340 #line 4341 "configure" 4337 4341 #include "confdefs.h" 4338 4342 /* Override any gcc2 internal prototype to avoid an error. */ … … 4345 4349 ; return 0; } 4346 4350 EOF 4347 if { (eval echo configure:43 48: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4351 if { (eval echo configure:4352: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4348 4352 rm -rf conftest* 4349 4353 eval "ac_cv_lib_$ac_lib_var=yes" … … 4373 4377 4374 4378 echo $ac_n "checking for atof in -lsingfac""... $ac_c" 1>&6 4375 echo "configure:43 76: checking for atof in -lsingfac" >&54379 echo "configure:4380: checking for atof in -lsingfac" >&5 4376 4380 ac_lib_var=`echo singfac'_'atof | sed 'y%./+-%__p_%'` 4377 4381 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4381 4385 LIBS="-lsingfac $LIBS" 4382 4386 cat > conftest.$ac_ext <<EOF 4383 #line 438 4"configure"4387 #line 4388 "configure" 4384 4388 #include "confdefs.h" 4385 4389 /* Override any gcc2 internal prototype to avoid an error. */ … … 4392 4396 ; return 0; } 4393 4397 EOF 4394 if { (eval echo configure:439 5: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4398 if { (eval echo configure:4399: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4395 4399 rm -rf conftest* 4396 4400 eval "ac_cv_lib_$ac_lib_var=yes" … … 4424 4428 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 4425 4429 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 4426 echo "configure:44 27: checking for $ac_hdr" >&54430 echo "configure:4431: checking for $ac_hdr" >&5 4427 4431 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 4428 4432 echo $ac_n "(cached) $ac_c" 1>&6 4429 4433 else 4430 4434 cat > conftest.$ac_ext <<EOF 4431 #line 443 2"configure"4435 #line 4436 "configure" 4432 4436 #include "confdefs.h" 4433 4437 #include <$ac_hdr> 4434 4438 EOF 4435 4439 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4436 { (eval echo configure:44 37: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }4440 { (eval echo configure:4441: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4437 4441 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4438 4442 if test -z "$ac_err"; then … … 4491 4495 # evaluate results 4492 4496 echo $ac_n "checking which apint package to use""... $ac_c" 1>&6 4493 echo "configure:449 4: checking which apint package to use" >&54497 echo "configure:4498: checking which apint package to use" >&5 4494 4498 if test "${with_apint}" != gmp && test "${with_apint}" != smallgmp; then 4495 4499 if test "$ac_gmp_ok" = yes || test "$enable_gmp" = yes; then … … 4533 4537 # 4534 4538 echo $ac_n "checking whether to have MP""... $ac_c" 1>&6 4535 echo "configure:45 36: checking whether to have MP" >&54539 echo "configure:4540: checking whether to have MP" >&5 4536 4540 if test "${with_MP}" != yes && test "${with_MP}" != no; then 4537 4541 if (test "${will_have_gmp}" = yes) && \ … … 4564 4568 4565 4569 echo $ac_n "checking whether to have factory""... $ac_c" 1>&6 4566 echo "configure:45 67: checking whether to have factory" >&54570 echo "configure:4571: checking whether to have factory" >&5 4567 4571 if test "${with_factory}" != yes && test "${with_factory}" != no; then 4568 4572 if test "$ac_factory_ok" = yes || test "$enable_factory" = yes; then … … 4595 4599 4596 4600 echo $ac_n "checking whether to have libfac""... $ac_c" 1>&6 4597 echo "configure:4 598: checking whether to have libfac" >&54601 echo "configure:4602: checking whether to have libfac" >&5 4598 4602 if test "${with_libfac}" != yes && test "${with_libfac}" != no; then 4599 4603 if (test "${will_have_factory}" = yes) && \ … … 4627 4631 4628 4632 echo $ac_n "checking whether to have dbm links""... $ac_c" 1>&6 4629 echo "configure:463 0: checking whether to have dbm links" >&54633 echo "configure:4634: checking whether to have dbm links" >&5 4630 4634 if test "$with_dbm" != no; then 4631 4635 cat >> confdefs.h <<\EOF … … 4639 4643 4640 4644 echo $ac_n "checking whether to have namespaces""... $ac_c" 1>&6 4641 echo "configure:464 2: checking whether to have namespaces" >&54645 echo "configure:4646: checking whether to have namespaces" >&5 4642 4646 if test "$with_namespaces" != yes; then 4643 4647 echo "$ac_t""no" 1>&6 … … 4651 4655 4652 4656 echo $ac_n "checking whether to have dl lib""... $ac_c" 1>&6 4653 echo "configure:465 4: checking whether to have dl lib" >&54657 echo "configure:4658: checking whether to have dl lib" >&5 4654 4658 4655 4659 case "$ac_cv_singuname" in … … 4657 4661 echo "$ac_t""dld" 1>&6 4658 4662 echo $ac_n "checking for shl_load in -ldld""... $ac_c" 1>&6 4659 echo "configure:466 0: checking for shl_load in -ldld" >&54663 echo "configure:4664: checking for shl_load in -ldld" >&5 4660 4664 ac_lib_var=`echo dld'_'shl_load | sed 'y%./+-%__p_%'` 4661 4665 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4665 4669 LIBS="-ldld $LIBS" 4666 4670 cat > conftest.$ac_ext <<EOF 4667 #line 46 68"configure"4671 #line 4672 "configure" 4668 4672 #include "confdefs.h" 4669 4673 /* Override any gcc2 internal prototype to avoid an error. */ … … 4676 4680 ; return 0; } 4677 4681 EOF 4678 if { (eval echo configure:46 79: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4682 if { (eval echo configure:4683: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4679 4683 rm -rf conftest* 4680 4684 eval "ac_cv_lib_$ac_lib_var=yes" … … 4712 4716 echo "$ac_t""dld" 1>&6 4713 4717 echo $ac_n "checking for shl_load in -ldld""... $ac_c" 1>&6 4714 echo "configure:471 5: checking for shl_load in -ldld" >&54718 echo "configure:4719: checking for shl_load in -ldld" >&5 4715 4719 ac_lib_var=`echo dld'_'shl_load | sed 'y%./+-%__p_%'` 4716 4720 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4720 4724 LIBS="-ldld $LIBS" 4721 4725 cat > conftest.$ac_ext <<EOF 4722 #line 472 3"configure"4726 #line 4727 "configure" 4723 4727 #include "confdefs.h" 4724 4728 /* Override any gcc2 internal prototype to avoid an error. */ … … 4731 4735 ; return 0; } 4732 4736 EOF 4733 if { (eval echo configure:473 4: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4737 if { (eval echo configure:4738: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4734 4738 rm -rf conftest* 4735 4739 eval "ac_cv_lib_$ac_lib_var=yes" … … 4767 4771 echo "$ac_t""dl" 1>&6 4768 4772 echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6 4769 echo "configure:477 0: checking for dlopen in -ldl" >&54773 echo "configure:4774: checking for dlopen in -ldl" >&5 4770 4774 ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'` 4771 4775 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4775 4779 LIBS="-ldl $LIBS" 4776 4780 cat > conftest.$ac_ext <<EOF 4777 #line 47 78"configure"4781 #line 4782 "configure" 4778 4782 #include "confdefs.h" 4779 4783 /* Override any gcc2 internal prototype to avoid an error. */ … … 4786 4790 ; return 0; } 4787 4791 EOF 4788 if { (eval echo configure:47 89: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4792 if { (eval echo configure:4793: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4789 4793 rm -rf conftest* 4790 4794 eval "ac_cv_lib_$ac_lib_var=yes" … … 4825 4829 4826 4830 echo $ac_n "checking whether to have dynamic loading""... $ac_c" 1>&6 4827 echo "configure:48 28: checking whether to have dynamic loading" >&54831 echo "configure:4832: checking whether to have dynamic loading" >&5 4828 4832 if test "$with_dl" != yes; then 4829 4833 echo "$ac_t""no" 1>&6 … … 4839 4843 4840 4844 echo $ac_n "checking whether to use mtrack""... $ac_c" 1>&6 4841 echo "configure:484 2: checking whether to use mtrack" >&54845 echo "configure:4846: checking whether to use mtrack" >&5 4842 4846 if test "$with_mtrack" = yes && test "$ac_cv_singuname" = ix86-Linux; then 4843 4847 echo "$ac_t""yes" 1>&6 … … 4851 4855 4852 4856 echo $ac_n "checking which exponent type to use""... $ac_c" 1>&6 4853 echo "configure:485 4: checking which exponent type to use" >&54857 echo "configure:4858: checking which exponent type to use" >&5 4854 4858 if test "$with_exp_type" = "char"; then 4855 4859 echo "$ac_t""char" 1>&6 … … 4882 4886 EOF 4883 4887 4888 fi 4889 4890 OUTPUT_MAKEFILES=Makefile 4891 4892 if test "$ac_cv_singuname" = "ix86-Win"; then 4893 OUTPUT_MAKEFILES="${OUTPUT_MAKEFILES} Singular.rc" 4884 4894 fi 4885 4895 … … 4985 4995 ac_given_INSTALL="$INSTALL" 4986 4996 4987 trap 'rm -fr `echo " Makefilemod2.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 154997 trap 'rm -fr `echo "${OUTPUT_MAKEFILES} mod2.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 4988 4998 EOF 4989 4999 cat >> $CONFIG_STATUS <<EOF … … 5021 5031 s%@SING_UNAME@%$SING_UNAME%g 5022 5032 s%@SINGULAR_VERSION@%$SINGULAR_VERSION%g 5033 s%@VERSION_DATE@%$VERSION_DATE%g 5034 s%@SINGULAR_MAJOR_VERSION@%$SINGULAR_MAJOR_VERSION%g 5035 s%@SINGULAR_MINOR_VERSION@%$SINGULAR_MINOR_VERSION%g 5036 s%@SINGULAR_SUB_VERSION@%$SINGULAR_SUB_VERSION%g 5023 5037 s%@CC@%$CC%g 5024 5038 s%@CPP@%$CPP%g … … 5082 5096 cat >> $CONFIG_STATUS <<EOF 5083 5097 5084 CONFIG_FILES=\${CONFIG_FILES-" Makefile"}5098 CONFIG_FILES=\${CONFIG_FILES-"${OUTPUT_MAKEFILES}"} 5085 5099 EOF 5086 5100 cat >> $CONFIG_STATUS <<\EOF -
Singular/configure.in
r1c2c2f r8654b5 54 54 dnl pass them on into the Makefiles 55 55 AC_SUBST(SINGULAR_VERSION) 56 AC_SUBST(VERSION_DATE) 57 AC_SUBST(SINGULAR_MAJOR_VERSION) 58 AC_SUBST(SINGULAR_MINOR_VERSION) 59 AC_SUBST(SINGULAR_SUB_VERSION) 56 60 AC_DEFINE_UNQUOTED(SINGULAR_MAJOR_VERSION, ${SINGULAR_MAJOR_VERSION}) 57 61 AC_DEFINE_UNQUOTED(SINGULAR_MINOR_VERSION, ${SINGULAR_MINOR_VERSION}) … … 856 860 fi 857 861 858 AC_OUTPUT(Makefile, \ 862 OUTPUT_MAKEFILES=Makefile 863 864 if test "$ac_cv_singuname" = "ix86-Win"; then 865 OUTPUT_MAKEFILES="${OUTPUT_MAKEFILES} Singular.rc" 866 fi 867 868 AC_OUTPUT(${OUTPUT_MAKEFILES}, \ 859 869 if test "$CONFIG_HEADERS"; then echo timestamp > stamp-h; fi) -
Singular/feResource.cc
r1c2c2f r8654b5 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: feResource.cc,v 1.2 5 2000-05-23 14:40:47obachman Exp $ */4 /* $Id: feResource.cc,v 1.26 2000-05-25 13:37:28 obachman Exp $ */ 5 5 /* 6 6 * ABSTRACT: management of resources … … 739 739 int i = 0; 740 740 char* r; 741 StringAppend("%-10s:\t%s\n", "argv[0]", feArgv0); 741 742 while (feResourceConfigs[i].key != NULL) 742 743 {
Note: See TracChangeset
for help on using the changeset viewer.