automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: "include $(top_builddir)/aminclude.am" is ignored by automake


From: Alexandre Duret-Lutz
Subject: Re: "include $(top_builddir)/aminclude.am" is ignored by automake
Date: Tue, 08 Feb 2005 22:42:03 +0100
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux)

>>> "Stepan" == Stepan Kasal <address@hidden> writes:
[...]
 Stepan> 1) I noticed typos; see the patch attached.
 Stepan> 2) Regarding the sentence:
[...]

Thanks.  I installed the following on HEAD, and the Options
chunk on branch-1-9.

2005-02-08  Stepan Kasal  <address@hidden>

        * doc/automake.texi (Requirements, Options): Typos.

Index: doc/automake.texi
===================================================================
RCS file: /cvs/automake/automake/doc/automake.texi,v
retrieving revision 1.95
diff -u -r1.95 automake.texi
--- doc/automake.texi   7 Feb 2005 22:48:57 -0000       1.95
+++ doc/automake.texi   8 Feb 2005 21:38:37 -0000
@@ -1379,12 +1379,12 @@
 
 @noindent
 Here cleaning, distributing, and rebuilding are done automatically,
-because @address@hidden@}} is know at @code{make}-time.
+because @address@hidden@}} 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
address@hidden needs to know the filename at run-time in order to
address@hidden 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 @@
 
 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

-- 
Alexandre Duret-Lutz





reply via email to

[Prev in Thread] Current Thread [Next in Thread]