autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Fix autoreconf help message w.r.t. AUTOM4TE environment vari


From: Stefano Lattarini
Subject: Re: [PATCH] Fix autoreconf help message w.r.t. AUTOM4TE environment variable.
Date: Thu, 19 Aug 2010 11:53:46 +0200
User-agent: KMail/1.13.3 (Linux/2.6.30-2-686; KDE/4.4.4; i686; ; )

> Looks ok to me if autoconf.texi is updated accordingly.
Done in the attached patch.

Regards,
  Stefano
From 13abdf33f5baaae6a41f72367d5cde140fbca0bc Mon Sep 17 00:00:00 2001
From: Stefano Lattarini <address@hidden>
Date: Thu, 19 Aug 2010 02:01:15 +0200
Subject: [PATCH] Fix autoreconf docs w.r.t. AUTOM4TE environment variable.

* doc/autoconf.texi (Using autoreconf to Update configure
Scripts): List `AUTOM4TE' among the environment variables
honored by autoreconf.
* bin/autoreconf.in ($help): Likewise.
---
 ChangeLog         |    8 ++++++++
 bin/autoreconf.in |    4 ++--
 doc/autoconf.texi |    6 +++---
 3 files changed, 13 insertions(+), 5 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 2ce085b..d9e9112 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2010-08-19  Stefano Lattarini  <address@hidden>
+
+       Fix autoreconf docs w.r.t. AUTOM4TE environment variable.
+       * doc/autoconf.texi (Using autoreconf to Update configure
+       Scripts): List `AUTOM4TE' among the environment variables
+       honored by autoreconf.
+       * bin/autoreconf.in ($help): Likewise.
+
 2010-08-17  Eric Blake  <address@hidden>
 
        doc: improve AS_VAR_IF details
diff --git a/bin/autoreconf.in b/bin/autoreconf.in
index e22f7b6..192c8fa 100644
--- a/bin/autoreconf.in
+++ b/bin/autoreconf.in
@@ -86,8 +86,8 @@ Library directories:
   -B, --prepend-include=DIR  prepend directory DIR to search path
   -I, --include=DIR          append directory DIR to search path
 
-The environment variables AUTOCONF, AUTOHEADER, AUTOMAKE, ACLOCAL,
-AUTOPOINT, LIBTOOLIZE, M4, and MAKE are honored.
+The environment variables AUTOM4TE, AUTOCONF, AUTOHEADER, AUTOMAKE,
+ACLOCAL, AUTOPOINT, LIBTOOLIZE, M4, and MAKE are honored.
 
 Report bugs to <address@hidden>.
 GNU Autoconf home page: <http://www.gnu.org/software/autoconf/>.
diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index 9d29b9c..cadc727 100644
--- a/doc/autoconf.texi
+++ b/doc/autoconf.texi
@@ -1657,9 +1657,9 @@ System in a fresh tree.
 GNU Build System in the specified directories and their
 subdirectories (@pxref{Subdirectories}).  By default, it only remakes
 those files that are older than their sources.  The environment variables
address@hidden, @env{AUTOHEADER}, @env{AUTOMAKE}, @env{ACLOCAL},
address@hidden, @env{LIBTOOLIZE}, @env{M4}, and @env{MAKE} may be used
-to override the invocation of the respective tools.
address@hidden, @env{AUTOCONF}, @env{AUTOHEADER}, @env{AUTOMAKE},
address@hidden, @env{AUTOPOINT}, @env{LIBTOOLIZE}, @env{M4}, and @env{MAKE}
+may be used to override the invocation of the respective tools.
 
 If you install a new version of some tool, you can make
 @command{autoreconf} remake @emph{all} of the files by giving it the
-- 
1.7.1


reply via email to

[Prev in Thread] Current Thread [Next in Thread]