mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-22 04:25:18 +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>
|
Tue Dec 11 22:56:47 CET 2007 Jim Meyering <meyering@redhat.com>
|
||||||
|
|
||||||
Use a variable name as sizeof argument, not a type name.
|
Use a variable name as sizeof argument, not a type name.
|
||||||
|
@ -65,7 +65,7 @@ endif
|
|||||||
TESTS_ENVIRONMENT = \
|
TESTS_ENVIRONMENT = \
|
||||||
abs_top_builddir=`pwd`/'$(top_builddir)' \
|
abs_top_builddir=`pwd`/'$(top_builddir)' \
|
||||||
abs_top_srcdir=`pwd`/'$(top_srcdir)' \
|
abs_top_srcdir=`pwd`/'$(top_srcdir)' \
|
||||||
PATH='$(abs_top_builddir)/qemud$(PATH_SEPARATOR)'"$$PATH" \
|
PATH="$$abs_top_builddir/qemud$(PATH_SEPARATOR)$$PATH" \
|
||||||
$(VG)
|
$(VG)
|
||||||
|
|
||||||
valgrind:
|
valgrind:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user