Changeset 08b7a76 in git for configure


Ignore:
Timestamp:
Jul 20, 2000, 6:02:25 PM (24 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
42591263cfaeaebc5fc52810b5ccf116bc452ed4
Parents:
7d74df319b25ee46b41e02248b792376a56301cb
Message:
* added Plural as possible subdirectory


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

Legend:

Unmodified
Added
Removed
  • configure

    r7d74df r08b7a76  
    4848ac_help="$ac_help
    4949\
     50     Plural               Plural"
     51ac_help="$ac_help
     52\
    5053     Texinfo              Texinfo for info, texi2dvi, makeinfo"
    5154ac_help="$ac_help
     
    641644   OUTPUT_MAKEFILES=$OUTPUT_MAKEFILES" IntegerProgramming/Makefile"
    642645fi
     646if test -d "Plural"; then
     647   OUTPUT_MAKEFILES=$OUTPUT_MAKEFILES" Plural/Makefile"
     648fi
    643649if test -d "InstallShield"; then
    644650   OUTPUT_MAKEFILES=$OUTPUT_MAKEFILES" InstallShield/Makefile InstallShield/Etc/Makefile InstallShield/Cygwin/Makefile InstallShield/Singular/Makefile InstallShield/Xemacs/Makefile"
     
    647653
    648654echo $ac_n "checking uname for singular""... $ac_c" 1>&6
    649 echo "configure:650: checking uname for singular" >&5
     655echo "configure:656: checking uname for singular" >&5
    650656if eval "test \"`echo '$''{'ac_cv_singuname'+set}'`\" = set"; then
    651657  echo $ac_n "(cached) $ac_c" 1>&6
     
    675681set dummy gcc; ac_word=$2
    676682echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    677 echo "configure:678: checking for $ac_word" >&5
     683echo "configure:684: checking for $ac_word" >&5
    678684if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    679685  echo $ac_n "(cached) $ac_c" 1>&6
     
    705711set dummy cc; ac_word=$2
    706712echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    707 echo "configure:708: checking for $ac_word" >&5
     713echo "configure:714: checking for $ac_word" >&5
    708714if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    709715  echo $ac_n "(cached) $ac_c" 1>&6
     
    756762set dummy cl; ac_word=$2
    757763echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    758 echo "configure:759: checking for $ac_word" >&5
     764echo "configure:765: checking for $ac_word" >&5
    759765if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    760766  echo $ac_n "(cached) $ac_c" 1>&6
     
    788794
    789795echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    790 echo "configure:791: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
     796echo "configure:797: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
    791797
    792798ac_ext=c
     
    799805cat > conftest.$ac_ext << EOF
    800806
    801 #line 802 "configure"
     807#line 808 "configure"
    802808#include "confdefs.h"
    803809
    804810main(){return(0);}
    805811EOF
    806 if { (eval echo configure:807: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     812if { (eval echo configure:813: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    807813  ac_cv_prog_cc_works=yes
    808814  # If we can't run a trivial program, we are probably using a cross compiler.
     
    830836fi
    831837echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    832 echo "configure:833: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
     838echo "configure:839: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
    833839echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
    834840cross_compiling=$ac_cv_prog_cc_cross
    835841
    836842echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
    837 echo "configure:838: checking whether we are using GNU C" >&5
     843echo "configure:844: checking whether we are using GNU C" >&5
    838844if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    839845  echo $ac_n "(cached) $ac_c" 1>&6
     
    844850#endif
    845851EOF
    846 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:847: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     852if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:853: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    847853  ac_cv_prog_gcc=yes
    848854else
     
    863869CFLAGS=
    864870echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
    865 echo "configure:866: checking whether ${CC-cc} accepts -g" >&5
     871echo "configure:872: checking whether ${CC-cc} accepts -g" >&5
    866872if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    867873  echo $ac_n "(cached) $ac_c" 1>&6
     
    895901
    896902echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
    897 echo "configure:898: checking how to run the C preprocessor" >&5
     903echo "configure:904: checking how to run the C preprocessor" >&5
    898904# On Suns, sometimes $CPP names a directory.
    899905if test -n "$CPP" && test -d "$CPP"; then
     
    910916  # not just through cpp.
    911917  cat > conftest.$ac_ext <<EOF
    912 #line 913 "configure"
     918#line 919 "configure"
    913919#include "confdefs.h"
    914920#include <assert.h>
     
    916922EOF
    917923ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    918 { (eval echo configure:919: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     924{ (eval echo configure:925: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    919925ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    920926if test -z "$ac_err"; then
     
    927933  CPP="${CC-cc} -E -traditional-cpp"
    928934  cat > conftest.$ac_ext <<EOF
    929 #line 930 "configure"
     935#line 936 "configure"
    930936#include "confdefs.h"
    931937#include <assert.h>
     
    933939EOF
    934940ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    935 { (eval echo configure:936: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     941{ (eval echo configure:942: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    936942ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    937943if test -z "$ac_err"; then
     
    944950  CPP="${CC-cc} -nologo -E"
    945951  cat > conftest.$ac_ext <<EOF
    946 #line 947 "configure"
     952#line 953 "configure"
    947953#include "confdefs.h"
    948954#include <assert.h>
     
    950956EOF
    951957ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    952 { (eval echo configure:953: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     958{ (eval echo configure:959: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    953959ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    954960if test -z "$ac_err"; then
     
    10051011# ./install, which can be erroneously created by make from ./install.sh.
    10061012echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
    1007 echo "configure:1008: checking for a BSD compatible install" >&5
     1013echo "configure:1014: checking for a BSD compatible install" >&5
    10081014if test -z "$INSTALL"; then
    10091015if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
     
    10581064
    10591065echo $ac_n "checking for AIX""... $ac_c" 1>&6
    1060 echo "configure:1061: checking for AIX" >&5
     1066echo "configure:1067: checking for AIX" >&5
    10611067cat > conftest.$ac_ext <<EOF
    1062 #line 1063 "configure"
     1068#line 1069 "configure"
    10631069#include "confdefs.h"
    10641070#ifdef _AIX
     
    11011107set dummy $ac_prog; ac_word=$2
    11021108echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1103 echo "configure:1104: checking for $ac_word" >&5
     1109echo "configure:1110: checking for $ac_word" >&5
    11041110if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
    11051111  echo $ac_n "(cached) $ac_c" 1>&6
     
    11331139
    11341140echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    1135 echo "configure:1136: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
     1141echo "configure:1142: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
    11361142
    11371143ac_ext=C
     
    11441150cat > conftest.$ac_ext << EOF
    11451151
    1146 #line 1147 "configure"
     1152#line 1153 "configure"
    11471153#include "confdefs.h"
    11481154
    11491155int main(){return(0);}
    11501156EOF
    1151 if { (eval echo configure:1152: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1157if { (eval echo configure:1158: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    11521158  ac_cv_prog_cxx_works=yes
    11531159  # If we can't run a trivial program, we are probably using a cross compiler.
     
    11751181fi
    11761182echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    1177 echo "configure:1178: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
     1183echo "configure:1184: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
    11781184echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
    11791185cross_compiling=$ac_cv_prog_cxx_cross
    11801186
    11811187echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
    1182 echo "configure:1183: checking whether we are using GNU C++" >&5
     1188echo "configure:1189: checking whether we are using GNU C++" >&5
    11831189if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
    11841190  echo $ac_n "(cached) $ac_c" 1>&6
     
    11891195#endif
    11901196EOF
    1191 if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1192: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     1197if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1198: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    11921198  ac_cv_prog_gxx=yes
    11931199else
     
    12081214CXXFLAGS=
    12091215echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
    1210 echo "configure:1211: checking whether ${CXX-g++} accepts -g" >&5
     1216echo "configure:1217: checking whether ${CXX-g++} accepts -g" >&5
    12111217if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
    12121218  echo $ac_n "(cached) $ac_c" 1>&6
     
    12421248# check whether the compiler accepts -pipe
    12431249echo $ac_n "checking whether compiler accepts -pipe""... $ac_c" 1>&6
    1244 echo "configure:1245: checking whether compiler accepts -pipe" >&5
     1250echo "configure:1251: checking whether compiler accepts -pipe" >&5
    12451251temp_cflags=${CFLAGS}
    12461252CFLAGS="${CFLAGS} -pipe"
     
    12491255else
    12501256  cat > conftest.$ac_ext <<EOF
    1251 #line 1252 "configure"
     1257#line 1258 "configure"
    12521258#include "confdefs.h"
    12531259
     
    12561262; return 0; }
    12571263EOF
    1258 if { (eval echo configure:1259: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1264if { (eval echo configure:1265: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    12591265  rm -rf conftest*
    12601266  ac_cv_cxx_have_pipe=yes
     
    12831289set dummy $ac_prog; ac_word=$2
    12841290echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1285 echo "configure:1286: checking for $ac_word" >&5
     1291echo "configure:1292: checking for $ac_word" >&5
    12861292if eval "test \"`echo '$''{'ac_cv_prog_PERL'+set}'`\" = set"; then
    12871293  echo $ac_n "(cached) $ac_c" 1>&6
     
    13171323set dummy $ac_prog; ac_word=$2
    13181324echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1319 echo "configure:1320: checking for $ac_word" >&5
     1325echo "configure:1326: checking for $ac_word" >&5
    13201326if eval "test \"`echo '$''{'ac_cv_prog_UUDECODE'+set}'`\" = set"; then
    13211327  echo $ac_n "(cached) $ac_c" 1>&6
     
    13511357set dummy $ac_prog; ac_word=$2
    13521358echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1353 echo "configure:1354: checking for $ac_word" >&5
     1359echo "configure:1360: checking for $ac_word" >&5
    13541360if eval "test \"`echo '$''{'ac_cv_prog_GUNZIP'+set}'`\" = set"; then
    13551361  echo $ac_n "(cached) $ac_c" 1>&6
     
    13871393set dummy $ac_prog; ac_word=$2
    13881394echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1389 echo "configure:1390: checking for $ac_word" >&5
     1395echo "configure:1396: checking for $ac_word" >&5
    13901396if eval "test \"`echo '$''{'ac_cv_prog_MYGZIP'+set}'`\" = set"; then
    13911397  echo $ac_n "(cached) $ac_c" 1>&6
     
    14201426set dummy latex2html; ac_word=$2
    14211427echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1422 echo "configure:1423: checking for $ac_word" >&5
     1428echo "configure:1429: checking for $ac_word" >&5
    14231429if eval "test \"`echo '$''{'ac_cv_prog_LATEX2HTML'+set}'`\" = set"; then
    14241430  echo $ac_n "(cached) $ac_c" 1>&6
     
    14471453
    14481454echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
    1449 echo "configure:1450: checking whether ln -s works" >&5
     1455echo "configure:1456: checking whether ln -s works" >&5
    14501456if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
    14511457  echo $ac_n "(cached) $ac_c" 1>&6
     
    15171523# check for AIX
    15181524echo $ac_n "checking whether _AIX is defined""... $ac_c" 1>&6
    1519 echo "configure:1520: checking whether _AIX is defined" >&5
     1525echo "configure:1526: checking whether _AIX is defined" >&5
    15201526if eval "test \"`echo '$''{'ac_cv_is_aix'+set}'`\" = set"; then
    15211527  echo $ac_n "(cached) $ac_c" 1>&6
    15221528else
    15231529  cat > conftest.$ac_ext <<EOF
    1524 #line 1525 "configure"
     1530#line 1531 "configure"
    15251531#include "confdefs.h"
    15261532#ifdef _AIX
     
    15481554
    15491555echo $ac_n "checking for atof in -lm""... $ac_c" 1>&6
    1550 echo "configure:1551: checking for atof in -lm" >&5
     1556echo "configure:1557: checking for atof in -lm" >&5
    15511557ac_lib_var=`echo m'_'atof | sed 'y%./+-%__p_%'`
    15521558if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    15561562LIBS="-lm  $LIBS"
    15571563cat > conftest.$ac_ext <<EOF
    1558 #line 1559 "configure"
     1564#line 1565 "configure"
    15591565#include "confdefs.h"
    15601566/* Override any gcc2 internal prototype to avoid an error.  */
     
    15671573; return 0; }
    15681574EOF
    1569 if { (eval echo configure:1570: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1575if { (eval echo configure:1576: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    15701576  rm -rf conftest*
    15711577  eval "ac_cv_lib_$ac_lib_var=yes"
     
    15951601
    15961602echo $ac_n "checking for socket in -lbsd""... $ac_c" 1>&6
    1597 echo "configure:1598: checking for socket in -lbsd" >&5
     1603echo "configure:1604: checking for socket in -lbsd" >&5
    15981604ac_lib_var=`echo bsd'_'socket | sed 'y%./+-%__p_%'`
    15991605if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    16031609LIBS="-lbsd  $LIBS"
    16041610cat > conftest.$ac_ext <<EOF
    1605 #line 1606 "configure"
     1611#line 1612 "configure"
    16061612#include "confdefs.h"
    16071613/* Override any gcc2 internal prototype to avoid an error.  */
     
    16141620; return 0; }
    16151621EOF
    1616 if { (eval echo configure:1617: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1622if { (eval echo configure:1623: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    16171623  rm -rf conftest*
    16181624  eval "ac_cv_lib_$ac_lib_var=yes"
     
    16421648
    16431649echo $ac_n "checking for listen in -lsocket""... $ac_c" 1>&6
    1644 echo "configure:1645: checking for listen in -lsocket" >&5
     1650echo "configure:1651: checking for listen in -lsocket" >&5
    16451651ac_lib_var=`echo socket'_'listen | sed 'y%./+-%__p_%'`
    16461652if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    16501656LIBS="-lsocket  $LIBS"
    16511657cat > conftest.$ac_ext <<EOF
    1652 #line 1653 "configure"
     1658#line 1659 "configure"
    16531659#include "confdefs.h"
    16541660/* Override any gcc2 internal prototype to avoid an error.  */
     
    16611667; return 0; }
    16621668EOF
    1663 if { (eval echo configure:1664: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1669if { (eval echo configure:1670: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    16641670  rm -rf conftest*
    16651671  eval "ac_cv_lib_$ac_lib_var=yes"
     
    16891695
    16901696echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
    1691 echo "configure:1692: checking for gethostbyname in -lnsl" >&5
     1697echo "configure:1698: checking for gethostbyname in -lnsl" >&5
    16921698ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
    16931699if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    16971703LIBS="-lnsl  $LIBS"
    16981704cat > conftest.$ac_ext <<EOF
    1699 #line 1700 "configure"
     1705#line 1706 "configure"
    17001706#include "confdefs.h"
    17011707/* Override any gcc2 internal prototype to avoid an error.  */
     
    17081714; return 0; }
    17091715EOF
    1710 if { (eval echo configure:1711: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1716if { (eval echo configure:1717: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    17111717  rm -rf conftest*
    17121718  eval "ac_cv_lib_$ac_lib_var=yes"
     
    17361742
    17371743echo $ac_n "checking for main in -lgmp""... $ac_c" 1>&6
    1738 echo "configure:1739: checking for main in -lgmp" >&5
     1744echo "configure:1745: checking for main in -lgmp" >&5
    17391745ac_lib_var=`echo gmp'_'main | sed 'y%./+-%__p_%'`
    17401746if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    17441750LIBS="-lgmp  $LIBS"
    17451751cat > conftest.$ac_ext <<EOF
    1746 #line 1747 "configure"
     1752#line 1753 "configure"
    17471753#include "confdefs.h"
    17481754
     
    17511757; return 0; }
    17521758EOF
    1753 if { (eval echo configure:1754: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1759if { (eval echo configure:1760: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    17541760  rm -rf conftest*
    17551761  eval "ac_cv_lib_$ac_lib_var=yes"
     
    17791785
    17801786echo $ac_n "checking for mpz_init in -lsmallgmp""... $ac_c" 1>&6
    1781 echo "configure:1782: checking for mpz_init in -lsmallgmp" >&5
     1787echo "configure:1788: checking for mpz_init in -lsmallgmp" >&5
    17821788ac_lib_var=`echo smallgmp'_'mpz_init | sed 'y%./+-%__p_%'`
    17831789if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    17871793LIBS="-lsmallgmp  $LIBS"
    17881794cat > conftest.$ac_ext <<EOF
    1789 #line 1790 "configure"
     1795#line 1796 "configure"
    17901796#include "confdefs.h"
    17911797/* Override any gcc2 internal prototype to avoid an error.  */
     
    17981804; return 0; }
    17991805EOF
    1800 if { (eval echo configure:1801: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1806if { (eval echo configure:1807: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    18011807  rm -rf conftest*
    18021808  eval "ac_cv_lib_$ac_lib_var=yes"
     
    18261832
    18271833echo $ac_n "checking for IMP_PutGmpInt in -lMP""... $ac_c" 1>&6
    1828 echo "configure:1829: checking for IMP_PutGmpInt in -lMP" >&5
     1834echo "configure:1835: checking for IMP_PutGmpInt in -lMP" >&5
    18291835ac_lib_var=`echo MP'_'IMP_PutGmpInt | sed 'y%./+-%__p_%'`
    18301836if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    18341840LIBS="-lMP  $LIBS"
    18351841cat > conftest.$ac_ext <<EOF
    1836 #line 1837 "configure"
     1842#line 1843 "configure"
    18371843#include "confdefs.h"
    18381844/* Override any gcc2 internal prototype to avoid an error.  */
     
    18451851; return 0; }
    18461852EOF
    1847 if { (eval echo configure:1848: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1853if { (eval echo configure:1854: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    18481854  rm -rf conftest*
    18491855  eval "ac_cv_lib_$ac_lib_var=yes"
     
    18731879
    18741880echo $ac_n "checking for MPT_GetTree in -lMPT""... $ac_c" 1>&6
    1875 echo "configure:1876: checking for MPT_GetTree in -lMPT" >&5
     1881echo "configure:1882: checking for MPT_GetTree in -lMPT" >&5
    18761882ac_lib_var=`echo MPT'_'MPT_GetTree | sed 'y%./+-%__p_%'`
    18771883if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    18811887LIBS="-lMPT  $LIBS"
    18821888cat > conftest.$ac_ext <<EOF
    1883 #line 1884 "configure"
     1889#line 1890 "configure"
    18841890#include "confdefs.h"
    18851891/* Override any gcc2 internal prototype to avoid an error.  */
     
    18921898; return 0; }
    18931899EOF
    1894 if { (eval echo configure:1895: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1900if { (eval echo configure:1901: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    18951901  rm -rf conftest*
    18961902  eval "ac_cv_lib_$ac_lib_var=yes"
     
    19201926
    19211927echo $ac_n "checking for atof in -lsingcf""... $ac_c" 1>&6
    1922 echo "configure:1923: checking for atof in -lsingcf" >&5
     1928echo "configure:1929: checking for atof in -lsingcf" >&5
    19231929ac_lib_var=`echo singcf'_'atof | sed 'y%./+-%__p_%'`
    19241930if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    19281934LIBS="-lsingcf  $LIBS"
    19291935cat > conftest.$ac_ext <<EOF
    1930 #line 1931 "configure"
     1936#line 1937 "configure"
    19311937#include "confdefs.h"
    19321938/* Override any gcc2 internal prototype to avoid an error.  */
     
    19391945; return 0; }
    19401946EOF
    1941 if { (eval echo configure:1942: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1947if { (eval echo configure:1948: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    19421948  rm -rf conftest*
    19431949  eval "ac_cv_lib_$ac_lib_var=yes"
     
    19671973
    19681974echo $ac_n "checking for atof in -lsingfac""... $ac_c" 1>&6
    1969 echo "configure:1970: checking for atof in -lsingfac" >&5
     1975echo "configure:1976: checking for atof in -lsingfac" >&5
    19701976ac_lib_var=`echo singfac'_'atof | sed 'y%./+-%__p_%'`
    19711977if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    19751981LIBS="-lsingfac  $LIBS"
    19761982cat > conftest.$ac_ext <<EOF
    1977 #line 1978 "configure"
     1983#line 1984 "configure"
    19781984#include "confdefs.h"
    19791985/* Override any gcc2 internal prototype to avoid an error.  */
     
    19861992; return 0; }
    19871993EOF
    1988 if { (eval echo configure:1989: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1994if { (eval echo configure:1995: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    19891995  rm -rf conftest*
    19901996  eval "ac_cv_lib_$ac_lib_var=yes"
     
    20182024ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    20192025echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    2020 echo "configure:2021: checking for $ac_hdr" >&5
     2026echo "configure:2027: checking for $ac_hdr" >&5
    20212027if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    20222028  echo $ac_n "(cached) $ac_c" 1>&6
    20232029else
    20242030  cat > conftest.$ac_ext <<EOF
    2025 #line 2026 "configure"
     2031#line 2032 "configure"
    20262032#include "confdefs.h"
    20272033#include <$ac_hdr>
    20282034EOF
    20292035ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2030 { (eval echo configure:2031: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2036{ (eval echo configure:2037: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    20312037ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    20322038if test -z "$ac_err"; then
     
    21442150fi
    21452151
     2152# Check whether --enable-Plural or --disable-Plural was given.
     2153if test "${enable_Plural+set}" = set; then
     2154  enableval="$enable_Plural"
     2155  :
     2156fi
     2157
    21462158# Check whether --enable-Texinfo or --disable-Texinfo was given.
    21472159if test "${enable_Texinfo+set}" = set; then
     
    22002212
    22012213echo $ac_n "checking which tmp dir to use""... $ac_c" 1>&6
    2202 echo "configure:2203: checking which tmp dir to use" >&5
     2214echo "configure:2215: checking which tmp dir to use" >&5
    22032215if test "${with_tmpdir+set}" = set && test -d ${with_tmpdir}; then
    22042216  if (echo "${with_tmpdir}" | egrep "\." >/dev/null 2>&1)
     
    22162228
    22172229echo $ac_n "checking whether to configure and build gmp lib""... $ac_c" 1>&6
    2218 echo "configure:2219: checking whether to configure and build gmp lib" >&5
     2230echo "configure:2231: checking whether to configure and build gmp lib" >&5
    22192231if test "$enable_gmp" != yes && test "$enable_gmp" != no; then
    22202232  if test "$ac_gmp_ok" != yes && test -d gmp; then
     
    22622274
    22632275echo $ac_n "checking whether to configure and build smallgmp lib""... $ac_c" 1>&6
    2264 echo "configure:2265: checking whether to configure and build smallgmp lib" >&5
     2276echo "configure:2277: checking whether to configure and build smallgmp lib" >&5
    22652277if test "$enable_smallgmp" != yes && test "$enable_smallgmp" != no; then
    22662278  if test "$ac_smallgmp_ok" != yes && test "$ac_gmp_ok" != yes && \
     
    23012313
    23022314echo $ac_n "checking whether to configure and build MP lib""... $ac_c" 1>&6
    2303 echo "configure:2304: checking whether to configure and build MP lib" >&5
     2315echo "configure:2316: checking whether to configure and build MP lib" >&5
    23042316if test "$enable_MP" != yes && test "$enable_MP" != no; then
    23052317  if test "$with_MP" != no && test "$ac_MP_ok" != yes && test -d MP && \
     
    23302342 
    23312343echo $ac_n "checking whether to configure and build factory lib""... $ac_c" 1>&6
    2332 echo "configure:2333: checking whether to configure and build factory lib" >&5
     2344echo "configure:2345: checking whether to configure and build factory lib" >&5
    23332345if test "$enable_factory" != yes && test "$enable_factory" != no; then
    23342346  if test "$with_factory" != no && test "$ac_factory_ok" != yes && \
     
    23552367
    23562368echo $ac_n "checking whether to configure and build libfac lib""... $ac_c" 1>&6
    2357 echo "configure:2358: checking whether to configure and build libfac lib" >&5
     2369echo "configure:2370: checking whether to configure and build libfac lib" >&5
    23582370if test "$enable_libfac" != yes && test "$enable_libfac" != no; then
    23592371  if test "$with_libfac" != no && test "$ac_libfac_ok" != yes && \
     
    23852397
    23862398echo $ac_n "checking whether to configure and build sgroup lib""... $ac_c" 1>&6
    2387 echo "configure:2388: checking whether to configure and build sgroup lib" >&5
     2399echo "configure:2400: checking whether to configure and build sgroup lib" >&5
    23882400if test "$enable_sgroup" = yes; then
    23892401  if test ! -d sgroup; then
     
    24052417
    24062418echo $ac_n "checking whether to build mpr and use mtrack""... $ac_c" 1>&6
    2407 echo "configure:2408: checking whether to build mpr and use mtrack" >&5
     2419echo "configure:2420: checking whether to build mpr and use mtrack" >&5
    24082420if test -d mpr && test "$ac_cv_singuname" = ix86-Linux && test "$enable_mtrack" != no; then
    24092421  echo "$ac_t""yes" 1>&6
     
    24202432
    24212433echo $ac_n "checking whether to configure and build Singular""... $ac_c" 1>&6
    2422 echo "configure:2423: checking whether to configure and build Singular" >&5
     2434echo "configure:2435: checking whether to configure and build Singular" >&5
    24232435if test "$enable_Singular" != yes && test "$enable_Singular" != no; then
    24242436  if test "$with_Singular" != no && test -d Singular; then
     
    24492461
    24502462echo $ac_n "checking whether to build IntegerProgramming""... $ac_c" 1>&6
    2451 echo "configure:2452: checking whether to build IntegerProgramming" >&5
     2463echo "configure:2464: checking whether to build IntegerProgramming" >&5
    24522464if test "$enable_IntegerProgramming" != no && test -d "IntegerProgramming"; then
    24532465   BUILD_SUBDIRS="$BUILD_SUBDIRS IntegerProgramming"
     
    24602472fi
    24612473
     2474echo $ac_n "checking whether to build Plural""... $ac_c" 1>&6
     2475echo "configure:2476: checking whether to build Plural" >&5
     2476if test "$enable_Plural" != no && test -d "Plural"; then
     2477   BUILD_SUBDIRS="$BUILD_SUBDIRS Plural"
     2478   echo "$ac_t""yes" 1>&6
     2479   if test "$enable_Plural" != yes; then
     2480     ac_configure_args="$ac_configure_args --enable-Plural"
     2481   fi
     2482else
     2483   echo "$ac_t""no" 1>&6
     2484fi
     2485
    24622486
    24632487echo $ac_n "checking whether to configure and build Texinfo""... $ac_c" 1>&6
    2464 echo "configure:2465: checking whether to configure and build Texinfo" >&5
     2488echo "configure:2489: checking whether to configure and build Texinfo" >&5
    24652489if test "$enable_Texinfo" != no && test -d Texinfo; then
    24662490  echo "$ac_t""yes" 1>&6
     
    24842508set dummy makeinfo; ac_word=$2
    24852509echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2486 echo "configure:2487: checking for $ac_word" >&5
     2510echo "configure:2511: checking for $ac_word" >&5
    24872511if eval "test \"`echo '$''{'ac_cv_prog_MAKEINFO'+set}'`\" = set"; then
    24882512  echo $ac_n "(cached) $ac_c" 1>&6
     
    25142538set dummy texi2dvi; ac_word=$2
    25152539echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2516 echo "configure:2517: checking for $ac_word" >&5
     2540echo "configure:2541: checking for $ac_word" >&5
    25172541if eval "test \"`echo '$''{'ac_cv_prog_TEXI2DVI'+set}'`\" = set"; then
    25182542  echo $ac_n "(cached) $ac_c" 1>&6
     
    25442568set dummy texindex; ac_word=$2
    25452569echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2546 echo "configure:2547: checking for $ac_word" >&5
     2570echo "configure:2571: checking for $ac_word" >&5
    25472571if eval "test \"`echo '$''{'ac_cv_prog_TEXINDEX'+set}'`\" = set"; then
    25482572  echo $ac_n "(cached) $ac_c" 1>&6
     
    25742598
    25752599echo $ac_n "checking whether to configure and build Texi2html""... $ac_c" 1>&6
    2576 echo "configure:2577: checking whether to configure and build Texi2html" >&5
     2600echo "configure:2601: checking whether to configure and build Texi2html" >&5
    25772601if test "$enable_Texi2html" != no && test -d Texi2html; then
    25782602 echo "$ac_t""yes" 1>&6
     
    25892613set dummy texi2html; ac_word=$2
    25902614echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2591 echo "configure:2592: checking for $ac_word" >&5
     2615echo "configure:2616: checking for $ac_word" >&5
    25922616if eval "test \"`echo '$''{'ac_cv_prog_TEXI2HTML'+set}'`\" = set"; then
    25932617  echo $ac_n "(cached) $ac_c" 1>&6
     
    26272651
    26282652echo $ac_n "checking whether to build doc""... $ac_c" 1>&6
    2629 echo "configure:2630: checking whether to build doc" >&5
     2653echo "configure:2654: checking whether to build doc" >&5
    26302654if test "$enable_doc" != no && test -d doc; then
    26312655 echo "$ac_t""yes" 1>&6
     
    26412665
    26422666echo $ac_n "checking whether to build emacs""... $ac_c" 1>&6
    2643 echo "configure:2644: checking whether to build emacs" >&5
     2667echo "configure:2668: checking whether to build emacs" >&5
    26442668if test "$enable_doc" = yes && test "$enable_emacs" != no && test -d emacs; then
    26452669 echo "$ac_t""yes" 1>&6
     
    26532677
    26542678echo $ac_n "checking which apint package to use""... $ac_c" 1>&6
    2655 echo "configure:2656: checking which apint package to use" >&5
     2679echo "configure:2680: checking which apint package to use" >&5
    26562680if test "$with_apint" = gmp; then
    26572681  if test "$ac_gmp_ok" = yes || test "$enable_gmp" = yes; then
     
    26772701
    26782702echo $ac_n "checking whether to use with MP""... $ac_c" 1>&6
    2679 echo "configure:2680: checking whether to use with MP" >&5
     2703echo "configure:2704: checking whether to use with MP" >&5
    26802704if test "$with_MP" = yes; then
    26812705  if test "$ac_MP_ok" = yes || test "$enable_MP" = yes; then
     
    26962720
    26972721echo $ac_n "checking whether to use with factory""... $ac_c" 1>&6
    2698 echo "configure:2699: checking whether to use with factory" >&5
     2722echo "configure:2723: checking whether to use with factory" >&5
    26992723if test "$with_factory" = yes; then
    27002724  if test "$ac_factory_ok" = yes || test "$enable_factory" = yes; then
     
    27152739 
    27162740echo $ac_n "checking whether to use with libfac""... $ac_c" 1>&6
    2717 echo "configure:2718: checking whether to use with libfac" >&5
     2741echo "configure:2742: checking whether to use with libfac" >&5
    27182742if test "$with_libfac" = yes; then
    27192743  if test "$ac_libfac_ok" = yes || test "$enable_libfac" = yes; then
     
    27352759
    27362760echo $ac_n "checking whether to use with mtrack""... $ac_c" 1>&6
    2737 echo "configure:2738: checking whether to use with mtrack" >&5
     2761echo "configure:2762: checking whether to use with mtrack" >&5
    27382762if test "$with_mtrack" != no && test "$with_mtrack" != yes; then
    27392763  if test "$enable_mtrack" = yes; then
     
    27552779
    27562780echo $ac_n "checking whether to use with Singular""... $ac_c" 1>&6
    2757 echo "configure:2758: checking whether to use with Singular" >&5
     2781echo "configure:2782: checking whether to use with Singular" >&5
    27582782if test "$with_Singular" != no && test "$with_Singular" != yes; then
    27592783  if test "$enable_Singular" = yes; then
     
    28162840
    28172841echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
    2818 echo "configure:2819: checking whether ${MAKE-make} sets \${MAKE}" >&5
     2842echo "configure:2843: checking whether ${MAKE-make} sets \${MAKE}" >&5
    28192843set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
    28202844if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
Note: See TracChangeset for help on using the changeset viewer.