[PATCH xorg-gtest 2/3] config: support Automake 1.10

Gaetan Nadon memsize at videotron.ca
Thu Mar 8 14:33:20 PST 2012


X.Org has a requirement to support 1.10 or later.
The silent rules are handled by XORG_DEFAULT_OPTIONS
We do not write the version number, but refer to the wiki:
http://www.x.org/wiki/ModularDevelopersGuide#GNU_Build_System

Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
---
 configure.ac |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 5fa9161..bd8e2c0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,8 +8,7 @@ AC_CONFIG_SRCDIR([Makefile.am])
 AC_CONFIG_MACRO_DIR([m4])
 
 # Initialize Automake
-AM_INIT_AUTOMAKE([1.11 foreign dist-bzip2])
-AM_SILENT_RULES([yes])
+AM_INIT_AUTOMAKE([foreign dist-bzip2])
 AM_MAINTAINER_MODE([enable])
 
 LIB_VERSION=0:0:0
-- 
1.7.5.4



More information about the xorg-devel mailing list