[Top][All Lists]
[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
- Re: "include $(top_builddir)/aminclude.am" is ignored by automake, (continued)
- Re: "include $(top_builddir)/aminclude.am" is ignored by automake, Alexandre Duret-Lutz, 2005/02/02
- Re: "include $(top_builddir)/aminclude.am" is ignored by automake, Ralf Corsepius, 2005/02/02
- Re: "include $(top_builddir)/aminclude.am" is ignored by automake, Tom Howard, 2005/02/03
- Re: "include $(top_builddir)/aminclude.am" is ignored by automake, Tom Howard, 2005/02/03
- Re: "include $(top_builddir)/aminclude.am" is ignored by automake, Stepan Kasal, 2005/02/04
- Re: "include $(top_builddir)/aminclude.am" is ignored by automake, Alexandre Duret-Lutz, 2005/02/07
- Re: "include $(top_builddir)/aminclude.am" is ignored by automake, Tom Howard, 2005/02/07
- Re: "include $(top_builddir)/aminclude.am" is ignored by automake, Alexandre Duret-Lutz, 2005/02/08
- Re: "include $(top_builddir)/aminclude.am" is ignored by automake, Tom Howard, 2005/02/09
- Re: "include $(top_builddir)/aminclude.am" is ignored by automake, Stepan Kasal, 2005/02/08
- Re: "include $(top_builddir)/aminclude.am" is ignored by automake,
Alexandre Duret-Lutz <=