From 21c32abd96aa4e8d9acb6742068de3dccc5629a9 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Mon, 14 Jul 2008 21:51:01 +0000 Subject: Bug 491773 – autoconf failure: .m4 files cannot be found MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2008-07-14 Johan Dahlin Bug 491773 – autoconf failure: .m4 files cannot be found * Makefile.am: Patch by macks@netspace.org svn path=/trunk/; revision=803 --- ChangeLog | 7 +++++++ Makefile.am | 1 + 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index f3259af..2433c5b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-07-14 Johan Dahlin + + Bug 491773 – autoconf failure: .m4 files cannot be found + + * Makefile.am: + Patch by macks@netspace.org + 2008-07-14 Gian Mario Tagliaretti * gio/gfile.override: wrap File.load_contents_async and diff --git a/Makefile.am b/Makefile.am index 91a09ea..45b10b1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,4 @@ +ACLOCAL_AMFLAGS = -I m4 AUTOMAKE_OPTIONS = 1.7 SUBDIRS = docs codegen gobject gio examples tests -- cgit