bug-automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

AM_CONDITIONAL should m4_pattern_allow its results


From: Akim Demaille
Subject: AM_CONDITIONAL should m4_pattern_allow its results
Date: Fri, 17 Dec 2004 11:25:35 +0100
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.3 (gnu/linux)

In some code, I have:

m4_pattern_forbid([^XT_])

...
  AM_CONDITIONAL([XT_DARWIN], [test "$xt_darwin" = "yes"])
...
  # As an exception to XT_* macros name, this is a valid part of configure.
  m4_pattern_allow([^XT_DARWIN(_TRUE|_FALSE)?$])
...


IMHO, AM_CONDITIONAL([FOO],...) should
m4_pattern_allow([^FOO(_TRUE|_FALSE)?$]).




reply via email to

[Prev in Thread] Current Thread [Next in Thread]