* tests/atlocal.in: Set and export $AUTOM4TE, for aclocal.
Report by Tim Rice.
Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+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.
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