From: Ralf Wildenhues Date: Mon, 11 Jan 2010 20:39:21 +0000 (+0100) Subject: Export AUTOM4TE in tests/atlocal.in, for aclocal. X-Git-Tag: v2.66~94 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9795fe906ca09a525ea4094ac17b8c16a4d73fb5;p=thirdparty%2Fautoconf.git 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 --- diff --git a/ChangeLog b/ChangeLog index 83583bc8..577c5211 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-01-11 Ralf Wildenhues + + 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 Make autotest example act better with automake. diff --git a/tests/atlocal.in b/tests/atlocal.in index ae61fd5a..cfd527a7 100644 --- a/tests/atlocal.in +++ b/tests/atlocal.in @@ -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