From: Alexandre Duret-Lutz Date: Tue, 8 Feb 2005 21:41:17 +0000 (+0000) Subject: * doc/automake.texi (Requirements, Options): Typos. X-Git-Tag: Release-1-9b~190 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb6fa130d08ed4a6a25ab9447e34b2748987a90b;p=thirdparty%2Fautomake.git * doc/automake.texi (Requirements, Options): Typos. --- diff --git a/ChangeLog b/ChangeLog index 4f69d1607..7babaf332 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-02-08 Stepan Kasal + + * doc/automake.texi (Requirements, Options): Typos. + 2005-02-08 Alexandre Duret-Lutz * lib/missing (makeinfo): Compute the output file if neither -o diff --git a/doc/automake.texi b/doc/automake.texi index 33b0f73b3..f62399fff 100644 --- a/doc/automake.texi +++ b/doc/automake.texi @@ -1379,12 +1379,12 @@ AC_CONFIG_FILES([tests/automake-$@{APIVERSION@}:tests/automake.in], @noindent Here cleaning, distributing, and rebuilding are done automatically, -because @code{$@{APIVERSION@}} is know at @code{make}-time. +because @code{$@{APIVERSION@}} is known at @code{make}-time. Note that you should not use shell variables to declare @file{Makefile} files for which @command{automake} must create @file{Makefile.in}. Even @code{AC_SUBST} does not help here, because -@command{automake} needs to know the filename at run-time in order to +@command{automake} needs to know the filename when it runs in order to check whether @file{Makefile.am} exists. (In the very hairy case that your setup requires such use of variables, you will have to tell Automake which @file{Makefile.in}s to generate on the command-line.) @@ -6901,7 +6901,7 @@ is then compressed according to the set of @code{no-dist-gzip}, These options must be passed as argument to @code{AM_INIT_AUTOMAKE} (@pxref{Macros}) because they can require additional configure checks. -Automake will complain if it sees such options in a +Automake will complain if it sees such options in an @code{AUTOMAKE_OPTIONS} variable. @code{tar-v7} selects the old V7 tar format. This is the historical