build: tell aclocal to search gnulib/m4, too
authorJim Meyering <meyering@redhat.com>
Tue, 4 Aug 2009 08:47:17 +0000 (04:47 -0400)
committerJim Meyering <meyering@redhat.com>
Tue, 4 Aug 2009 08:49:04 +0000 (10:49 +0200)
* Makefile.am (ACLOCAL_AMFLAGS): Append "-I gnulib/m4".

Makefile.am

index e5ca43c..258cebe 100644 (file)
@@ -15,7 +15,7 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
 # 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
 
 SUBDIRS = gnulib/lib src daemon appliance fish po examples images \
        gnulib/tests capitests regressions test-tool