On 01/11/2010 09:40 PM, Ralf Wildenhues wrote:
diff --git a/tests/atlocal.in b/tests/atlocal.in index ae61fd5..cfd527a 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
I'm not Eric, but it definitely seems okay. :) PaolO