+2001-05-21 Akim Demaille <akim@epita.fr>
+
+ * automake.texi (Macros): Explain the ``AC_PROG_LEX invoked
+ multiple times'' warning.
+
2001-05-20 Tom Tromey <tromey@redhat.com>
* configure.in: Updated to 1.4g.
but uses the @code{missing} script on systems that do not have
@code{lex}. @samp{HP-UX 10} is one such system.
+Autoconf 2.50 and higher, in order to simplify the interface, includes
+the body of @code{AC_DECL_YYTEXT} in @code{AC_PROG_LEX}. To ensure
+backward compatibility, @code{AC_DECL_YYTEXT} is nevertheless defined as
+an invocation of @code{AC_PROG_LEX}. Since @code{AM_PROG_LEX} invokes
+both, it causes an annoying but benign warning (@code{AC_PROG_LEX}
+invoked multiple times) which you should just ignore. In the future,
+once Automake requires Autoconf 2.50, this issue will be fixed, but the
+current compatibility with Autoconf 2.13 prevents this.
+
@item AM_PROG_GCJ
This macro finds the @code{gcj} program or causes an error. It sets
@samp{GCJ} and @samp{GCJFLAGS}. @code{gcj} is the Java front-end to the
-@set UPDATED 17 May 2001
+@set UPDATED 21 May 2001
@set UPDATED-MONTH May 2001
@set EDITION 1.4g
@set VERSION 1.4g