diff options
author | Jim Meyering <meyering@redhat.com> | 2009-08-04 04:47:17 -0400 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-08-04 10:49:04 +0200 |
commit | f5034ceb5b7ec349ae19a8abdeec85835183d8ea (patch) | |
tree | fa9852962736b0c0a40a80ffc864bcb1d3ef6bf5 | |
parent | 4c2c2793bad56ce05caf6244e10fd5bcd7023383 (diff) | |
download | libguestfs-f5034ceb5b7ec349ae19a8abdeec85835183d8ea.tar.gz libguestfs-f5034ceb5b7ec349ae19a8abdeec85835183d8ea.tar.xz libguestfs-f5034ceb5b7ec349ae19a8abdeec85835183d8ea.zip |
build: tell aclocal to search gnulib/m4, too
* Makefile.am (ACLOCAL_AMFLAGS): Append "-I gnulib/m4".
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index e5ca43c7..258cebee 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 |