mirror of
git://git.sv.gnu.org/autoconf
synced 2025-01-30 11:01:45 +08:00
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:
parent
d99296e426
commit
9795fe906c
@ -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>
|
2010-01-08 Eric Blake <ebb9@byu.net>
|
||||||
|
|
||||||
Make autotest example act better with automake.
|
Make autotest example act better with automake.
|
||||||
|
@ -41,3 +41,8 @@ if test "$ac_cv_dir_trailing_space" = yes; then
|
|||||||
else
|
else
|
||||||
func_sanitize_dir_name () { echo "$@" | sed 's/ *$//'; }
|
func_sanitize_dir_name () { echo "$@" | sed 's/ *$//'; }
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# AUTOM4TE might be set in the environment. Override it here so that
|
||||||
|
# direct aclocal invocations also use it.
|
||||||
|
AUTOM4TE=autom4te
|
||||||
|
export AUTOM4TE
|
||||||
|
Loading…
Reference in New Issue
Block a user