]> sourceware.org Git - automake.git/commitdiff
* automake.texi (Conditionals): Mention that conditionals must
authorTom Tromey <tromey@redhat.com>
Thu, 23 Aug 2001 05:10:51 +0000 (05:10 +0000)
committerTom Tromey <tromey@redhat.com>
Thu, 23 Aug 2001 05:10:51 +0000 (05:10 +0000)
always be invoked.  For PR automake/220.

ChangeLog
automake.texi

index 1248cef76f6457d64fa990017ef4043bd40890dd..6bfeed993bd8631d7919eebb3774c2ddd09bf69f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-08-22  Tom Tromey  <tromey@redhat.com>
+
+       * automake.texi (Conditionals): Mention that conditionals must
+       always be invoked.  For PR automake/220.
+
 2001-08-22  Richard Boulton <richard@tartarus.org>
            Tom Tromey  <tromey@redhat.com>
 
index 8b3d814ea0cab9544a335292f4a72b767f078a7f..7434da94b4b03dad6a8313d13f62db588b980f31 100644 (file)
@@ -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
This page took 0.04086 seconds and 5 git commands to generate.