Changeset 907274 in git
- Timestamp:
- Apr 1, 1999, 10:37:02 AM (24 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- 69a9545fbd087159a4c37f2ece16874e05f78de2
- Parents:
- 5f89ebcfc3931375fa6e2ad6e495331a4064a4e3
- Location:
- Singular
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/Makefile.in
r5f89eb r907274 12 12 SINGULAR_VERSION = @SINGULAR_VERSION@ 13 13 SINGULAR = @SINGULAR@ 14 SINGUNAME = @SINGUNAME@ 14 SINGUNAME = @SINGUNAME@ 15 15 16 16 ## … … 49 49 CXXTEMPLFLAGS = @CXXTEMPLFLAGS@ 50 50 CPPFLAGS = -I${srcdir} @CPPFLAGS@ 51 DEFS = @DEFS@ -DNDEBUG51 DEFS = -DNDEBUG -D@SING_UNAME@ 52 52 LDFLAGS = @LDFLAGS@ 53 53 LD_DYN_FLAGS = @LD_DYN_FLAGS@ … … 185 185 186 186 mmtables.inc: mmtables.c mmprivate.h mod2.h 187 ${CXX} ${CXXFLAGS} ${CPPFLAGS} ${DEFS}\187 ${CXX} ${CXXFLAGS} ${CPPFLAGS}\ 188 188 -DGENERATE_INDEX_TABLE -DHAVE_INDEX_TABLE mmtables.c -o mmtables 189 189 ./mmtables > mmtables.inc … … 326 326 CXXFLAGSG = -g -Wall -Wno-unused ${PIPE} 327 327 CXXTEMPLFLAGSG = -fno-implicit-templates 328 DEFSG = @DEFS@328 DEFSG = -D@SING_UNAME@ 329 329 330 330 ## … … 392 392 CXXFLAGSP = -pg -O3 ${PIPE} 393 393 CXXTEMPLFLAGSP = -fno-implicit-templates 394 DEFSP = @DEFS@ -DNDEBUG -DDO_PROFILE394 DEFSP = -DNDEBUG -DDO_PROFILE -D@SING_UNAME@ 395 395 LDFLAGSP = -static @LDFLAGS@ 396 396 … … 398 398 CXXFLAGSB = -g -O3 ${PIPE} 399 399 CXXTEMPLFLAGSB = -fno-implicit-templates 400 DEFSB = @DEFS@ -DNDEBUG400 DEFSB = -DNDEBUG -D@SING_UNAME@ 401 401 LDFLAGSB = -static @LDFLAGS@ 402 402 # bprof object file to link with -
Singular/configure
r5f89eb r907274 586 586 587 587 588 SING_UNAME=`echo $SINGUNAME | tr '-' '_' ` 589 590 588 591 # stupid Win programs do not like dots in their pathnames 589 592 VERSION_SEP="-" … … 641 644 set dummy gcc; ac_word=$2 642 645 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 643 echo "configure:64 4: checking for $ac_word" >&5646 echo "configure:647: checking for $ac_word" >&5 644 647 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 645 648 echo $ac_n "(cached) $ac_c" 1>&6 … … 670 673 set dummy cc; ac_word=$2 671 674 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 672 echo "configure:67 3: checking for $ac_word" >&5675 echo "configure:676: checking for $ac_word" >&5 673 676 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 674 677 echo $ac_n "(cached) $ac_c" 1>&6 … … 718 721 719 722 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 720 echo "configure:72 1: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5723 echo "configure:724: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 721 724 722 725 ac_ext=c … … 728 731 729 732 cat > conftest.$ac_ext <<EOF 730 #line 73 1"configure"733 #line 734 "configure" 731 734 #include "confdefs.h" 732 735 main(){return(0);} 733 736 EOF 734 if { (eval echo configure:73 5: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then737 if { (eval echo configure:738: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 735 738 ac_cv_prog_cc_works=yes 736 739 # If we can't run a trivial program, we are probably using a cross compiler. … … 752 755 fi 753 756 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 754 echo "configure:75 5: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5757 echo "configure:758: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 755 758 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 756 759 cross_compiling=$ac_cv_prog_cc_cross 757 760 758 761 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 759 echo "configure:76 0: checking whether we are using GNU C" >&5762 echo "configure:763: checking whether we are using GNU C" >&5 760 763 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 761 764 echo $ac_n "(cached) $ac_c" 1>&6 … … 766 769 #endif 767 770 EOF 768 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:7 69: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then771 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:772: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 769 772 ac_cv_prog_gcc=yes 770 773 else … … 781 784 CFLAGS= 782 785 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 783 echo "configure:78 4: checking whether ${CC-cc} accepts -g" >&5786 echo "configure:787: checking whether ${CC-cc} accepts -g" >&5 784 787 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 785 788 echo $ac_n "(cached) $ac_c" 1>&6 … … 809 812 810 813 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 811 echo "configure:81 2: checking how to run the C preprocessor" >&5814 echo "configure:815: checking how to run the C preprocessor" >&5 812 815 # On Suns, sometimes $CPP names a directory. 813 816 if test -n "$CPP" && test -d "$CPP"; then … … 824 827 # not just through cpp. 825 828 cat > conftest.$ac_ext <<EOF 826 #line 8 27"configure"829 #line 830 "configure" 827 830 #include "confdefs.h" 828 831 #include <assert.h> … … 830 833 EOF 831 834 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 832 { (eval echo configure:83 3: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }835 { (eval echo configure:836: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 833 836 ac_err=`grep -v '^ *+' conftest.out` 834 837 if test -z "$ac_err"; then … … 841 844 CPP="${CC-cc} -E -traditional-cpp" 842 845 cat > conftest.$ac_ext <<EOF 843 #line 84 4"configure"846 #line 847 "configure" 844 847 #include "confdefs.h" 845 848 #include <assert.h> … … 847 850 EOF 848 851 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 849 { (eval echo configure:85 0: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }852 { (eval echo configure:853: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 850 853 ac_err=`grep -v '^ *+' conftest.out` 851 854 if test -z "$ac_err"; then … … 874 877 set dummy $ac_prog; ac_word=$2 875 878 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 876 echo "configure:8 77: checking for $ac_word" >&5879 echo "configure:880: checking for $ac_word" >&5 877 880 if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then 878 881 echo $ac_n "(cached) $ac_c" 1>&6 … … 905 908 906 909 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6 907 echo "configure:9 08: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5910 echo "configure:911: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5 908 911 909 912 ac_ext=C … … 915 918 916 919 cat > conftest.$ac_ext <<EOF 917 #line 9 18"configure"920 #line 921 "configure" 918 921 #include "confdefs.h" 919 922 main(){return(0);} 920 923 EOF 921 if { (eval echo configure:92 2: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then924 if { (eval echo configure:925: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 922 925 ac_cv_prog_cxx_works=yes 923 926 # If we can't run a trivial program, we are probably using a cross compiler. … … 945 948 fi 946 949 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 947 echo "configure:9 48: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5950 echo "configure:951: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5 948 951 echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6 949 952 cross_compiling=$ac_cv_prog_cxx_cross 950 953 951 954 echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6 952 echo "configure:95 3: checking whether we are using GNU C++" >&5955 echo "configure:956: checking whether we are using GNU C++" >&5 953 956 if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then 954 957 echo $ac_n "(cached) $ac_c" 1>&6 … … 959 962 #endif 960 963 EOF 961 if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:96 2: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then964 if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:965: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 962 965 ac_cv_prog_gxx=yes 963 966 else … … 974 977 CXXFLAGS= 975 978 echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6 976 echo "configure:9 77: checking whether ${CXX-g++} accepts -g" >&5979 echo "configure:980: checking whether ${CXX-g++} accepts -g" >&5 977 980 if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then 978 981 echo $ac_n "(cached) $ac_c" 1>&6 … … 1002 1005 1003 1006 echo $ac_n "checking for AIX""... $ac_c" 1>&6 1004 echo "configure:100 5: checking for AIX" >&51007 echo "configure:1008: checking for AIX" >&5 1005 1008 cat > conftest.$ac_ext <<EOF 1006 #line 10 07"configure"1009 #line 1010 "configure" 1007 1010 #include "confdefs.h" 1008 1011 #ifdef _AIX … … 1034 1037 # check whether the compiler accepts -pipe 1035 1038 echo $ac_n "checking whether compiler accepts -pipe""... $ac_c" 1>&6 1036 echo "configure:10 37: checking whether compiler accepts -pipe" >&51039 echo "configure:1040: checking whether compiler accepts -pipe" >&5 1037 1040 temp_cflags=${CFLAGS} 1038 1041 CFLAGS="${CFLAGS} -pipe" … … 1041 1044 else 1042 1045 cat > conftest.$ac_ext <<EOF 1043 #line 104 4"configure"1046 #line 1047 "configure" 1044 1047 #include "confdefs.h" 1045 1048 … … 1048 1051 ; return 0; } 1049 1052 EOF 1050 if { (eval echo configure:105 1: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then1053 if { (eval echo configure:1054: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1051 1054 rm -rf conftest* 1052 1055 ac_cv_cxx_have_pipe=yes … … 1072 1075 # Customize CFLAGS 1073 1076 echo $ac_n "checking whether _AIX is defined""... $ac_c" 1>&6 1074 echo "configure:107 5: checking whether _AIX is defined" >&51077 echo "configure:1078: checking whether _AIX is defined" >&5 1075 1078 if eval "test \"`echo '$''{'ac_cv_is_aix'+set}'`\" = set"; then 1076 1079 echo $ac_n "(cached) $ac_c" 1>&6 1077 1080 else 1078 1081 cat > conftest.$ac_ext <<EOF 1079 #line 108 0"configure"1082 #line 1083 "configure" 1080 1083 #include "confdefs.h" 1081 1084 #ifdef _AIX … … 1128 1131 1129 1132 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 1130 echo "configure:113 1: checking whether ${MAKE-make} sets \${MAKE}" >&51133 echo "configure:1134: checking whether ${MAKE-make} sets \${MAKE}" >&5 1131 1134 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` 1132 1135 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then … … 1201 1204 if test "${with_lex+set}" != set; then 1202 1205 echo $ac_n "checking for flex""... $ac_c" 1>&6 1203 echo "configure:120 4: checking for flex" >&51206 echo "configure:1207: checking for flex" >&5 1204 1207 if eval "test \"`echo '$''{'ac_cv_prog_flex'+set}'`\" = set"; then 1205 1208 echo $ac_n "(cached) $ac_c" 1>&6 … … 1232 1235 set dummy $ac_prog; ac_word=$2 1233 1236 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1234 echo "configure:123 5: checking for $ac_word" >&51237 echo "configure:1238: checking for $ac_word" >&5 1235 1238 if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then 1236 1239 echo $ac_n "(cached) $ac_c" 1>&6 … … 1268 1271 if test "${with_perl5+set}" != set; then 1269 1272 echo $ac_n "checking for perl5""... $ac_c" 1>&6 1270 echo "configure:127 1: checking for perl5" >&51273 echo "configure:1274: checking for perl5" >&5 1271 1274 if eval "test \"`echo '$''{'ac_cv_prog_perl5'+set}'`\" = set"; then 1272 1275 echo $ac_n "(cached) $ac_c" 1>&6 … … 1305 1308 set dummy $ac_prog; ac_word=$2 1306 1309 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1307 echo "configure:13 08: checking for $ac_word" >&51310 echo "configure:1311: checking for $ac_word" >&5 1308 1311 if eval "test \"`echo '$''{'ac_cv_prog_PERL5'+set}'`\" = set"; then 1309 1312 echo $ac_n "(cached) $ac_c" 1>&6 … … 1344 1347 set dummy $ac_prog; ac_word=$2 1345 1348 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1346 echo "configure:13 47: checking for $ac_word" >&51349 echo "configure:1350: checking for $ac_word" >&5 1347 1350 if eval "test \"`echo '$''{'ac_cv_prog_BISON'+set}'`\" = set"; then 1348 1351 echo $ac_n "(cached) $ac_c" 1>&6 … … 1382 1385 set dummy $ac_prog; ac_word=$2 1383 1386 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1384 echo "configure:138 5: checking for $ac_word" >&51387 echo "configure:1388: checking for $ac_word" >&5 1385 1388 if eval "test \"`echo '$''{'ac_cv_prog_INFO'+set}'`\" = set"; then 1386 1389 echo $ac_n "(cached) $ac_c" 1>&6 … … 1426 1429 set dummy $ac_prog; ac_word=$2 1427 1430 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1428 echo "configure:14 29: checking for $ac_word" >&51431 echo "configure:1432: checking for $ac_word" >&5 1429 1432 if eval "test \"`echo '$''{'ac_cv_prog_INFO'+set}'`\" = set"; then 1430 1433 echo $ac_n "(cached) $ac_c" 1>&6 … … 1466 1469 # ln -s 1467 1470 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6 1468 echo "configure:14 69: checking whether ln -s works" >&51471 echo "configure:1472: checking whether ln -s works" >&5 1469 1472 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then 1470 1473 echo $ac_n "(cached) $ac_c" 1>&6 … … 1489 1492 # lib checks 1490 1493 echo $ac_n "checking for atof in -lm""... $ac_c" 1>&6 1491 echo "configure:149 2: checking for atof in -lm" >&51494 echo "configure:1495: checking for atof in -lm" >&5 1492 1495 ac_lib_var=`echo m'_'atof | sed 'y%./+-%__p_%'` 1493 1496 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1497 1500 LIBS="-lm $LIBS" 1498 1501 cat > conftest.$ac_ext <<EOF 1499 #line 150 0"configure"1502 #line 1503 "configure" 1500 1503 #include "confdefs.h" 1501 1504 /* Override any gcc2 internal prototype to avoid an error. */ … … 1508 1511 ; return 0; } 1509 1512 EOF 1510 if { (eval echo configure:151 1: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then1513 if { (eval echo configure:1514: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 1511 1514 rm -rf conftest* 1512 1515 eval "ac_cv_lib_$ac_lib_var=yes" … … 1536 1539 1537 1540 echo $ac_n "checking for socket in -lbsd""... $ac_c" 1>&6 1538 echo "configure:15 39: checking for socket in -lbsd" >&51541 echo "configure:1542: checking for socket in -lbsd" >&5 1539 1542 ac_lib_var=`echo bsd'_'socket | sed 'y%./+-%__p_%'` 1540 1543 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1544 1547 LIBS="-lbsd $LIBS" 1545 1548 cat > conftest.$ac_ext <<EOF 1546 #line 15 47"configure"1549 #line 1550 "configure" 1547 1550 #include "confdefs.h" 1548 1551 /* Override any gcc2 internal prototype to avoid an error. */ … … 1555 1558 ; return 0; } 1556 1559 EOF 1557 if { (eval echo configure:15 58: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then1560 if { (eval echo configure:1561: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 1558 1561 rm -rf conftest* 1559 1562 eval "ac_cv_lib_$ac_lib_var=yes" … … 1583 1586 1584 1587 echo $ac_n "checking for listen in -lsocket""... $ac_c" 1>&6 1585 echo "configure:158 6: checking for listen in -lsocket" >&51588 echo "configure:1589: checking for listen in -lsocket" >&5 1586 1589 ac_lib_var=`echo socket'_'listen | sed 'y%./+-%__p_%'` 1587 1590 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1591 1594 LIBS="-lsocket $LIBS" 1592 1595 cat > conftest.$ac_ext <<EOF 1593 #line 159 4"configure"1596 #line 1597 "configure" 1594 1597 #include "confdefs.h" 1595 1598 /* Override any gcc2 internal prototype to avoid an error. */ … … 1602 1605 ; return 0; } 1603 1606 EOF 1604 if { (eval echo configure:160 5: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then1607 if { (eval echo configure:1608: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 1605 1608 rm -rf conftest* 1606 1609 eval "ac_cv_lib_$ac_lib_var=yes" … … 1630 1633 1631 1634 echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6 1632 echo "configure:163 3: checking for gethostbyname in -lnsl" >&51635 echo "configure:1636: checking for gethostbyname in -lnsl" >&5 1633 1636 ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'` 1634 1637 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1638 1641 LIBS="-lnsl $LIBS" 1639 1642 cat > conftest.$ac_ext <<EOF 1640 #line 164 1"configure"1643 #line 1644 "configure" 1641 1644 #include "confdefs.h" 1642 1645 /* Override any gcc2 internal prototype to avoid an error. */ … … 1649 1652 ; return 0; } 1650 1653 EOF 1651 if { (eval echo configure:165 2: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then1654 if { (eval echo configure:1655: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 1652 1655 rm -rf conftest* 1653 1656 eval "ac_cv_lib_$ac_lib_var=yes" … … 1677 1680 1678 1681 echo $ac_n "checking for index in -lucb""... $ac_c" 1>&6 1679 echo "configure:168 0: checking for index in -lucb" >&51682 echo "configure:1683: checking for index in -lucb" >&5 1680 1683 ac_lib_var=`echo ucb'_'index | sed 'y%./+-%__p_%'` 1681 1684 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1685 1688 LIBS="-lucb $LIBS" 1686 1689 cat > conftest.$ac_ext <<EOF 1687 #line 16 88"configure"1690 #line 1691 "configure" 1688 1691 #include "confdefs.h" 1689 1692 /* Override any gcc2 internal prototype to avoid an error. */ … … 1696 1699 ; return 0; } 1697 1700 EOF 1698 if { (eval echo configure:1 699: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then1701 if { (eval echo configure:1702: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 1699 1702 rm -rf conftest* 1700 1703 eval "ac_cv_lib_$ac_lib_var=yes" … … 1726 1729 # heder file checks 1727 1730 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 1728 echo "configure:17 29: checking for ANSI C header files" >&51731 echo "configure:1732: checking for ANSI C header files" >&5 1729 1732 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then 1730 1733 echo $ac_n "(cached) $ac_c" 1>&6 1731 1734 else 1732 1735 cat > conftest.$ac_ext <<EOF 1733 #line 173 4"configure"1736 #line 1737 "configure" 1734 1737 #include "confdefs.h" 1735 1738 #include <stdlib.h> … … 1739 1742 EOF 1740 1743 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1741 { (eval echo configure:174 2: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1744 { (eval echo configure:1745: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1742 1745 ac_err=`grep -v '^ *+' conftest.out` 1743 1746 if test -z "$ac_err"; then … … 1756 1759 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 1757 1760 cat > conftest.$ac_ext <<EOF 1758 #line 17 59"configure"1761 #line 1762 "configure" 1759 1762 #include "confdefs.h" 1760 1763 #include <string.h> … … 1774 1777 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 1775 1778 cat > conftest.$ac_ext <<EOF 1776 #line 17 77"configure"1779 #line 1780 "configure" 1777 1780 #include "confdefs.h" 1778 1781 #include <stdlib.h> … … 1795 1798 else 1796 1799 cat > conftest.$ac_ext <<EOF 1797 #line 1 798"configure"1800 #line 1801 "configure" 1798 1801 #include "confdefs.h" 1799 1802 #include <ctype.h> … … 1806 1809 1807 1810 EOF 1808 if { (eval echo configure:18 09: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null1811 if { (eval echo configure:1812: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null 1809 1812 then 1810 1813 : … … 1833 1836 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 1834 1837 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 1835 echo "configure:183 6: checking for $ac_hdr" >&51838 echo "configure:1839: checking for $ac_hdr" >&5 1836 1839 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 1837 1840 echo $ac_n "(cached) $ac_c" 1>&6 1838 1841 else 1839 1842 cat > conftest.$ac_ext <<EOF 1840 #line 184 1"configure"1843 #line 1844 "configure" 1841 1844 #include "confdefs.h" 1842 1845 #include <$ac_hdr> 1843 1846 EOF 1844 1847 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1845 { (eval echo configure:184 6: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1848 { (eval echo configure:1849: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1846 1849 ac_err=`grep -v '^ *+' conftest.out` 1847 1850 if test -z "$ac_err"; then … … 1875 1878 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 1876 1879 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 1877 echo "configure:18 78: checking for $ac_hdr" >&51880 echo "configure:1881: checking for $ac_hdr" >&5 1878 1881 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 1879 1882 echo $ac_n "(cached) $ac_c" 1>&6 1880 1883 else 1881 1884 cat > conftest.$ac_ext <<EOF 1882 #line 188 3"configure"1885 #line 1886 "configure" 1883 1886 #include "confdefs.h" 1884 1887 #include <$ac_hdr> 1885 1888 EOF 1886 1889 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1887 { (eval echo configure:18 88: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1890 { (eval echo configure:1891: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1888 1891 ac_err=`grep -v '^ *+' conftest.out` 1889 1892 if test -z "$ac_err"; then … … 1914 1917 # typedefs, structures 1915 1918 echo $ac_n "checking for working const""... $ac_c" 1>&6 1916 echo "configure:19 17: checking for working const" >&51919 echo "configure:1920: checking for working const" >&5 1917 1920 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then 1918 1921 echo $ac_n "(cached) $ac_c" 1>&6 1919 1922 else 1920 1923 cat > conftest.$ac_ext <<EOF 1921 #line 192 2"configure"1924 #line 1925 "configure" 1922 1925 #include "confdefs.h" 1923 1926 … … 1968 1971 ; return 0; } 1969 1972 EOF 1970 if { (eval echo configure:197 1: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then1973 if { (eval echo configure:1974: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1971 1974 rm -rf conftest* 1972 1975 ac_cv_c_const=yes … … 1989 1992 1990 1993 echo $ac_n "checking for inline""... $ac_c" 1>&6 1991 echo "configure:199 2: checking for inline" >&51994 echo "configure:1995: checking for inline" >&5 1992 1995 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then 1993 1996 echo $ac_n "(cached) $ac_c" 1>&6 … … 1996 1999 for ac_kw in inline __inline__ __inline; do 1997 2000 cat > conftest.$ac_ext <<EOF 1998 #line 1999"configure"2001 #line 2002 "configure" 1999 2002 #include "confdefs.h" 2000 2003 … … 2003 2006 ; return 0; } 2004 2007 EOF 2005 if { (eval echo configure:200 6: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2008 if { (eval echo configure:2009: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2006 2009 rm -rf conftest* 2007 2010 ac_cv_c_inline=$ac_kw; break … … 2029 2032 2030 2033 echo $ac_n "checking for size_t""... $ac_c" 1>&6 2031 echo "configure:203 2: checking for size_t" >&52034 echo "configure:2035: checking for size_t" >&5 2032 2035 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then 2033 2036 echo $ac_n "(cached) $ac_c" 1>&6 2034 2037 else 2035 2038 cat > conftest.$ac_ext <<EOF 2036 #line 20 37"configure"2039 #line 2040 "configure" 2037 2040 #include "confdefs.h" 2038 2041 #include <sys/types.h> … … 2062 2065 2063 2066 echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6 2064 echo "configure:206 5: checking whether time.h and sys/time.h may both be included" >&52067 echo "configure:2068: checking whether time.h and sys/time.h may both be included" >&5 2065 2068 if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then 2066 2069 echo $ac_n "(cached) $ac_c" 1>&6 2067 2070 else 2068 2071 cat > conftest.$ac_ext <<EOF 2069 #line 207 0"configure"2072 #line 2073 "configure" 2070 2073 #include "confdefs.h" 2071 2074 #include <sys/types.h> … … 2076 2079 ; return 0; } 2077 2080 EOF 2078 if { (eval echo configure:20 79: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2081 if { (eval echo configure:2082: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2079 2082 rm -rf conftest* 2080 2083 ac_cv_header_time=yes … … 2097 2100 2098 2101 echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6 2099 echo "configure:210 0: checking whether struct tm is in sys/time.h or time.h" >&52102 echo "configure:2103: checking whether struct tm is in sys/time.h or time.h" >&5 2100 2103 if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then 2101 2104 echo $ac_n "(cached) $ac_c" 1>&6 2102 2105 else 2103 2106 cat > conftest.$ac_ext <<EOF 2104 #line 210 5"configure"2107 #line 2108 "configure" 2105 2108 #include "confdefs.h" 2106 2109 #include <sys/types.h> … … 2110 2113 ; return 0; } 2111 2114 EOF 2112 if { (eval echo configure:211 3: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2115 if { (eval echo configure:2116: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2113 2116 rm -rf conftest* 2114 2117 ac_cv_struct_tm=time.h … … 2135 2138 # for constant arguments. Useless! 2136 2139 echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6 2137 echo "configure:21 38: checking for working alloca.h" >&52140 echo "configure:2141: checking for working alloca.h" >&5 2138 2141 if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then 2139 2142 echo $ac_n "(cached) $ac_c" 1>&6 2140 2143 else 2141 2144 cat > conftest.$ac_ext <<EOF 2142 #line 214 3"configure"2145 #line 2146 "configure" 2143 2146 #include "confdefs.h" 2144 2147 #include <alloca.h> … … 2147 2150 ; return 0; } 2148 2151 EOF 2149 if { (eval echo configure:215 0: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then2152 if { (eval echo configure:2153: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 2150 2153 rm -rf conftest* 2151 2154 ac_cv_header_alloca_h=yes … … 2168 2171 2169 2172 echo $ac_n "checking for alloca""... $ac_c" 1>&6 2170 echo "configure:217 1: checking for alloca" >&52173 echo "configure:2174: checking for alloca" >&5 2171 2174 if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then 2172 2175 echo $ac_n "(cached) $ac_c" 1>&6 2173 2176 else 2174 2177 cat > conftest.$ac_ext <<EOF 2175 #line 217 6"configure"2178 #line 2179 "configure" 2176 2179 #include "confdefs.h" 2177 2180 … … 2196 2199 ; return 0; } 2197 2200 EOF 2198 if { (eval echo configure:2 199: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then2201 if { (eval echo configure:2202: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 2199 2202 rm -rf conftest* 2200 2203 ac_cv_func_alloca_works=yes … … 2228 2231 2229 2232 echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6 2230 echo "configure:223 1: checking whether alloca needs Cray hooks" >&52233 echo "configure:2234: checking whether alloca needs Cray hooks" >&5 2231 2234 if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then 2232 2235 echo $ac_n "(cached) $ac_c" 1>&6 2233 2236 else 2234 2237 cat > conftest.$ac_ext <<EOF 2235 #line 223 6"configure"2238 #line 2239 "configure" 2236 2239 #include "confdefs.h" 2237 2240 #if defined(CRAY) && ! defined(CRAY2) … … 2258 2261 for ac_func in _getb67 GETB67 getb67; do 2259 2262 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 2260 echo "configure:226 1: checking for $ac_func" >&52263 echo "configure:2264: checking for $ac_func" >&5 2261 2264 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 2262 2265 echo $ac_n "(cached) $ac_c" 1>&6 2263 2266 else 2264 2267 cat > conftest.$ac_ext <<EOF 2265 #line 226 6"configure"2268 #line 2269 "configure" 2266 2269 #include "confdefs.h" 2267 2270 /* System header to define __stub macros and hopefully few prototypes, … … 2286 2289 ; return 0; } 2287 2290 EOF 2288 if { (eval echo configure:22 89: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then2291 if { (eval echo configure:2292: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 2289 2292 rm -rf conftest* 2290 2293 eval "ac_cv_func_$ac_func=yes" … … 2313 2316 2314 2317 echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6 2315 echo "configure:231 6: checking stack direction for C alloca" >&52318 echo "configure:2319: checking stack direction for C alloca" >&5 2316 2319 if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then 2317 2320 echo $ac_n "(cached) $ac_c" 1>&6 … … 2321 2324 else 2322 2325 cat > conftest.$ac_ext <<EOF 2323 #line 232 4"configure"2326 #line 2327 "configure" 2324 2327 #include "confdefs.h" 2325 2328 find_stack_direction () … … 2340 2343 } 2341 2344 EOF 2342 if { (eval echo configure:234 3: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null2345 if { (eval echo configure:2346: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null 2343 2346 then 2344 2347 ac_cv_c_stack_direction=1 … … 2363 2366 if test $ac_cv_prog_gcc = yes; then 2364 2367 echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6 2365 echo "configure:236 6: checking whether ${CC-cc} needs -traditional" >&52368 echo "configure:2369: checking whether ${CC-cc} needs -traditional" >&5 2366 2369 if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then 2367 2370 echo $ac_n "(cached) $ac_c" 1>&6 … … 2369 2372 ac_pattern="Autoconf.*'x'" 2370 2373 cat > conftest.$ac_ext <<EOF 2371 #line 237 2"configure"2374 #line 2375 "configure" 2372 2375 #include "confdefs.h" 2373 2376 #include <sgtty.h> … … 2387 2390 if test $ac_cv_prog_gcc_traditional = no; then 2388 2391 cat > conftest.$ac_ext <<EOF 2389 #line 239 0"configure"2392 #line 2393 "configure" 2390 2393 #include "confdefs.h" 2391 2394 #include <termio.h> … … 2412 2415 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 2413 2416 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 2414 echo "configure:241 5: checking for $ac_hdr" >&52417 echo "configure:2418: checking for $ac_hdr" >&5 2415 2418 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 2416 2419 echo $ac_n "(cached) $ac_c" 1>&6 2417 2420 else 2418 2421 cat > conftest.$ac_ext <<EOF 2419 #line 242 0"configure"2422 #line 2423 "configure" 2420 2423 #include "confdefs.h" 2421 2424 #include <$ac_hdr> 2422 2425 EOF 2423 2426 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2424 { (eval echo configure:242 5: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2427 { (eval echo configure:2428: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2425 2428 ac_err=`grep -v '^ *+' conftest.out` 2426 2429 if test -z "$ac_err"; then … … 2451 2454 do 2452 2455 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 2453 echo "configure:245 4: checking for $ac_func" >&52456 echo "configure:2457: checking for $ac_func" >&5 2454 2457 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 2455 2458 echo $ac_n "(cached) $ac_c" 1>&6 2456 2459 else 2457 2460 cat > conftest.$ac_ext <<EOF 2458 #line 24 59"configure"2461 #line 2462 "configure" 2459 2462 #include "confdefs.h" 2460 2463 /* System header to define __stub macros and hopefully few prototypes, … … 2479 2482 ; return 0; } 2480 2483 EOF 2481 if { (eval echo configure:248 2: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then2484 if { (eval echo configure:2485: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 2482 2485 rm -rf conftest* 2483 2486 eval "ac_cv_func_$ac_func=yes" … … 2504 2507 2505 2508 echo $ac_n "checking for working mmap""... $ac_c" 1>&6 2506 echo "configure:25 07: checking for working mmap" >&52509 echo "configure:2510: checking for working mmap" >&5 2507 2510 if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then 2508 2511 echo $ac_n "(cached) $ac_c" 1>&6 … … 2512 2515 else 2513 2516 cat > conftest.$ac_ext <<EOF 2514 #line 251 5"configure"2517 #line 2518 "configure" 2515 2518 #include "confdefs.h" 2516 2519 … … 2652 2655 2653 2656 EOF 2654 if { (eval echo configure:265 5: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null2657 if { (eval echo configure:2658: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null 2655 2658 then 2656 2659 ac_cv_func_mmap_fixed_mapped=yes … … 2675 2678 2676 2679 echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6 2677 echo "configure:26 78: checking return type of signal handlers" >&52680 echo "configure:2681: checking return type of signal handlers" >&5 2678 2681 if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then 2679 2682 echo $ac_n "(cached) $ac_c" 1>&6 2680 2683 else 2681 2684 cat > conftest.$ac_ext <<EOF 2682 #line 268 3"configure"2685 #line 2686 "configure" 2683 2686 #include "confdefs.h" 2684 2687 #include <sys/types.h> … … 2697 2700 ; return 0; } 2698 2701 EOF 2699 if { (eval echo configure:270 0: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2702 if { (eval echo configure:2703: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2700 2703 rm -rf conftest* 2701 2704 ac_cv_type_signal=void … … 2716 2719 2717 2720 echo $ac_n "checking for vprintf""... $ac_c" 1>&6 2718 echo "configure:27 19: checking for vprintf" >&52721 echo "configure:2722: checking for vprintf" >&5 2719 2722 if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then 2720 2723 echo $ac_n "(cached) $ac_c" 1>&6 2721 2724 else 2722 2725 cat > conftest.$ac_ext <<EOF 2723 #line 272 4"configure"2726 #line 2727 "configure" 2724 2727 #include "confdefs.h" 2725 2728 /* System header to define __stub macros and hopefully few prototypes, … … 2744 2747 ; return 0; } 2745 2748 EOF 2746 if { (eval echo configure:27 47: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then2749 if { (eval echo configure:2750: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 2747 2750 rm -rf conftest* 2748 2751 eval "ac_cv_func_vprintf=yes" … … 2768 2771 if test "$ac_cv_func_vprintf" != yes; then 2769 2772 echo $ac_n "checking for _doprnt""... $ac_c" 1>&6 2770 echo "configure:277 1: checking for _doprnt" >&52773 echo "configure:2774: checking for _doprnt" >&5 2771 2774 if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then 2772 2775 echo $ac_n "(cached) $ac_c" 1>&6 2773 2776 else 2774 2777 cat > conftest.$ac_ext <<EOF 2775 #line 277 6"configure"2778 #line 2779 "configure" 2776 2779 #include "confdefs.h" 2777 2780 /* System header to define __stub macros and hopefully few prototypes, … … 2796 2799 ; return 0; } 2797 2800 EOF 2798 if { (eval echo configure:2 799: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then2801 if { (eval echo configure:2802: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 2799 2802 rm -rf conftest* 2800 2803 eval "ac_cv_func__doprnt=yes" … … 2823 2826 do 2824 2827 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 2825 echo "configure:282 6: checking for $ac_func" >&52828 echo "configure:2829: checking for $ac_func" >&5 2826 2829 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 2827 2830 echo $ac_n "(cached) $ac_c" 1>&6 2828 2831 else 2829 2832 cat > conftest.$ac_ext <<EOF 2830 #line 283 1"configure"2833 #line 2834 "configure" 2831 2834 #include "confdefs.h" 2832 2835 /* System header to define __stub macros and hopefully few prototypes, … … 2851 2854 ; return 0; } 2852 2855 EOF 2853 if { (eval echo configure:285 4: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then2856 if { (eval echo configure:2857: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 2854 2857 rm -rf conftest* 2855 2858 eval "ac_cv_func_$ac_func=yes" … … 2879 2882 # arithmetic shifts 2880 2883 echo $ac_n "checking whether your machine has correct arithmetic shifts""... $ac_c" 1>&6 2881 echo "configure:288 2: checking whether your machine has correct arithmetic shifts" >&52884 echo "configure:2885: checking whether your machine has correct arithmetic shifts" >&5 2882 2885 if eval "test \"`echo '$''{'ac_cv_shift'+set}'`\" = set"; then 2883 2886 echo $ac_n "(cached) $ac_c" 1>&6 … … 2892 2895 else 2893 2896 cat > conftest.$ac_ext <<EOF 2894 #line 289 5"configure"2897 #line 2898 "configure" 2895 2898 #include "confdefs.h" 2896 2899 int main() { if (-2 >> 1 == -1) exit(0); else exit(1); } 2897 2900 EOF 2898 if { (eval echo configure:2 899: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null2901 if { (eval echo configure:2902: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null 2899 2902 then 2900 2903 ac_cv_shift=yes … … 2921 2924 # check for a peculiar constructor initialization 2922 2925 echo $ac_n "checking whether explicit C++ constructor calls are allowed""... $ac_c" 1>&6 2923 echo "configure:292 4: checking whether explicit C++ constructor calls are allowed" >&52926 echo "configure:2927: checking whether explicit C++ constructor calls are allowed" >&5 2924 2927 2925 2928 ac_ext=C … … 2934 2937 else 2935 2938 cat > conftest.$ac_ext <<EOF 2936 #line 29 37"configure"2939 #line 2940 "configure" 2937 2940 #include "confdefs.h" 2938 2941 … … 2952 2955 ; return 0; } 2953 2956 EOF 2954 if { (eval echo configure:295 5: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2957 if { (eval echo configure:2958: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2955 2958 rm -rf conftest* 2956 2959 ac_cv_explicit_const=yes … … 2981 2984 # sprintf returns number of printed chars 2982 2985 echo $ac_n "checking whether vsprintf returns number of printed chars""... $ac_c" 1>&6 2983 echo "configure:298 4: checking whether vsprintf returns number of printed chars" >&52986 echo "configure:2987: checking whether vsprintf returns number of printed chars" >&5 2984 2987 if eval "test \"`echo '$''{'ac_cv_returns_n_of_chars'+set}'`\" = set"; then 2985 2988 echo $ac_n "(cached) $ac_c" 1>&6 … … 2989 2992 else 2990 2993 cat > conftest.$ac_ext <<EOF 2991 #line 299 2"configure"2994 #line 2995 "configure" 2992 2995 #include "confdefs.h" 2993 2996 #include <stdio.h> 2994 2997 main() { char *str=(char*)malloc(20); if (((int) sprintf(str,"123456789")) == 9) exit(0); else exit(1); } 2995 2998 EOF 2996 if { (eval echo configure: 2997: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null2999 if { (eval echo configure:3000: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null 2997 3000 then 2998 3001 ac_cv_returns_n_of_chars=yes … … 3020 3023 # determine ALIGN_8 3021 3024 echo $ac_n "checking size of char""... $ac_c" 1>&6 3022 echo "configure:302 3: checking size of char" >&53025 echo "configure:3026: checking size of char" >&5 3023 3026 if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" = set"; then 3024 3027 echo $ac_n "(cached) $ac_c" 1>&6 … … 3028 3031 else 3029 3032 cat > conftest.$ac_ext <<EOF 3030 #line 303 1"configure"3033 #line 3034 "configure" 3031 3034 #include "confdefs.h" 3032 3035 #include <stdio.h> … … 3039 3042 } 3040 3043 EOF 3041 if { (eval echo configure:304 2: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null3044 if { (eval echo configure:3045: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null 3042 3045 then 3043 3046 ac_cv_sizeof_char=`cat conftestval` … … 3059 3062 3060 3063 echo $ac_n "checking size of short""... $ac_c" 1>&6 3061 echo "configure:306 2: checking size of short" >&53064 echo "configure:3065: checking size of short" >&5 3062 3065 if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then 3063 3066 echo $ac_n "(cached) $ac_c" 1>&6 … … 3067 3070 else 3068 3071 cat > conftest.$ac_ext <<EOF 3069 #line 307 0"configure"3072 #line 3073 "configure" 3070 3073 #include "confdefs.h" 3071 3074 #include <stdio.h> … … 3078 3081 } 3079 3082 EOF 3080 if { (eval echo configure:308 1: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null3083 if { (eval echo configure:3084: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null 3081 3084 then 3082 3085 ac_cv_sizeof_short=`cat conftestval` … … 3098 3101 3099 3102 echo $ac_n "checking size of int""... $ac_c" 1>&6 3100 echo "configure:310 1: checking size of int" >&53103 echo "configure:3104: checking size of int" >&5 3101 3104 if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then 3102 3105 echo $ac_n "(cached) $ac_c" 1>&6 … … 3106 3109 else 3107 3110 cat > conftest.$ac_ext <<EOF 3108 #line 31 09"configure"3111 #line 3112 "configure" 3109 3112 #include "confdefs.h" 3110 3113 #include <stdio.h> … … 3117 3120 } 3118 3121 EOF 3119 if { (eval echo configure:312 0: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null3122 if { (eval echo configure:3123: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null 3120 3123 then 3121 3124 ac_cv_sizeof_int=`cat conftestval` … … 3137 3140 3138 3141 echo $ac_n "checking size of long""... $ac_c" 1>&6 3139 echo "configure:314 0: checking size of long" >&53142 echo "configure:3143: checking size of long" >&5 3140 3143 if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then 3141 3144 echo $ac_n "(cached) $ac_c" 1>&6 … … 3145 3148 else 3146 3149 cat > conftest.$ac_ext <<EOF 3147 #line 31 48"configure"3150 #line 3151 "configure" 3148 3151 #include "confdefs.h" 3149 3152 #include <stdio.h> … … 3156 3159 } 3157 3160 EOF 3158 if { (eval echo configure:31 59: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null3161 if { (eval echo configure:3162: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null 3159 3162 then 3160 3163 ac_cv_sizeof_long=`cat conftestval` … … 3176 3179 3177 3180 echo $ac_n "checking size of void*""... $ac_c" 1>&6 3178 echo "configure:31 79: checking size of void*" >&53181 echo "configure:3182: checking size of void*" >&5 3179 3182 if eval "test \"`echo '$''{'ac_cv_sizeof_voidp'+set}'`\" = set"; then 3180 3183 echo $ac_n "(cached) $ac_c" 1>&6 … … 3184 3187 else 3185 3188 cat > conftest.$ac_ext <<EOF 3186 #line 31 87"configure"3189 #line 3190 "configure" 3187 3190 #include "confdefs.h" 3188 3191 #include <stdio.h> … … 3195 3198 } 3196 3199 EOF 3197 if { (eval echo configure:3 198: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null3200 if { (eval echo configure:3201: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null 3198 3201 then 3199 3202 ac_cv_sizeof_voidp=`cat conftestval` … … 3215 3218 3216 3219 echo $ac_n "checking size of double""... $ac_c" 1>&6 3217 echo "configure:32 18: checking size of double" >&53220 echo "configure:3221: checking size of double" >&5 3218 3221 if eval "test \"`echo '$''{'ac_cv_sizeof_double'+set}'`\" = set"; then 3219 3222 echo $ac_n "(cached) $ac_c" 1>&6 … … 3223 3226 else 3224 3227 cat > conftest.$ac_ext <<EOF 3225 #line 322 6"configure"3228 #line 3229 "configure" 3226 3229 #include "confdefs.h" 3227 3230 #include <stdio.h> … … 3234 3237 } 3235 3238 EOF 3236 if { (eval echo configure:32 37: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null3239 if { (eval echo configure:3240: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null 3237 3240 then 3238 3241 ac_cv_sizeof_double=`cat conftestval` … … 3254 3257 3255 3258 echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6 3256 echo "configure:32 57: checking whether byte ordering is bigendian" >&53259 echo "configure:3260: checking whether byte ordering is bigendian" >&5 3257 3260 if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then 3258 3261 echo $ac_n "(cached) $ac_c" 1>&6 … … 3261 3264 # See if sys/param.h defines the BYTE_ORDER macro. 3262 3265 cat > conftest.$ac_ext <<EOF 3263 #line 326 4"configure"3266 #line 3267 "configure" 3264 3267 #include "confdefs.h" 3265 3268 #include <sys/types.h> … … 3272 3275 ; return 0; } 3273 3276 EOF 3274 if { (eval echo configure:327 5: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then3277 if { (eval echo configure:3278: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 3275 3278 rm -rf conftest* 3276 3279 # It does; now see whether it defined to BIG_ENDIAN or not. 3277 3280 cat > conftest.$ac_ext <<EOF 3278 #line 32 79"configure"3281 #line 3282 "configure" 3279 3282 #include "confdefs.h" 3280 3283 #include <sys/types.h> … … 3287 3290 ; return 0; } 3288 3291 EOF 3289 if { (eval echo configure:329 0: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then3292 if { (eval echo configure:3293: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 3290 3293 rm -rf conftest* 3291 3294 ac_cv_c_bigendian=yes … … 3307 3310 else 3308 3311 cat > conftest.$ac_ext <<EOF 3309 #line 331 0"configure"3312 #line 3313 "configure" 3310 3313 #include "confdefs.h" 3311 3314 main () { … … 3320 3323 } 3321 3324 EOF 3322 if { (eval echo configure:332 3: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null3325 if { (eval echo configure:3326: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null 3323 3326 then 3324 3327 ac_cv_c_bigendian=no … … 3357 3360 3358 3361 echo $ac_n "checking size of system page""... $ac_c" 1>&6 3359 echo "configure:336 0: checking size of system page" >&53362 echo "configure:3363: checking size of system page" >&5 3360 3363 if eval "test \"`echo '$''{'ac_cv_pagesize'+set}'`\" = set"; then 3361 3364 echo $ac_n "(cached) $ac_c" 1>&6 … … 3365 3368 else 3366 3369 cat > conftest.$ac_ext <<EOF 3367 #line 33 68"configure"3370 #line 3371 "configure" 3368 3371 #include "confdefs.h" 3369 3372 #include <stdio.h> … … 3379 3382 } 3380 3383 EOF 3381 if { (eval echo configure:338 2: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null3384 if { (eval echo configure:3385: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null 3382 3385 then 3383 3386 ac_cv_pagesize=`cat conftestval` … … 3403 3406 3404 3407 echo $ac_n "checking for page aligned valloc""... $ac_c" 1>&6 3405 echo "configure:340 6: checking for page aligned valloc" >&53408 echo "configure:3409: checking for page aligned valloc" >&5 3406 3409 if eval "test \"`echo '$''{'ac_cv_have_page_alignment'+set}'`\" = set"; then 3407 3410 echo $ac_n "(cached) $ac_c" 1>&6 … … 3449 3452 else 3450 3453 cat > conftest.$ac_ext <<EOF 3451 #line 345 2"configure"3454 #line 3455 "configure" 3452 3455 #include "confdefs.h" 3453 3456 … … 3456 3459 3457 3460 EOF 3458 if { (eval echo configure:34 59: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null3461 if { (eval echo configure:3462: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null 3459 3462 then 3460 3463 ac_cv_have_page_alignment="ac_cv_usable_pagesize="`cat conftestval` … … 3473 3476 else 3474 3477 cat > conftest.$ac_ext <<EOF 3475 #line 347 6"configure"3478 #line 3479 "configure" 3476 3479 #include "confdefs.h" 3477 3480 … … 3480 3483 3481 3484 EOF 3482 if { (eval echo configure:348 3: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null3485 if { (eval echo configure:3486: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null 3483 3486 then 3484 3487 ac_cv_have_page_alignment="ac_cv_usable_pagesize="`cat conftestval` … … 3500 3503 else 3501 3504 cat > conftest.$ac_ext <<EOF 3502 #line 350 3"configure"3505 #line 3506 "configure" 3503 3506 #include "confdefs.h" 3504 3507 … … 3509 3512 3510 3513 EOF 3511 if { (eval echo configure:351 2: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null3514 if { (eval echo configure:3515: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null 3512 3515 then 3513 3516 ac_cv_have_page_alignment="ac_cv_have_gmalloc=yes; ac_cv_usable_pagesize="`cat conftestval` … … 3526 3529 else 3527 3530 cat > conftest.$ac_ext <<EOF 3528 #line 35 29"configure"3531 #line 3532 "configure" 3529 3532 #include "confdefs.h" 3530 3533 … … 3535 3538 3536 3539 EOF 3537 if { (eval echo configure:35 38: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null3540 if { (eval echo configure:3541: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null 3538 3541 then 3539 3542 ac_cv_have_page_alignment="ac_cv_have_gmalloc=yes; ac_cv_usable_pagesize="`cat conftestval` … … 3676 3679 if test "$with_readline" != no; then 3677 3680 echo $ac_n "checking for tgetent in -lncurses""... $ac_c" 1>&6 3678 echo "configure:36 79: checking for tgetent in -lncurses" >&53681 echo "configure:3682: checking for tgetent in -lncurses" >&5 3679 3682 ac_lib_var=`echo ncurses'_'tgetent | sed 'y%./+-%__p_%'` 3680 3683 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 3684 3687 LIBS="-lncurses $LIBS" 3685 3688 cat > conftest.$ac_ext <<EOF 3686 #line 36 87"configure"3689 #line 3690 "configure" 3687 3690 #include "confdefs.h" 3688 3691 /* Override any gcc2 internal prototype to avoid an error. */ … … 3695 3698 ; return 0; } 3696 3699 EOF 3697 if { (eval echo configure:3 698: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then3700 if { (eval echo configure:3701: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 3698 3701 rm -rf conftest* 3699 3702 eval "ac_cv_lib_$ac_lib_var=yes" … … 3722 3725 \ 3723 3726 echo $ac_n "checking for tgetent in -lcurses""... $ac_c" 1>&6 3724 echo "configure:372 5: checking for tgetent in -lcurses" >&53727 echo "configure:3728: checking for tgetent in -lcurses" >&5 3725 3728 ac_lib_var=`echo curses'_'tgetent | sed 'y%./+-%__p_%'` 3726 3729 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 3730 3733 LIBS="-lcurses $LIBS" 3731 3734 cat > conftest.$ac_ext <<EOF 3732 #line 373 3"configure"3735 #line 3736 "configure" 3733 3736 #include "confdefs.h" 3734 3737 /* Override any gcc2 internal prototype to avoid an error. */ … … 3741 3744 ; return 0; } 3742 3745 EOF 3743 if { (eval echo configure:374 4: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then3746 if { (eval echo configure:3747: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 3744 3747 rm -rf conftest* 3745 3748 eval "ac_cv_lib_$ac_lib_var=yes" … … 3768 3771 \ 3769 3772 echo $ac_n "checking for tgetent in -ltermcap""... $ac_c" 1>&6 3770 echo "configure:377 1: checking for tgetent in -ltermcap" >&53773 echo "configure:3774: checking for tgetent in -ltermcap" >&5 3771 3774 ac_lib_var=`echo termcap'_'tgetent | sed 'y%./+-%__p_%'` 3772 3775 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 3776 3779 LIBS="-ltermcap $LIBS" 3777 3780 cat > conftest.$ac_ext <<EOF 3778 #line 37 79"configure"3781 #line 3782 "configure" 3779 3782 #include "confdefs.h" 3780 3783 /* Override any gcc2 internal prototype to avoid an error. */ … … 3787 3790 ; return 0; } 3788 3791 EOF 3789 if { (eval echo configure:379 0: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then3792 if { (eval echo configure:3793: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 3790 3793 rm -rf conftest* 3791 3794 eval "ac_cv_lib_$ac_lib_var=yes" … … 3819 3822 3820 3823 echo $ac_n "checking for rl_abort in -lreadline""... $ac_c" 1>&6 3821 echo "configure:382 2: checking for rl_abort in -lreadline" >&53824 echo "configure:3825: checking for rl_abort in -lreadline" >&5 3822 3825 ac_lib_var=`echo readline'_'rl_abort | sed 'y%./+-%__p_%'` 3823 3826 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 3827 3830 LIBS="-lreadline $LIBS" 3828 3831 cat > conftest.$ac_ext <<EOF 3829 #line 383 0"configure"3832 #line 3833 "configure" 3830 3833 #include "confdefs.h" 3831 3834 /* Override any gcc2 internal prototype to avoid an error. */ … … 3838 3841 ; return 0; } 3839 3842 EOF 3840 if { (eval echo configure:384 1: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then3843 if { (eval echo configure:3844: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 3841 3844 rm -rf conftest* 3842 3845 eval "ac_cv_lib_$ac_lib_var=yes" … … 3869 3872 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 3870 3873 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 3871 echo "configure:387 2: checking for $ac_hdr" >&53874 echo "configure:3875: checking for $ac_hdr" >&5 3872 3875 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 3873 3876 echo $ac_n "(cached) $ac_c" 1>&6 3874 3877 else 3875 3878 cat > conftest.$ac_ext <<EOF 3876 #line 38 77"configure"3879 #line 3880 "configure" 3877 3880 #include "confdefs.h" 3878 3881 #include <$ac_hdr> 3879 3882 EOF 3880 3883 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3881 { (eval echo configure:388 2: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }3884 { (eval echo configure:3885: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3882 3885 ac_err=`grep -v '^ *+' conftest.out` 3883 3886 if test -z "$ac_err"; then … … 3908 3911 test "$ac_cv_header_readline_readline_h" = yes; then 3909 3912 echo $ac_n "checking whether readline.h is ok""... $ac_c" 1>&6 3910 echo "configure:391 1: checking whether readline.h is ok" >&53913 echo "configure:3914: checking whether readline.h is ok" >&5 3911 3914 if eval "test \"`echo '$''{'ac_cv_header_readline_readline_h_ok'+set}'`\" = set"; then 3912 3915 echo $ac_n "(cached) $ac_c" 1>&6 3913 3916 else 3914 3917 cat > conftest.$ac_ext <<EOF 3915 #line 391 6"configure"3918 #line 3919 "configure" 3916 3919 #include "confdefs.h" 3917 3920 #include<unistd.h> … … 3938 3941 ; return 0; } 3939 3942 EOF 3940 if { (eval echo configure:394 1: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then3943 if { (eval echo configure:3944: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 3941 3944 rm -rf conftest* 3942 3945 ac_cv_header_readline_readline_h_ok="yes" … … 3954 3957 #not ok -- try once more with explicitly declaring everything 3955 3958 echo $ac_n "checking whether or not we nevertheless can use readline""... $ac_c" 1>&6 3956 echo "configure:39 57: checking whether or not we nevertheless can use readline" >&53959 echo "configure:3960: checking whether or not we nevertheless can use readline" >&5 3957 3960 if eval "test \"`echo '$''{'ac_cv_have_readline'+set}'`\" = set"; then 3958 3961 echo $ac_n "(cached) $ac_c" 1>&6 3959 3962 else 3960 3963 cat > conftest.$ac_ext <<EOF 3961 #line 396 2"configure"3964 #line 3965 "configure" 3962 3965 #include "confdefs.h" 3963 3966 #include <stdio.h> … … 3989 3992 ; return 0; } 3990 3993 EOF 3991 if { (eval echo configure:399 2: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then3994 if { (eval echo configure:3995: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 3992 3995 rm -rf conftest* 3993 3996 ac_cv_have_readline="yes" … … 4035 4038 if test "$with_dl" = yes; then 4036 4039 echo $ac_n "checking for dl_init in -ldl""... $ac_c" 1>&6 4037 echo "configure:40 38: checking for dl_init in -ldl" >&54040 echo "configure:4041: checking for dl_init in -ldl" >&5 4038 4041 ac_lib_var=`echo dl'_'dl_init | sed 'y%./+-%__p_%'` 4039 4042 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4043 4046 LIBS="-ldl $LIBS" 4044 4047 cat > conftest.$ac_ext <<EOF 4045 #line 404 6"configure"4048 #line 4049 "configure" 4046 4049 #include "confdefs.h" 4047 4050 /* Override any gcc2 internal prototype to avoid an error. */ … … 4054 4057 ; return 0; } 4055 4058 EOF 4056 if { (eval echo configure:40 57: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then4059 if { (eval echo configure:4060: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 4057 4060 rm -rf conftest* 4058 4061 eval "ac_cv_lib_$ac_lib_var=yes" … … 4081 4084 # gmp, smallgmp, MP, MPT, factory, libfac 4082 4085 echo $ac_n "checking for mpq_init in -lgmp""... $ac_c" 1>&6 4083 echo "configure:408 4: checking for mpq_init in -lgmp" >&54086 echo "configure:4087: checking for mpq_init in -lgmp" >&5 4084 4087 ac_lib_var=`echo gmp'_'mpq_init | sed 'y%./+-%__p_%'` 4085 4088 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4089 4092 LIBS="-lgmp $LIBS" 4090 4093 cat > conftest.$ac_ext <<EOF 4091 #line 409 2"configure"4094 #line 4095 "configure" 4092 4095 #include "confdefs.h" 4093 4096 /* Override any gcc2 internal prototype to avoid an error. */ … … 4100 4103 ; return 0; } 4101 4104 EOF 4102 if { (eval echo configure:410 3: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then4105 if { (eval echo configure:4106: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 4103 4106 rm -rf conftest* 4104 4107 eval "ac_cv_lib_$ac_lib_var=yes" … … 4131 4134 fi 4132 4135 echo $ac_n "checking for mpz_init in -lsmallgmp""... $ac_c" 1>&6 4133 echo "configure:413 4: checking for mpz_init in -lsmallgmp" >&54136 echo "configure:4137: checking for mpz_init in -lsmallgmp" >&5 4134 4137 ac_lib_var=`echo smallgmp'_'mpz_init | sed 'y%./+-%__p_%'` 4135 4138 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4139 4142 LIBS="-lsmallgmp $LIBS" 4140 4143 cat > conftest.$ac_ext <<EOF 4141 #line 414 2"configure"4144 #line 4145 "configure" 4142 4145 #include "confdefs.h" 4143 4146 /* Override any gcc2 internal prototype to avoid an error. */ … … 4150 4153 ; return 0; } 4151 4154 EOF 4152 if { (eval echo configure:415 3: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then4155 if { (eval echo configure:4156: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 4153 4156 rm -rf conftest* 4154 4157 eval "ac_cv_lib_$ac_lib_var=yes" … … 4178 4181 4179 4182 echo $ac_n "checking for IMP_PutGmpInt in -lMP""... $ac_c" 1>&6 4180 echo "configure:418 1: checking for IMP_PutGmpInt in -lMP" >&54183 echo "configure:4184: checking for IMP_PutGmpInt in -lMP" >&5 4181 4184 ac_lib_var=`echo MP'_'IMP_PutGmpInt | sed 'y%./+-%__p_%'` 4182 4185 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4186 4189 LIBS="-lMP $LIBS" 4187 4190 cat > conftest.$ac_ext <<EOF 4188 #line 41 89"configure"4191 #line 4192 "configure" 4189 4192 #include "confdefs.h" 4190 4193 /* Override any gcc2 internal prototype to avoid an error. */ … … 4197 4200 ; return 0; } 4198 4201 EOF 4199 if { (eval echo configure:420 0: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then4202 if { (eval echo configure:4203: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 4200 4203 rm -rf conftest* 4201 4204 eval "ac_cv_lib_$ac_lib_var=yes" … … 4225 4228 4226 4229 echo $ac_n "checking for MPT_GetTree in -lMPT""... $ac_c" 1>&6 4227 echo "configure:42 28: checking for MPT_GetTree in -lMPT" >&54230 echo "configure:4231: checking for MPT_GetTree in -lMPT" >&5 4228 4231 ac_lib_var=`echo MPT'_'MPT_GetTree | sed 'y%./+-%__p_%'` 4229 4232 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4233 4236 LIBS="-lMPT $LIBS" 4234 4237 cat > conftest.$ac_ext <<EOF 4235 #line 423 6"configure"4238 #line 4239 "configure" 4236 4239 #include "confdefs.h" 4237 4240 /* Override any gcc2 internal prototype to avoid an error. */ … … 4244 4247 ; return 0; } 4245 4248 EOF 4246 if { (eval echo configure:42 47: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then4249 if { (eval echo configure:4250: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 4247 4250 rm -rf conftest* 4248 4251 eval "ac_cv_lib_$ac_lib_var=yes" … … 4272 4275 4273 4276 echo $ac_n "checking for atof in -lsingcf""... $ac_c" 1>&6 4274 echo "configure:427 5: checking for atof in -lsingcf" >&54277 echo "configure:4278: checking for atof in -lsingcf" >&5 4275 4278 ac_lib_var=`echo singcf'_'atof | sed 'y%./+-%__p_%'` 4276 4279 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4280 4283 LIBS="-lsingcf $LIBS" 4281 4284 cat > conftest.$ac_ext <<EOF 4282 #line 428 3"configure"4285 #line 4286 "configure" 4283 4286 #include "confdefs.h" 4284 4287 /* Override any gcc2 internal prototype to avoid an error. */ … … 4291 4294 ; return 0; } 4292 4295 EOF 4293 if { (eval echo configure:429 4: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then4296 if { (eval echo configure:4297: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 4294 4297 rm -rf conftest* 4295 4298 eval "ac_cv_lib_$ac_lib_var=yes" … … 4319 4322 4320 4323 echo $ac_n "checking for atof in -lsingfac""... $ac_c" 1>&6 4321 echo "configure:432 2: checking for atof in -lsingfac" >&54324 echo "configure:4325: checking for atof in -lsingfac" >&5 4322 4325 ac_lib_var=`echo singfac'_'atof | sed 'y%./+-%__p_%'` 4323 4326 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4327 4330 LIBS="-lsingfac $LIBS" 4328 4331 cat > conftest.$ac_ext <<EOF 4329 #line 433 0"configure"4332 #line 4333 "configure" 4330 4333 #include "confdefs.h" 4331 4334 /* Override any gcc2 internal prototype to avoid an error. */ … … 4338 4341 ; return 0; } 4339 4342 EOF 4340 if { (eval echo configure:434 1: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then4343 if { (eval echo configure:4344: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 4341 4344 rm -rf conftest* 4342 4345 eval "ac_cv_lib_$ac_lib_var=yes" … … 4370 4373 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 4371 4374 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 4372 echo "configure:437 3: checking for $ac_hdr" >&54375 echo "configure:4376: checking for $ac_hdr" >&5 4373 4376 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 4374 4377 echo $ac_n "(cached) $ac_c" 1>&6 4375 4378 else 4376 4379 cat > conftest.$ac_ext <<EOF 4377 #line 43 78"configure"4380 #line 4381 "configure" 4378 4381 #include "confdefs.h" 4379 4382 #include <$ac_hdr> 4380 4383 EOF 4381 4384 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4382 { (eval echo configure:438 3: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }4385 { (eval echo configure:4386: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4383 4386 ac_err=`grep -v '^ *+' conftest.out` 4384 4387 if test -z "$ac_err"; then … … 4437 4440 # evaluate results 4438 4441 echo $ac_n "checking which apint package to use""... $ac_c" 1>&6 4439 echo "configure:444 0: checking which apint package to use" >&54442 echo "configure:4443: checking which apint package to use" >&5 4440 4443 if test "${with_apint}" != gmp && test "${with_apint}" != smallgmp; then 4441 4444 if test "$ac_gmp_ok" = yes || test "$enable_gmp" = yes; then … … 4478 4481 4479 4482 echo $ac_n "checking whether to have MP""... $ac_c" 1>&6 4480 echo "configure:448 1: checking whether to have MP" >&54483 echo "configure:4484: checking whether to have MP" >&5 4481 4484 if test "${with_MP}" != yes && test "${with_MP}" != no; then 4482 4485 if (test "${will_have_gmp}" = yes) && \ … … 4509 4512 4510 4513 echo $ac_n "checking whether to have factory""... $ac_c" 1>&6 4511 echo "configure:451 2: checking whether to have factory" >&54514 echo "configure:4515: checking whether to have factory" >&5 4512 4515 if test "${with_factory}" != yes && test "${with_factory}" != no; then 4513 4516 if test "$ac_factory_ok" = yes || test "$enable_factory" = yes; then … … 4540 4543 4541 4544 echo $ac_n "checking whether to have libfac""... $ac_c" 1>&6 4542 echo "configure:454 3: checking whether to have libfac" >&54545 echo "configure:4546: checking whether to have libfac" >&5 4543 4546 if test "${with_libfac}" != yes && test "${with_libfac}" != no; then 4544 4547 if (test "${will_have_factory}" = yes) && \ … … 4572 4575 4573 4576 echo $ac_n "checking whether to have dbm links""... $ac_c" 1>&6 4574 echo "configure:457 5: checking whether to have dbm links" >&54577 echo "configure:4578: checking whether to have dbm links" >&5 4575 4578 if test "$with_dbm" != no; then 4576 4579 cat >> confdefs.h <<\EOF … … 4584 4587 4585 4588 echo $ac_n "checking whether to have namespaces""... $ac_c" 1>&6 4586 echo "configure:45 87: checking whether to have namespaces" >&54589 echo "configure:4590: checking whether to have namespaces" >&5 4587 4590 if test "$with_namespaces" != yes; then 4588 4591 echo "$ac_t""no" 1>&6 … … 4596 4599 4597 4600 echo $ac_n "checking whether to have dynamic loading""... $ac_c" 1>&6 4598 echo "configure:4 599: checking whether to have dynamic loading" >&54601 echo "configure:4602: checking whether to have dynamic loading" >&5 4599 4602 if test "$with_dl" != yes; then 4600 4603 echo "$ac_t""no" 1>&6 … … 4609 4612 HPUX-9) 4610 4613 echo $ac_n "checking for shl_load in -ldld""... $ac_c" 1>&6 4611 echo "configure:461 2: checking for shl_load in -ldld" >&54614 echo "configure:4615: checking for shl_load in -ldld" >&5 4612 4615 ac_lib_var=`echo dld'_'shl_load | sed 'y%./+-%__p_%'` 4613 4616 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4617 4620 LIBS="-ldld $LIBS" 4618 4621 cat > conftest.$ac_ext <<EOF 4619 #line 462 0"configure"4622 #line 4623 "configure" 4620 4623 #include "confdefs.h" 4621 4624 /* Override any gcc2 internal prototype to avoid an error. */ … … 4628 4631 ; return 0; } 4629 4632 EOF 4630 if { (eval echo configure:463 1: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then4633 if { (eval echo configure:4634: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 4631 4634 rm -rf conftest* 4632 4635 eval "ac_cv_lib_$ac_lib_var=yes" … … 4660 4663 HPUX-10) 4661 4664 echo $ac_n "checking for shl_load in -ldld""... $ac_c" 1>&6 4662 echo "configure:466 3: checking for shl_load in -ldld" >&54665 echo "configure:4666: checking for shl_load in -ldld" >&5 4663 4666 ac_lib_var=`echo dld'_'shl_load | sed 'y%./+-%__p_%'` 4664 4667 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4668 4671 LIBS="-ldld $LIBS" 4669 4672 cat > conftest.$ac_ext <<EOF 4670 #line 467 1"configure"4673 #line 4674 "configure" 4671 4674 #include "confdefs.h" 4672 4675 /* Override any gcc2 internal prototype to avoid an error. */ … … 4679 4682 ; return 0; } 4680 4683 EOF 4681 if { (eval echo configure:468 2: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then4684 if { (eval echo configure:4685: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 4682 4685 rm -rf conftest* 4683 4686 eval "ac_cv_lib_$ac_lib_var=yes" … … 4718 4721 4719 4722 echo $ac_n "checking which exponent type to use""... $ac_c" 1>&6 4720 echo "configure:472 1: checking which exponent type to use" >&54723 echo "configure:4724: checking which exponent type to use" >&5 4721 4724 if test "$with_exp_type" = "char"; then 4722 4725 echo "$ac_t""char" 1>&6 … … 4884 4887 s%@mandir@%$mandir%g 4885 4888 s%@SINGUNAME@%$SINGUNAME%g 4889 s%@SING_UNAME@%$SING_UNAME%g 4886 4890 s%@SINGULAR_VERSION@%$SINGULAR_VERSION%g 4887 4891 s%@CC@%$CC%g -
Singular/configure.in
r5f89eb r907274 29 29 SINGUNAME=$ac_cv_singuname 30 30 AC_SUBST(SINGUNAME) 31 32 SING_UNAME=`echo $SINGUNAME | tr '-' '_' ` 33 AC_SUBST(SING_UNAME) 31 34 32 35 # stupid Win programs do not like dots in their pathnames
Note: See TracChangeset
for help on using the changeset viewer.