diff options
author | Todd Zullinger <tmzullinger@users.sourceforge.net> | 2007-12-13 23:02:12 +0000 |
---|---|---|
committer | Todd Zullinger <tmzullinger@users.sourceforge.net> | 2007-12-13 23:02:12 +0000 |
commit | 6f369689646942b860be4193ee050115c9606860 (patch) | |
tree | 65492fc79ac91e79f5ecb96d03961f8614129b31 | |
parent | 6ea6335f1bbe780d0ad1cc7bf52f782d87100b49 (diff) | |
download | libgpod-6f369689646942b860be4193ee050115c9606860.tar.gz libgpod-6f369689646942b860be4193ee050115c9606860.tar.xz libgpod-6f369689646942b860be4193ee050115c9606860.zip |
add ACLOCAL_AMFLAGS to fix some autoreconf issues (thanks to Frank Lichtenheld at Debian)
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1828 f01d2545-417e-4e96-918e-98f8d0dbbcb6
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Makefile.am | 2 |
2 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2007-12-13 Todd Zullinger <tmzullinger at users.sourceforge.net> + + * Makefile.am: add ACLOCAL_AMFLAGS to fix some autoreconf + issues (thanks to Frank Lichtenheld at Debian) + 2007-11-26 Todd Zullinger <tmzullinger at users.sourceforge.net> * configure.ac diff --git a/Makefile.am b/Makefile.am index dce2db6..3090f52 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,6 +3,8 @@ SUBDIRS=src tools tests po m4 docs bindings # build documentation when doing a distcheck. DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc +ACLOCAL_AMFLAGS = -I m4 + pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libgpod-1.0.pc |