]> xenbits.xensource.com Git - libvirt.git/commitdiff
Accommodate automake-1.9.
authorJim Meyering <meyering@redhat.com>
Wed, 12 Dec 2007 07:21:37 +0000 (07:21 +0000)
committerJim Meyering <meyering@redhat.com>
Wed, 12 Dec 2007 07:21:37 +0000 (07:21 +0000)
* 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>

ChangeLog
tests/Makefile.am

index 4fd5b97cdda1a62d39490aab0a8354b5146e4852..3e60a71c2856447f65a06b187500779d2eae9e84 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index a918bcc0764c1cf52e3a208d7d093946b48e8d23..dfd9e3442e259cedd14b74262a7ce3ad0f0bced1 100644 (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: