From: Akim Demaille Date: Sat, 20 Oct 2001 06:57:21 +0000 (+0000) Subject: * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): The name of X-Git-Tag: AUTOCONF-2.52f~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80cd9856d01463cea0399548bec62546daf16faa;p=thirdparty%2Fautoconf.git * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): The name of the executable was missing from the log. --- diff --git a/ChangeLog b/ChangeLog index f09d24f92..bf4829375 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-10-20 Akim Demaille + + * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): The name of + the executable was missing from the log. + 2001-10-20 Akim Demaille * lib/Autom4te/General.pm (&update_file): If destination is diff --git a/lib/autoconf/status.m4 b/lib/autoconf/status.m4 index 6745eb3a6..e535de949 100644 --- a/lib/autoconf/status.m4 +++ b/lib/autoconf/status.m4 @@ -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 diff --git a/man/autoreconf.1 b/man/autoreconf.1 index aa6bdd255..615698f66 100644 --- a/man/autoreconf.1 +++ b/man/autoreconf.1 @@ -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.