From: Jim Meyering Date: Wed, 8 Jul 2009 19:27:41 +0000 (+0200) Subject: build: adjust aclocal's search patch to prefer gnulib's m4 files. X-Git-Tag: v0.7.0~218 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d9bf021a16c06d94deee5c0f5576cf8faed41b1;p=thirdparty%2Flibvirt.git build: adjust aclocal's search patch to prefer gnulib's m4 files. * Makefile.am (ACLOCAL_AMFLAGS): Search gnulib/m4/ before m4/. --- diff --git a/Makefile.am b/Makefile.am index f9efff580b..30c67f6981 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 \