From: Jim Meyering Date: Tue, 4 Aug 2009 08:47:17 +0000 (-0400) Subject: build: tell aclocal to search gnulib/m4, too X-Git-Tag: 1.0.66~28 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=f5034ceb5b7ec349ae19a8abdeec85835183d8ea build: tell aclocal to search gnulib/m4, too * Makefile.am (ACLOCAL_AMFLAGS): Append "-I gnulib/m4". --- diff --git a/Makefile.am b/Makefile.am index e5ca43c..258cebe 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,7 +15,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -ACLOCAL_AMFLAGS = -I m4 +ACLOCAL_AMFLAGS = -I m4 -I gnulib/m4 SUBDIRS = gnulib/lib src daemon appliance fish po examples images \ gnulib/tests capitests regressions test-tool