diff options
author | 2009-07-08 21:27:41 +0200 | |
---|---|---|
committer | 2009-07-08 21:27:41 +0200 | |
commit | 2d9bf021a16c06d94deee5c0f5576cf8faed41b1 (patch) | |
tree | bab76895dfea93a05a250d7b2cd7596e7523617d /Makefile.am | |
parent | generate ChangeLog from git logs into distribution tarball (diff) | |
download | libvirt-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.am | 2 |
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 \ |