Changeset 8ddc676 in git for m4


Ignore:
Timestamp:
Jan 25, 2012, 7:08:34 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
8156a762758cc544bbf2c95bbe2241b4452724a3
Parents:
f3cdf9e5f707acda78af0e21e064d4b843c72a1a
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-01-25 19:08:34+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-01-27 15:54:52+01:00
Message:
wrong configure output

FIX: inconsistent messages: one can disable some default features
File:
1 edited

Legend:

Unmodified
Added
Removed
  • m4/options.m4

    rf3cdf9 r8ddc676  
    11AC_DEFUN([SING_CHECK_ARITH_RINGS],
    22[
    3 AC_MSG_CHECKING(whether arithmetical rings should be disabled)
     3AC_MSG_CHECKING(whether arithmetical rings should be enabled)
    44
    55AC_ARG_ENABLE(arith-rings,
     
    2323AC_DEFUN([SING_CHECK_FACTORY],
    2424[
    25 AC_MSG_CHECKING(whether factory should be disabled)
     25AC_MSG_CHECKING(whether factory should be enabled)
    2626
    2727AC_ARG_ENABLE(factory,
     
    5353AC_DEFUN([SING_CHECK_PLURAL],
    5454[
    55 AC_MSG_CHECKING(whether non-commutative subsystem should be disabled)
     55AC_MSG_CHECKING(whether non-commutative subsystem should be enabled)
    5656
    5757AC_ARG_ENABLE(plural,
Note: See TracChangeset for help on using the changeset viewer.