mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-21 20:15:17 +00:00
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:
parent
49230350fa
commit
9e188e11c5
@ -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.
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user