From: Akim Demaille Date: Fri, 31 Aug 2001 13:35:17 +0000 (+0000) Subject: * bin/autoupdate.in (@include): `installcheck' revealed the path X-Git-Tag: AUTOCONF-2.52d~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=daa84556247397a7b390abca40aadfa4886fb02c;p=thirdparty%2Fautoconf.git * bin/autoupdate.in (@include): `installcheck' revealed the path to m4sugar was lacking! --- diff --git a/ChangeLog b/ChangeLog index 262911d14..c3c4e576a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-08-31 Akim Demaille + + * bin/autoupdate.in (@include): `installcheck' revealed the path + to m4sugar was lacking! + 2001-08-31 Akim Demaille * man/Makefile.am (.x.1): We really have pass diff --git a/bin/autoupdate.in b/bin/autoupdate.in index 9df4120ca..b2e9d2f2c 100644 --- a/bin/autoupdate.in +++ b/bin/autoupdate.in @@ -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@"; diff --git a/man/autoupdate.1 b/man/autoupdate.1 index 889eaf482..1574783bf 100644 --- a/man/autoupdate.1 +++ b/man/autoupdate.1 @@ -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