]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): The name of
authorAkim Demaille <akim@epita.fr>
Sat, 20 Oct 2001 06:57:21 +0000 (06:57 +0000)
committerAkim Demaille <akim@epita.fr>
Sat, 20 Oct 2001 06:57:21 +0000 (06:57 +0000)
the executable was missing from the log.

ChangeLog
lib/autoconf/status.m4
man/autoreconf.1

index f09d24f92822e14f20a477d1abf05e76ded6b123..bf48293753ba292a2870b70e7de1337b9a2c70f7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 6745eb3a61a81653a324d4f3115d685c93ad3d70..e535de9493b80fe503220c5be48c12cf4b79ac94 100644 (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
index aa6bdd2557bdcd9dcae1f304d5b2cbe50c06a410..615698f66427649c9eed744fee4637b92354ee86 100644 (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.