* lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): The name of

the executable was missing from the log.
This commit is contained in:
Akim Demaille 2001-10-20 06:57:21 +00:00
parent 9958e7c098
commit 80cd9856d0
3 changed files with 6 additions and 7 deletions

View File

@ -1,3 +1,8 @@
2001-10-20 Akim Demaille <akim@epita.fr>
* lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): The name of
the executable was missing from the log.
2001-10-20 Akim Demaille <akim@epita.fr>
* lib/Autom4te/General.pm (&update_file): If destination is

View File

@ -1261,7 +1261,7 @@ generated by m4_PACKAGE_STRING. Invocation command line was
CONFIG_HEADERS = $CONFIG_HEADERS
CONFIG_LINKS = $CONFIG_LINKS
CONFIG_COMMANDS = $CONFIG_COMMANDS
$ $[@]
$ $[0] $[@]
_CSEOF
echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&AS_MESSAGE_LOG_FD

View File

@ -42,12 +42,6 @@ other tools.
.TP
\fB\-I\fR, \fB\-\-include\fR=\fIDIR\fR
look for FILES in DIR (cumulative)
.TP
\fB\-M\fR, \fB\-\-m4dir\fR=\fIM4DIR\fR
this package's Autoconf extensions
.PP
Unless specified, heuristics try to compute `M4DIR' from the `Makefile.am',
or defaults to `m4' if it exists.
.PP
The environment variables AUTOCONF, AUTOHEADER, AUTOMAKE, ACLOCAL,
GETTEXTIZE, LIBTOOLIZE are honored.