For check-valgrind, call the version of libtool in our source distribution,

not the one found in PATH.
This commit is contained in:
Behdad Esfahbod 2006-07-05 04:29:54 +02:00
parent 1cb0bc40a3
commit 83dcbe05b5

View file

@ -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