Changeset 995ba8 in git


Ignore:
Timestamp:
Jan 27, 2001, 6:07:08 PM (23 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
bb3e63b23f6915b214aa06bfbfcd629042119687
Parents:
f8dcbcb76eacf689bc3c66b8de4226eeba5f741d
Message:
WINDOWS STUFF


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

Legend:

Unmodified
Added
Removed
  • configure

    rf8dcbcb r995ba8  
    23182318    fi
    23192319    CONFIG_SUBDIRS="$CONFIG_SUBDIRS omalloc"
     2320    if test "${with_malloc+set}" != set; then
     2321case "$ac_cv_singuname" in
     2322# under windows, it is best to use the provided malloc
     2323        ix86-Win*)
     2324        with_malloc=system
     2325        ac_configure_args="$ac_configure_args --with-malloc=system"
     2326        ;;
     2327esac
     2328fi
    23202329  else
    23212330    { echo "configure: error: need omalloc subdir" 1>&2; exit 1; }
     
    23242333
    23252334echo $ac_n "checking whether to configure and build gmp lib""... $ac_c" 1>&6
    2326 echo "configure:2327: checking whether to configure and build gmp lib" >&5
     2335echo "configure:2336: checking whether to configure and build gmp lib" >&5
    23272336if test "$enable_gmp" != yes && test "$enable_gmp" != no; then
    23282337  if test "$ac_gmp_ok" != yes && test -d gmp; then
     
    23702379
    23712380echo $ac_n "checking whether to configure and build smallgmp lib""... $ac_c" 1>&6
    2372 echo "configure:2373: checking whether to configure and build smallgmp lib" >&5
     2381echo "configure:2382: checking whether to configure and build smallgmp lib" >&5
    23732382if test "$enable_smallgmp" != yes && test "$enable_smallgmp" != no; then
    23742383  if test "$ac_smallgmp_ok" != yes && test "$ac_gmp_ok" != yes && \
     
    24112420
    24122421echo $ac_n "checking whether to configure and build MP lib""... $ac_c" 1>&6
    2413 echo "configure:2414: checking whether to configure and build MP lib" >&5
     2422echo "configure:2423: checking whether to configure and build MP lib" >&5
    24142423if test "$enable_MP" != yes && test "$enable_MP" != no; then
    24152424  if test "$with_MP" != no && test "$ac_MP_ok" != yes && test -d MP && \
     
    24462455
    24472456echo $ac_n "checking whether to configure and build factory lib""... $ac_c" 1>&6
    2448 echo "configure:2449: checking whether to configure and build factory lib" >&5
     2457echo "configure:2458: checking whether to configure and build factory lib" >&5
    24492458if test "$enable_factory" != yes && test "$enable_factory" != no; then
    24502459  if test "$with_factory" != no && test "$ac_factory_ok" != yes && \
     
    24712480
    24722481echo $ac_n "checking whether to configure and build libfac lib""... $ac_c" 1>&6
    2473 echo "configure:2474: checking whether to configure and build libfac lib" >&5
     2482echo "configure:2483: checking whether to configure and build libfac lib" >&5
    24742483if test "$enable_libfac" != yes && test "$enable_libfac" != no; then
    24752484  if test "$with_libfac" != no && test "$ac_libfac_ok" != yes && \
     
    25012510
    25022511echo $ac_n "checking whether to configure and build sgroup lib""... $ac_c" 1>&6
    2503 echo "configure:2504: checking whether to configure and build sgroup lib" >&5
     2512echo "configure:2513: checking whether to configure and build sgroup lib" >&5
    25042513if test "$enable_sgroup" = yes; then
    25052514  if test ! -d sgroup; then
     
    25212530
    25222531echo $ac_n "checking whether to configure and build Singular""... $ac_c" 1>&6
    2523 echo "configure:2524: checking whether to configure and build Singular" >&5
     2532echo "configure:2533: checking whether to configure and build Singular" >&5
    25242533if test "$enable_Singular" != yes && test "$enable_Singular" != no; then
    25252534  if test "$with_Singular" != no && test -d Singular; then
     
    25502559
    25512560echo $ac_n "checking whether to build IntegerProgramming""... $ac_c" 1>&6
    2552 echo "configure:2553: checking whether to build IntegerProgramming" >&5
     2561echo "configure:2562: checking whether to build IntegerProgramming" >&5
    25532562if test "$enable_IntegerProgramming" != no && test -d "IntegerProgramming"; then
    25542563   BUILD_SUBDIRS="$BUILD_SUBDIRS IntegerProgramming"
     
    25622571
    25632572echo $ac_n "checking whether to build Plural""... $ac_c" 1>&6
    2564 echo "configure:2565: checking whether to build Plural" >&5
     2573echo "configure:2574: checking whether to build Plural" >&5
    25652574if test "$enable_Plural" != no && test -d "Plural"; then
    25662575   BUILD_SUBDIRS="$BUILD_SUBDIRS Plural"
     
    25752584
    25762585echo $ac_n "checking whether to configure and build Texinfo""... $ac_c" 1>&6
    2577 echo "configure:2578: checking whether to configure and build Texinfo" >&5
     2586echo "configure:2587: checking whether to configure and build Texinfo" >&5
    25782587if test "$enable_Texinfo" != no && test -d Texinfo; then
    25792588  echo "$ac_t""yes" 1>&6
     
    25972606set dummy makeinfo; ac_word=$2
    25982607echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2599 echo "configure:2600: checking for $ac_word" >&5
     2608echo "configure:2609: checking for $ac_word" >&5
    26002609if eval "test \"`echo '$''{'ac_cv_prog_MAKEINFO'+set}'`\" = set"; then
    26012610  echo $ac_n "(cached) $ac_c" 1>&6
     
    26272636set dummy texi2dvi; ac_word=$2
    26282637echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2629 echo "configure:2630: checking for $ac_word" >&5
     2638echo "configure:2639: checking for $ac_word" >&5
    26302639if eval "test \"`echo '$''{'ac_cv_prog_TEXI2DVI'+set}'`\" = set"; then
    26312640  echo $ac_n "(cached) $ac_c" 1>&6
     
    26572666set dummy texindex; ac_word=$2
    26582667echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2659 echo "configure:2660: checking for $ac_word" >&5
     2668echo "configure:2669: checking for $ac_word" >&5
    26602669if eval "test \"`echo '$''{'ac_cv_prog_TEXINDEX'+set}'`\" = set"; then
    26612670  echo $ac_n "(cached) $ac_c" 1>&6
     
    26872696
    26882697echo $ac_n "checking whether to configure and build Texi2html""... $ac_c" 1>&6
    2689 echo "configure:2690: checking whether to configure and build Texi2html" >&5
     2698echo "configure:2699: checking whether to configure and build Texi2html" >&5
    26902699if test "$enable_Texi2html" != no && test -d Texi2html; then
    26912700 echo "$ac_t""yes" 1>&6
     
    27022711set dummy texi2html; ac_word=$2
    27032712echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2704 echo "configure:2705: checking for $ac_word" >&5
     2713echo "configure:2714: checking for $ac_word" >&5
    27052714if eval "test \"`echo '$''{'ac_cv_prog_TEXI2HTML'+set}'`\" = set"; then
    27062715  echo $ac_n "(cached) $ac_c" 1>&6
     
    27402749
    27412750echo $ac_n "checking whether to build doc""... $ac_c" 1>&6
    2742 echo "configure:2743: checking whether to build doc" >&5
     2751echo "configure:2752: checking whether to build doc" >&5
    27432752if test "$enable_doc" != no && test -d doc; then
    27442753 echo "$ac_t""yes" 1>&6
     
    27542763
    27552764echo $ac_n "checking whether to build emacs""... $ac_c" 1>&6
    2756 echo "configure:2757: checking whether to build emacs" >&5
     2765echo "configure:2766: checking whether to build emacs" >&5
    27572766if test "$enable_doc" = yes && test "$enable_emacs" != no && test -d emacs; then
    27582767 echo "$ac_t""yes" 1>&6
     
    27662775
    27672776echo $ac_n "checking which apint package to use""... $ac_c" 1>&6
    2768 echo "configure:2769: checking which apint package to use" >&5
     2777echo "configure:2778: checking which apint package to use" >&5
    27692778if test "$with_apint" = gmp; then
    27702779  if test "$ac_gmp_ok" = yes || test "$enable_gmp" = yes; then
     
    27902799
    27912800echo $ac_n "checking whether to use with MP""... $ac_c" 1>&6
    2792 echo "configure:2793: checking whether to use with MP" >&5
     2801echo "configure:2802: checking whether to use with MP" >&5
    27932802if test "$with_MP" = yes; then
    27942803  if test "$ac_MP_ok" = yes || test "$enable_MP" = yes; then
     
    28092818
    28102819echo $ac_n "checking whether to use with factory""... $ac_c" 1>&6
    2811 echo "configure:2812: checking whether to use with factory" >&5
     2820echo "configure:2821: checking whether to use with factory" >&5
    28122821if test "$with_factory" = yes; then
    28132822  if test "$ac_factory_ok" = yes || test "$enable_factory" = yes; then
     
    28282837 
    28292838echo $ac_n "checking whether to use with libfac""... $ac_c" 1>&6
    2830 echo "configure:2831: checking whether to use with libfac" >&5
     2839echo "configure:2840: checking whether to use with libfac" >&5
    28312840if test "$with_libfac" = yes; then
    28322841  if test "$ac_libfac_ok" = yes || test "$enable_libfac" = yes; then
     
    28492858
    28502859echo $ac_n "checking whether to use with Singular""... $ac_c" 1>&6
    2851 echo "configure:2852: checking whether to use with Singular" >&5
     2860echo "configure:2861: checking whether to use with Singular" >&5
    28522861if test "$with_Singular" != no && test "$with_Singular" != yes; then
    28532862  if test "$enable_Singular" = yes; then
     
    29082917 
    29092918echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
    2910 echo "configure:2911: checking whether ${MAKE-make} sets \${MAKE}" >&5
     2919echo "configure:2920: checking whether ${MAKE-make} sets \${MAKE}" >&5
    29112920set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
    29122921if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
  • configure.in

    rf8dcbcb r995ba8  
    337337    fi
    338338    CONFIG_SUBDIRS="$CONFIG_SUBDIRS omalloc"
     339    if test "${with_malloc+set}" != set; then
     340case "$ac_cv_singuname" in
     341# under windows, it is best to use the provided malloc
     342        ix86-Win*)
     343        with_malloc=system
     344        ac_configure_args="$ac_configure_args --with-malloc=system"
     345        ;;
     346esac
     347fi
    339348  else
    340349    AC_MSG_ERROR(need omalloc subdir)
Note: See TracChangeset for help on using the changeset viewer.