mirror of
git://git.sv.gnu.org/autoconf
synced 2025-03-31 15:00:26 +08:00
* lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): The name of
the executable was missing from the log.
This commit is contained in:
parent
9958e7c098
commit
80cd9856d0
@ -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
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user