Changeset bd63e0 in git


Ignore:
Timestamp:
Dec 6, 2002, 6:44:11 PM (21 years ago)
Author:
Viktor Levandovskyy <levandov@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
ca28c1eba7cbb2e04b96af26299ec04175604efb
Parents:
98fab10db33e48283a3c4f3908092986b98fdca0
Message:
plural adjustments


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

Legend:

Unmodified
Added
Removed
  • Singular/configure

    r98fab1 rbd63e0  
    4141  --with-apint=PACKAGE    use PACKAGE for arbitary integer arithmetic"
    4242ac_help="$ac_help
    43   --with-plural           do compile with Plural support"
     43  --with-Plural           do compile with Plural support"
    4444ac_help="$ac_help
    4545  --with-NTL              build for use with NTL."
     
    36473647fi
    36483648
    3649 # Check whether --with-plural or --without-plural was given.
    3650 if test "${with_plural+set}" = set; then
    3651   withval="$with_plural"
     3649# Check whether --with-Plural or --without-Plural was given.
     3650if test "${with_Plural+set}" = set; then
     3651  withval="$with_Plural"
    36523652  :
    36533653fi
     
    48134813echo $ac_n "checking whether to have Plural""... $ac_c" 1>&6
    48144814echo "configure:4815: checking whether to have Plural" >&5
    4815 if test "$with_plural" != yes; then
     4815if test "$with_Plural" != yes && test "$enable_Plural" != yes; then
    48164816  echo "$ac_t""no" 1>&6
    48174817else
  • Singular/configure.in

    r98fab1 rbd63e0  
    492492  [  --with-apint=PACKAGE    use PACKAGE for arbitary integer arithmetic])
    493493AC_ARG_WITH(
    494   plural,
    495   [  --with-plural           do compile with Plural support])
     494  Plural,
     495  [  --with-Plural           do compile with Plural support])
    496496AC_ARG_WITH(
    497497  NTL,
     
    848848
    849849AC_MSG_CHECKING(whether to have Plural)
    850 if test "$with_plural" != yes; then
     850if test "$with_Plural" != yes && test "$enable_Plural" != yes; then
    851851  AC_MSG_RESULT(no)
    852852else
  • configure

    r98fab1 rbd63e0  
    26032603echo $ac_n "checking whether to build Plural""... $ac_c" 1>&6
    26042604echo "configure:2605: checking whether to build Plural" >&5
    2605 if test "$enable_Plural" != no && test -d "Plural"; then
    2606    BUILD_SUBDIRS="$BUILD_SUBDIRS Plural"
     2605if test "$enable_Plural" != no || test "$with_Plural" != no; then
    26072606   echo "$ac_t""yes" 1>&6
    26082607   if test "$enable_Plural" != yes; then
     
    26152614
    26162615echo $ac_n "checking whether to configure and build Texinfo""... $ac_c" 1>&6
    2617 echo "configure:2618: checking whether to configure and build Texinfo" >&5
     2616echo "configure:2617: checking whether to configure and build Texinfo" >&5
    26182617if test "$enable_Texinfo" != no && test -d Texinfo; then
    26192618  echo "$ac_t""yes" 1>&6
     
    26372636set dummy makeinfo; ac_word=$2
    26382637echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2639 echo "configure:2640: checking for $ac_word" >&5
     2638echo "configure:2639: checking for $ac_word" >&5
    26402639if eval "test \"`echo '$''{'ac_cv_prog_MAKEINFO'+set}'`\" = set"; then
    26412640  echo $ac_n "(cached) $ac_c" 1>&6
     
    26672666set dummy texi2dvi; ac_word=$2
    26682667echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2669 echo "configure:2670: checking for $ac_word" >&5
     2668echo "configure:2669: checking for $ac_word" >&5
    26702669if eval "test \"`echo '$''{'ac_cv_prog_TEXI2DVI'+set}'`\" = set"; then
    26712670  echo $ac_n "(cached) $ac_c" 1>&6
     
    26972696set dummy texindex; ac_word=$2
    26982697echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2699 echo "configure:2700: checking for $ac_word" >&5
     2698echo "configure:2699: checking for $ac_word" >&5
    27002699if eval "test \"`echo '$''{'ac_cv_prog_TEXINDEX'+set}'`\" = set"; then
    27012700  echo $ac_n "(cached) $ac_c" 1>&6
     
    27272726
    27282727echo $ac_n "checking whether to configure and build Texi2html""... $ac_c" 1>&6
    2729 echo "configure:2730: checking whether to configure and build Texi2html" >&5
     2728echo "configure:2729: checking whether to configure and build Texi2html" >&5
    27302729if test "$enable_Texi2html" != no && test -d Texi2html; then
    27312730 echo "$ac_t""yes" 1>&6
     
    27422741set dummy texi2html; ac_word=$2
    27432742echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2744 echo "configure:2745: checking for $ac_word" >&5
     2743echo "configure:2744: checking for $ac_word" >&5
    27452744if eval "test \"`echo '$''{'ac_cv_prog_TEXI2HTML'+set}'`\" = set"; then
    27462745  echo $ac_n "(cached) $ac_c" 1>&6
     
    27802779
    27812780echo $ac_n "checking whether to build doc""... $ac_c" 1>&6
    2782 echo "configure:2783: checking whether to build doc" >&5
     2781echo "configure:2782: checking whether to build doc" >&5
    27832782if test "$enable_doc" != no && test -d doc; then
    27842783 echo "$ac_t""yes" 1>&6
     
    27942793
    27952794echo $ac_n "checking whether to build emacs""... $ac_c" 1>&6
    2796 echo "configure:2797: checking whether to build emacs" >&5
     2795echo "configure:2796: checking whether to build emacs" >&5
    27972796if test "$enable_doc" = yes && test "$enable_emacs" != no && test -d emacs; then
    27982797 echo "$ac_t""yes" 1>&6
     
    28062805
    28072806echo $ac_n "checking which apint package to use""... $ac_c" 1>&6
    2808 echo "configure:2809: checking which apint package to use" >&5
     2807echo "configure:2808: checking which apint package to use" >&5
    28092808if test "$with_apint" = gmp; then
    28102809  if test "$ac_gmp_ok" = yes || test "$enable_gmp" = yes; then
     
    28302829
    28312830echo $ac_n "checking whether to use with MP""... $ac_c" 1>&6
    2832 echo "configure:2833: checking whether to use with MP" >&5
     2831echo "configure:2832: checking whether to use with MP" >&5
    28332832if test "$with_MP" = yes; then
    28342833  if test "$ac_MP_ok" = yes || test "$enable_MP" = yes; then
     
    28492848
    28502849echo $ac_n "checking whether to use with factory""... $ac_c" 1>&6
    2851 echo "configure:2852: checking whether to use with factory" >&5
     2850echo "configure:2851: checking whether to use with factory" >&5
    28522851if test "$with_factory" = yes; then
    28532852  if test "$ac_factory_ok" = yes || test "$enable_factory" = yes; then
     
    28682867 
    28692868echo $ac_n "checking whether to use with libfac""... $ac_c" 1>&6
    2870 echo "configure:2871: checking whether to use with libfac" >&5
     2869echo "configure:2870: checking whether to use with libfac" >&5
    28712870if test "$with_libfac" = yes; then
    28722871  if test "$ac_libfac_ok" = yes || test "$enable_libfac" = yes; then
     
    28892888
    28902889echo $ac_n "checking whether to use with Singular""... $ac_c" 1>&6
    2891 echo "configure:2892: checking whether to use with Singular" >&5
     2890echo "configure:2891: checking whether to use with Singular" >&5
    28922891if test "$with_Singular" != no && test "$with_Singular" != yes; then
    28932892  if test "$enable_Singular" = yes; then
     
    29512950 
    29522951echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
    2953 echo "configure:2954: checking whether ${MAKE-make} sets \${MAKE}" >&5
     2952echo "configure:2953: checking whether ${MAKE-make} sets \${MAKE}" >&5
    29542953set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
    29552954if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
  • configure.in

    r98fab1 rbd63e0  
    627627
    628628AC_MSG_CHECKING(whether to build Plural)
    629 if test "$enable_Plural" != no && test -d "Plural"; then
    630    BUILD_SUBDIRS="$BUILD_SUBDIRS Plural"
     629if test "$enable_Plural" != no || test "$with_Plural" != no; then
    631630   AC_MSG_RESULT(yes)
    632631   if test "$enable_Plural" != yes; then
Note: See TracChangeset for help on using the changeset viewer.