Export AUTOM4TE in tests/atlocal.in, for aclocal.

* tests/atlocal.in: Set and export $AUTOM4TE, for aclocal.
Report by Tim Rice.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
This commit is contained in:
Ralf Wildenhues 2010-01-11 21:39:21 +01:00
parent d99296e426
commit 9795fe906c
2 changed files with 11 additions and 0 deletions

View File

@ -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.

View 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