Changeset c575e9 in git for configure


Ignore:
Timestamp:
Dec 9, 1998, 2:53:25 PM (25 years ago)
Author:
Kai Krüger <krueger@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
7236a308c43d1225e53d84df58f4ceded5bc228d
Parents:
2c89d2f144447d87e78df775703a333c538e4d0d
Message:
Added check and creation for Makefile in dir:modules


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

Legend:

Unmodified
Added
Removed
  • configure

    r2c89d2 rc575e9  
    564564
    565565
    566 OUTPUT_MAKEFILES="Makefile doc/Makefile modules/Makefile rpm/Makefile"
    567 OUTPUT_MAKEFILES=$OUTPUT_MAKEFILES" rpm/rpmrc rpm/Singular.spec"
     566OUTPUT_MAKEFILES="Makefile doc/Makefile"
     567if test -d "rpm"; then
     568   OUTPUT_MAKEFILES=$OUTPUT_MAKEFILES" rpm/Makefile"
     569   OUTPUT_MAKEFILES=$OUTPUT_MAKEFILES" rpm/rpmrc rpm/Singular.spec"
     570fi
     571if test -d "modules"; then
     572   OUTPUT_MAKEFILES=$OUTPUT_MAKEFILES" modules/Makefile"
     573fi
     574if test -d "modules/tools"; then
     575   OUTPUT_MAKEFILES=$OUTPUT_MAKEFILES" modules/tools/Makefile"
     576fi
    568577
    569578echo $ac_n "checking uname for singular""... $ac_c" 1>&6
    570 echo "configure:571: checking uname for singular" >&5
     579echo "configure:580: checking uname for singular" >&5
    571580if eval "test \"`echo '$''{'ac_cv_singuname'+set}'`\" = set"; then
    572581  echo $ac_n "(cached) $ac_c" 1>&6
     
    616625set dummy gcc; ac_word=$2
    617626echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    618 echo "configure:619: checking for $ac_word" >&5
     627echo "configure:628: checking for $ac_word" >&5
    619628if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    620629  echo $ac_n "(cached) $ac_c" 1>&6
     
    645654set dummy cc; ac_word=$2
    646655echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    647 echo "configure:648: checking for $ac_word" >&5
     656echo "configure:657: checking for $ac_word" >&5
    648657if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    649658  echo $ac_n "(cached) $ac_c" 1>&6
     
    693702
    694703echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    695 echo "configure:696: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
     704echo "configure:705: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
    696705
    697706ac_ext=c
     
    703712
    704713cat > conftest.$ac_ext <<EOF
    705 #line 706 "configure"
     714#line 715 "configure"
    706715#include "confdefs.h"
    707716main(){return(0);}
    708717EOF
    709 if { (eval echo configure:710: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     718if { (eval echo configure:719: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    710719  ac_cv_prog_cc_works=yes
    711720  # If we can't run a trivial program, we are probably using a cross compiler.
     
    727736fi
    728737echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    729 echo "configure:730: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
     738echo "configure:739: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
    730739echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
    731740cross_compiling=$ac_cv_prog_cc_cross
    732741
    733742echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
    734 echo "configure:735: checking whether we are using GNU C" >&5
     743echo "configure:744: checking whether we are using GNU C" >&5
    735744if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    736745  echo $ac_n "(cached) $ac_c" 1>&6
     
    741750#endif
    742751EOF
    743 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:744: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     752if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:753: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    744753  ac_cv_prog_gcc=yes
    745754else
     
    756765  CFLAGS=
    757766  echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
    758 echo "configure:759: checking whether ${CC-cc} accepts -g" >&5
     767echo "configure:768: checking whether ${CC-cc} accepts -g" >&5
    759768if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    760769  echo $ac_n "(cached) $ac_c" 1>&6
     
    784793
    785794echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
    786 echo "configure:787: checking how to run the C preprocessor" >&5
     795echo "configure:796: checking how to run the C preprocessor" >&5
    787796# On Suns, sometimes $CPP names a directory.
    788797if test -n "$CPP" && test -d "$CPP"; then
     
    799808  # not just through cpp.
    800809  cat > conftest.$ac_ext <<EOF
    801 #line 802 "configure"
     810#line 811 "configure"
    802811#include "confdefs.h"
    803812#include <assert.h>
     
    805814EOF
    806815ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    807 { (eval echo configure:808: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     816{ (eval echo configure:817: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    808817ac_err=`grep -v '^ *+' conftest.out`
    809818if test -z "$ac_err"; then
     
    816825  CPP="${CC-cc} -E -traditional-cpp"
    817826  cat > conftest.$ac_ext <<EOF
    818 #line 819 "configure"
     827#line 828 "configure"
    819828#include "confdefs.h"
    820829#include <assert.h>
     
    822831EOF
    823832ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    824 { (eval echo configure:825: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     833{ (eval echo configure:834: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    825834ac_err=`grep -v '^ *+' conftest.out`
    826835if test -z "$ac_err"; then
     
    845854
    846855echo $ac_n "checking for AIX""... $ac_c" 1>&6
    847 echo "configure:848: checking for AIX" >&5
     856echo "configure:857: checking for AIX" >&5
    848857cat > conftest.$ac_ext <<EOF
    849 #line 850 "configure"
     858#line 859 "configure"
    850859#include "confdefs.h"
    851860#ifdef _AIX
     
    874883set dummy $ac_prog; ac_word=$2
    875884echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    876 echo "configure:877: checking for $ac_word" >&5
     885echo "configure:886: checking for $ac_word" >&5
    877886if eval "test \"`echo '$''{'ac_cv_prog_PERL'+set}'`\" = set"; then
    878887  echo $ac_n "(cached) $ac_c" 1>&6
     
    903912
    904913echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
    905 echo "configure:906: checking whether ln -s works" >&5
     914echo "configure:915: checking whether ln -s works" >&5
    906915if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
    907916  echo $ac_n "(cached) $ac_c" 1>&6
     
    966975# check for AIX
    967976echo $ac_n "checking whether _AIX is defined""... $ac_c" 1>&6
    968 echo "configure:969: checking whether _AIX is defined" >&5
     977echo "configure:978: checking whether _AIX is defined" >&5
    969978if eval "test \"`echo '$''{'ac_cv_is_aix'+set}'`\" = set"; then
    970979  echo $ac_n "(cached) $ac_c" 1>&6
    971980else
    972981  cat > conftest.$ac_ext <<EOF
    973 #line 974 "configure"
     982#line 983 "configure"
    974983#include "confdefs.h"
    975984#ifdef _AIX
     
    9971006
    9981007echo $ac_n "checking for atof in -lm""... $ac_c" 1>&6
    999 echo "configure:1000: checking for atof in -lm" >&5
     1008echo "configure:1009: checking for atof in -lm" >&5
    10001009ac_lib_var=`echo m'_'atof | sed 'y%./+-%__p_%'`
    10011010if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    10051014LIBS="-lm  $LIBS"
    10061015cat > conftest.$ac_ext <<EOF
    1007 #line 1008 "configure"
     1016#line 1017 "configure"
    10081017#include "confdefs.h"
    10091018/* Override any gcc2 internal prototype to avoid an error.  */
     
    10161025; return 0; }
    10171026EOF
    1018 if { (eval echo configure:1019: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1027if { (eval echo configure:1028: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    10191028  rm -rf conftest*
    10201029  eval "ac_cv_lib_$ac_lib_var=yes"
     
    10441053
    10451054echo $ac_n "checking for socket in -lbsd""... $ac_c" 1>&6
    1046 echo "configure:1047: checking for socket in -lbsd" >&5
     1055echo "configure:1056: checking for socket in -lbsd" >&5
    10471056ac_lib_var=`echo bsd'_'socket | sed 'y%./+-%__p_%'`
    10481057if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    10521061LIBS="-lbsd  $LIBS"
    10531062cat > conftest.$ac_ext <<EOF
    1054 #line 1055 "configure"
     1063#line 1064 "configure"
    10551064#include "confdefs.h"
    10561065/* Override any gcc2 internal prototype to avoid an error.  */
     
    10631072; return 0; }
    10641073EOF
    1065 if { (eval echo configure:1066: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1074if { (eval echo configure:1075: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    10661075  rm -rf conftest*
    10671076  eval "ac_cv_lib_$ac_lib_var=yes"
     
    10911100
    10921101echo $ac_n "checking for listen in -lsocket""... $ac_c" 1>&6
    1093 echo "configure:1094: checking for listen in -lsocket" >&5
     1102echo "configure:1103: checking for listen in -lsocket" >&5
    10941103ac_lib_var=`echo socket'_'listen | sed 'y%./+-%__p_%'`
    10951104if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    10991108LIBS="-lsocket  $LIBS"
    11001109cat > conftest.$ac_ext <<EOF
    1101 #line 1102 "configure"
     1110#line 1111 "configure"
    11021111#include "confdefs.h"
    11031112/* Override any gcc2 internal prototype to avoid an error.  */
     
    11101119; return 0; }
    11111120EOF
    1112 if { (eval echo configure:1113: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1121if { (eval echo configure:1122: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    11131122  rm -rf conftest*
    11141123  eval "ac_cv_lib_$ac_lib_var=yes"
     
    11381147
    11391148echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
    1140 echo "configure:1141: checking for gethostbyname in -lnsl" >&5
     1149echo "configure:1150: checking for gethostbyname in -lnsl" >&5
    11411150ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
    11421151if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    11461155LIBS="-lnsl  $LIBS"
    11471156cat > conftest.$ac_ext <<EOF
    1148 #line 1149 "configure"
     1157#line 1158 "configure"
    11491158#include "confdefs.h"
    11501159/* Override any gcc2 internal prototype to avoid an error.  */
     
    11571166; return 0; }
    11581167EOF
    1159 if { (eval echo configure:1160: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1168if { (eval echo configure:1169: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    11601169  rm -rf conftest*
    11611170  eval "ac_cv_lib_$ac_lib_var=yes"
     
    11851194
    11861195echo $ac_n "checking for mpq_init in -lgmp""... $ac_c" 1>&6
    1187 echo "configure:1188: checking for mpq_init in -lgmp" >&5
     1196echo "configure:1197: checking for mpq_init in -lgmp" >&5
    11881197ac_lib_var=`echo gmp'_'mpq_init | sed 'y%./+-%__p_%'`
    11891198if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    11931202LIBS="-lgmp  $LIBS"
    11941203cat > conftest.$ac_ext <<EOF
    1195 #line 1196 "configure"
     1204#line 1205 "configure"
    11961205#include "confdefs.h"
    11971206/* Override any gcc2 internal prototype to avoid an error.  */
     
    12041213; return 0; }
    12051214EOF
    1206 if { (eval echo configure:1207: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1215if { (eval echo configure:1216: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    12071216  rm -rf conftest*
    12081217  eval "ac_cv_lib_$ac_lib_var=yes"
     
    12321241
    12331242echo $ac_n "checking for mpz_init in -lsmallgmp""... $ac_c" 1>&6
    1234 echo "configure:1235: checking for mpz_init in -lsmallgmp" >&5
     1243echo "configure:1244: checking for mpz_init in -lsmallgmp" >&5
    12351244ac_lib_var=`echo smallgmp'_'mpz_init | sed 'y%./+-%__p_%'`
    12361245if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    12401249LIBS="-lsmallgmp  $LIBS"
    12411250cat > conftest.$ac_ext <<EOF
    1242 #line 1243 "configure"
     1251#line 1252 "configure"
    12431252#include "confdefs.h"
    12441253/* Override any gcc2 internal prototype to avoid an error.  */
     
    12511260; return 0; }
    12521261EOF
    1253 if { (eval echo configure:1254: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1262if { (eval echo configure:1263: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    12541263  rm -rf conftest*
    12551264  eval "ac_cv_lib_$ac_lib_var=yes"
     
    12791288
    12801289echo $ac_n "checking for IMP_PutGmpInt in -lMP""... $ac_c" 1>&6
    1281 echo "configure:1282: checking for IMP_PutGmpInt in -lMP" >&5
     1290echo "configure:1291: checking for IMP_PutGmpInt in -lMP" >&5
    12821291ac_lib_var=`echo MP'_'IMP_PutGmpInt | sed 'y%./+-%__p_%'`
    12831292if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    12871296LIBS="-lMP  $LIBS"
    12881297cat > conftest.$ac_ext <<EOF
    1289 #line 1290 "configure"
     1298#line 1299 "configure"
    12901299#include "confdefs.h"
    12911300/* Override any gcc2 internal prototype to avoid an error.  */
     
    12981307; return 0; }
    12991308EOF
    1300 if { (eval echo configure:1301: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1309if { (eval echo configure:1310: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    13011310  rm -rf conftest*
    13021311  eval "ac_cv_lib_$ac_lib_var=yes"
     
    13261335
    13271336echo $ac_n "checking for MPT_GetTree in -lMPT""... $ac_c" 1>&6
    1328 echo "configure:1329: checking for MPT_GetTree in -lMPT" >&5
     1337echo "configure:1338: checking for MPT_GetTree in -lMPT" >&5
    13291338ac_lib_var=`echo MPT'_'MPT_GetTree | sed 'y%./+-%__p_%'`
    13301339if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    13341343LIBS="-lMPT  $LIBS"
    13351344cat > conftest.$ac_ext <<EOF
    1336 #line 1337 "configure"
     1345#line 1346 "configure"
    13371346#include "confdefs.h"
    13381347/* Override any gcc2 internal prototype to avoid an error.  */
     
    13451354; return 0; }
    13461355EOF
    1347 if { (eval echo configure:1348: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1356if { (eval echo configure:1357: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    13481357  rm -rf conftest*
    13491358  eval "ac_cv_lib_$ac_lib_var=yes"
     
    13731382
    13741383echo $ac_n "checking for atof in -lsingcf""... $ac_c" 1>&6
    1375 echo "configure:1376: checking for atof in -lsingcf" >&5
     1384echo "configure:1385: checking for atof in -lsingcf" >&5
    13761385ac_lib_var=`echo singcf'_'atof | sed 'y%./+-%__p_%'`
    13771386if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    13811390LIBS="-lsingcf  $LIBS"
    13821391cat > conftest.$ac_ext <<EOF
    1383 #line 1384 "configure"
     1392#line 1393 "configure"
    13841393#include "confdefs.h"
    13851394/* Override any gcc2 internal prototype to avoid an error.  */
     
    13921401; return 0; }
    13931402EOF
    1394 if { (eval echo configure:1395: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1403if { (eval echo configure:1404: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    13951404  rm -rf conftest*
    13961405  eval "ac_cv_lib_$ac_lib_var=yes"
     
    14201429
    14211430echo $ac_n "checking for atof in -lsingfac""... $ac_c" 1>&6
    1422 echo "configure:1423: checking for atof in -lsingfac" >&5
     1431echo "configure:1432: checking for atof in -lsingfac" >&5
    14231432ac_lib_var=`echo singfac'_'atof | sed 'y%./+-%__p_%'`
    14241433if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    14281437LIBS="-lsingfac  $LIBS"
    14291438cat > conftest.$ac_ext <<EOF
    1430 #line 1431 "configure"
     1439#line 1440 "configure"
    14311440#include "confdefs.h"
    14321441/* Override any gcc2 internal prototype to avoid an error.  */
     
    14391448; return 0; }
    14401449EOF
    1441 if { (eval echo configure:1442: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1450if { (eval echo configure:1451: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    14421451  rm -rf conftest*
    14431452  eval "ac_cv_lib_$ac_lib_var=yes"
     
    14711480ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    14721481echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    1473 echo "configure:1474: checking for $ac_hdr" >&5
     1482echo "configure:1483: checking for $ac_hdr" >&5
    14741483if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    14751484  echo $ac_n "(cached) $ac_c" 1>&6
    14761485else
    14771486  cat > conftest.$ac_ext <<EOF
    1478 #line 1479 "configure"
     1487#line 1488 "configure"
    14791488#include "confdefs.h"
    14801489#include <$ac_hdr>
    14811490EOF
    14821491ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1483 { (eval echo configure:1484: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1492{ (eval echo configure:1493: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    14841493ac_err=`grep -v '^ *+' conftest.out`
    14851494if test -z "$ac_err"; then
     
    16061615
    16071616echo $ac_n "checking whether to configure and build gmp lib""... $ac_c" 1>&6
    1608 echo "configure:1609: checking whether to configure and build gmp lib" >&5
     1617echo "configure:1618: checking whether to configure and build gmp lib" >&5
    16091618if test "$enable_gmp" != yes && test "$enable_gmp" != no; then
    16101619  if test "$ac_gmp_ok" != yes && test -d gmp; then
     
    16321641
    16331642echo $ac_n "checking whether to configure and build smallgmp lib""... $ac_c" 1>&6
    1634 echo "configure:1635: checking whether to configure and build smallgmp lib" >&5
     1643echo "configure:1644: checking whether to configure and build smallgmp lib" >&5
    16351644if test "$enable_smallgmp" != yes && test "$enable_smallgmp" != no; then
    16361645  if test "$ac_smallgmp_ok" != yes && test "$ac_gmp_ok" != yes && \
     
    16711680
    16721681echo $ac_n "checking whether to configure and build MP lib""... $ac_c" 1>&6
    1673 echo "configure:1674: checking whether to configure and build MP lib" >&5
     1682echo "configure:1683: checking whether to configure and build MP lib" >&5
    16741683if test "$enable_MP" != yes && test "$enable_MP" != no; then
    16751684  if test "$with_MP" != no && test "$ac_MP_ok" != yes && test -d MP && \
     
    17001709 
    17011710echo $ac_n "checking whether to configure and build factory lib""... $ac_c" 1>&6
    1702 echo "configure:1703: checking whether to configure and build factory lib" >&5
     1711echo "configure:1712: checking whether to configure and build factory lib" >&5
    17031712if test "$enable_factory" != yes && test "$enable_factory" != no; then
    17041713  if test "$with_factory" != no && test "$ac_factory_ok" != yes && \
     
    17251734
    17261735echo $ac_n "checking whether to configure and build libfac lib""... $ac_c" 1>&6
    1727 echo "configure:1728: checking whether to configure and build libfac lib" >&5
     1736echo "configure:1737: checking whether to configure and build libfac lib" >&5
    17281737if test "$enable_libfac" != yes && test "$enable_libfac" != no; then
    17291738  if test "$with_libfac" != no && test "$ac_libfac_ok" != yes && \
     
    17551764
    17561765echo $ac_n "checking whether to configure and build sgroup lib""... $ac_c" 1>&6
    1757 echo "configure:1758: checking whether to configure and build sgroup lib" >&5
     1766echo "configure:1767: checking whether to configure and build sgroup lib" >&5
    17581767if test "$enable_sgroup" != yes && test "$enable_sgroup" != no; then
    17591768  if test "$with_sgroup" != no && test "$ac_sgroup_ok" != yes && \
     
    17851794
    17861795echo $ac_n "checking whether to configure and build Singular""... $ac_c" 1>&6
    1787 echo "configure:1788: checking whether to configure and build Singular" >&5
     1796echo "configure:1797: checking whether to configure and build Singular" >&5
    17881797if test "$enable_Singular" != yes && test "$enable_Singular" != no; then
    17891798  if test "$with_Singular" != no && test -d Singular; then
     
    18101819
    18111820echo $ac_n "checking which apint package to use""... $ac_c" 1>&6
    1812 echo "configure:1813: checking which apint package to use" >&5
     1821echo "configure:1822: checking which apint package to use" >&5
    18131822if test "$with_apint" = gmp; then
    18141823  if test "$ac_gmp_ok" = yes || test "$enable_gmp" = yes; then
     
    18341843
    18351844echo $ac_n "checking whether to use with MP""... $ac_c" 1>&6
    1836 echo "configure:1837: checking whether to use with MP" >&5
     1845echo "configure:1846: checking whether to use with MP" >&5
    18371846if test "$with_MP" = yes; then
    18381847  if test "$ac_MP_ok" = yes || test "$enable_MP" = yes; then
     
    18531862
    18541863echo $ac_n "checking whether to use with factory""... $ac_c" 1>&6
    1855 echo "configure:1856: checking whether to use with factory" >&5
     1864echo "configure:1865: checking whether to use with factory" >&5
    18561865if test "$with_factory" = yes; then
    18571866  if test "$ac_factory_ok" = yes || test "$enable_factory" = yes; then
     
    18721881 
    18731882echo $ac_n "checking whether to use with libfac""... $ac_c" 1>&6
    1874 echo "configure:1875: checking whether to use with libfac" >&5
     1883echo "configure:1884: checking whether to use with libfac" >&5
    18751884if test "$with_libfac" = yes; then
    18761885  if test "$ac_libfac_ok" = yes || test "$enable_libfac" = yes; then
     
    18911900
    18921901echo $ac_n "checking whether to use with Singular""... $ac_c" 1>&6
    1893 echo "configure:1894: checking whether to use with Singular" >&5
     1902echo "configure:1903: checking whether to use with Singular" >&5
    18941903if test "$with_Singular" != no && test "$with_Singular" != yes; then
    18951904  if test "$enable_Singular" = yes; then
     
    19391948
    19401949echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
    1941 echo "configure:1942: checking whether ${MAKE-make} sets \${MAKE}" >&5
     1950echo "configure:1951: checking whether ${MAKE-make} sets \${MAKE}" >&5
    19421951set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
    19431952if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
Note: See TracChangeset for help on using the changeset viewer.