Changeset 03f074 in git


Ignore:
Timestamp:
Jun 14, 2000, 11:18:09 AM (24 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
7557794dc849c208e081b3ec2a4be200ef3deefe
Parents:
fdc53778c074e77c79014f2cf5a85d40a7893195
Message:
bug fix


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

Legend:

Unmodified
Added
Removed
  • configure

    rfdc537 r03f074  
    22432243fi
    22442244
    2245 if "$enable_gmp" = yes; then
     2245if test "$enable_gmp" = yes; then
    22462246# for gmp-3.0 to work for all ix86 processors, set generic target
    22472247if test "$target" = NONE; then
     
    22492249        ix86*)
    22502250        gmp_target=`./config.guess | sed 's/^\w*-/i386-/'`
    2251         echo $gmp_target
    22522251        ac_configure_args="$ac_configure_args --target=$gmp_target"
    22532252        ;;
    22542253esac
    22552254fi
    2256 
     2255# furthermore, disable building of dynamic libraries, for we want to
     2256# link against the static ones
     2257if test "$enable_shared" != no; then
     2258  ac_configure_args="$ac_configure_args --disable-shared"
     2259fi
    22572260fi
    22582261
    22592262
    22602263echo $ac_n "checking whether to configure and build smallgmp lib""... $ac_c" 1>&6
    2261 echo "configure:2262: checking whether to configure and build smallgmp lib" >&5
     2264echo "configure:2265: checking whether to configure and build smallgmp lib" >&5
    22622265if test "$enable_smallgmp" != yes && test "$enable_smallgmp" != no; then
    22632266  if test "$ac_smallgmp_ok" != yes && test "$ac_gmp_ok" != yes && \
     
    22982301
    22992302echo $ac_n "checking whether to configure and build MP lib""... $ac_c" 1>&6
    2300 echo "configure:2301: checking whether to configure and build MP lib" >&5
     2303echo "configure:2304: checking whether to configure and build MP lib" >&5
    23012304if test "$enable_MP" != yes && test "$enable_MP" != no; then
    23022305  if test "$with_MP" != no && test "$ac_MP_ok" != yes && test -d MP && \
     
    23272330 
    23282331echo $ac_n "checking whether to configure and build factory lib""... $ac_c" 1>&6
    2329 echo "configure:2330: checking whether to configure and build factory lib" >&5
     2332echo "configure:2333: checking whether to configure and build factory lib" >&5
    23302333if test "$enable_factory" != yes && test "$enable_factory" != no; then
    23312334  if test "$with_factory" != no && test "$ac_factory_ok" != yes && \
     
    23522355
    23532356echo $ac_n "checking whether to configure and build libfac lib""... $ac_c" 1>&6
    2354 echo "configure:2355: checking whether to configure and build libfac lib" >&5
     2357echo "configure:2358: checking whether to configure and build libfac lib" >&5
    23552358if test "$enable_libfac" != yes && test "$enable_libfac" != no; then
    23562359  if test "$with_libfac" != no && test "$ac_libfac_ok" != yes && \
     
    23822385
    23832386echo $ac_n "checking whether to configure and build sgroup lib""... $ac_c" 1>&6
    2384 echo "configure:2385: checking whether to configure and build sgroup lib" >&5
     2387echo "configure:2388: checking whether to configure and build sgroup lib" >&5
    23852388if test "$enable_sgroup" = yes; then
    23862389  if test ! -d sgroup; then
     
    24022405
    24032406echo $ac_n "checking whether to build mpr and use mtrack""... $ac_c" 1>&6
    2404 echo "configure:2405: checking whether to build mpr and use mtrack" >&5
     2407echo "configure:2408: checking whether to build mpr and use mtrack" >&5
    24052408if test -d mpr && test "$ac_cv_singuname" = ix86-Linux && test "$enable_mtrack" != no; then
    24062409  echo "$ac_t""yes" 1>&6
     
    24172420
    24182421echo $ac_n "checking whether to configure and build Singular""... $ac_c" 1>&6
    2419 echo "configure:2420: checking whether to configure and build Singular" >&5
     2422echo "configure:2423: checking whether to configure and build Singular" >&5
    24202423if test "$enable_Singular" != yes && test "$enable_Singular" != no; then
    24212424  if test "$with_Singular" != no && test -d Singular; then
     
    24462449
    24472450echo $ac_n "checking whether to build IntegerProgramming""... $ac_c" 1>&6
    2448 echo "configure:2449: checking whether to build IntegerProgramming" >&5
     2451echo "configure:2452: checking whether to build IntegerProgramming" >&5
    24492452if test "$enable_IntegerProgramming" != no && test -d "IntegerProgramming"; then
    24502453   BUILD_SUBDIRS="$BUILD_SUBDIRS IntegerProgramming"
     
    24592462
    24602463echo $ac_n "checking whether to configure and build Texinfo""... $ac_c" 1>&6
    2461 echo "configure:2462: checking whether to configure and build Texinfo" >&5
     2464echo "configure:2465: checking whether to configure and build Texinfo" >&5
    24622465if test "$enable_Texinfo" != no && test -d Texinfo; then
    24632466  echo "$ac_t""yes" 1>&6
     
    24812484set dummy makeinfo; ac_word=$2
    24822485echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2483 echo "configure:2484: checking for $ac_word" >&5
     2486echo "configure:2487: checking for $ac_word" >&5
    24842487if eval "test \"`echo '$''{'ac_cv_prog_MAKEINFO'+set}'`\" = set"; then
    24852488  echo $ac_n "(cached) $ac_c" 1>&6
     
    25112514set dummy texi2dvi; ac_word=$2
    25122515echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2513 echo "configure:2514: checking for $ac_word" >&5
     2516echo "configure:2517: checking for $ac_word" >&5
    25142517if eval "test \"`echo '$''{'ac_cv_prog_TEXI2DVI'+set}'`\" = set"; then
    25152518  echo $ac_n "(cached) $ac_c" 1>&6
     
    25412544set dummy texindex; ac_word=$2
    25422545echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2543 echo "configure:2544: checking for $ac_word" >&5
     2546echo "configure:2547: checking for $ac_word" >&5
    25442547if eval "test \"`echo '$''{'ac_cv_prog_TEXINDEX'+set}'`\" = set"; then
    25452548  echo $ac_n "(cached) $ac_c" 1>&6
     
    25712574
    25722575echo $ac_n "checking whether to configure and build Texi2html""... $ac_c" 1>&6
    2573 echo "configure:2574: checking whether to configure and build Texi2html" >&5
     2576echo "configure:2577: checking whether to configure and build Texi2html" >&5
    25742577if test "$enable_Texi2html" != no && test -d Texi2html; then
    25752578 echo "$ac_t""yes" 1>&6
     
    25862589set dummy texi2html; ac_word=$2
    25872590echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2588 echo "configure:2589: checking for $ac_word" >&5
     2591echo "configure:2592: checking for $ac_word" >&5
    25892592if eval "test \"`echo '$''{'ac_cv_prog_TEXI2HTML'+set}'`\" = set"; then
    25902593  echo $ac_n "(cached) $ac_c" 1>&6
     
    26242627
    26252628echo $ac_n "checking whether to build doc""... $ac_c" 1>&6
    2626 echo "configure:2627: checking whether to build doc" >&5
     2629echo "configure:2630: checking whether to build doc" >&5
    26272630if test "$enable_doc" != no && test -d doc; then
    26282631 echo "$ac_t""yes" 1>&6
     
    26382641
    26392642echo $ac_n "checking whether to build emacs""... $ac_c" 1>&6
    2640 echo "configure:2641: checking whether to build emacs" >&5
     2643echo "configure:2644: checking whether to build emacs" >&5
    26412644if test "$enable_doc" = yes && test "$enable_emacs" != no && test -d emacs; then
    26422645 echo "$ac_t""yes" 1>&6
     
    26502653
    26512654echo $ac_n "checking which apint package to use""... $ac_c" 1>&6
    2652 echo "configure:2653: checking which apint package to use" >&5
     2655echo "configure:2656: checking which apint package to use" >&5
    26532656if test "$with_apint" = gmp; then
    26542657  if test "$ac_gmp_ok" = yes || test "$enable_gmp" = yes; then
     
    26742677
    26752678echo $ac_n "checking whether to use with MP""... $ac_c" 1>&6
    2676 echo "configure:2677: checking whether to use with MP" >&5
     2679echo "configure:2680: checking whether to use with MP" >&5
    26772680if test "$with_MP" = yes; then
    26782681  if test "$ac_MP_ok" = yes || test "$enable_MP" = yes; then
     
    26932696
    26942697echo $ac_n "checking whether to use with factory""... $ac_c" 1>&6
    2695 echo "configure:2696: checking whether to use with factory" >&5
     2698echo "configure:2699: checking whether to use with factory" >&5
    26962699if test "$with_factory" = yes; then
    26972700  if test "$ac_factory_ok" = yes || test "$enable_factory" = yes; then
     
    27122715 
    27132716echo $ac_n "checking whether to use with libfac""... $ac_c" 1>&6
    2714 echo "configure:2715: checking whether to use with libfac" >&5
     2717echo "configure:2718: checking whether to use with libfac" >&5
    27152718if test "$with_libfac" = yes; then
    27162719  if test "$ac_libfac_ok" = yes || test "$enable_libfac" = yes; then
     
    27322735
    27332736echo $ac_n "checking whether to use with mtrack""... $ac_c" 1>&6
    2734 echo "configure:2735: checking whether to use with mtrack" >&5
     2737echo "configure:2738: checking whether to use with mtrack" >&5
    27352738if test "$with_mtrack" != no && test "$with_mtrack" != yes; then
    27362739  if test "$enable_mtrack" = yes; then
     
    27522755
    27532756echo $ac_n "checking whether to use with Singular""... $ac_c" 1>&6
    2754 echo "configure:2755: checking whether to use with Singular" >&5
     2757echo "configure:2758: checking whether to use with Singular" >&5
    27552758if test "$with_Singular" != no && test "$with_Singular" != yes; then
    27562759  if test "$enable_Singular" = yes; then
     
    28132816
    28142817echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
    2815 echo "configure:2816: checking whether ${MAKE-make} sets \${MAKE}" >&5
     2818echo "configure:2819: checking whether ${MAKE-make} sets \${MAKE}" >&5
    28162819set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
    28172820if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
  • configure.in

    rfdc537 r03f074  
    351351fi
    352352
    353 if "$enable_gmp" = yes; then
     353if test "$enable_gmp" = yes; then
    354354# for gmp-3.0 to work for all ix86 processors, set generic target
    355355if test "$target" = NONE; then
     
    357357        ix86*)
    358358        gmp_target=`./config.guess | sed 's/^\w*-/i386-/'`
    359         echo $gmp_target
    360359        ac_configure_args="$ac_configure_args --target=$gmp_target"
    361360        ;;
    362361esac
    363362fi
    364 
     363# furthermore, disable building of dynamic libraries, for we want to
     364# link against the static ones
     365if test "$enable_shared" != no; then
     366  ac_configure_args="$ac_configure_args --disable-shared"
     367fi
    365368fi
    366369
Note: See TracChangeset for help on using the changeset viewer.