diff options
-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 |