From: Akim Demaille Date: Fri, 21 Sep 2001 16:17:38 +0000 (+0000) Subject: * Makefile.maint (AUTOM4TE): Neutralize autom4te. X-Git-Tag: AUTOCONF-2.52f~116 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30ef540bdde8db8fdc397474a172bc23e07d91d2;p=thirdparty%2Fautoconf.git * Makefile.maint (AUTOM4TE): Neutralize autom4te. Suggested by Jim Meyering. --- diff --git a/ChangeLog b/ChangeLog index 25743b227..bbbe77b2f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-09-21 Akim Demaille + + * Makefile.maint (AUTOM4TE): Neutralize autom4te. + Suggested by Jim Meyering. + 2001-09-20 Tim Van Holder * lib/autoconf/programs.m4: Use extensions listed in diff --git a/Makefile.maint b/Makefile.maint index cd06976f3..cedb9de3b 100644 --- a/Makefile.maint +++ b/Makefile.maint @@ -222,6 +222,7 @@ cvs-dist: local-check cvs-check maintainer-distcheck null_AM_MAKEFLAGS = \ ACLOCAL=false \ AUTOCONF=false \ + AUTOM4TE=false \ AUTOMAKE=false \ AUTOHEADER=false \ MAKEINFO=false diff --git a/man/Makefile.in b/man/Makefile.in index 7fa3ba0b6..55642e166 100644 --- a/man/Makefile.in +++ b/man/Makefile.in @@ -255,10 +255,12 @@ config.sub.1: $(srcdir)/config.sub.x $(top_srcdir)/config/config.sub .x.1: echo "Updating man page $@" - PATH=$(top_builddir)/bin:$(top_srcdir)/config:$$PATH ;\ - export PATH ;\ - autom4te_perllibdir=$(top_srcdir)/lib;\ + PATH="$(top_builddir)/bin@PATH_SEPARATOR@$(top_srcdir)/config@PATH_SEPARATOR@$$PATH"; \ + export PATH; \ + autom4te_perllibdir=$(top_srcdir)/lib; \ export autom4te_perllibdir; \ + AUTOM4TE_CFG=$(top_srcdir)/lib/autom4te.cfg; \ + export AUTOM4TE_CFG; \ $(HELP2MAN) \ --include=$(srcdir)/$*.x \ --include=$(srcdir)/common.x \ diff --git a/man/autoconf.1 b/man/autoconf.1 index 13e5368a9..4b3b3435b 100644 --- a/man/autoconf.1 +++ b/man/autoconf.1 @@ -25,10 +25,10 @@ verbosely report processing don't remove temporary files .TP \fB\-I\fR, \fB\-\-include\fR=\fIDIR\fR -look for input files in DIR. Accumulates +look for input files in DIR (cumulative) .TP \fB\-f\fR, \fB\-\-force\fR -consider all the files are obsolete +consider all files obsolete .TP \fB\-o\fR, \fB\-\-output\fR=\fIFILE\fR save output in FILE (stdout is the default) diff --git a/man/autoheader.1 b/man/autoheader.1 index a9b670f4c..c47c5c49f 100644 --- a/man/autoheader.1 +++ b/man/autoheader.1 @@ -23,10 +23,10 @@ verbosely report processing don't remove temporary files .TP \fB\-I\fR, \fB\-\-include\fR=\fIDIR\fR -look for input files in DIR. Accumulates +look for input files in DIR (cumulative) .TP \fB\-f\fR, \fB\-\-force\fR -consider all the files are obsolete +consider all files obsolete .TP \fB\-W\fR, \fB\-\-warnings\fR=\fICATEGORY\fR report the warnings falling in CATEGORY diff --git a/man/autom4te.1 b/man/autom4te.1 index 22849e3d0..d161a939f 100644 --- a/man/autom4te.1 +++ b/man/autom4te.1 @@ -86,7 +86,7 @@ The environment variable `WARNINGS' is honored. .SS "Library directories:" .TP \fB\-I\fR, \fB\-\-include\fR=\fIDIR\fR -look for FILES in DIR. Several invocations accumulate +look for FILES in DIR (cumulative) .SS "Tracing:" .TP \fB\-t\fR, \fB\-\-trace\fR=\fIMACRO\fR diff --git a/man/autoreconf.1 b/man/autoreconf.1 index f37b660c5..17b380d1f 100644 --- a/man/autoreconf.1 +++ b/man/autoreconf.1 @@ -28,7 +28,7 @@ verbosely report processing don't remove temporary files .TP \fB\-f\fR, \fB\-\-force\fR -consider all the files are obsolete +consider all files obsolete .TP \fB\-i\fR, \fB\-\-install\fR copy missing auxiliary files @@ -41,7 +41,7 @@ other tools. .SS "Library directories:" .TP \fB\-A\fR, \fB\-\-autoconf\-dir\fR=\fIACDIR\fR -Autoconf's macro files location (rarely needed) +location of Autoconf's macro files (rarely needed) .TP \fB\-l\fR, \fB\-\-localdir\fR=\fIDIR\fR location of `aclocal.m4' and `acconfig.h' diff --git a/man/autoscan.1 b/man/autoscan.1 index eefcc48a9..eb005543b 100644 --- a/man/autoscan.1 +++ b/man/autoscan.1 @@ -25,7 +25,7 @@ verbosely report processing don't remove temporary files .TP \fB\-I\fR, \fB\-\-include\fR=\fIDIR\fR -look for input files in DIR. Accumulates +look for input files in DIR (cumulative) .SH AUTHOR Written by David J. MacKenzie. .PP diff --git a/man/autoupdate.1 b/man/autoupdate.1 index 45b1df6fb..2d4073b85 100644 --- a/man/autoupdate.1 +++ b/man/autoupdate.1 @@ -24,10 +24,10 @@ verbosely report processing don't remove temporary files .TP \fB\-I\fR, \fB\-\-include\fR=\fIDIR\fR -look for input files in DIR. Accumulates +look for input files in DIR (cumulative) .TP \fB\-f\fR, \fB\-\-force\fR -consider all the files are obsolete +consider all files obsolete .SH AUTHOR Written by David J. MacKenzie and Akim Demaille. .PP