commit daf03d618f3093b7c7ba5850fe27f9f552500a9e Author: David King Date: Mon Sep 23 15:28:42 2013 +0100 version 3.10.0 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit f8f5bc923239d02a5e2f5f8ee8d357eafb2bfc12 Author: Philip Withnall Date: Wed Sep 4 23:11:14 2013 -0600 compiler-flags: Add a #serial line As suggested in bug #707475, this will ensure the latest version of gnome-compiler-flags.m4 is used if conflicting versions are found in different directories in the autoconf search path. Helps: https://bugzilla.gnome.org/show_bug.cgi?id=707475 macros2/gnome-compiler-flags.m4 | 5 +++++ 1 file changed, 5 insertions(+) commit c834b24651e1b0f510ede8610bde0be1e940de14 Author: Philip Withnall Date: Wed Sep 4 00:48:19 2013 -0600 compiler-flags: Add an optional second argument for custom warnings This allows module authors to choose to enforce stricter warnings on a per-module basis, to avoid the situation where an outside contributor submits a patch which introduces warnings the maintainer has enabled locally. Closes: https://bugzilla.gnome.org/show_bug.cgi?id=707475 macros2/gnome-compiler-flags.m4 | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) commit ac800833454ab6d38afb288773079b8ad1d5503f Author: Seán de Búrca Date: Tue Aug 27 07:55:53 2013 -0600 Run intltool before autoreconf so intltool.m4 is picked up by aclocal. https://bugzilla.gnome.org/show_bug.cgi?id=705365 macros2/gnome-autogen.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) commit d04839754bbbb6ffed9c4641fed801b586944820 Author: Javier Jardón Date: Mon Jul 22 16:22:38 2013 +0100 gnome-autogen.sh: run glib-gettexize if using GLib gettext This code was removed by error in commit 323bbfe0989405725379cada1aa5cb361fd2999f macros2/gnome-autogen.sh | 5 +++++ 1 file changed, 5 insertions(+) commit 17f56a49964a3ddabf0d166326989033b7d84764 Author: Javier Jardón Date: Fri Jul 19 12:09:17 2013 +0100 gnome-autogen.sh: Check only for autoreconf autoconf, automake, libtool, gettext are already checked by autoreconf macros2/gnome-autogen.sh | 64 ++++++------------------------------------------ 1 file changed, 7 insertions(+), 57 deletions(-) commit 876109c69119d8bdd434d435230a47ce9dd1fd98 Author: Javier Jardón Date: Fri Jul 19 12:05:50 2013 +0100 Rename configure.in to configure.ac autogen.sh | 2 +- configure.ac | 23 +++++++++++++++++++++++ configure.in | 23 ----------------------- 3 files changed, 24 insertions(+), 24 deletions(-) commit 9739c718813dff951c4201e06e8f3e64036ed37e Author: Javier Jardón Date: Thu Jul 18 17:44:27 2013 +0100 gnome-autogen: Do not use sed to get the AC_CONFIG_MACRO_DIR directory macros2/gnome-autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 47aa8189803d5f1bf60701f52795ef8735064b6c Author: Javier Jardón Date: Thu Jul 18 15:09:50 2013 +0100 macros2/gnome-autogen.sh: Create m4 directory if it doesnt exits This is a automake bug fixed in automake 1.13.2 macros2/gnome-autogen.sh | 8 ++++++++ 1 file changed, 8 insertions(+) commit 323bbfe0989405725379cada1aa5cb361fd2999f Author: Javier Jardón Date: Thu Jun 27 12:07:17 2013 +0100 gnome-autogen.sh: Use autoreconf instead autopoint/libtoolize/autoconf/automake manually macros2/gnome-autogen.sh | 82 +++++------------------------------------------- 1 file changed, 7 insertions(+), 75 deletions(-) commit cfaa608653c47b20ea92706da573d1b19df47227 Author: Yosef Or Boczko Date: Sun Jun 23 08:52:17 2013 +0300 Add support for automake 1.14 macros2/gnome-autogen.sh | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) commit 47e94cb99140d8a1f01182c0b52f25915bad01e2 Author: Dan Winship Date: Wed May 8 13:26:19 2013 -0400 code-coverage: fix conditionalization The "make clean" rule added by gnome-code-coverage.m4 was not conditionalized (making it spew errors on "make clean" when built without coverage support, since $(LCOV) expanded to ""), and the other rules were conditionalized incorrectly (testing "ifdef CODE_COVERAGE_ENABLED", when that variable was always set, just sometimes to "no"). Fix both problems. https://bugzilla.gnome.org/show_bug.cgi?id=699943 macros2/gnome-code-coverage.m4 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) commit ee22cb117f3b2e192dc88550ff7bff73886b382c Author: Paolo Borelli Date: Mon Apr 8 12:21:48 2013 +0200 Add support for lcov 1.10 macros2/gnome-code-coverage.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)