]> sourceware.org Git - automake.git/commitdiff
* automake.texi (Macros): Explain the ``AC_PROG_LEX invoked
authorAkim Demaille <akim@epita.fr>
Mon, 21 May 2001 08:31:45 +0000 (08:31 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 21 May 2001 08:31:45 +0000 (08:31 +0000)
multiple times'' warning.

ChangeLog
automake.texi
stamp-vti
version.texi

index d7ab7053265d858d6682fde9e69bb50391ad089a..51dae1f6a1c64f5525cd93759cda51cc909dcbea 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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.
index 34825b3e3b5943351b5354df3254f4c9d01d3317..a6c2d5f15bda7a788cc145f6d3af51cd450e555b 100644 (file)
@@ -1302,6 +1302,15 @@ Programs, , Particular Program Checks, autoconf, The Autoconf Manual}),
 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
index c6e131bddddbfda649e9f06a2fbe66e5d9a3c08b..0d462d85e262dac7147fa9e394d7a18163a294e4 100644 (file)
--- a/stamp-vti
+++ b/stamp-vti
@@ -1,4 +1,4 @@
-@set UPDATED 17 May 2001
+@set UPDATED 21 May 2001
 @set UPDATED-MONTH May 2001
 @set EDITION 1.4g
 @set VERSION 1.4g
index c6e131bddddbfda649e9f06a2fbe66e5d9a3c08b..0d462d85e262dac7147fa9e394d7a18163a294e4 100644 (file)
@@ -1,4 +1,4 @@
-@set UPDATED 17 May 2001
+@set UPDATED 21 May 2001
 @set UPDATED-MONTH May 2001
 @set EDITION 1.4g
 @set VERSION 1.4g
This page took 0.04156 seconds and 5 git commands to generate.