In the ESX build system, autom4te is in a funny location specified by an environment variable. Before this patch, this environment variable was overridden by the tests automake file.
Signed-off-by: Ethan Jackson <[email protected]> --- tests/automake.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/automake.mk b/tests/automake.mk index 20f9e82..ef31da3 100644 --- a/tests/automake.mk +++ b/tests/automake.mk @@ -146,7 +146,7 @@ check-valgrind: all tests/atconfig tests/atlocal $(TESTSUITE) \ clean-local: test ! -f '$(TESTSUITE)' || $(SHELL) '$(TESTSUITE)' -C tests --clean -AUTOM4TE = autom4te +AUTOM4TE ?= autom4te AUTOTEST = $(AUTOM4TE) --language=autotest $(TESTSUITE): package.m4 $(TESTSUITE_AT) $(AUTOTEST) -I '$(srcdir)' -o [email protected] [email protected] -- 1.7.12 _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
