]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* man/Makefile.am: autoupdate.1 now depends on autoupdate.in.
authorPavel Roskin <proski@gnu.org>
Mon, 26 Feb 2001 06:56:04 +0000 (06:56 +0000)
committerPavel Roskin <proski@gnu.org>
Mon, 26 Feb 2001 06:56:04 +0000 (06:56 +0000)
ChangeLog
man/Makefile.am
man/autoupdate.1

index 8b3304a9b41424762bc5330a99aa10c51cbea141..bd3122e9e8f0777fd454df2a604ffcc91665d0b2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-02-26  Pavel Roskin  <proski@gnu.org>
+
+       * man/Makefile.am: autoupdate.1 now depends on autoupdate.in.
+
 2001-02-25  Tim Van Holder <tim.van.holder@pandora.be>
 
        * autoupdate.in: Support DOS paths.  Initialize $tmp to
index 1fc2db2a4ab8ce4d8eeb1bcdc9226c2521bcb923..134099f95cc3b6b54a3819ece04528ce079517b8 100644 (file)
@@ -13,7 +13,7 @@ common_dep = $(top_srcdir)/configure.in $(srcdir)/common.x
 autoconf.1:   $(common_dep) $(srcdir)/autoconf.x   $(top_srcdir)/autoconf.sh
 autoreconf.1: $(common_dep) $(srcdir)/autoreconf.x $(top_srcdir)/autoreconf.sh
 autoheader.1: $(common_dep) $(srcdir)/autoheader.x $(top_srcdir)/autoheader.sh
-autoupdate.1: $(common_dep) $(srcdir)/autoupdate.x $(top_srcdir)/autoupdate.sh
+autoupdate.1: $(common_dep) $(srcdir)/autoupdate.x $(top_srcdir)/autoupdate.in
 ifnames.1:    $(common_dep) $(srcdir)/ifnames.x    $(top_srcdir)/ifnames.sh
 autoscan.1:   $(common_dep) $(srcdir)/autoscan.x   $(top_srcdir)/autoscan.pl
 
index 09c691352107879ea5bd2a0ef4d2b7dc45e89f16..e4c9dfc8f33f9ecccb7daccb41ea6fb37eadd17e 100644 (file)
@@ -28,14 +28,14 @@ don't remove temporary files
 Autoconf's macro files location (rarely needed)
 .TP
 \fB\-l\fR, \fB\-\-localdir\fR=\fIDIR\fR
-location of `aclocal.m4' and `acconfig.h'
+location of `aclocal.m4'
 .SS "Environment variables:"
 .TP
 M4
-GNU M4 is required.
+GNU M4 1.4 or above
 .TP
 AUTOCONF
-autoconf.
+autoconf 2.49d
 .SH AUTHOR
 Written by David J. MacKenzie and Akim Demaille.
 .PP