always be invoked. For PR automake/220.
+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>
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