From 81cc32a34c3cbdf07a26de091738235a37ededbe Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Thu, 23 Aug 2001 05:10:51 +0000 Subject: [PATCH] * automake.texi (Conditionals): Mention that conditionals must always be invoked. For PR automake/220. --- ChangeLog | 5 +++++ automake.texi | 6 +++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1248cef7..6bfeed99 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-08-22 Tom Tromey + + * automake.texi (Conditionals): Mention that conditionals must + always be invoked. For PR automake/220. + 2001-08-22 Richard Boulton Tom Tromey diff --git a/automake.texi b/automake.texi index 8b3d814e..7434da94 100644 --- a/automake.texi +++ b/automake.texi @@ -4112,7 +4112,11 @@ underscores. It must be different from @samp{TRUE} and @samp{FALSE} which are reserved by Automake. The shell @var{condition} (suitable for use in a shell @code{if} -statement) is evaluated when @code{configure} is run. +statement) is evaluated when @code{configure} is run. Note that you +must arrange for @emph{every} @code{AM_CONDITIONAL} to be invoked every +time @code{configure} is run -- if @code{AM_CONDITIONAL} is run +conditionally (e.g., in a shell @code{if} statement), then the result +will confuse automake. @end defmac @cindex --enable-debug, example -- 2.43.5