Changeset aa76e7 in git


Ignore:
Timestamp:
Mar 19, 1999, 10:43:03 AM (25 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
3cddb16f4205efca65bdc1ef024f43dbbb4b7819
Parents:
141634b0229ff243d4914e063fad330d4a4a730e
Message:
*hannes: added module mpr


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

Legend:

Unmodified
Added
Removed
  • configure

    r141634b raa76e7  
    565565
    566566OUTPUT_MAKEFILES="Makefile doc/Makefile"
     567if test -d "mpr"; then
     568   OUTPUT_MAKEFILES=$OUTPUT_MAKEFILES" mpr/Makefile"
     569fi
    567570if test -d "rpm"; then
    568571   OUTPUT_MAKEFILES=$OUTPUT_MAKEFILES" rpm/Makefile"
     
    577580
    578581echo $ac_n "checking uname for singular""... $ac_c" 1>&6
    579 echo "configure:580: checking uname for singular" >&5
     582echo "configure:583: checking uname for singular" >&5
    580583if eval "test \"`echo '$''{'ac_cv_singuname'+set}'`\" = set"; then
    581584  echo $ac_n "(cached) $ac_c" 1>&6
     
    620623set dummy gcc; ac_word=$2
    621624echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    622 echo "configure:623: checking for $ac_word" >&5
     625echo "configure:626: checking for $ac_word" >&5
    623626if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    624627  echo $ac_n "(cached) $ac_c" 1>&6
     
    649652set dummy cc; ac_word=$2
    650653echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    651 echo "configure:652: checking for $ac_word" >&5
     654echo "configure:655: checking for $ac_word" >&5
    652655if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    653656  echo $ac_n "(cached) $ac_c" 1>&6
     
    697700
    698701echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    699 echo "configure:700: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
     702echo "configure:703: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
    700703
    701704ac_ext=c
     
    707710
    708711cat > conftest.$ac_ext <<EOF
    709 #line 710 "configure"
     712#line 713 "configure"
    710713#include "confdefs.h"
    711714main(){return(0);}
    712715EOF
    713 if { (eval echo configure:714: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     716if { (eval echo configure:717: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    714717  ac_cv_prog_cc_works=yes
    715718  # If we can't run a trivial program, we are probably using a cross compiler.
     
    731734fi
    732735echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    733 echo "configure:734: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
     736echo "configure:737: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
    734737echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
    735738cross_compiling=$ac_cv_prog_cc_cross
    736739
    737740echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
    738 echo "configure:739: checking whether we are using GNU C" >&5
     741echo "configure:742: checking whether we are using GNU C" >&5
    739742if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    740743  echo $ac_n "(cached) $ac_c" 1>&6
     
    745748#endif
    746749EOF
    747 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:748: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     750if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:751: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    748751  ac_cv_prog_gcc=yes
    749752else
     
    760763  CFLAGS=
    761764  echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
    762 echo "configure:763: checking whether ${CC-cc} accepts -g" >&5
     765echo "configure:766: checking whether ${CC-cc} accepts -g" >&5
    763766if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    764767  echo $ac_n "(cached) $ac_c" 1>&6
     
    788791
    789792echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
    790 echo "configure:791: checking how to run the C preprocessor" >&5
     793echo "configure:794: checking how to run the C preprocessor" >&5
    791794# On Suns, sometimes $CPP names a directory.
    792795if test -n "$CPP" && test -d "$CPP"; then
     
    803806  # not just through cpp.
    804807  cat > conftest.$ac_ext <<EOF
    805 #line 806 "configure"
     808#line 809 "configure"
    806809#include "confdefs.h"
    807810#include <assert.h>
     
    809812EOF
    810813ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    811 { (eval echo configure:812: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     814{ (eval echo configure:815: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    812815ac_err=`grep -v '^ *+' conftest.out`
    813816if test -z "$ac_err"; then
     
    820823  CPP="${CC-cc} -E -traditional-cpp"
    821824  cat > conftest.$ac_ext <<EOF
    822 #line 823 "configure"
     825#line 826 "configure"
    823826#include "confdefs.h"
    824827#include <assert.h>
     
    826829EOF
    827830ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    828 { (eval echo configure:829: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     831{ (eval echo configure:832: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    829832ac_err=`grep -v '^ *+' conftest.out`
    830833if test -z "$ac_err"; then
     
    849852
    850853echo $ac_n "checking for AIX""... $ac_c" 1>&6
    851 echo "configure:852: checking for AIX" >&5
     854echo "configure:855: checking for AIX" >&5
    852855cat > conftest.$ac_ext <<EOF
    853 #line 854 "configure"
     856#line 857 "configure"
    854857#include "confdefs.h"
    855858#ifdef _AIX
     
    878881set dummy $ac_prog; ac_word=$2
    879882echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    880 echo "configure:881: checking for $ac_word" >&5
     883echo "configure:884: checking for $ac_word" >&5
    881884if eval "test \"`echo '$''{'ac_cv_prog_PERL'+set}'`\" = set"; then
    882885  echo $ac_n "(cached) $ac_c" 1>&6
     
    907910
    908911echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
    909 echo "configure:910: checking whether ln -s works" >&5
     912echo "configure:913: checking whether ln -s works" >&5
    910913if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
    911914  echo $ac_n "(cached) $ac_c" 1>&6
     
    970973# check for AIX
    971974echo $ac_n "checking whether _AIX is defined""... $ac_c" 1>&6
    972 echo "configure:973: checking whether _AIX is defined" >&5
     975echo "configure:976: checking whether _AIX is defined" >&5
    973976if eval "test \"`echo '$''{'ac_cv_is_aix'+set}'`\" = set"; then
    974977  echo $ac_n "(cached) $ac_c" 1>&6
    975978else
    976979  cat > conftest.$ac_ext <<EOF
    977 #line 978 "configure"
     980#line 981 "configure"
    978981#include "confdefs.h"
    979982#ifdef _AIX
     
    10011004
    10021005echo $ac_n "checking for atof in -lm""... $ac_c" 1>&6
    1003 echo "configure:1004: checking for atof in -lm" >&5
     1006echo "configure:1007: checking for atof in -lm" >&5
    10041007ac_lib_var=`echo m'_'atof | sed 'y%./+-%__p_%'`
    10051008if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    10091012LIBS="-lm  $LIBS"
    10101013cat > conftest.$ac_ext <<EOF
    1011 #line 1012 "configure"
     1014#line 1015 "configure"
    10121015#include "confdefs.h"
    10131016/* Override any gcc2 internal prototype to avoid an error.  */
     
    10201023; return 0; }
    10211024EOF
    1022 if { (eval echo configure:1023: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1025if { (eval echo configure:1026: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    10231026  rm -rf conftest*
    10241027  eval "ac_cv_lib_$ac_lib_var=yes"
     
    10481051
    10491052echo $ac_n "checking for socket in -lbsd""... $ac_c" 1>&6
    1050 echo "configure:1051: checking for socket in -lbsd" >&5
     1053echo "configure:1054: checking for socket in -lbsd" >&5
    10511054ac_lib_var=`echo bsd'_'socket | sed 'y%./+-%__p_%'`
    10521055if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    10561059LIBS="-lbsd  $LIBS"
    10571060cat > conftest.$ac_ext <<EOF
    1058 #line 1059 "configure"
     1061#line 1062 "configure"
    10591062#include "confdefs.h"
    10601063/* Override any gcc2 internal prototype to avoid an error.  */
     
    10671070; return 0; }
    10681071EOF
    1069 if { (eval echo configure:1070: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1072if { (eval echo configure:1073: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    10701073  rm -rf conftest*
    10711074  eval "ac_cv_lib_$ac_lib_var=yes"
     
    10951098
    10961099echo $ac_n "checking for listen in -lsocket""... $ac_c" 1>&6
    1097 echo "configure:1098: checking for listen in -lsocket" >&5
     1100echo "configure:1101: checking for listen in -lsocket" >&5
    10981101ac_lib_var=`echo socket'_'listen | sed 'y%./+-%__p_%'`
    10991102if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    11031106LIBS="-lsocket  $LIBS"
    11041107cat > conftest.$ac_ext <<EOF
    1105 #line 1106 "configure"
     1108#line 1109 "configure"
    11061109#include "confdefs.h"
    11071110/* Override any gcc2 internal prototype to avoid an error.  */
     
    11141117; return 0; }
    11151118EOF
    1116 if { (eval echo configure:1117: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1119if { (eval echo configure:1120: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    11171120  rm -rf conftest*
    11181121  eval "ac_cv_lib_$ac_lib_var=yes"
     
    11421145
    11431146echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
    1144 echo "configure:1145: checking for gethostbyname in -lnsl" >&5
     1147echo "configure:1148: checking for gethostbyname in -lnsl" >&5
    11451148ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
    11461149if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    11501153LIBS="-lnsl  $LIBS"
    11511154cat > conftest.$ac_ext <<EOF
    1152 #line 1153 "configure"
     1155#line 1156 "configure"
    11531156#include "confdefs.h"
    11541157/* Override any gcc2 internal prototype to avoid an error.  */
     
    11611164; return 0; }
    11621165EOF
    1163 if { (eval echo configure:1164: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1166if { (eval echo configure:1167: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    11641167  rm -rf conftest*
    11651168  eval "ac_cv_lib_$ac_lib_var=yes"
     
    11891192
    11901193echo $ac_n "checking for mpq_init in -lgmp""... $ac_c" 1>&6
    1191 echo "configure:1192: checking for mpq_init in -lgmp" >&5
     1194echo "configure:1195: checking for mpq_init in -lgmp" >&5
    11921195ac_lib_var=`echo gmp'_'mpq_init | sed 'y%./+-%__p_%'`
    11931196if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    11971200LIBS="-lgmp  $LIBS"
    11981201cat > conftest.$ac_ext <<EOF
    1199 #line 1200 "configure"
     1202#line 1203 "configure"
    12001203#include "confdefs.h"
    12011204/* Override any gcc2 internal prototype to avoid an error.  */
     
    12081211; return 0; }
    12091212EOF
    1210 if { (eval echo configure:1211: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1213if { (eval echo configure:1214: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    12111214  rm -rf conftest*
    12121215  eval "ac_cv_lib_$ac_lib_var=yes"
     
    12361239
    12371240echo $ac_n "checking for mpz_init in -lsmallgmp""... $ac_c" 1>&6
    1238 echo "configure:1239: checking for mpz_init in -lsmallgmp" >&5
     1241echo "configure:1242: checking for mpz_init in -lsmallgmp" >&5
    12391242ac_lib_var=`echo smallgmp'_'mpz_init | sed 'y%./+-%__p_%'`
    12401243if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    12441247LIBS="-lsmallgmp  $LIBS"
    12451248cat > conftest.$ac_ext <<EOF
    1246 #line 1247 "configure"
     1249#line 1250 "configure"
    12471250#include "confdefs.h"
    12481251/* Override any gcc2 internal prototype to avoid an error.  */
     
    12551258; return 0; }
    12561259EOF
    1257 if { (eval echo configure:1258: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1260if { (eval echo configure:1261: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    12581261  rm -rf conftest*
    12591262  eval "ac_cv_lib_$ac_lib_var=yes"
     
    12831286
    12841287echo $ac_n "checking for IMP_PutGmpInt in -lMP""... $ac_c" 1>&6
    1285 echo "configure:1286: checking for IMP_PutGmpInt in -lMP" >&5
     1288echo "configure:1289: checking for IMP_PutGmpInt in -lMP" >&5
    12861289ac_lib_var=`echo MP'_'IMP_PutGmpInt | sed 'y%./+-%__p_%'`
    12871290if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    12911294LIBS="-lMP  $LIBS"
    12921295cat > conftest.$ac_ext <<EOF
    1293 #line 1294 "configure"
     1296#line 1297 "configure"
    12941297#include "confdefs.h"
    12951298/* Override any gcc2 internal prototype to avoid an error.  */
     
    13021305; return 0; }
    13031306EOF
    1304 if { (eval echo configure:1305: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1307if { (eval echo configure:1308: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    13051308  rm -rf conftest*
    13061309  eval "ac_cv_lib_$ac_lib_var=yes"
     
    13301333
    13311334echo $ac_n "checking for MPT_GetTree in -lMPT""... $ac_c" 1>&6
    1332 echo "configure:1333: checking for MPT_GetTree in -lMPT" >&5
     1335echo "configure:1336: checking for MPT_GetTree in -lMPT" >&5
    13331336ac_lib_var=`echo MPT'_'MPT_GetTree | sed 'y%./+-%__p_%'`
    13341337if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    13381341LIBS="-lMPT  $LIBS"
    13391342cat > conftest.$ac_ext <<EOF
    1340 #line 1341 "configure"
     1343#line 1344 "configure"
    13411344#include "confdefs.h"
    13421345/* Override any gcc2 internal prototype to avoid an error.  */
     
    13491352; return 0; }
    13501353EOF
    1351 if { (eval echo configure:1352: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1354if { (eval echo configure:1355: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    13521355  rm -rf conftest*
    13531356  eval "ac_cv_lib_$ac_lib_var=yes"
     
    13771380
    13781381echo $ac_n "checking for atof in -lsingcf""... $ac_c" 1>&6
    1379 echo "configure:1380: checking for atof in -lsingcf" >&5
     1382echo "configure:1383: checking for atof in -lsingcf" >&5
    13801383ac_lib_var=`echo singcf'_'atof | sed 'y%./+-%__p_%'`
    13811384if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    13851388LIBS="-lsingcf  $LIBS"
    13861389cat > conftest.$ac_ext <<EOF
    1387 #line 1388 "configure"
     1390#line 1391 "configure"
    13881391#include "confdefs.h"
    13891392/* Override any gcc2 internal prototype to avoid an error.  */
     
    13961399; return 0; }
    13971400EOF
    1398 if { (eval echo configure:1399: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1401if { (eval echo configure:1402: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    13991402  rm -rf conftest*
    14001403  eval "ac_cv_lib_$ac_lib_var=yes"
     
    14241427
    14251428echo $ac_n "checking for atof in -lsingfac""... $ac_c" 1>&6
    1426 echo "configure:1427: checking for atof in -lsingfac" >&5
     1429echo "configure:1430: checking for atof in -lsingfac" >&5
    14271430ac_lib_var=`echo singfac'_'atof | sed 'y%./+-%__p_%'`
    14281431if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    14321435LIBS="-lsingfac  $LIBS"
    14331436cat > conftest.$ac_ext <<EOF
    1434 #line 1435 "configure"
     1437#line 1438 "configure"
    14351438#include "confdefs.h"
    14361439/* Override any gcc2 internal prototype to avoid an error.  */
     
    14431446; return 0; }
    14441447EOF
    1445 if { (eval echo configure:1446: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1448if { (eval echo configure:1449: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    14461449  rm -rf conftest*
    14471450  eval "ac_cv_lib_$ac_lib_var=yes"
     
    14751478ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    14761479echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    1477 echo "configure:1478: checking for $ac_hdr" >&5
     1480echo "configure:1481: checking for $ac_hdr" >&5
    14781481if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    14791482  echo $ac_n "(cached) $ac_c" 1>&6
    14801483else
    14811484  cat > conftest.$ac_ext <<EOF
    1482 #line 1483 "configure"
     1485#line 1486 "configure"
    14831486#include "confdefs.h"
    14841487#include <$ac_hdr>
    14851488EOF
    14861489ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1487 { (eval echo configure:1488: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1490{ (eval echo configure:1491: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    14881491ac_err=`grep -v '^ *+' conftest.out`
    14891492if test -z "$ac_err"; then
     
    16101613
    16111614echo $ac_n "checking whether to configure and build gmp lib""... $ac_c" 1>&6
    1612 echo "configure:1613: checking whether to configure and build gmp lib" >&5
     1615echo "configure:1616: checking whether to configure and build gmp lib" >&5
    16131616if test "$enable_gmp" != yes && test "$enable_gmp" != no; then
    16141617  if test "$ac_gmp_ok" != yes && test -d gmp; then
     
    16361639
    16371640echo $ac_n "checking whether to configure and build smallgmp lib""... $ac_c" 1>&6
    1638 echo "configure:1639: checking whether to configure and build smallgmp lib" >&5
     1641echo "configure:1642: checking whether to configure and build smallgmp lib" >&5
    16391642if test "$enable_smallgmp" != yes && test "$enable_smallgmp" != no; then
    16401643  if test "$ac_smallgmp_ok" != yes && test "$ac_gmp_ok" != yes && \
     
    16751678
    16761679echo $ac_n "checking whether to configure and build MP lib""... $ac_c" 1>&6
    1677 echo "configure:1678: checking whether to configure and build MP lib" >&5
     1680echo "configure:1681: checking whether to configure and build MP lib" >&5
    16781681if test "$enable_MP" != yes && test "$enable_MP" != no; then
    16791682  if test "$with_MP" != no && test "$ac_MP_ok" != yes && test -d MP && \
     
    17041707 
    17051708echo $ac_n "checking whether to configure and build factory lib""... $ac_c" 1>&6
    1706 echo "configure:1707: checking whether to configure and build factory lib" >&5
     1709echo "configure:1710: checking whether to configure and build factory lib" >&5
    17071710if test "$enable_factory" != yes && test "$enable_factory" != no; then
    17081711  if test "$with_factory" != no && test "$ac_factory_ok" != yes && \
     
    17291732
    17301733echo $ac_n "checking whether to configure and build libfac lib""... $ac_c" 1>&6
    1731 echo "configure:1732: checking whether to configure and build libfac lib" >&5
     1734echo "configure:1735: checking whether to configure and build libfac lib" >&5
    17321735if test "$enable_libfac" != yes && test "$enable_libfac" != no; then
    17331736  if test "$with_libfac" != no && test "$ac_libfac_ok" != yes && \
     
    17591762
    17601763echo $ac_n "checking whether to configure and build sgroup lib""... $ac_c" 1>&6
    1761 echo "configure:1762: checking whether to configure and build sgroup lib" >&5
     1764echo "configure:1765: checking whether to configure and build sgroup lib" >&5
    17621765if test "$enable_sgroup" != yes && test "$enable_sgroup" != no; then
    17631766  if test "$with_sgroup" != no && test "$ac_sgroup_ok" != yes && \
     
    17891792
    17901793echo $ac_n "checking whether to configure and build Singular""... $ac_c" 1>&6
    1791 echo "configure:1792: checking whether to configure and build Singular" >&5
     1794echo "configure:1795: checking whether to configure and build Singular" >&5
    17921795if test "$enable_Singular" != yes && test "$enable_Singular" != no; then
    17931796  if test "$with_Singular" != no && test -d Singular; then
     
    18141817
    18151818echo $ac_n "checking which apint package to use""... $ac_c" 1>&6
    1816 echo "configure:1817: checking which apint package to use" >&5
     1819echo "configure:1820: checking which apint package to use" >&5
    18171820if test "$with_apint" = gmp; then
    18181821  if test "$ac_gmp_ok" = yes || test "$enable_gmp" = yes; then
     
    18381841
    18391842echo $ac_n "checking whether to use with MP""... $ac_c" 1>&6
    1840 echo "configure:1841: checking whether to use with MP" >&5
     1843echo "configure:1844: checking whether to use with MP" >&5
    18411844if test "$with_MP" = yes; then
    18421845  if test "$ac_MP_ok" = yes || test "$enable_MP" = yes; then
     
    18571860
    18581861echo $ac_n "checking whether to use with factory""... $ac_c" 1>&6
    1859 echo "configure:1860: checking whether to use with factory" >&5
     1862echo "configure:1863: checking whether to use with factory" >&5
    18601863if test "$with_factory" = yes; then
    18611864  if test "$ac_factory_ok" = yes || test "$enable_factory" = yes; then
     
    18761879 
    18771880echo $ac_n "checking whether to use with libfac""... $ac_c" 1>&6
    1878 echo "configure:1879: checking whether to use with libfac" >&5
     1881echo "configure:1882: checking whether to use with libfac" >&5
    18791882if test "$with_libfac" = yes; then
    18801883  if test "$ac_libfac_ok" = yes || test "$enable_libfac" = yes; then
     
    18951898
    18961899echo $ac_n "checking whether to use with Singular""... $ac_c" 1>&6
    1897 echo "configure:1898: checking whether to use with Singular" >&5
     1900echo "configure:1901: checking whether to use with Singular" >&5
    18981901if test "$with_Singular" != no && test "$with_Singular" != yes; then
    18991902  if test "$enable_Singular" = yes; then
     
    19401943  SUBDIRS="$SUBDIRS rpm"
    19411944fi
     1945if test -d mpr; then
     1946  CONFIG_SUBDIRS="$CONFIG_SUBDIRS mpr"
     1947  SUBDIRS="$SUBDIRS mpr"
     1948fi
    19421949 
    19431950
    19441951echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
    1945 echo "configure:1946: checking whether ${MAKE-make} sets \${MAKE}" >&5
     1952echo "configure:1953: checking whether ${MAKE-make} sets \${MAKE}" >&5
    19461953set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
    19471954if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
  • configure.in

    r141634b raa76e7  
    33AC_PREFIX_DEFAULT(`pwd`)
    44OUTPUT_MAKEFILES="Makefile doc/Makefile"
     5if test -d "mpr"; then
     6   OUTPUT_MAKEFILES=$OUTPUT_MAKEFILES" mpr/Makefile"
     7fi
    58if test -d "rpm"; then
    69   OUTPUT_MAKEFILES=$OUTPUT_MAKEFILES" rpm/Makefile"
     
    540543  SUBDIRS="$SUBDIRS rpm"
    541544fi
     545if test -d mpr; then
     546  CONFIG_SUBDIRS="$CONFIG_SUBDIRS mpr"
     547  SUBDIRS="$SUBDIRS mpr"
     548fi
    542549 
    543550
Note: See TracChangeset for help on using the changeset viewer.