Accommodate automake-1.9.

* tests/Makefile.am (TESTS_ENVIRONMENT): Adjust PATH setting
to work also with automake-1.9.  Can't use $(abs_top_builddir).


Author: Jim Meyering <meyering@redhat.com>
This commit is contained in:
Jim Meyering 2007-12-12 07:21:37 +00:00
parent 49230350fa
commit 9e188e11c5
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
Wed Dec 12 08:20:07 CET 2007 Jim Meyering <meyering@redhat.com>
Accommodate automake-1.9.
* tests/Makefile.am (TESTS_ENVIRONMENT): Adjust PATH setting
to work also with automake-1.9. Can't use $(abs_top_builddir).
Tue Dec 11 22:56:47 CET 2007 Jim Meyering <meyering@redhat.com>
Use a variable name as sizeof argument, not a type name.

View File

@ -65,7 +65,7 @@ endif
TESTS_ENVIRONMENT = \
abs_top_builddir=`pwd`/'$(top_builddir)' \
abs_top_srcdir=`pwd`/'$(top_srcdir)' \
PATH='$(abs_top_builddir)/qemud$(PATH_SEPARATOR)'"$$PATH" \
PATH="$$abs_top_builddir/qemud$(PATH_SEPARATOR)$$PATH" \
$(VG)
valgrind: