Changeset b640fd in git for configure


Ignore:
Timestamp:
May 23, 2005, 2:29:03 PM (19 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
4b0f9f32303c749011749d14d979bfa2fddd8773
Parents:
2bd8f38238e919da45325595342148bf27d5ec98
Message:
*hannes: modules


git-svn-id: file:///usr/local/Singular/svn/trunk@8280 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r2bd8f3 rb640fd  
    625625   OUTPUT_MAKEFILES="$OUTPUT_MAKEFILES doc/Makefile doc/version.texi doc/uname.texi"
    626626fi
    627 if test -d "modules"; then
    628    CONFIG_SUBDIRS=$CONFIG_SUBDIRS" modules"
    629 fi
    630627if test -d "emacs"; then
    631628   OUTPUT_MAKEFILES=$OUTPUT_MAKEFILES" emacs/Makefile"
     
    643640
    644641echo $ac_n "checking uname for singular""... $ac_c" 1>&6
    645 echo "configure:646: checking uname for singular" >&5
     642echo "configure:643: checking uname for singular" >&5
    646643if eval "test \"`echo '$''{'ac_cv_singuname'+set}'`\" = set"; then
    647644  echo $ac_n "(cached) $ac_c" 1>&6
     
    671668set dummy gcc; ac_word=$2
    672669echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    673 echo "configure:674: checking for $ac_word" >&5
     670echo "configure:671: checking for $ac_word" >&5
    674671if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    675672  echo $ac_n "(cached) $ac_c" 1>&6
     
    701698set dummy cc; ac_word=$2
    702699echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    703 echo "configure:704: checking for $ac_word" >&5
     700echo "configure:701: checking for $ac_word" >&5
    704701if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    705702  echo $ac_n "(cached) $ac_c" 1>&6
     
    752749set dummy cl; ac_word=$2
    753750echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    754 echo "configure:755: checking for $ac_word" >&5
     751echo "configure:752: checking for $ac_word" >&5
    755752if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    756753  echo $ac_n "(cached) $ac_c" 1>&6
     
    784781
    785782echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    786 echo "configure:787: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
     783echo "configure:784: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
    787784
    788785ac_ext=c
     
    795792cat > conftest.$ac_ext << EOF
    796793
    797 #line 798 "configure"
     794#line 795 "configure"
    798795#include "confdefs.h"
    799796
    800797main(){return(0);}
    801798EOF
    802 if { (eval echo configure:803: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     799if { (eval echo configure:800: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    803800  ac_cv_prog_cc_works=yes
    804801  # If we can't run a trivial program, we are probably using a cross compiler.
     
    826823fi
    827824echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    828 echo "configure:829: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
     825echo "configure:826: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
    829826echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
    830827cross_compiling=$ac_cv_prog_cc_cross
    831828
    832829echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
    833 echo "configure:834: checking whether we are using GNU C" >&5
     830echo "configure:831: checking whether we are using GNU C" >&5
    834831if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    835832  echo $ac_n "(cached) $ac_c" 1>&6
     
    840837#endif
    841838EOF
    842 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:843: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     839if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:840: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    843840  ac_cv_prog_gcc=yes
    844841else
     
    859856CFLAGS=
    860857echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
    861 echo "configure:862: checking whether ${CC-cc} accepts -g" >&5
     858echo "configure:859: checking whether ${CC-cc} accepts -g" >&5
    862859if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    863860  echo $ac_n "(cached) $ac_c" 1>&6
     
    891888
    892889echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
    893 echo "configure:894: checking how to run the C preprocessor" >&5
     890echo "configure:891: checking how to run the C preprocessor" >&5
    894891# On Suns, sometimes $CPP names a directory.
    895892if test -n "$CPP" && test -d "$CPP"; then
     
    906903  # not just through cpp.
    907904  cat > conftest.$ac_ext <<EOF
    908 #line 909 "configure"
     905#line 906 "configure"
    909906#include "confdefs.h"
    910907#include <assert.h>
     
    912909EOF
    913910ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    914 { (eval echo configure:915: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     911{ (eval echo configure:912: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    915912ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    916913if test -z "$ac_err"; then
     
    923920  CPP="${CC-cc} -E -traditional-cpp"
    924921  cat > conftest.$ac_ext <<EOF
    925 #line 926 "configure"
     922#line 923 "configure"
    926923#include "confdefs.h"
    927924#include <assert.h>
     
    929926EOF
    930927ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    931 { (eval echo configure:932: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     928{ (eval echo configure:929: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    932929ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    933930if test -z "$ac_err"; then
     
    940937  CPP="${CC-cc} -nologo -E"
    941938  cat > conftest.$ac_ext <<EOF
    942 #line 943 "configure"
     939#line 940 "configure"
    943940#include "confdefs.h"
    944941#include <assert.h>
     
    946943EOF
    947944ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    948 { (eval echo configure:949: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     945{ (eval echo configure:946: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    949946ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    950947if test -z "$ac_err"; then
     
    1001998# ./install, which can be erroneously created by make from ./install.sh.
    1002999echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
    1003 echo "configure:1004: checking for a BSD compatible install" >&5
     1000echo "configure:1001: checking for a BSD compatible install" >&5
    10041001if test -z "$INSTALL"; then
    10051002if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
     
    10541051
    10551052echo $ac_n "checking for AIX""... $ac_c" 1>&6
    1056 echo "configure:1057: checking for AIX" >&5
     1053echo "configure:1054: checking for AIX" >&5
    10571054cat > conftest.$ac_ext <<EOF
    1058 #line 1059 "configure"
     1055#line 1056 "configure"
    10591056#include "confdefs.h"
    10601057#ifdef _AIX
     
    10821079set dummy $ac_prog; ac_word=$2
    10831080echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1084 echo "configure:1085: checking for $ac_word" >&5
     1081echo "configure:1082: checking for $ac_word" >&5
    10851082if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
    10861083  echo $ac_n "(cached) $ac_c" 1>&6
     
    11141111
    11151112echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    1116 echo "configure:1117: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
     1113echo "configure:1114: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
    11171114
    11181115ac_ext=C
     
    11251122cat > conftest.$ac_ext << EOF
    11261123
    1127 #line 1128 "configure"
     1124#line 1125 "configure"
    11281125#include "confdefs.h"
    11291126
    11301127int main(){return(0);}
    11311128EOF
    1132 if { (eval echo configure:1133: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1129if { (eval echo configure:1130: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    11331130  ac_cv_prog_cxx_works=yes
    11341131  # If we can't run a trivial program, we are probably using a cross compiler.
     
    11561153fi
    11571154echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    1158 echo "configure:1159: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
     1155echo "configure:1156: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
    11591156echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
    11601157cross_compiling=$ac_cv_prog_cxx_cross
    11611158
    11621159echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
    1163 echo "configure:1164: checking whether we are using GNU C++" >&5
     1160echo "configure:1161: checking whether we are using GNU C++" >&5
    11641161if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
    11651162  echo $ac_n "(cached) $ac_c" 1>&6
     
    11701167#endif
    11711168EOF
    1172 if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1173: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     1169if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1170: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    11731170  ac_cv_prog_gxx=yes
    11741171else
     
    11891186CXXFLAGS=
    11901187echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
    1191 echo "configure:1192: checking whether ${CXX-g++} accepts -g" >&5
     1188echo "configure:1189: checking whether ${CXX-g++} accepts -g" >&5
    11921189if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
    11931190  echo $ac_n "(cached) $ac_c" 1>&6
     
    12261223# check whether the compiler accepts -pipe
    12271224echo $ac_n "checking whether compiler accepts -pipe""... $ac_c" 1>&6
    1228 echo "configure:1229: checking whether compiler accepts -pipe" >&5
     1225echo "configure:1226: checking whether compiler accepts -pipe" >&5
    12291226temp_cflags=${CFLAGS}
    12301227CFLAGS="${CFLAGS} -pipe"
     
    12331230else
    12341231  cat > conftest.$ac_ext <<EOF
    1235 #line 1236 "configure"
     1232#line 1233 "configure"
    12361233#include "confdefs.h"
    12371234
     
    12401237; return 0; }
    12411238EOF
    1242 if { (eval echo configure:1243: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1239if { (eval echo configure:1240: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    12431240  rm -rf conftest*
    12441241  ac_cv_cxx_have_pipe=yes
     
    12671264set dummy $ac_prog; ac_word=$2
    12681265echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1269 echo "configure:1270: checking for $ac_word" >&5
     1266echo "configure:1267: checking for $ac_word" >&5
    12701267if eval "test \"`echo '$''{'ac_cv_prog_PERL'+set}'`\" = set"; then
    12711268  echo $ac_n "(cached) $ac_c" 1>&6
     
    13011298set dummy $ac_prog; ac_word=$2
    13021299echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1303 echo "configure:1304: checking for $ac_word" >&5
     1300echo "configure:1301: checking for $ac_word" >&5
    13041301if eval "test \"`echo '$''{'ac_cv_prog_UUDECODE'+set}'`\" = set"; then
    13051302  echo $ac_n "(cached) $ac_c" 1>&6
     
    13351332set dummy $ac_prog; ac_word=$2
    13361333echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1337 echo "configure:1338: checking for $ac_word" >&5
     1334echo "configure:1335: checking for $ac_word" >&5
    13381335if eval "test \"`echo '$''{'ac_cv_prog_GUNZIP'+set}'`\" = set"; then
    13391336  echo $ac_n "(cached) $ac_c" 1>&6
     
    13711368set dummy $ac_prog; ac_word=$2
    13721369echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1373 echo "configure:1374: checking for $ac_word" >&5
     1370echo "configure:1371: checking for $ac_word" >&5
    13741371if eval "test \"`echo '$''{'ac_cv_prog_MYGZIP'+set}'`\" = set"; then
    13751372  echo $ac_n "(cached) $ac_c" 1>&6
     
    14041401set dummy latex2html; ac_word=$2
    14051402echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1406 echo "configure:1407: checking for $ac_word" >&5
     1403echo "configure:1404: checking for $ac_word" >&5
    14071404if eval "test \"`echo '$''{'ac_cv_prog_LATEX2HTML'+set}'`\" = set"; then
    14081405  echo $ac_n "(cached) $ac_c" 1>&6
     
    14311428
    14321429echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
    1433 echo "configure:1434: checking whether ln -s works" >&5
     1430echo "configure:1431: checking whether ln -s works" >&5
    14341431if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
    14351432  echo $ac_n "(cached) $ac_c" 1>&6
     
    15011498# check for AIX
    15021499echo $ac_n "checking whether _AIX is defined""... $ac_c" 1>&6
    1503 echo "configure:1504: checking whether _AIX is defined" >&5
     1500echo "configure:1501: checking whether _AIX is defined" >&5
    15041501if eval "test \"`echo '$''{'ac_cv_is_aix'+set}'`\" = set"; then
    15051502  echo $ac_n "(cached) $ac_c" 1>&6
    15061503else
    15071504  cat > conftest.$ac_ext <<EOF
    1508 #line 1509 "configure"
     1505#line 1506 "configure"
    15091506#include "confdefs.h"
    15101507#ifdef _AIX
     
    15321529
    15331530echo $ac_n "checking for atof in -lm""... $ac_c" 1>&6
    1534 echo "configure:1535: checking for atof in -lm" >&5
     1531echo "configure:1532: checking for atof in -lm" >&5
    15351532ac_lib_var=`echo m'_'atof | sed 'y%./+-%__p_%'`
    15361533if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    15401537LIBS="-lm  $LIBS"
    15411538cat > conftest.$ac_ext <<EOF
    1542 #line 1543 "configure"
     1539#line 1540 "configure"
    15431540#include "confdefs.h"
    15441541/* Override any gcc2 internal prototype to avoid an error.  */
     
    15511548; return 0; }
    15521549EOF
    1553 if { (eval echo configure:1554: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1550if { (eval echo configure:1551: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    15541551  rm -rf conftest*
    15551552  eval "ac_cv_lib_$ac_lib_var=yes"
     
    15791576
    15801577echo $ac_n "checking for socket in -lbsd""... $ac_c" 1>&6
    1581 echo "configure:1582: checking for socket in -lbsd" >&5
     1578echo "configure:1579: checking for socket in -lbsd" >&5
    15821579ac_lib_var=`echo bsd'_'socket | sed 'y%./+-%__p_%'`
    15831580if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    15871584LIBS="-lbsd  $LIBS"
    15881585cat > conftest.$ac_ext <<EOF
    1589 #line 1590 "configure"
     1586#line 1587 "configure"
    15901587#include "confdefs.h"
    15911588/* Override any gcc2 internal prototype to avoid an error.  */
     
    15981595; return 0; }
    15991596EOF
    1600 if { (eval echo configure:1601: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1597if { (eval echo configure:1598: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    16011598  rm -rf conftest*
    16021599  eval "ac_cv_lib_$ac_lib_var=yes"
     
    16261623
    16271624echo $ac_n "checking for listen in -lsocket""... $ac_c" 1>&6
    1628 echo "configure:1629: checking for listen in -lsocket" >&5
     1625echo "configure:1626: checking for listen in -lsocket" >&5
    16291626ac_lib_var=`echo socket'_'listen | sed 'y%./+-%__p_%'`
    16301627if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    16341631LIBS="-lsocket  $LIBS"
    16351632cat > conftest.$ac_ext <<EOF
    1636 #line 1637 "configure"
     1633#line 1634 "configure"
    16371634#include "confdefs.h"
    16381635/* Override any gcc2 internal prototype to avoid an error.  */
     
    16451642; return 0; }
    16461643EOF
    1647 if { (eval echo configure:1648: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1644if { (eval echo configure:1645: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    16481645  rm -rf conftest*
    16491646  eval "ac_cv_lib_$ac_lib_var=yes"
     
    16731670
    16741671echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
    1675 echo "configure:1676: checking for gethostbyname in -lnsl" >&5
     1672echo "configure:1673: checking for gethostbyname in -lnsl" >&5
    16761673ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
    16771674if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    16811678LIBS="-lnsl  $LIBS"
    16821679cat > conftest.$ac_ext <<EOF
    1683 #line 1684 "configure"
     1680#line 1681 "configure"
    16841681#include "confdefs.h"
    16851682/* Override any gcc2 internal prototype to avoid an error.  */
     
    16921689; return 0; }
    16931690EOF
    1694 if { (eval echo configure:1695: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1691if { (eval echo configure:1692: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    16951692  rm -rf conftest*
    16961693  eval "ac_cv_lib_$ac_lib_var=yes"
     
    17201717
    17211718echo $ac_n "checking for main in -lgmp""... $ac_c" 1>&6
    1722 echo "configure:1723: checking for main in -lgmp" >&5
     1719echo "configure:1720: checking for main in -lgmp" >&5
    17231720ac_lib_var=`echo gmp'_'main | sed 'y%./+-%__p_%'`
    17241721if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    17281725LIBS="-lgmp  $LIBS"
    17291726cat > conftest.$ac_ext <<EOF
    1730 #line 1731 "configure"
     1727#line 1728 "configure"
    17311728#include "confdefs.h"
    17321729
     
    17351732; return 0; }
    17361733EOF
    1737 if { (eval echo configure:1738: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1734if { (eval echo configure:1735: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    17381735  rm -rf conftest*
    17391736  eval "ac_cv_lib_$ac_lib_var=yes"
     
    17631760
    17641761echo $ac_n "checking for mpz_init in -lsmallgmp""... $ac_c" 1>&6
    1765 echo "configure:1766: checking for mpz_init in -lsmallgmp" >&5
     1762echo "configure:1763: checking for mpz_init in -lsmallgmp" >&5
    17661763ac_lib_var=`echo smallgmp'_'mpz_init | sed 'y%./+-%__p_%'`
    17671764if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    17711768LIBS="-lsmallgmp  $LIBS"
    17721769cat > conftest.$ac_ext <<EOF
    1773 #line 1774 "configure"
     1770#line 1771 "configure"
    17741771#include "confdefs.h"
    17751772/* Override any gcc2 internal prototype to avoid an error.  */
     
    17821779; return 0; }
    17831780EOF
    1784 if { (eval echo configure:1785: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1781if { (eval echo configure:1782: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    17851782  rm -rf conftest*
    17861783  eval "ac_cv_lib_$ac_lib_var=yes"
     
    18101807
    18111808echo $ac_n "checking for IMP_PutGmpInt in -lMP""... $ac_c" 1>&6
    1812 echo "configure:1813: checking for IMP_PutGmpInt in -lMP" >&5
     1809echo "configure:1810: checking for IMP_PutGmpInt in -lMP" >&5
    18131810ac_lib_var=`echo MP'_'IMP_PutGmpInt | sed 'y%./+-%__p_%'`
    18141811if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    18181815LIBS="-lMP  $LIBS"
    18191816cat > conftest.$ac_ext <<EOF
    1820 #line 1821 "configure"
     1817#line 1818 "configure"
    18211818#include "confdefs.h"
    18221819/* Override any gcc2 internal prototype to avoid an error.  */
     
    18291826; return 0; }
    18301827EOF
    1831 if { (eval echo configure:1832: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1828if { (eval echo configure:1829: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    18321829  rm -rf conftest*
    18331830  eval "ac_cv_lib_$ac_lib_var=yes"
     
    18571854
    18581855echo $ac_n "checking for MPT_GetTree in -lMPT""... $ac_c" 1>&6
    1859 echo "configure:1860: checking for MPT_GetTree in -lMPT" >&5
     1856echo "configure:1857: checking for MPT_GetTree in -lMPT" >&5
    18601857ac_lib_var=`echo MPT'_'MPT_GetTree | sed 'y%./+-%__p_%'`
    18611858if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    18651862LIBS="-lMPT  $LIBS"
    18661863cat > conftest.$ac_ext <<EOF
    1867 #line 1868 "configure"
     1864#line 1865 "configure"
    18681865#include "confdefs.h"
    18691866/* Override any gcc2 internal prototype to avoid an error.  */
     
    18761873; return 0; }
    18771874EOF
    1878 if { (eval echo configure:1879: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1875if { (eval echo configure:1876: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    18791876  rm -rf conftest*
    18801877  eval "ac_cv_lib_$ac_lib_var=yes"
     
    19041901
    19051902echo $ac_n "checking for atof in -lsingcf""... $ac_c" 1>&6
    1906 echo "configure:1907: checking for atof in -lsingcf" >&5
     1903echo "configure:1904: checking for atof in -lsingcf" >&5
    19071904ac_lib_var=`echo singcf'_'atof | sed 'y%./+-%__p_%'`
    19081905if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    19121909LIBS="-lsingcf  $LIBS"
    19131910cat > conftest.$ac_ext <<EOF
    1914 #line 1915 "configure"
     1911#line 1912 "configure"
    19151912#include "confdefs.h"
    19161913/* Override any gcc2 internal prototype to avoid an error.  */
     
    19231920; return 0; }
    19241921EOF
    1925 if { (eval echo configure:1926: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1922if { (eval echo configure:1923: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    19261923  rm -rf conftest*
    19271924  eval "ac_cv_lib_$ac_lib_var=yes"
     
    19511948
    19521949echo $ac_n "checking for atof in -lsingfac""... $ac_c" 1>&6
    1953 echo "configure:1954: checking for atof in -lsingfac" >&5
     1950echo "configure:1951: checking for atof in -lsingfac" >&5
    19541951ac_lib_var=`echo singfac'_'atof | sed 'y%./+-%__p_%'`
    19551952if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    19591956LIBS="-lsingfac  $LIBS"
    19601957cat > conftest.$ac_ext <<EOF
    1961 #line 1962 "configure"
     1958#line 1959 "configure"
    19621959#include "confdefs.h"
    19631960/* Override any gcc2 internal prototype to avoid an error.  */
     
    19701967; return 0; }
    19711968EOF
    1972 if { (eval echo configure:1973: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1969if { (eval echo configure:1970: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    19731970  rm -rf conftest*
    19741971  eval "ac_cv_lib_$ac_lib_var=yes"
     
    19981995
    19991996echo $ac_n "checking for omTestAddr in -lomalloc""... $ac_c" 1>&6
    2000 echo "configure:2001: checking for omTestAddr in -lomalloc" >&5
     1997echo "configure:1998: checking for omTestAddr in -lomalloc" >&5
    20011998ac_lib_var=`echo omalloc'_'omTestAddr | sed 'y%./+-%__p_%'`
    20021999if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    20062003LIBS="-lomalloc  $LIBS"
    20072004cat > conftest.$ac_ext <<EOF
    2008 #line 2009 "configure"
     2005#line 2006 "configure"
    20092006#include "confdefs.h"
    20102007/* Override any gcc2 internal prototype to avoid an error.  */
     
    20172014; return 0; }
    20182015EOF
    2019 if { (eval echo configure:2020: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2016if { (eval echo configure:2017: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    20202017  rm -rf conftest*
    20212018  eval "ac_cv_lib_$ac_lib_var=yes"
     
    20452042
    20462043echo $ac_n "checking for main in -lomalloc_ndebug""... $ac_c" 1>&6
    2047 echo "configure:2048: checking for main in -lomalloc_ndebug" >&5
     2044echo "configure:2045: checking for main in -lomalloc_ndebug" >&5
    20482045ac_lib_var=`echo omalloc_ndebug'_'main | sed 'y%./+-%__p_%'`
    20492046if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    20532050LIBS="-lomalloc_ndebug  $LIBS"
    20542051cat > conftest.$ac_ext <<EOF
    2055 #line 2056 "configure"
     2052#line 2053 "configure"
    20562053#include "confdefs.h"
    20572054
     
    20602057; return 0; }
    20612058EOF
    2062 if { (eval echo configure:2063: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2059if { (eval echo configure:2060: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    20632060  rm -rf conftest*
    20642061  eval "ac_cv_lib_$ac_lib_var=yes"
     
    20922089ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    20932090echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    2094 echo "configure:2095: checking for $ac_hdr" >&5
     2091echo "configure:2092: checking for $ac_hdr" >&5
    20952092if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    20962093  echo $ac_n "(cached) $ac_c" 1>&6
    20972094else
    20982095  cat > conftest.$ac_ext <<EOF
    2099 #line 2100 "configure"
     2096#line 2097 "configure"
    21002097#include "confdefs.h"
    21012098#include <$ac_hdr>
    21022099EOF
    21032100ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2104 { (eval echo configure:2105: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2101{ (eval echo configure:2102: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    21052102ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    21062103if test -z "$ac_err"; then
     
    22802277
    22812278echo $ac_n "checking which tmp dir to use""... $ac_c" 1>&6
    2282 echo "configure:2283: checking which tmp dir to use" >&5
     2279echo "configure:2280: checking which tmp dir to use" >&5
    22832280if test "${with_tmpdir+set}" = set && test -d ${with_tmpdir}; then
    22842281  if (echo "${with_tmpdir}" | egrep "\." >/dev/null 2>&1)
     
    22952292
    22962293echo $ac_n "checking whether to configure and build omalloc""... $ac_c" 1>&6
    2297 echo "configure:2298: checking whether to configure and build omalloc" >&5
     2294echo "configure:2295: checking whether to configure and build omalloc" >&5
    22982295if test "${enable_omalloc+set}" != set; then
    22992296   if test "$ac_cv_omalloc_ok" = yes; then
     
    23332330
    23342331echo $ac_n "checking whether to configure and build gmp lib""... $ac_c" 1>&6
    2335 echo "configure:2336: checking whether to configure and build gmp lib" >&5
     2332echo "configure:2333: checking whether to configure and build gmp lib" >&5
    23362333if test "$enable_gmp" != yes && test "$enable_gmp" != no; then
    23372334  if test "$ac_gmp_ok" != yes && test -d gmp; then
     
    23792376
    23802377echo $ac_n "checking whether to configure and build smallgmp lib""... $ac_c" 1>&6
    2381 echo "configure:2382: checking whether to configure and build smallgmp lib" >&5
     2378echo "configure:2379: checking whether to configure and build smallgmp lib" >&5
    23822379if test "$enable_smallgmp" != yes && test "$enable_smallgmp" != no; then
    23832380  if test "$ac_smallgmp_ok" != yes && test "$ac_gmp_ok" != yes && \
     
    24202417
    24212418echo $ac_n "checking whether to configure and build MP lib""... $ac_c" 1>&6
    2422 echo "configure:2423: checking whether to configure and build MP lib" >&5
     2419echo "configure:2420: checking whether to configure and build MP lib" >&5
    24232420if test "$enable_MP" != yes && test "$enable_MP" != no; then
    24242421  if test "$with_MP" != no && test "$ac_MP_ok" != yes && test -d MP && \
     
    24542451
    24552452echo $ac_n "checking whether to configure and build NTL lib""... $ac_c" 1>&6
    2456 echo "configure:2457: checking whether to configure and build NTL lib" >&5
     2453echo "configure:2454: checking whether to configure and build NTL lib" >&5
    24572454if test "$enable_NTL" != yes && test "$enable_NTL" != no; then
    24582455  if test "$with_NTL" != no && test "$ac_NTL_ok" != yes && \
     
    24792476
    24802477echo $ac_n "checking whether to configure and build factory lib""... $ac_c" 1>&6
    2481 echo "configure:2482: checking whether to configure and build factory lib" >&5
     2478echo "configure:2479: checking whether to configure and build factory lib" >&5
    24822479if test "$enable_factory" != yes && test "$enable_factory" != no; then
    24832480  if test "$with_factory" != no && test "$ac_factory_ok" != yes && \
     
    25042501
    25052502echo $ac_n "checking whether to configure and build libfac lib""... $ac_c" 1>&6
    2506 echo "configure:2507: checking whether to configure and build libfac lib" >&5
     2503echo "configure:2504: checking whether to configure and build libfac lib" >&5
    25072504if test "$enable_libfac" != yes && test "$enable_libfac" != no; then
    25082505  if test "$with_libfac" != no && test "$ac_libfac_ok" != yes && \
     
    25342531
    25352532echo $ac_n "checking whether to configure and build sgroup lib""... $ac_c" 1>&6
    2536 echo "configure:2537: checking whether to configure and build sgroup lib" >&5
     2533echo "configure:2534: checking whether to configure and build sgroup lib" >&5
    25372534if test "$enable_sgroup" = yes; then
    25382535  if test ! -d sgroup; then
     
    25542551
    25552552echo $ac_n "checking whether to configure and build Singular""... $ac_c" 1>&6
    2556 echo "configure:2557: checking whether to configure and build Singular" >&5
     2553echo "configure:2554: checking whether to configure and build Singular" >&5
    25572554if test "$enable_Singular" != yes && test "$enable_Singular" != no; then
    25582555  if test "$with_Singular" != no && test -d Singular; then
     
    25832580
    25842581echo $ac_n "checking whether to build IntegerProgramming""... $ac_c" 1>&6
    2585 echo "configure:2586: checking whether to build IntegerProgramming" >&5
     2582echo "configure:2583: checking whether to build IntegerProgramming" >&5
    25862583if test "$enable_IntegerProgramming" != no && test -d "IntegerProgramming"; then
    25872584   BUILD_SUBDIRS="$BUILD_SUBDIRS IntegerProgramming"
     
    25952592
    25962593echo $ac_n "checking whether to build Plural""... $ac_c" 1>&6
    2597 echo "configure:2598: checking whether to build Plural" >&5
     2594echo "configure:2595: checking whether to build Plural" >&5
    25982595if test "$enable_Plural" != no || test "$with_Plural" != no; then
    25992596   echo "$ac_t""yes" 1>&6
     
    26072604
    26082605echo $ac_n "checking whether to configure and build Texinfo""... $ac_c" 1>&6
    2609 echo "configure:2610: checking whether to configure and build Texinfo" >&5
     2606echo "configure:2607: checking whether to configure and build Texinfo" >&5
    26102607if test "$enable_Texinfo" != no && test -d Texinfo; then
    26112608  echo "$ac_t""yes" 1>&6
     
    26312628set dummy makeinfo; ac_word=$2
    26322629echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2633 echo "configure:2634: checking for $ac_word" >&5
     2630echo "configure:2631: checking for $ac_word" >&5
    26342631if eval "test \"`echo '$''{'ac_cv_prog_MAKEINFO'+set}'`\" = set"; then
    26352632  echo $ac_n "(cached) $ac_c" 1>&6
     
    26612658set dummy texi2dvi; ac_word=$2
    26622659echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2663 echo "configure:2664: checking for $ac_word" >&5
     2660echo "configure:2661: checking for $ac_word" >&5
    26642661if eval "test \"`echo '$''{'ac_cv_prog_TEXI2DVI'+set}'`\" = set"; then
    26652662  echo $ac_n "(cached) $ac_c" 1>&6
     
    26912688set dummy texindex; ac_word=$2
    26922689echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2693 echo "configure:2694: checking for $ac_word" >&5
     2690echo "configure:2691: checking for $ac_word" >&5
    26942691if eval "test \"`echo '$''{'ac_cv_prog_TEXINDEX'+set}'`\" = set"; then
    26952692  echo $ac_n "(cached) $ac_c" 1>&6
     
    27212718set dummy texi2pdf; ac_word=$2
    27222719echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2723 echo "configure:2724: checking for $ac_word" >&5
     2720echo "configure:2721: checking for $ac_word" >&5
    27242721if eval "test \"`echo '$''{'ac_cv_prog_TEXI2PDF'+set}'`\" = set"; then
    27252722  echo $ac_n "(cached) $ac_c" 1>&6
     
    27512748
    27522749echo $ac_n "checking whether to configure and build Texi2html""... $ac_c" 1>&6
    2753 echo "configure:2754: checking whether to configure and build Texi2html" >&5
     2750echo "configure:2751: checking whether to configure and build Texi2html" >&5
    27542751if test "$enable_Texi2html" != no && test -d Texi2html; then
    27552752 echo "$ac_t""yes" 1>&6
     
    27662763set dummy texi2html; ac_word=$2
    27672764echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2768 echo "configure:2769: checking for $ac_word" >&5
     2765echo "configure:2766: checking for $ac_word" >&5
    27692766if eval "test \"`echo '$''{'ac_cv_prog_TEXI2HTML'+set}'`\" = set"; then
    27702767  echo $ac_n "(cached) $ac_c" 1>&6
     
    28042801
    28052802echo $ac_n "checking whether to build doc""... $ac_c" 1>&6
    2806 echo "configure:2807: checking whether to build doc" >&5
     2803echo "configure:2804: checking whether to build doc" >&5
    28072804if test "$enable_doc" != no && test -d doc; then
    28082805 echo "$ac_t""yes" 1>&6
     
    28182815
    28192816echo $ac_n "checking whether to build emacs""... $ac_c" 1>&6
    2820 echo "configure:2821: checking whether to build emacs" >&5
     2817echo "configure:2818: checking whether to build emacs" >&5
    28212818if test "$enable_doc" = yes && test "$enable_emacs" != no && test -d emacs; then
    28222819 echo "$ac_t""yes" 1>&6
     
    28302827
    28312828echo $ac_n "checking which apint package to use""... $ac_c" 1>&6
    2832 echo "configure:2833: checking which apint package to use" >&5
     2829echo "configure:2830: checking which apint package to use" >&5
    28332830if test "$with_apint" = gmp; then
    28342831  if test "$ac_gmp_ok" = yes || test "$enable_gmp" = yes; then
     
    28542851
    28552852echo $ac_n "checking whether to use with MP""... $ac_c" 1>&6
    2856 echo "configure:2857: checking whether to use with MP" >&5
     2853echo "configure:2854: checking whether to use with MP" >&5
    28572854if test "$with_MP" = yes; then
    28582855  if test "$ac_MP_ok" = yes || test "$enable_MP" = yes; then
     
    28732870
    28742871echo $ac_n "checking whether to use with factory""... $ac_c" 1>&6
    2875 echo "configure:2876: checking whether to use with factory" >&5
     2872echo "configure:2873: checking whether to use with factory" >&5
    28762873if test "$with_factory" = yes; then
    28772874  if test "$ac_factory_ok" = yes || test "$enable_factory" = yes; then
     
    28922889 
    28932890echo $ac_n "checking whether to use with libfac""... $ac_c" 1>&6
    2894 echo "configure:2895: checking whether to use with libfac" >&5
     2891echo "configure:2892: checking whether to use with libfac" >&5
    28952892if test "$with_libfac" = yes; then
    28962893  if test "$ac_libfac_ok" = yes || test "$enable_libfac" = yes; then
     
    29132910
    29142911echo $ac_n "checking whether to use with Singular""... $ac_c" 1>&6
    2915 echo "configure:2916: checking whether to use with Singular" >&5
     2912echo "configure:2913: checking whether to use with Singular" >&5
    29162913if test "$with_Singular" != no && test "$with_Singular" != yes; then
    29172914  if test "$enable_Singular" = yes; then
     
    29732970  SUBDIRS="$SUBDIRS modules"
    29742971fi
     2972if test -d "modules"; then
     2973   CONFIG_SUBDIRS=$CONFIG_SUBDIRS" modules"
     2974   BUILD_SUBDIRS=$BUILD_SUBDIRS" modules"
     2975fi
    29752976 
    29762977echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
    2977 echo "configure:2978: checking whether ${MAKE-make} sets \${MAKE}" >&5
     2978echo "configure:2979: checking whether ${MAKE-make} sets \${MAKE}" >&5
    29782979set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
    29792980if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
Note: See TracChangeset for help on using the changeset viewer.