[vala] build: Require automake 1.11 for silent rules



commit 11cdd10acf67f68099512cb784edb5080c4a166b
Author: JÃrg Billeter <j bitron ch>
Date:   Wed Jul 6 10:52:18 2011 +0200

    build: Require automake 1.11 for silent rules

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 5a351b1..b6403df 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ AC_CONFIG_SRCDIR([Makefile.am])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_HEADERS(config.h)
 AC_CONFIG_MACRO_DIR([m4])
-AM_INIT_AUTOMAKE([dist-bzip2])
+AM_INIT_AUTOMAKE([1.11 dist-bzip2])
 AM_MAINTAINER_MODE
 
 PACKAGE_SUFFIX=-0.14



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]