* doc/autoconf.texi (Particular Programs): Explain the

`AC_PROG_LEX invoked multiple times' message.
Reported by Rainer Orth as PR Autoconf/177.
This commit is contained in:
Akim Demaille 2001-05-19 16:54:15 +00:00
parent 055b95929a
commit f5a3a2788e
5 changed files with 18 additions and 7 deletions

View File

@ -1,3 +1,9 @@
2001-05-19 Akim Demaille <akim@epita.fr>
* doc/autoconf.texi (Particular Programs): Explain the
`AC_PROG_LEX invoked multiple times' message.
Reported by Rainer Orth as PR Autoconf/177.
2001-05-19 Akim Demaille <akim@epita.fr>
* autoheader.sh: Fix file names used in error messages.

View File

@ -157,9 +157,9 @@ package. This is edition @value{EDITION}, for Autoconf version
The GNU build system
* Automake::
* Libtool::
* Pointers::
* Automake::
* Libtool::
* Pointers::
Making @code{configure} Scripts
@ -543,7 +543,7 @@ the standard targets, the substitutions provided by Autoconf, automatic
dependency tracking, @code{VPATH} building, and so on. @code{make} will
build the @code{hello} program, and @code{make install} will install it
in @file{/usr/local/bin} (or whatever prefix was given to
@code{configure}, if not @file{/usr/local}).
@code{configure}, if not @file{/usr/local}).
Automake may require that additional tools be present on the
@emph{developer's} machine. For example, the @code{Makefile.in} that
@ -2913,6 +2913,11 @@ fi
The shell script @command{missing} can be found in the Automake
distribution.
To ensure backward compatibility, Automake's @code{AM_PROG_LEX} invokes
(indirectly) this macro twice, which will cause an annoying but benign
``@code{AC_PROG_LEX} invoked multiple times'' warning. Future versions
of Automake will fix this issue, meanwhile, just ignore this message.
@end defmac
@defmac AC_PROG_LN_S

View File

@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.24.
.TH AUTOHEADER "1" "April 2001" "GNU Autoconf 2.49f" FSF
.TH AUTOHEADER "1" "May 2001" "GNU Autoconf 2.49f" FSF
.SH NAME
autoheader \- Create a template header for configure
.SH SYNOPSIS

View File

@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.24.
.TH CONFIG.GUESS "1" "March 2001" "GNU config.guess (2001-03-16)" FSF
.TH CONFIG.GUESS "1" "May 2001" "GNU config.guess (2001-04-20)" FSF
.SH NAME
config.guess \- guess the build system triplet
.SH SYNOPSIS

View File

@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.24.
.TH CONFIG.SUB "1" "March 2001" "GNU config.sub (2001-03-09)" FSF
.TH CONFIG.SUB "1" "May 2001" "GNU config.sub (2001-05-11)" FSF
.SH NAME
config.sub \- validate and canonicalize a configuration triplet
.SH SYNOPSIS