From 83dcbe05b5bce6619e650d63be58a35fcb1609c1 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 5 Jul 2006 04:29:54 +0200 Subject: [PATCH] For check-valgrind, call the version of libtool in our source distribution, not the one found in PATH. --- test/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile.am b/test/Makefile.am index ed18d5686..4cdabcfdd 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -455,7 +455,7 @@ CLEANFILES = \ index.html check-valgrind: - TESTS_ENVIRONMENT="libtool --mode=execute valgrind --tool=memcheck --suppressions=./.valgrind-suppressions --leak-check=yes --show-reachable=yes" $(MAKE) check 2>&1 | tee valgrind.log + TESTS_ENVIRONMENT="$(top_srcdir)/libtool --mode=execute valgrind --tool=memcheck --suppressions=./.valgrind-suppressions --leak-check=yes --show-reachable=yes" $(MAKE) check 2>&1 | tee valgrind.log html: index.html