]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Export AUTOM4TE in tests/atlocal.in, for aclocal.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 11 Jan 2010 20:39:21 +0000 (21:39 +0100)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 12 Jan 2010 18:42:00 +0000 (19:42 +0100)
* tests/atlocal.in: Set and export $AUTOM4TE, for aclocal.
Report by Tim Rice.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
tests/atlocal.in

index 83583bc8f997a408954a5635dff94b30c7f17e1a..577c52116efe46a673711353e31f084be10a53df 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-01-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       Export AUTOM4TE in tests/atlocal.in, for aclocal.
+       * tests/atlocal.in: Set and export $AUTOM4TE, for aclocal.
+       Report by Tim Rice.
+
 2010-01-08  Eric Blake  <ebb9@byu.net>
 
        Make autotest example act better with automake.
index ae61fd5ad937a6e3a56192c6e7f9f53384ac3660..cfd527a7f9c635b2f9457171ee9a9f0b4ffa5f21 100644 (file)
@@ -41,3 +41,8 @@ if test "$ac_cv_dir_trailing_space" = yes; then
 else
   func_sanitize_dir_name () { echo "$@" | sed 's/  *$//'; }
 fi
+
+# AUTOM4TE might be set in the environment.  Override it here so that
+# direct aclocal invocations also use it.
+AUTOM4TE=autom4te
+export AUTOM4TE