]> sourceware.org Git - automake.git/commitdiff
* automake.texi (Yacc and Lex): ylwrap is used only when there is
authorAlexandre Duret-Lutz <adl@gnu.org>
Sun, 22 Sep 2002 14:56:27 +0000 (14:56 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Sun, 22 Sep 2002 14:56:27 +0000 (14:56 +0000)
more than one yacc or lex source file in a directory.

ChangeLog
automake.texi
stamp-vti
version.texi

index c15eb3e8c3964d18e395f00e6e9c7989784b36be..281d030525b290825c6b876606ea5151ca362618 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2002-09-22  Alexandre Duret-Lutz  <duret_g@epita.fr>
 
+       * automake.texi (Yacc and Lex): ylwrap is used only when there is
+       more than one yacc or lex source file in a directory.
+
        * automake.in (macro_define): Update a variable's location each
        time its owner is updated.
        * tests/gnuwarn.test: Append to CFLAGS to check for this.
index 1e44dea825e9eb4e312bce406dcc689668b88010..909252999e7f03ed1850a257bc98d0a47c6f56fe 100644 (file)
@@ -2733,15 +2733,16 @@ intended for the @file{Makefile.am} author.
 
 
 Automake makes it possible to include multiple @code{yacc} (or
-@code{lex}) source files in a single program.  Automake uses a small
-program called @code{ylwrap} to run @code{yacc} (or @code{lex}) in a
-subdirectory.  This is necessary because yacc's output filename is
-fixed, and a parallel make could conceivably invoke more than one
-instance of @code{yacc} simultaneously.  The @code{ylwrap} program is
-distributed with Automake.  It should appear in the directory specified
-by @samp{AC_CONFIG_AUX_DIR} (@pxref{Input, , Finding `configure' Input,
-autoconf, The Autoconf Manual}), or the current directory if that macro
-is not used in @file{configure.in}.
+@code{lex}) source files in a single program.  When there is more than
+one distinct @code{yacc} (or @code{lex}) source file in a directory,
+Automake uses a small program called @code{ylwrap} to run @code{yacc}
+(or @code{lex}) in a subdirectory.  This is necessary because yacc's
+output filename is fixed, and a parallel make could conceivably invoke
+more than one instance of @code{yacc} simultaneously.  The @code{ylwrap}
+program is distributed with Automake.  It should appear in the directory
+specified by @samp{AC_CONFIG_AUX_DIR} (@pxref{Input, , Finding
+`configure' Input, autoconf, The Autoconf Manual}), or the current
+directory if that macro is not used in @file{configure.in}.
 
 For @code{yacc}, simply managing locking is insufficient.  The output of
 @code{yacc} always uses the same symbol names internally, so it isn't
index 0be0f79739e742c0924b9a27b271205c4b7ef580..e4420df3d4870935396d5a9daa7bbfa704efed0d 100644 (file)
--- a/stamp-vti
+++ b/stamp-vti
@@ -1,4 +1,4 @@
-@set UPDATED 19 September 2002
+@set UPDATED 22 September 2002
 @set UPDATED-MONTH September 2002
 @set EDITION 1.6g
 @set VERSION 1.6g
index 0be0f79739e742c0924b9a27b271205c4b7ef580..e4420df3d4870935396d5a9daa7bbfa704efed0d 100644 (file)
@@ -1,4 +1,4 @@
-@set UPDATED 19 September 2002
+@set UPDATED 22 September 2002
 @set UPDATED-MONTH September 2002
 @set EDITION 1.6g
 @set VERSION 1.6g
This page took 0.046037 seconds and 5 git commands to generate.