From: Tom Tromey Date: Tue, 28 Aug 2001 04:32:52 +0000 (+0000) Subject: * automake.texi (Yacc and Lex): Mention lex, not yacc. X-Git-Tag: Release-1-5b~148 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c253ff089f77d625cba4510967de69069270c68;p=thirdparty%2Fautomake.git * automake.texi (Yacc and Lex): Mention lex, not yacc. From Alexey Mahotkin. --- diff --git a/ChangeLog b/ChangeLog index 0562eb079..2aa73ee55 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-08-27 Tom Tromey + + * automake.texi (Yacc and Lex): Mention lex, not yacc. + From Alexey Mahotkin. + 2001-08-27 Tom Tromey * tests/yacc7.test: Use test -f, not test -e. diff --git a/automake.texi b/automake.texi index 9644638e0..1692702a0 100644 --- a/automake.texi +++ b/automake.texi @@ -2289,7 +2289,7 @@ macro---automake needs to know the value of @samp{LEX_OUTPUT_ROOT}. This is all handled for you if you use the @code{AM_PROG_LEX} macro (@pxref{Macros}). -When @code{yacc} is invoked, it is passed @samp{LFLAGS} and +When @code{lex} is invoked, it is passed @samp{LFLAGS} and @samp{AM_LFLAGS}. The former is a user variable and the latter is intended for the @file{Makefile.am} author. diff --git a/stamp-vti b/stamp-vti index fc7f82101..c6ff6e37c 100644 --- a/stamp-vti +++ b/stamp-vti @@ -1,4 +1,4 @@ -@set UPDATED 2 August 2001 +@set UPDATED 27 August 2001 @set UPDATED-MONTH August 2001 @set EDITION 1.4s @set VERSION 1.4s diff --git a/version.texi b/version.texi index fc7f82101..c6ff6e37c 100644 --- a/version.texi +++ b/version.texi @@ -1,4 +1,4 @@ -@set UPDATED 2 August 2001 +@set UPDATED 27 August 2001 @set UPDATED-MONTH August 2001 @set EDITION 1.4s @set VERSION 1.4s