Changeset aa76e7 in git
- Timestamp:
- Mar 19, 1999, 10:43:03 AM (25 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 3cddb16f4205efca65bdc1ef024f43dbbb4b7819
- Parents:
- 141634b0229ff243d4914e063fad330d4a4a730e
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
r141634b raa76e7 565 565 566 566 OUTPUT_MAKEFILES="Makefile doc/Makefile" 567 if test -d "mpr"; then 568 OUTPUT_MAKEFILES=$OUTPUT_MAKEFILES" mpr/Makefile" 569 fi 567 570 if test -d "rpm"; then 568 571 OUTPUT_MAKEFILES=$OUTPUT_MAKEFILES" rpm/Makefile" … … 577 580 578 581 echo $ac_n "checking uname for singular""... $ac_c" 1>&6 579 echo "configure:58 0: checking uname for singular" >&5582 echo "configure:583: checking uname for singular" >&5 580 583 if eval "test \"`echo '$''{'ac_cv_singuname'+set}'`\" = set"; then 581 584 echo $ac_n "(cached) $ac_c" 1>&6 … … 620 623 set dummy gcc; ac_word=$2 621 624 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 622 echo "configure:62 3: checking for $ac_word" >&5625 echo "configure:626: checking for $ac_word" >&5 623 626 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 624 627 echo $ac_n "(cached) $ac_c" 1>&6 … … 649 652 set dummy cc; ac_word=$2 650 653 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 651 echo "configure:65 2: checking for $ac_word" >&5654 echo "configure:655: checking for $ac_word" >&5 652 655 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 653 656 echo $ac_n "(cached) $ac_c" 1>&6 … … 697 700 698 701 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 699 echo "configure:70 0: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5702 echo "configure:703: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 700 703 701 704 ac_ext=c … … 707 710 708 711 cat > conftest.$ac_ext <<EOF 709 #line 71 0"configure"712 #line 713 "configure" 710 713 #include "confdefs.h" 711 714 main(){return(0);} 712 715 EOF 713 if { (eval echo configure:71 4: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then716 if { (eval echo configure:717: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 714 717 ac_cv_prog_cc_works=yes 715 718 # If we can't run a trivial program, we are probably using a cross compiler. … … 731 734 fi 732 735 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 733 echo "configure:73 4: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5736 echo "configure:737: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 734 737 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 735 738 cross_compiling=$ac_cv_prog_cc_cross 736 739 737 740 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 738 echo "configure:7 39: checking whether we are using GNU C" >&5741 echo "configure:742: checking whether we are using GNU C" >&5 739 742 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 740 743 echo $ac_n "(cached) $ac_c" 1>&6 … … 745 748 #endif 746 749 EOF 747 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:7 48: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then750 if { 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 748 751 ac_cv_prog_gcc=yes 749 752 else … … 760 763 CFLAGS= 761 764 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 762 echo "configure:76 3: checking whether ${CC-cc} accepts -g" >&5765 echo "configure:766: checking whether ${CC-cc} accepts -g" >&5 763 766 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 764 767 echo $ac_n "(cached) $ac_c" 1>&6 … … 788 791 789 792 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 790 echo "configure:79 1: checking how to run the C preprocessor" >&5793 echo "configure:794: checking how to run the C preprocessor" >&5 791 794 # On Suns, sometimes $CPP names a directory. 792 795 if test -n "$CPP" && test -d "$CPP"; then … … 803 806 # not just through cpp. 804 807 cat > conftest.$ac_ext <<EOF 805 #line 80 6"configure"808 #line 809 "configure" 806 809 #include "confdefs.h" 807 810 #include <assert.h> … … 809 812 EOF 810 813 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 811 { (eval echo configure:81 2: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }814 { (eval echo configure:815: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 812 815 ac_err=`grep -v '^ *+' conftest.out` 813 816 if test -z "$ac_err"; then … … 820 823 CPP="${CC-cc} -E -traditional-cpp" 821 824 cat > conftest.$ac_ext <<EOF 822 #line 82 3"configure"825 #line 826 "configure" 823 826 #include "confdefs.h" 824 827 #include <assert.h> … … 826 829 EOF 827 830 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 828 { (eval echo configure:8 29: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }831 { (eval echo configure:832: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 829 832 ac_err=`grep -v '^ *+' conftest.out` 830 833 if test -z "$ac_err"; then … … 849 852 850 853 echo $ac_n "checking for AIX""... $ac_c" 1>&6 851 echo "configure:85 2: checking for AIX" >&5854 echo "configure:855: checking for AIX" >&5 852 855 cat > conftest.$ac_ext <<EOF 853 #line 85 4"configure"856 #line 857 "configure" 854 857 #include "confdefs.h" 855 858 #ifdef _AIX … … 878 881 set dummy $ac_prog; ac_word=$2 879 882 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 880 echo "configure:88 1: checking for $ac_word" >&5883 echo "configure:884: checking for $ac_word" >&5 881 884 if eval "test \"`echo '$''{'ac_cv_prog_PERL'+set}'`\" = set"; then 882 885 echo $ac_n "(cached) $ac_c" 1>&6 … … 907 910 908 911 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6 909 echo "configure:91 0: checking whether ln -s works" >&5912 echo "configure:913: checking whether ln -s works" >&5 910 913 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then 911 914 echo $ac_n "(cached) $ac_c" 1>&6 … … 970 973 # check for AIX 971 974 echo $ac_n "checking whether _AIX is defined""... $ac_c" 1>&6 972 echo "configure:97 3: checking whether _AIX is defined" >&5975 echo "configure:976: checking whether _AIX is defined" >&5 973 976 if eval "test \"`echo '$''{'ac_cv_is_aix'+set}'`\" = set"; then 974 977 echo $ac_n "(cached) $ac_c" 1>&6 975 978 else 976 979 cat > conftest.$ac_ext <<EOF 977 #line 9 78"configure"980 #line 981 "configure" 978 981 #include "confdefs.h" 979 982 #ifdef _AIX … … 1001 1004 1002 1005 echo $ac_n "checking for atof in -lm""... $ac_c" 1>&6 1003 echo "configure:100 4: checking for atof in -lm" >&51006 echo "configure:1007: checking for atof in -lm" >&5 1004 1007 ac_lib_var=`echo m'_'atof | sed 'y%./+-%__p_%'` 1005 1008 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1009 1012 LIBS="-lm $LIBS" 1010 1013 cat > conftest.$ac_ext <<EOF 1011 #line 101 2"configure"1014 #line 1015 "configure" 1012 1015 #include "confdefs.h" 1013 1016 /* Override any gcc2 internal prototype to avoid an error. */ … … 1020 1023 ; return 0; } 1021 1024 EOF 1022 if { (eval echo configure:102 3: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then1025 if { (eval echo configure:1026: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 1023 1026 rm -rf conftest* 1024 1027 eval "ac_cv_lib_$ac_lib_var=yes" … … 1048 1051 1049 1052 echo $ac_n "checking for socket in -lbsd""... $ac_c" 1>&6 1050 echo "configure:105 1: checking for socket in -lbsd" >&51053 echo "configure:1054: checking for socket in -lbsd" >&5 1051 1054 ac_lib_var=`echo bsd'_'socket | sed 'y%./+-%__p_%'` 1052 1055 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1056 1059 LIBS="-lbsd $LIBS" 1057 1060 cat > conftest.$ac_ext <<EOF 1058 #line 10 59"configure"1061 #line 1062 "configure" 1059 1062 #include "confdefs.h" 1060 1063 /* Override any gcc2 internal prototype to avoid an error. */ … … 1067 1070 ; return 0; } 1068 1071 EOF 1069 if { (eval echo configure:107 0: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then1072 if { (eval echo configure:1073: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 1070 1073 rm -rf conftest* 1071 1074 eval "ac_cv_lib_$ac_lib_var=yes" … … 1095 1098 1096 1099 echo $ac_n "checking for listen in -lsocket""... $ac_c" 1>&6 1097 echo "configure:1 098: checking for listen in -lsocket" >&51100 echo "configure:1101: checking for listen in -lsocket" >&5 1098 1101 ac_lib_var=`echo socket'_'listen | sed 'y%./+-%__p_%'` 1099 1102 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1103 1106 LIBS="-lsocket $LIBS" 1104 1107 cat > conftest.$ac_ext <<EOF 1105 #line 110 6"configure"1108 #line 1109 "configure" 1106 1109 #include "confdefs.h" 1107 1110 /* Override any gcc2 internal prototype to avoid an error. */ … … 1114 1117 ; return 0; } 1115 1118 EOF 1116 if { (eval echo configure:11 17: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then1119 if { (eval echo configure:1120: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 1117 1120 rm -rf conftest* 1118 1121 eval "ac_cv_lib_$ac_lib_var=yes" … … 1142 1145 1143 1146 echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6 1144 echo "configure:114 5: checking for gethostbyname in -lnsl" >&51147 echo "configure:1148: checking for gethostbyname in -lnsl" >&5 1145 1148 ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'` 1146 1149 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1150 1153 LIBS="-lnsl $LIBS" 1151 1154 cat > conftest.$ac_ext <<EOF 1152 #line 115 3"configure"1155 #line 1156 "configure" 1153 1156 #include "confdefs.h" 1154 1157 /* Override any gcc2 internal prototype to avoid an error. */ … … 1161 1164 ; return 0; } 1162 1165 EOF 1163 if { (eval echo configure:116 4: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then1166 if { (eval echo configure:1167: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 1164 1167 rm -rf conftest* 1165 1168 eval "ac_cv_lib_$ac_lib_var=yes" … … 1189 1192 1190 1193 echo $ac_n "checking for mpq_init in -lgmp""... $ac_c" 1>&6 1191 echo "configure:119 2: checking for mpq_init in -lgmp" >&51194 echo "configure:1195: checking for mpq_init in -lgmp" >&5 1192 1195 ac_lib_var=`echo gmp'_'mpq_init | sed 'y%./+-%__p_%'` 1193 1196 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1197 1200 LIBS="-lgmp $LIBS" 1198 1201 cat > conftest.$ac_ext <<EOF 1199 #line 120 0"configure"1202 #line 1203 "configure" 1200 1203 #include "confdefs.h" 1201 1204 /* Override any gcc2 internal prototype to avoid an error. */ … … 1208 1211 ; return 0; } 1209 1212 EOF 1210 if { (eval echo configure:121 1: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then1213 if { (eval echo configure:1214: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 1211 1214 rm -rf conftest* 1212 1215 eval "ac_cv_lib_$ac_lib_var=yes" … … 1236 1239 1237 1240 echo $ac_n "checking for mpz_init in -lsmallgmp""... $ac_c" 1>&6 1238 echo "configure:12 39: checking for mpz_init in -lsmallgmp" >&51241 echo "configure:1242: checking for mpz_init in -lsmallgmp" >&5 1239 1242 ac_lib_var=`echo smallgmp'_'mpz_init | sed 'y%./+-%__p_%'` 1240 1243 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1244 1247 LIBS="-lsmallgmp $LIBS" 1245 1248 cat > conftest.$ac_ext <<EOF 1246 #line 12 47"configure"1249 #line 1250 "configure" 1247 1250 #include "confdefs.h" 1248 1251 /* Override any gcc2 internal prototype to avoid an error. */ … … 1255 1258 ; return 0; } 1256 1259 EOF 1257 if { (eval echo configure:12 58: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then1260 if { (eval echo configure:1261: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 1258 1261 rm -rf conftest* 1259 1262 eval "ac_cv_lib_$ac_lib_var=yes" … … 1283 1286 1284 1287 echo $ac_n "checking for IMP_PutGmpInt in -lMP""... $ac_c" 1>&6 1285 echo "configure:128 6: checking for IMP_PutGmpInt in -lMP" >&51288 echo "configure:1289: checking for IMP_PutGmpInt in -lMP" >&5 1286 1289 ac_lib_var=`echo MP'_'IMP_PutGmpInt | sed 'y%./+-%__p_%'` 1287 1290 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1291 1294 LIBS="-lMP $LIBS" 1292 1295 cat > conftest.$ac_ext <<EOF 1293 #line 129 4"configure"1296 #line 1297 "configure" 1294 1297 #include "confdefs.h" 1295 1298 /* Override any gcc2 internal prototype to avoid an error. */ … … 1302 1305 ; return 0; } 1303 1306 EOF 1304 if { (eval echo configure:130 5: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then1307 if { (eval echo configure:1308: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 1305 1308 rm -rf conftest* 1306 1309 eval "ac_cv_lib_$ac_lib_var=yes" … … 1330 1333 1331 1334 echo $ac_n "checking for MPT_GetTree in -lMPT""... $ac_c" 1>&6 1332 echo "configure:133 3: checking for MPT_GetTree in -lMPT" >&51335 echo "configure:1336: checking for MPT_GetTree in -lMPT" >&5 1333 1336 ac_lib_var=`echo MPT'_'MPT_GetTree | sed 'y%./+-%__p_%'` 1334 1337 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1338 1341 LIBS="-lMPT $LIBS" 1339 1342 cat > conftest.$ac_ext <<EOF 1340 #line 134 1"configure"1343 #line 1344 "configure" 1341 1344 #include "confdefs.h" 1342 1345 /* Override any gcc2 internal prototype to avoid an error. */ … … 1349 1352 ; return 0; } 1350 1353 EOF 1351 if { (eval echo configure:135 2: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then1354 if { (eval echo configure:1355: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 1352 1355 rm -rf conftest* 1353 1356 eval "ac_cv_lib_$ac_lib_var=yes" … … 1377 1380 1378 1381 echo $ac_n "checking for atof in -lsingcf""... $ac_c" 1>&6 1379 echo "configure:138 0: checking for atof in -lsingcf" >&51382 echo "configure:1383: checking for atof in -lsingcf" >&5 1380 1383 ac_lib_var=`echo singcf'_'atof | sed 'y%./+-%__p_%'` 1381 1384 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1385 1388 LIBS="-lsingcf $LIBS" 1386 1389 cat > conftest.$ac_ext <<EOF 1387 #line 13 88"configure"1390 #line 1391 "configure" 1388 1391 #include "confdefs.h" 1389 1392 /* Override any gcc2 internal prototype to avoid an error. */ … … 1396 1399 ; return 0; } 1397 1400 EOF 1398 if { (eval echo configure:1 399: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then1401 if { (eval echo configure:1402: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 1399 1402 rm -rf conftest* 1400 1403 eval "ac_cv_lib_$ac_lib_var=yes" … … 1424 1427 1425 1428 echo $ac_n "checking for atof in -lsingfac""... $ac_c" 1>&6 1426 echo "configure:14 27: checking for atof in -lsingfac" >&51429 echo "configure:1430: checking for atof in -lsingfac" >&5 1427 1430 ac_lib_var=`echo singfac'_'atof | sed 'y%./+-%__p_%'` 1428 1431 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1432 1435 LIBS="-lsingfac $LIBS" 1433 1436 cat > conftest.$ac_ext <<EOF 1434 #line 143 5"configure"1437 #line 1438 "configure" 1435 1438 #include "confdefs.h" 1436 1439 /* Override any gcc2 internal prototype to avoid an error. */ … … 1443 1446 ; return 0; } 1444 1447 EOF 1445 if { (eval echo configure:144 6: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then1448 if { (eval echo configure:1449: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 1446 1449 rm -rf conftest* 1447 1450 eval "ac_cv_lib_$ac_lib_var=yes" … … 1475 1478 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 1476 1479 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 1477 echo "configure:14 78: checking for $ac_hdr" >&51480 echo "configure:1481: checking for $ac_hdr" >&5 1478 1481 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 1479 1482 echo $ac_n "(cached) $ac_c" 1>&6 1480 1483 else 1481 1484 cat > conftest.$ac_ext <<EOF 1482 #line 148 3"configure"1485 #line 1486 "configure" 1483 1486 #include "confdefs.h" 1484 1487 #include <$ac_hdr> 1485 1488 EOF 1486 1489 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1487 { (eval echo configure:14 88: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1490 { (eval echo configure:1491: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1488 1491 ac_err=`grep -v '^ *+' conftest.out` 1489 1492 if test -z "$ac_err"; then … … 1610 1613 1611 1614 echo $ac_n "checking whether to configure and build gmp lib""... $ac_c" 1>&6 1612 echo "configure:161 3: checking whether to configure and build gmp lib" >&51615 echo "configure:1616: checking whether to configure and build gmp lib" >&5 1613 1616 if test "$enable_gmp" != yes && test "$enable_gmp" != no; then 1614 1617 if test "$ac_gmp_ok" != yes && test -d gmp; then … … 1636 1639 1637 1640 echo $ac_n "checking whether to configure and build smallgmp lib""... $ac_c" 1>&6 1638 echo "configure:16 39: checking whether to configure and build smallgmp lib" >&51641 echo "configure:1642: checking whether to configure and build smallgmp lib" >&5 1639 1642 if test "$enable_smallgmp" != yes && test "$enable_smallgmp" != no; then 1640 1643 if test "$ac_smallgmp_ok" != yes && test "$ac_gmp_ok" != yes && \ … … 1675 1678 1676 1679 echo $ac_n "checking whether to configure and build MP lib""... $ac_c" 1>&6 1677 echo "configure:16 78: checking whether to configure and build MP lib" >&51680 echo "configure:1681: checking whether to configure and build MP lib" >&5 1678 1681 if test "$enable_MP" != yes && test "$enable_MP" != no; then 1679 1682 if test "$with_MP" != no && test "$ac_MP_ok" != yes && test -d MP && \ … … 1704 1707 1705 1708 echo $ac_n "checking whether to configure and build factory lib""... $ac_c" 1>&6 1706 echo "configure:17 07: checking whether to configure and build factory lib" >&51709 echo "configure:1710: checking whether to configure and build factory lib" >&5 1707 1710 if test "$enable_factory" != yes && test "$enable_factory" != no; then 1708 1711 if test "$with_factory" != no && test "$ac_factory_ok" != yes && \ … … 1729 1732 1730 1733 echo $ac_n "checking whether to configure and build libfac lib""... $ac_c" 1>&6 1731 echo "configure:173 2: checking whether to configure and build libfac lib" >&51734 echo "configure:1735: checking whether to configure and build libfac lib" >&5 1732 1735 if test "$enable_libfac" != yes && test "$enable_libfac" != no; then 1733 1736 if test "$with_libfac" != no && test "$ac_libfac_ok" != yes && \ … … 1759 1762 1760 1763 echo $ac_n "checking whether to configure and build sgroup lib""... $ac_c" 1>&6 1761 echo "configure:176 2: checking whether to configure and build sgroup lib" >&51764 echo "configure:1765: checking whether to configure and build sgroup lib" >&5 1762 1765 if test "$enable_sgroup" != yes && test "$enable_sgroup" != no; then 1763 1766 if test "$with_sgroup" != no && test "$ac_sgroup_ok" != yes && \ … … 1789 1792 1790 1793 echo $ac_n "checking whether to configure and build Singular""... $ac_c" 1>&6 1791 echo "configure:179 2: checking whether to configure and build Singular" >&51794 echo "configure:1795: checking whether to configure and build Singular" >&5 1792 1795 if test "$enable_Singular" != yes && test "$enable_Singular" != no; then 1793 1796 if test "$with_Singular" != no && test -d Singular; then … … 1814 1817 1815 1818 echo $ac_n "checking which apint package to use""... $ac_c" 1>&6 1816 echo "configure:18 17: checking which apint package to use" >&51819 echo "configure:1820: checking which apint package to use" >&5 1817 1820 if test "$with_apint" = gmp; then 1818 1821 if test "$ac_gmp_ok" = yes || test "$enable_gmp" = yes; then … … 1838 1841 1839 1842 echo $ac_n "checking whether to use with MP""... $ac_c" 1>&6 1840 echo "configure:184 1: checking whether to use with MP" >&51843 echo "configure:1844: checking whether to use with MP" >&5 1841 1844 if test "$with_MP" = yes; then 1842 1845 if test "$ac_MP_ok" = yes || test "$enable_MP" = yes; then … … 1857 1860 1858 1861 echo $ac_n "checking whether to use with factory""... $ac_c" 1>&6 1859 echo "configure:186 0: checking whether to use with factory" >&51862 echo "configure:1863: checking whether to use with factory" >&5 1860 1863 if test "$with_factory" = yes; then 1861 1864 if test "$ac_factory_ok" = yes || test "$enable_factory" = yes; then … … 1876 1879 1877 1880 echo $ac_n "checking whether to use with libfac""... $ac_c" 1>&6 1878 echo "configure:18 79: checking whether to use with libfac" >&51881 echo "configure:1882: checking whether to use with libfac" >&5 1879 1882 if test "$with_libfac" = yes; then 1880 1883 if test "$ac_libfac_ok" = yes || test "$enable_libfac" = yes; then … … 1895 1898 1896 1899 echo $ac_n "checking whether to use with Singular""... $ac_c" 1>&6 1897 echo "configure:1 898: checking whether to use with Singular" >&51900 echo "configure:1901: checking whether to use with Singular" >&5 1898 1901 if test "$with_Singular" != no && test "$with_Singular" != yes; then 1899 1902 if test "$enable_Singular" = yes; then … … 1940 1943 SUBDIRS="$SUBDIRS rpm" 1941 1944 fi 1945 if test -d mpr; then 1946 CONFIG_SUBDIRS="$CONFIG_SUBDIRS mpr" 1947 SUBDIRS="$SUBDIRS mpr" 1948 fi 1942 1949 1943 1950 1944 1951 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 1945 echo "configure:19 46: checking whether ${MAKE-make} sets \${MAKE}" >&51952 echo "configure:1953: checking whether ${MAKE-make} sets \${MAKE}" >&5 1946 1953 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` 1947 1954 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then -
configure.in
r141634b raa76e7 3 3 AC_PREFIX_DEFAULT(`pwd`) 4 4 OUTPUT_MAKEFILES="Makefile doc/Makefile" 5 if test -d "mpr"; then 6 OUTPUT_MAKEFILES=$OUTPUT_MAKEFILES" mpr/Makefile" 7 fi 5 8 if test -d "rpm"; then 6 9 OUTPUT_MAKEFILES=$OUTPUT_MAKEFILES" rpm/Makefile" … … 540 543 SUBDIRS="$SUBDIRS rpm" 541 544 fi 545 if test -d mpr; then 546 CONFIG_SUBDIRS="$CONFIG_SUBDIRS mpr" 547 SUBDIRS="$SUBDIRS mpr" 548 fi 542 549 543 550
Note: See TracChangeset
for help on using the changeset viewer.