From f5034ceb5b7ec349ae19a8abdeec85835183d8ea Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 4 Aug 2009 04:47:17 -0400 Subject: [PATCH] build: tell aclocal to search gnulib/m4, too * Makefile.am (ACLOCAL_AMFLAGS): Append "-I gnulib/m4". --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.8.3.1