+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
# 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@";
.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