From 08a511635de38fba161fceaecc6655185523e85e Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Wed, 13 Nov 2002 21:04:46 +0000 Subject: [PATCH] * automake.texi (Conditional Sources): Fix the `+=' example. Reported by Mike Castle. --- ChangeLog | 3 +++ automake.texi | 4 ++-- stamp-vti | 2 +- version.texi | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index e2c036ca..ee58b407 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2002-11-13 Alexandre Duret-Lutz + * 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. diff --git a/automake.texi b/automake.texi index de2fec94..ae9e06a5 100644 --- a/automake.texi +++ b/automake.texi @@ -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 diff --git a/stamp-vti b/stamp-vti index 5ad9c970..a777d3cb 100644 --- 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 diff --git a/version.texi b/version.texi index 5ad9c970..a777d3cb 100644 --- a/version.texi +++ b/version.texi @@ -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 -- 2.43.5