aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-07-08 21:27:41 +0200
committerJim Meyering <meyering@redhat.com>2009-07-08 21:27:41 +0200
commit2d9bf021a16c06d94deee5c0f5576cf8faed41b1 (patch)
treebab76895dfea93a05a250d7b2cd7596e7523617d /Makefile.am
parentgenerate ChangeLog from git logs into distribution tarball (diff)
downloadlibvirt-2d9bf021a16c06d94deee5c0f5576cf8faed41b1.tar.gz
libvirt-2d9bf021a16c06d94deee5c0f5576cf8faed41b1.tar.bz2
libvirt-2d9bf021a16c06d94deee5c0f5576cf8faed41b1.zip
build: adjust aclocal's search patch to prefer gnulib's m4 files.
* Makefile.am (ACLOCAL_AMFLAGS): Search gnulib/m4/ before m4/.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index f9efff580..30c67f698 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,7 +6,7 @@ GENHTML = genhtml
SUBDIRS = gnulib/lib include src qemud tools proxy docs gnulib/tests \
python tests po examples/domain-events/events-c examples/hellolibvirt
-ACLOCAL_AMFLAGS = -I m4 -I gnulib/m4
+ACLOCAL_AMFLAGS = -I gnulib/m4 -I m4
EXTRA_DIST = \
ChangeLog-old \