Changeset 64b116 in git
- Timestamp:
- Dec 18, 2000, 2:31:21 PM (22 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '00e2e9c41af3fde1273eb3633f4c0c7c3db2579d')
- Children:
- 43bab6c205f66361e91736843245eb48ed2882d2
- Parents:
- bef194c40c7211201f3f9a4d7e603ecf1724d415
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
rbef194 r64b116 597 597 SINGULAR_MAJOR_VERSION=1 598 598 SINGULAR_MINOR_VERSION=3 599 SINGULAR_SUB_VERSION=1 0599 SINGULAR_SUB_VERSION=11 600 600 VERSION_SEP="-" 601 601 SINGULAR_SHORT_VERSION="${SINGULAR_MAJOR_VERSION}${VERSION_SEP}${SINGULAR_MINOR_VERSION}" 602 602 SINGULAR_VERSION="${SINGULAR_SHORT_VERSION}${VERSION_SEP}${SINGULAR_SUB_VERSION}" 603 VERSION_DATE=" Novemebr 2000"603 VERSION_DATE="December 2000" 604 604 SINGULAR_ROOT_DIR=$pwd 605 605 … … 2331 2331 CONFIG_SUBDIRS="$CONFIG_SUBDIRS gmp" 2332 2332 ac_configure_args="$ac_configure_args --enable-gmp" 2333 enable_gmp=yes 2333 2334 # This we used to need for our patched version of gmp 2.x 2334 2335 # OUTPUT_MAKEFILES="$OUTPUT_MAKEFILES gmp/Makefile.in" … … 2369 2370 2370 2371 echo $ac_n "checking whether to configure and build smallgmp lib""... $ac_c" 1>&6 2371 echo "configure:237 2: checking whether to configure and build smallgmp lib" >&52372 echo "configure:2373: checking whether to configure and build smallgmp lib" >&5 2372 2373 if test "$enable_smallgmp" != yes && test "$enable_smallgmp" != no; then 2373 2374 if test "$ac_smallgmp_ok" != yes && test "$ac_gmp_ok" != yes && \ … … 2377 2378 CONFIG_SUBDIRS="$CONFIG_SUBDIRS smallgmp" 2378 2379 ac_configure_args="$ac_configure_args --enable-smallgmp --enable-gmp" 2380 enable_gmp=yes 2379 2381 else 2380 2382 echo "$ac_t""no" 1>&6 … … 2390 2392 if test "$ac_gmp_ok" != yes && test "$enable_gmp" != yes; then 2391 2393 ac_configure_args="$ac_configure_args --enable-gmp" 2394 enable_gmp=yes 2392 2395 fi 2393 2396 fi … … 2403 2406 2404 2407 # Check whether we need to cheat subsequent configures with --enable-gmp 2405 if test "$ac_smallgmp_ok" != yes && test "$ac_gmp_ok" != yes ; then2408 if test "$ac_smallgmp_ok" != yes && test "$ac_gmp_ok" != yes && test "$enable_gmp" != yes; then 2406 2409 ac_configure_args="$ac_configure_args --enable-gmp" 2407 2410 fi 2408 2411 2409 2412 echo $ac_n "checking whether to configure and build MP lib""... $ac_c" 1>&6 2410 echo "configure:241 1: checking whether to configure and build MP lib" >&52413 echo "configure:2414: checking whether to configure and build MP lib" >&5 2411 2414 if test "$enable_MP" != yes && test "$enable_MP" != no; then 2412 2415 if test "$with_MP" != no && test "$ac_MP_ok" != yes && test -d MP && \ … … 2443 2446 2444 2447 echo $ac_n "checking whether to configure and build factory lib""... $ac_c" 1>&6 2445 echo "configure:244 6: checking whether to configure and build factory lib" >&52448 echo "configure:2449: checking whether to configure and build factory lib" >&5 2446 2449 if test "$enable_factory" != yes && test "$enable_factory" != no; then 2447 2450 if test "$with_factory" != no && test "$ac_factory_ok" != yes && \ … … 2468 2471 2469 2472 echo $ac_n "checking whether to configure and build libfac lib""... $ac_c" 1>&6 2470 echo "configure:247 1: checking whether to configure and build libfac lib" >&52473 echo "configure:2474: checking whether to configure and build libfac lib" >&5 2471 2474 if test "$enable_libfac" != yes && test "$enable_libfac" != no; then 2472 2475 if test "$with_libfac" != no && test "$ac_libfac_ok" != yes && \ … … 2498 2501 2499 2502 echo $ac_n "checking whether to configure and build sgroup lib""... $ac_c" 1>&6 2500 echo "configure:250 1: checking whether to configure and build sgroup lib" >&52503 echo "configure:2504: checking whether to configure and build sgroup lib" >&5 2501 2504 if test "$enable_sgroup" = yes; then 2502 2505 if test ! -d sgroup; then … … 2518 2521 2519 2522 echo $ac_n "checking whether to configure and build Singular""... $ac_c" 1>&6 2520 echo "configure:252 1: checking whether to configure and build Singular" >&52523 echo "configure:2524: checking whether to configure and build Singular" >&5 2521 2524 if test "$enable_Singular" != yes && test "$enable_Singular" != no; then 2522 2525 if test "$with_Singular" != no && test -d Singular; then … … 2547 2550 2548 2551 echo $ac_n "checking whether to build IntegerProgramming""... $ac_c" 1>&6 2549 echo "configure:255 0: checking whether to build IntegerProgramming" >&52552 echo "configure:2553: checking whether to build IntegerProgramming" >&5 2550 2553 if test "$enable_IntegerProgramming" != no && test -d "IntegerProgramming"; then 2551 2554 BUILD_SUBDIRS="$BUILD_SUBDIRS IntegerProgramming" … … 2559 2562 2560 2563 echo $ac_n "checking whether to build Plural""... $ac_c" 1>&6 2561 echo "configure:256 2: checking whether to build Plural" >&52564 echo "configure:2565: checking whether to build Plural" >&5 2562 2565 if test "$enable_Plural" != no && test -d "Plural"; then 2563 2566 BUILD_SUBDIRS="$BUILD_SUBDIRS Plural" … … 2572 2575 2573 2576 echo $ac_n "checking whether to configure and build Texinfo""... $ac_c" 1>&6 2574 echo "configure:257 5: checking whether to configure and build Texinfo" >&52577 echo "configure:2578: checking whether to configure and build Texinfo" >&5 2575 2578 if test "$enable_Texinfo" != no && test -d Texinfo; then 2576 2579 echo "$ac_t""yes" 1>&6 … … 2594 2597 set dummy makeinfo; ac_word=$2 2595 2598 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2596 echo "configure:2 597: checking for $ac_word" >&52599 echo "configure:2600: checking for $ac_word" >&5 2597 2600 if eval "test \"`echo '$''{'ac_cv_prog_MAKEINFO'+set}'`\" = set"; then 2598 2601 echo $ac_n "(cached) $ac_c" 1>&6 … … 2624 2627 set dummy texi2dvi; ac_word=$2 2625 2628 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2626 echo "configure:26 27: checking for $ac_word" >&52629 echo "configure:2630: checking for $ac_word" >&5 2627 2630 if eval "test \"`echo '$''{'ac_cv_prog_TEXI2DVI'+set}'`\" = set"; then 2628 2631 echo $ac_n "(cached) $ac_c" 1>&6 … … 2654 2657 set dummy texindex; ac_word=$2 2655 2658 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2656 echo "configure:26 57: checking for $ac_word" >&52659 echo "configure:2660: checking for $ac_word" >&5 2657 2660 if eval "test \"`echo '$''{'ac_cv_prog_TEXINDEX'+set}'`\" = set"; then 2658 2661 echo $ac_n "(cached) $ac_c" 1>&6 … … 2684 2687 2685 2688 echo $ac_n "checking whether to configure and build Texi2html""... $ac_c" 1>&6 2686 echo "configure:26 87: checking whether to configure and build Texi2html" >&52689 echo "configure:2690: checking whether to configure and build Texi2html" >&5 2687 2690 if test "$enable_Texi2html" != no && test -d Texi2html; then 2688 2691 echo "$ac_t""yes" 1>&6 … … 2699 2702 set dummy texi2html; ac_word=$2 2700 2703 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2701 echo "configure:270 2: checking for $ac_word" >&52704 echo "configure:2705: checking for $ac_word" >&5 2702 2705 if eval "test \"`echo '$''{'ac_cv_prog_TEXI2HTML'+set}'`\" = set"; then 2703 2706 echo $ac_n "(cached) $ac_c" 1>&6 … … 2737 2740 2738 2741 echo $ac_n "checking whether to build doc""... $ac_c" 1>&6 2739 echo "configure:274 0: checking whether to build doc" >&52742 echo "configure:2743: checking whether to build doc" >&5 2740 2743 if test "$enable_doc" != no && test -d doc; then 2741 2744 echo "$ac_t""yes" 1>&6 … … 2751 2754 2752 2755 echo $ac_n "checking whether to build emacs""... $ac_c" 1>&6 2753 echo "configure:275 4: checking whether to build emacs" >&52756 echo "configure:2757: checking whether to build emacs" >&5 2754 2757 if test "$enable_doc" = yes && test "$enable_emacs" != no && test -d emacs; then 2755 2758 echo "$ac_t""yes" 1>&6 … … 2763 2766 2764 2767 echo $ac_n "checking which apint package to use""... $ac_c" 1>&6 2765 echo "configure:276 6: checking which apint package to use" >&52768 echo "configure:2769: checking which apint package to use" >&5 2766 2769 if test "$with_apint" = gmp; then 2767 2770 if test "$ac_gmp_ok" = yes || test "$enable_gmp" = yes; then … … 2787 2790 2788 2791 echo $ac_n "checking whether to use with MP""... $ac_c" 1>&6 2789 echo "configure:279 0: checking whether to use with MP" >&52792 echo "configure:2793: checking whether to use with MP" >&5 2790 2793 if test "$with_MP" = yes; then 2791 2794 if test "$ac_MP_ok" = yes || test "$enable_MP" = yes; then … … 2806 2809 2807 2810 echo $ac_n "checking whether to use with factory""... $ac_c" 1>&6 2808 echo "configure:28 09: checking whether to use with factory" >&52811 echo "configure:2812: checking whether to use with factory" >&5 2809 2812 if test "$with_factory" = yes; then 2810 2813 if test "$ac_factory_ok" = yes || test "$enable_factory" = yes; then … … 2825 2828 2826 2829 echo $ac_n "checking whether to use with libfac""... $ac_c" 1>&6 2827 echo "configure:28 28: checking whether to use with libfac" >&52830 echo "configure:2831: checking whether to use with libfac" >&5 2828 2831 if test "$with_libfac" = yes; then 2829 2832 if test "$ac_libfac_ok" = yes || test "$enable_libfac" = yes; then … … 2846 2849 2847 2850 echo $ac_n "checking whether to use with Singular""... $ac_c" 1>&6 2848 echo "configure:28 49: checking whether to use with Singular" >&52851 echo "configure:2852: checking whether to use with Singular" >&5 2849 2852 if test "$with_Singular" != no && test "$with_Singular" != yes; then 2850 2853 if test "$enable_Singular" = yes; then … … 2905 2908 2906 2909 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 2907 echo "configure:29 08: checking whether ${MAKE-make} sets \${MAKE}" >&52910 echo "configure:2911: checking whether ${MAKE-make} sets \${MAKE}" >&5 2908 2911 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` 2909 2912 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then -
configure.in
rbef194 r64b116 11 11 SINGULAR_MAJOR_VERSION=1 12 12 SINGULAR_MINOR_VERSION=3 13 SINGULAR_SUB_VERSION=1 013 SINGULAR_SUB_VERSION=11 14 14 VERSION_SEP="-" 15 15 SINGULAR_SHORT_VERSION="${SINGULAR_MAJOR_VERSION}${VERSION_SEP}${SINGULAR_MINOR_VERSION}" 16 16 SINGULAR_VERSION="${SINGULAR_SHORT_VERSION}${VERSION_SEP}${SINGULAR_SUB_VERSION}" 17 VERSION_DATE=" Novemebr 2000"17 VERSION_DATE="December 2000" 18 18 SINGULAR_ROOT_DIR=$pwd 19 19
Note: See TracChangeset
for help on using the changeset viewer.