]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* bin/autoupdate.in (@include): `installcheck' revealed the path
authorAkim Demaille <akim@epita.fr>
Fri, 31 Aug 2001 13:35:17 +0000 (13:35 +0000)
committerAkim Demaille <akim@epita.fr>
Fri, 31 Aug 2001 13:35:17 +0000 (13:35 +0000)
to m4sugar was lacking!

ChangeLog
bin/autoupdate.in
man/autoupdate.1

index 262911d14f70e1ffee896f1a0f623754bc8355bb..c3c4e576ad9acd8d74d6b37bbc1ccf45db1a0742 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-08-31  Akim Demaille  <akim@epita.fr>
+
+       * bin/autoupdate.in (@include): `installcheck' revealed the path
+       to m4sugar was lacking!
+
 2001-08-31  Akim Demaille  <akim@epita.fr>
 
        * man/Makefile.am (.x.1): We really have pass
index 9df4120caed7031f8aa3ca84c0a8ecaac6242ece..b2e9d2f2c5217fe7716b4ab889888c0f5b82d965 100644 (file)
@@ -33,7 +33,8 @@ use strict;
 
 # Lib files.
 my $autom4te = $ENV{'AUTOM4TE'} || '@autom4te-name@';
-my @include;
+# We need to find m4sugar.
+my @include = ('@datadir@');
 my $force = 0;
 # m4.
 my $m4 = $ENV{"M4"} || "@M4@";
index 889eaf482294fd5771a9ad8ca0468c65f8d81540..1574783bfe3b079863dfc255ff1a9bfb64e3b8f6 100644 (file)
@@ -22,20 +22,12 @@ verbosely report processing
 .TP
 \fB\-d\fR, \fB\-\-debug\fR
 don't remove temporary files
-.SS "Library directories:"
 .TP
-\fB\-A\fR, \fB\-\-autoconf\-dir\fR=\fIACDIR\fR
-Autoconf's macro files location (rarely needed)
+\fB\-I\fR, \fB\-\-include\fR=\fIDIR\fR
+look for input files in DIR.  Accumulates
 .TP
-\fB\-l\fR, \fB\-\-localdir\fR=\fIDIR\fR
-location of `aclocal.m4'
-.SS "Environment variables:"
-.TP
-M4
-GNU M4 1.4 or above
-.TP
-AUTOCONF
-autoconf 2.52c
+\fB\-f\fR, \fB\-\-force\fR
+consider all the files are obsolete
 .SH AUTHOR
 Written by David J. MacKenzie and Akim Demaille.
 .PP