From 97ce707bce4de72612ec33bf9533958e06ae3589 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Diego=20Elio=20=27Flameeyes=27=20Petten=C3=B2?= Date: Wed, 28 Jul 2010 22:40:02 +0200 Subject: [PATCH] build-sys: require automake 1.10 as gtk-doc requires it anyway MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit There's no point into requiring 1.9 if the gtk-doc makefiles only work with 1.10. Signed-off-by: Diego Elio 'Flameeyes' Pettenò --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index e4f88840..1d81f207 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ AC_PREREQ(2.60) AC_CONFIG_AUX_DIR(config) AC_CONFIG_MACRO_DIR([m4]) -AM_INIT_AUTOMAKE([check-news -Wall foreign 1.9 dist-bzip2]) +AM_INIT_AUTOMAKE([check-news -Wall foreign 1.10 dist-bzip2]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])], [AC_SUBST([AM_DEFAULT_VERBOSITY], [1])]) -- 2.39.5