* automake.texi (Conditional Sources): Fix the `+=' example.
authorAlexandre Duret-Lutz <adl@gnu.org>
Wed, 13 Nov 2002 21:04:46 +0000 (21:04 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Wed, 13 Nov 2002 21:04:46 +0000 (21:04 +0000)
Reported by Mike Castle.

ChangeLog
automake.texi
stamp-vti
version.texi

index e2c036c..ee58b40 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2002-11-13  Alexandre Duret-Lutz  <adl@gnu.org>
 
+       * automake.texi (Conditional Sources): Fix the `+=' example.
+       Reported by Mike Castle.
+
        * automake.in: Don't declare TRUE and FALSE, import them from
        Automake::Conditional.
        * lib/Automake/Conditional.pm (TRUE, FALSE): New constants.
index de2fec9..ae9e06a 100644 (file)
@@ -2255,9 +2255,9 @@ conditional @code{+=}.
 bin_PROGRAMS = hello
 hello_SOURCES = hello-common.c
 if LINUX
-hello_cond += hello-linux.c
+hello_SOURCES += hello-linux.c
 else
-hello_cond += hello-generic.c
+hello_SOURCES += hello-generic.c
 endif
 @end example
 
index 5ad9c97..a777d3c 100644 (file)
--- a/stamp-vti
+++ b/stamp-vti
@@ -1,4 +1,4 @@
-@set UPDATED 7 November 2002
+@set UPDATED 13 November 2002
 @set UPDATED-MONTH November 2002
 @set EDITION 1.7a
 @set VERSION 1.7a
index 5ad9c97..a777d3c 100644 (file)
@@ -1,4 +1,4 @@
-@set UPDATED 7 November 2002
+@set UPDATED 13 November 2002
 @set UPDATED-MONTH November 2002
 @set EDITION 1.7a
 @set VERSION 1.7a