Changeset 460c1e1 in git for configure


Ignore:
Timestamp:
Jul 19, 1999, 2:06:33 PM (25 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
b00a82cbecb96fbd56a19be975fa94c5c6ee3016
Parents:
a204eaabfd4864b4c4e333658414701e14bee58f
Message:
* increased version 1o 1-3-4
* parsing of help strings by doc2tex
* much better texi2html
* new directory layout for install in source tree


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

Legend:

Unmodified
Added
Removed
  • configure

    ra204ea r460c1e1  
    589589   OUTPUT_MAKEFILES=$OUTPUT_MAKEFILES" modules/tools/Makefile"
    590590fi
     591if test -d "emacs"; then
     592   OUTPUT_MAKEFILES=$OUTPUT_MAKEFILES" emacs/Makefile"
     593fi
    591594
    592595echo $ac_n "checking uname for singular""... $ac_c" 1>&6
    593 echo "configure:594: checking uname for singular" >&5
     596echo "configure:597: checking uname for singular" >&5
    594597if eval "test \"`echo '$''{'ac_cv_singuname'+set}'`\" = set"; then
    595598  echo $ac_n "(cached) $ac_c" 1>&6
     
    618621SINGULAR_MAJOR_VERSION=1
    619622SINGULAR_MINOR_VERSION=3
    620 SINGULAR_SUB_VERSION=3
     623SINGULAR_SUB_VERSION=4
    621624SINGULAR_SHORT_VERSION="${SINGULAR_MAJOR_VERSION}${VERSION_SEP}${SINGULAR_MINOR_VERSION}"
    622625SINGULAR_VERSION="${SINGULAR_SHORT_VERSION}${VERSION_SEP}${SINGULAR_SUB_VERSION}"
     
    636639set dummy gcc; ac_word=$2
    637640echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    638 echo "configure:639: checking for $ac_word" >&5
     641echo "configure:642: checking for $ac_word" >&5
    639642if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    640643  echo $ac_n "(cached) $ac_c" 1>&6
     
    666669set dummy cc; ac_word=$2
    667670echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    668 echo "configure:669: checking for $ac_word" >&5
     671echo "configure:672: checking for $ac_word" >&5
    669672if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    670673  echo $ac_n "(cached) $ac_c" 1>&6
     
    717720set dummy cl; ac_word=$2
    718721echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    719 echo "configure:720: checking for $ac_word" >&5
     722echo "configure:723: checking for $ac_word" >&5
    720723if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    721724  echo $ac_n "(cached) $ac_c" 1>&6
     
    749752
    750753echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    751 echo "configure:752: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
     754echo "configure:755: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
    752755
    753756ac_ext=c
     
    760763cat > conftest.$ac_ext << EOF
    761764
    762 #line 763 "configure"
     765#line 766 "configure"
    763766#include "confdefs.h"
    764767
    765768main(){return(0);}
    766769EOF
    767 if { (eval echo configure:768: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     770if { (eval echo configure:771: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    768771  ac_cv_prog_cc_works=yes
    769772  # If we can't run a trivial program, we are probably using a cross compiler.
     
    791794fi
    792795echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    793 echo "configure:794: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
     796echo "configure:797: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
    794797echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
    795798cross_compiling=$ac_cv_prog_cc_cross
    796799
    797800echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
    798 echo "configure:799: checking whether we are using GNU C" >&5
     801echo "configure:802: checking whether we are using GNU C" >&5
    799802if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    800803  echo $ac_n "(cached) $ac_c" 1>&6
     
    805808#endif
    806809EOF
    807 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:808: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     810if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:811: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    808811  ac_cv_prog_gcc=yes
    809812else
     
    824827CFLAGS=
    825828echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
    826 echo "configure:827: checking whether ${CC-cc} accepts -g" >&5
     829echo "configure:830: checking whether ${CC-cc} accepts -g" >&5
    827830if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    828831  echo $ac_n "(cached) $ac_c" 1>&6
     
    856859
    857860echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
    858 echo "configure:859: checking how to run the C preprocessor" >&5
     861echo "configure:862: checking how to run the C preprocessor" >&5
    859862# On Suns, sometimes $CPP names a directory.
    860863if test -n "$CPP" && test -d "$CPP"; then
     
    871874  # not just through cpp.
    872875  cat > conftest.$ac_ext <<EOF
    873 #line 874 "configure"
     876#line 877 "configure"
    874877#include "confdefs.h"
    875878#include <assert.h>
     
    877880EOF
    878881ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    879 { (eval echo configure:880: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     882{ (eval echo configure:883: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    880883ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    881884if test -z "$ac_err"; then
     
    888891  CPP="${CC-cc} -E -traditional-cpp"
    889892  cat > conftest.$ac_ext <<EOF
    890 #line 891 "configure"
     893#line 894 "configure"
    891894#include "confdefs.h"
    892895#include <assert.h>
     
    894897EOF
    895898ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    896 { (eval echo configure:897: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     899{ (eval echo configure:900: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    897900ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    898901if test -z "$ac_err"; then
     
    905908  CPP="${CC-cc} -nologo -E"
    906909  cat > conftest.$ac_ext <<EOF
    907 #line 908 "configure"
     910#line 911 "configure"
    908911#include "confdefs.h"
    909912#include <assert.h>
     
    911914EOF
    912915ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    913 { (eval echo configure:914: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     916{ (eval echo configure:917: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    914917ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    915918if test -z "$ac_err"; then
     
    936939
    937940echo $ac_n "checking for AIX""... $ac_c" 1>&6
    938 echo "configure:939: checking for AIX" >&5
     941echo "configure:942: checking for AIX" >&5
    939942cat > conftest.$ac_ext <<EOF
    940 #line 941 "configure"
     943#line 944 "configure"
    941944#include "confdefs.h"
    942945#ifdef _AIX
     
    965968set dummy $ac_prog; ac_word=$2
    966969echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    967 echo "configure:968: checking for $ac_word" >&5
     970echo "configure:971: checking for $ac_word" >&5
    968971if eval "test \"`echo '$''{'ac_cv_prog_PERL'+set}'`\" = set"; then
    969972  echo $ac_n "(cached) $ac_c" 1>&6
     
    9971000set dummy latex2html; ac_word=$2
    9981001echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    999 echo "configure:1000: checking for $ac_word" >&5
     1002echo "configure:1003: checking for $ac_word" >&5
    10001003if eval "test \"`echo '$''{'ac_cv_prog_LATEX2HTML'+set}'`\" = set"; then
    10011004  echo $ac_n "(cached) $ac_c" 1>&6
     
    10241027
    10251028echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
    1026 echo "configure:1027: checking whether ln -s works" >&5
     1029echo "configure:1030: checking whether ln -s works" >&5
    10271030if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
    10281031  echo $ac_n "(cached) $ac_c" 1>&6
     
    10561059set dummy texi2html; ac_word=$2
    10571060echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1058 echo "configure:1059: checking for $ac_word" >&5
     1061echo "configure:1062: checking for $ac_word" >&5
    10591062if eval "test \"`echo '$''{'ac_cv_prog_TEXI2HTML'+set}'`\" = set"; then
    10601063  echo $ac_n "(cached) $ac_c" 1>&6
     
    11041107# expand bindir
    11051108if test "x$bindir" = 'x${exec_prefix}/bin'; then
    1106   bindir="${exec_prefix}/bin"
     1109  bindir="${exec_prefix}/"
    11071110  ac_configure_args="$ac_configure_args --bindir=${bindir}"
    11081111fi
     
    11101113# expand libdir
    11111114if test "x$libdir" = 'x${exec_prefix}/lib'; then
    1112   libdir="${exec_prefix}/lib/${SINGULAR_VERSION}"
     1115  libdir="${exec_prefix}/lib/"
    11131116  ac_configure_args="$ac_configure_args --libdir=${libdir}"
    11141117fi
     
    11161119# expand includedir
    11171120if test "x$includedir" = 'x${prefix}/include'; then
    1118   includedir="${exec_prefix}/include/${SINGULAR_VERSION}"
     1121  includedir="${exec_prefix}/include/"
    11191122  ac_configure_args="$ac_configure_args --includedir=${includedir}"
    11201123fi
     
    11321135# check for AIX
    11331136echo $ac_n "checking whether _AIX is defined""... $ac_c" 1>&6
    1134 echo "configure:1135: checking whether _AIX is defined" >&5
     1137echo "configure:1138: checking whether _AIX is defined" >&5
    11351138if eval "test \"`echo '$''{'ac_cv_is_aix'+set}'`\" = set"; then
    11361139  echo $ac_n "(cached) $ac_c" 1>&6
    11371140else
    11381141  cat > conftest.$ac_ext <<EOF
    1139 #line 1140 "configure"
     1142#line 1143 "configure"
    11401143#include "confdefs.h"
    11411144#ifdef _AIX
     
    11631166
    11641167echo $ac_n "checking for atof in -lm""... $ac_c" 1>&6
    1165 echo "configure:1166: checking for atof in -lm" >&5
     1168echo "configure:1169: checking for atof in -lm" >&5
    11661169ac_lib_var=`echo m'_'atof | sed 'y%./+-%__p_%'`
    11671170if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    11711174LIBS="-lm  $LIBS"
    11721175cat > conftest.$ac_ext <<EOF
    1173 #line 1174 "configure"
     1176#line 1177 "configure"
    11741177#include "confdefs.h"
    11751178/* Override any gcc2 internal prototype to avoid an error.  */
     
    11821185; return 0; }
    11831186EOF
    1184 if { (eval echo configure:1185: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1187if { (eval echo configure:1188: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    11851188  rm -rf conftest*
    11861189  eval "ac_cv_lib_$ac_lib_var=yes"
     
    12101213
    12111214echo $ac_n "checking for socket in -lbsd""... $ac_c" 1>&6
    1212 echo "configure:1213: checking for socket in -lbsd" >&5
     1215echo "configure:1216: checking for socket in -lbsd" >&5
    12131216ac_lib_var=`echo bsd'_'socket | sed 'y%./+-%__p_%'`
    12141217if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    12181221LIBS="-lbsd  $LIBS"
    12191222cat > conftest.$ac_ext <<EOF
    1220 #line 1221 "configure"
     1223#line 1224 "configure"
    12211224#include "confdefs.h"
    12221225/* Override any gcc2 internal prototype to avoid an error.  */
     
    12291232; return 0; }
    12301233EOF
    1231 if { (eval echo configure:1232: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1234if { (eval echo configure:1235: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    12321235  rm -rf conftest*
    12331236  eval "ac_cv_lib_$ac_lib_var=yes"
     
    12571260
    12581261echo $ac_n "checking for listen in -lsocket""... $ac_c" 1>&6
    1259 echo "configure:1260: checking for listen in -lsocket" >&5
     1262echo "configure:1263: checking for listen in -lsocket" >&5
    12601263ac_lib_var=`echo socket'_'listen | sed 'y%./+-%__p_%'`
    12611264if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    12651268LIBS="-lsocket  $LIBS"
    12661269cat > conftest.$ac_ext <<EOF
    1267 #line 1268 "configure"
     1270#line 1271 "configure"
    12681271#include "confdefs.h"
    12691272/* Override any gcc2 internal prototype to avoid an error.  */
     
    12761279; return 0; }
    12771280EOF
    1278 if { (eval echo configure:1279: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1281if { (eval echo configure:1282: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    12791282  rm -rf conftest*
    12801283  eval "ac_cv_lib_$ac_lib_var=yes"
     
    13041307
    13051308echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
    1306 echo "configure:1307: checking for gethostbyname in -lnsl" >&5
     1309echo "configure:1310: checking for gethostbyname in -lnsl" >&5
    13071310ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
    13081311if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    13121315LIBS="-lnsl  $LIBS"
    13131316cat > conftest.$ac_ext <<EOF
    1314 #line 1315 "configure"
     1317#line 1318 "configure"
    13151318#include "confdefs.h"
    13161319/* Override any gcc2 internal prototype to avoid an error.  */
     
    13231326; return 0; }
    13241327EOF
    1325 if { (eval echo configure:1326: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1328if { (eval echo configure:1329: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    13261329  rm -rf conftest*
    13271330  eval "ac_cv_lib_$ac_lib_var=yes"
     
    13511354
    13521355echo $ac_n "checking for mpq_init in -lgmp""... $ac_c" 1>&6
    1353 echo "configure:1354: checking for mpq_init in -lgmp" >&5
     1356echo "configure:1357: checking for mpq_init in -lgmp" >&5
    13541357ac_lib_var=`echo gmp'_'mpq_init | sed 'y%./+-%__p_%'`
    13551358if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    13591362LIBS="-lgmp  $LIBS"
    13601363cat > conftest.$ac_ext <<EOF
    1361 #line 1362 "configure"
     1364#line 1365 "configure"
    13621365#include "confdefs.h"
    13631366/* Override any gcc2 internal prototype to avoid an error.  */
     
    13701373; return 0; }
    13711374EOF
    1372 if { (eval echo configure:1373: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1375if { (eval echo configure:1376: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    13731376  rm -rf conftest*
    13741377  eval "ac_cv_lib_$ac_lib_var=yes"
     
    13981401
    13991402echo $ac_n "checking for mpz_init in -lsmallgmp""... $ac_c" 1>&6
    1400 echo "configure:1401: checking for mpz_init in -lsmallgmp" >&5
     1403echo "configure:1404: checking for mpz_init in -lsmallgmp" >&5
    14011404ac_lib_var=`echo smallgmp'_'mpz_init | sed 'y%./+-%__p_%'`
    14021405if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    14061409LIBS="-lsmallgmp  $LIBS"
    14071410cat > conftest.$ac_ext <<EOF
    1408 #line 1409 "configure"
     1411#line 1412 "configure"
    14091412#include "confdefs.h"
    14101413/* Override any gcc2 internal prototype to avoid an error.  */
     
    14171420; return 0; }
    14181421EOF
    1419 if { (eval echo configure:1420: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1422if { (eval echo configure:1423: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    14201423  rm -rf conftest*
    14211424  eval "ac_cv_lib_$ac_lib_var=yes"
     
    14451448
    14461449echo $ac_n "checking for IMP_PutGmpInt in -lMP""... $ac_c" 1>&6
    1447 echo "configure:1448: checking for IMP_PutGmpInt in -lMP" >&5
     1450echo "configure:1451: checking for IMP_PutGmpInt in -lMP" >&5
    14481451ac_lib_var=`echo MP'_'IMP_PutGmpInt | sed 'y%./+-%__p_%'`
    14491452if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    14531456LIBS="-lMP  $LIBS"
    14541457cat > conftest.$ac_ext <<EOF
    1455 #line 1456 "configure"
     1458#line 1459 "configure"
    14561459#include "confdefs.h"
    14571460/* Override any gcc2 internal prototype to avoid an error.  */
     
    14641467; return 0; }
    14651468EOF
    1466 if { (eval echo configure:1467: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1469if { (eval echo configure:1470: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    14671470  rm -rf conftest*
    14681471  eval "ac_cv_lib_$ac_lib_var=yes"
     
    14921495
    14931496echo $ac_n "checking for MPT_GetTree in -lMPT""... $ac_c" 1>&6
    1494 echo "configure:1495: checking for MPT_GetTree in -lMPT" >&5
     1497echo "configure:1498: checking for MPT_GetTree in -lMPT" >&5
    14951498ac_lib_var=`echo MPT'_'MPT_GetTree | sed 'y%./+-%__p_%'`
    14961499if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    15001503LIBS="-lMPT  $LIBS"
    15011504cat > conftest.$ac_ext <<EOF
    1502 #line 1503 "configure"
     1505#line 1506 "configure"
    15031506#include "confdefs.h"
    15041507/* Override any gcc2 internal prototype to avoid an error.  */
     
    15111514; return 0; }
    15121515EOF
    1513 if { (eval echo configure:1514: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1516if { (eval echo configure:1517: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    15141517  rm -rf conftest*
    15151518  eval "ac_cv_lib_$ac_lib_var=yes"
     
    15391542
    15401543echo $ac_n "checking for atof in -lsingcf""... $ac_c" 1>&6
    1541 echo "configure:1542: checking for atof in -lsingcf" >&5
     1544echo "configure:1545: checking for atof in -lsingcf" >&5
    15421545ac_lib_var=`echo singcf'_'atof | sed 'y%./+-%__p_%'`
    15431546if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    15471550LIBS="-lsingcf  $LIBS"
    15481551cat > conftest.$ac_ext <<EOF
    1549 #line 1550 "configure"
     1552#line 1553 "configure"
    15501553#include "confdefs.h"
    15511554/* Override any gcc2 internal prototype to avoid an error.  */
     
    15581561; return 0; }
    15591562EOF
    1560 if { (eval echo configure:1561: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1563if { (eval echo configure:1564: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    15611564  rm -rf conftest*
    15621565  eval "ac_cv_lib_$ac_lib_var=yes"
     
    15861589
    15871590echo $ac_n "checking for atof in -lsingfac""... $ac_c" 1>&6
    1588 echo "configure:1589: checking for atof in -lsingfac" >&5
     1591echo "configure:1592: checking for atof in -lsingfac" >&5
    15891592ac_lib_var=`echo singfac'_'atof | sed 'y%./+-%__p_%'`
    15901593if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    15941597LIBS="-lsingfac  $LIBS"
    15951598cat > conftest.$ac_ext <<EOF
    1596 #line 1597 "configure"
     1599#line 1600 "configure"
    15971600#include "confdefs.h"
    15981601/* Override any gcc2 internal prototype to avoid an error.  */
     
    16051608; return 0; }
    16061609EOF
    1607 if { (eval echo configure:1608: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1610if { (eval echo configure:1611: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    16081611  rm -rf conftest*
    16091612  eval "ac_cv_lib_$ac_lib_var=yes"
     
    16371640ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    16381641echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    1639 echo "configure:1640: checking for $ac_hdr" >&5
     1642echo "configure:1643: checking for $ac_hdr" >&5
    16401643if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    16411644  echo $ac_n "(cached) $ac_c" 1>&6
    16421645else
    16431646  cat > conftest.$ac_ext <<EOF
    1644 #line 1645 "configure"
     1647#line 1648 "configure"
    16451648#include "confdefs.h"
    16461649#include <$ac_hdr>
    16471650EOF
    16481651ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1649 { (eval echo configure:1650: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1652{ (eval echo configure:1653: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    16501653ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    16511654if test -z "$ac_err"; then
     
    17891792
    17901793echo $ac_n "checking which tmp dir to use""... $ac_c" 1>&6
    1791 echo "configure:1792: checking which tmp dir to use" >&5
     1794echo "configure:1795: checking which tmp dir to use" >&5
    17921795if test "${with_tmpdir+set}" = set && test -d ${with_tmpdir}; then
    17931796  if (echo "${with_tmpdir}" | egrep "\." >/dev/null 2>&1)
     
    18061809if test "${with_perl5+set}" != set; then
    18071810  echo $ac_n "checking for perl5""... $ac_c" 1>&6
    1808 echo "configure:1809: checking for perl5" >&5
     1811echo "configure:1812: checking for perl5" >&5
    18091812    if eval "test \"`echo '$''{'ac_cv_prog_perl5'+set}'`\" = set"; then
    18101813  echo $ac_n "(cached) $ac_c" 1>&6
     
    18431846set dummy $ac_prog; ac_word=$2
    18441847echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1845 echo "configure:1846: checking for $ac_word" >&5
     1848echo "configure:1849: checking for $ac_word" >&5
    18461849if eval "test \"`echo '$''{'ac_cv_prog_PERL5'+set}'`\" = set"; then
    18471850  echo $ac_n "(cached) $ac_c" 1>&6
     
    18791882
    18801883echo $ac_n "checking whether to configure and build texinfo""... $ac_c" 1>&6
    1881 echo "configure:1882: checking whether to configure and build texinfo" >&5
     1884echo "configure:1885: checking whether to configure and build texinfo" >&5
    18821885if test "$enable_texinfo" != no && test -d Texinfo; then
    18831886  echo "$ac_t""yes" 1>&6
     
    19011904
    19021905echo $ac_n "checking whether to configure and build gmp lib""... $ac_c" 1>&6
    1903 echo "configure:1904: checking whether to configure and build gmp lib" >&5
     1906echo "configure:1907: checking whether to configure and build gmp lib" >&5
    19041907if test "$enable_gmp" != yes && test "$enable_gmp" != no; then
    19051908  if test "$ac_gmp_ok" != yes && test -d gmp; then
     
    19271930
    19281931echo $ac_n "checking whether to configure and build smallgmp lib""... $ac_c" 1>&6
    1929 echo "configure:1930: checking whether to configure and build smallgmp lib" >&5
     1932echo "configure:1933: checking whether to configure and build smallgmp lib" >&5
    19301933if test "$enable_smallgmp" != yes && test "$enable_smallgmp" != no; then
    19311934  if test "$ac_smallgmp_ok" != yes && test "$ac_gmp_ok" != yes && \
     
    19661969
    19671970echo $ac_n "checking whether to configure and build MP lib""... $ac_c" 1>&6
    1968 echo "configure:1969: checking whether to configure and build MP lib" >&5
     1971echo "configure:1972: checking whether to configure and build MP lib" >&5
    19691972if test "$enable_MP" != yes && test "$enable_MP" != no; then
    19701973  if test "$with_MP" != no && test "$ac_MP_ok" != yes && test -d MP && \
     
    19951998 
    19961999echo $ac_n "checking whether to configure and build factory lib""... $ac_c" 1>&6
    1997 echo "configure:1998: checking whether to configure and build factory lib" >&5
     2000echo "configure:2001: checking whether to configure and build factory lib" >&5
    19982001if test "$enable_factory" != yes && test "$enable_factory" != no; then
    19992002  if test "$with_factory" != no && test "$ac_factory_ok" != yes && \
     
    20202023
    20212024echo $ac_n "checking whether to configure and build libfac lib""... $ac_c" 1>&6
    2022 echo "configure:2023: checking whether to configure and build libfac lib" >&5
     2025echo "configure:2026: checking whether to configure and build libfac lib" >&5
    20232026if test "$enable_libfac" != yes && test "$enable_libfac" != no; then
    20242027  if test "$with_libfac" != no && test "$ac_libfac_ok" != yes && \
     
    20502053
    20512054echo $ac_n "checking whether to configure and build sgroup lib""... $ac_c" 1>&6
    2052 echo "configure:2053: checking whether to configure and build sgroup lib" >&5
     2055echo "configure:2056: checking whether to configure and build sgroup lib" >&5
    20532056if test "$enable_sgroup" != yes && test "$enable_sgroup" != no; then
    20542057  if test "$with_sgroup" != no && test "$ac_sgroup_ok" != yes && \
     
    20802083
    20812084echo $ac_n "checking whether to configure and build Singular""... $ac_c" 1>&6
    2082 echo "configure:2083: checking whether to configure and build Singular" >&5
     2085echo "configure:2086: checking whether to configure and build Singular" >&5
    20832086if test "$enable_Singular" != yes && test "$enable_Singular" != no; then
    20842087  if test "$with_Singular" != no && test -d Singular; then
     
    21052108
    21062109echo $ac_n "checking which apint package to use""... $ac_c" 1>&6
    2107 echo "configure:2108: checking which apint package to use" >&5
     2110echo "configure:2111: checking which apint package to use" >&5
    21082111if test "$with_apint" = gmp; then
    21092112  if test "$ac_gmp_ok" = yes || test "$enable_gmp" = yes; then
     
    21292132
    21302133echo $ac_n "checking whether to use with MP""... $ac_c" 1>&6
    2131 echo "configure:2132: checking whether to use with MP" >&5
     2134echo "configure:2135: checking whether to use with MP" >&5
    21322135if test "$with_MP" = yes; then
    21332136  if test "$ac_MP_ok" = yes || test "$enable_MP" = yes; then
     
    21482151
    21492152echo $ac_n "checking whether to use with factory""... $ac_c" 1>&6
    2150 echo "configure:2151: checking whether to use with factory" >&5
     2153echo "configure:2154: checking whether to use with factory" >&5
    21512154if test "$with_factory" = yes; then
    21522155  if test "$ac_factory_ok" = yes || test "$enable_factory" = yes; then
     
    21672170 
    21682171echo $ac_n "checking whether to use with libfac""... $ac_c" 1>&6
    2169 echo "configure:2170: checking whether to use with libfac" >&5
     2172echo "configure:2173: checking whether to use with libfac" >&5
    21702173if test "$with_libfac" = yes; then
    21712174  if test "$ac_libfac_ok" = yes || test "$enable_libfac" = yes; then
     
    21862189
    21872190echo $ac_n "checking whether to use with Singular""... $ac_c" 1>&6
    2188 echo "configure:2189: checking whether to use with Singular" >&5
     2191echo "configure:2192: checking whether to use with Singular" >&5
    21892192if test "$with_Singular" != no && test "$with_Singular" != yes; then
    21902193  if test "$enable_Singular" = yes; then
     
    22352238  SUBDIRS="$SUBDIRS mpr"
    22362239fi
     2240if test -d emacs; then
     2241  SUBDIRS="$SUBDIRS emacs"
     2242fi
    22372243 
    22382244
    22392245echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
    2240 echo "configure:2241: checking whether ${MAKE-make} sets \${MAKE}" >&5
     2246echo "configure:2247: checking whether ${MAKE-make} sets \${MAKE}" >&5
    22412247set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
    22422248if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
Note: See TracChangeset for help on using the changeset viewer.