]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
build: adjust aclocal's search patch to prefer gnulib's m4 files.
authorJim Meyering <meyering@redhat.com>
Wed, 8 Jul 2009 19:27:41 +0000 (21:27 +0200)
committerJim Meyering <meyering@redhat.com>
Wed, 8 Jul 2009 19:27:41 +0000 (21:27 +0200)
* Makefile.am (ACLOCAL_AMFLAGS): Search gnulib/m4/ before m4/.

Makefile.am

index f9efff580bd13041a39e808eaab085689098a72a..30c67f6981de2d78145efea5d438e8c7ad38fe5f 100644 (file)
@@ -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 \