[libcroco] Use AM_SILENT_RULES



commit 27108d9d98ec7af7926a6fcd9346f38925ce10fe
Author: Christian Persch <chpe gnome org>
Date:   Sun Dec 11 21:19:21 2011 +0100

    Use AM_SILENT_RULES

 configure.in |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/configure.in b/configure.in
index 24ffdac..2f975cd 100644
--- a/configure.in
+++ b/configure.in
@@ -2,13 +2,18 @@ dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.5)
 AC_INIT([libcroco],[0.6.4],[http://bugzilla.gnome.org/enter_bug.cgi?product=libcroco],[libcroco])
 AC_CONFIG_SRCDIR([src/cr-input.c])
-PACKAGE=libcroco
 AC_CANONICAL_HOST
 
 AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2])
 AM_CONFIG_HEADER(config.h)
+
+if test -z "$enable_maintainer_mode"; then
+  enable_maintainer_mode=yes
+fi
 AM_MAINTAINER_MODE([enable])
 
+m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
+
 LIBCROCO_MAJOR_VERSION=0
 LIBCROCO_MINOR_VERSION=6
 LIBCROCO_MICRO_VERSION=4



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