From: Alexandre Duret-Lutz Date: Wed, 13 Nov 2002 21:04:46 +0000 (+0000) Subject: * automake.texi (Conditional Sources): Fix the `+=' example. X-Git-Tag: Release-1-7-2b~111 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8e29c03c6ae948c95a6e5a4cd7a67ea50e5eea9;p=thirdparty%2Fautomake.git * automake.texi (Conditional Sources): Fix the `+=' example. Reported by Mike Castle. --- diff --git a/ChangeLog b/ChangeLog index e2c036ca5..ee58b4075 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 de2fec949..ae9e06a51 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 5ad9c970d..a777d3cb1 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 5ad9c970d..a777d3cb1 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