* bin/autoreconf.in ($help): List `AUTOM4TE' among the honored environment variables.
-*-*- Regards, Stefano
From 6f82b467442c418716d54bfd623c9c762a35fd66 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini <[email protected]> Date: Thu, 19 Aug 2010 02:01:15 +0200 Subject: [PATCH] Fix autoreconf help message w.r.t. AUTOM4TE environment variable. * bin/autoreconf.in ($help): List `AUTOM4TE' among the honored environment variables. --- ChangeLog | 6 ++++++ bin/autoreconf.in | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2ce085b..5f6cb8e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-08-19 Stefano Lattarini <[email protected]> + + Fix autoreconf help message w.r.t. AUTOM4TE environment variable. + * bin/autoreconf.in ($help): List `AUTOM4TE' among the honored + environment variables. + 2010-08-17 Eric Blake <[email protected]> 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 <[email protected]>. GNU Autoconf home page: <http://www.gnu.org/software/autoconf/>. -- 1.7.1
