summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Persch <chpe@gnome.org>2011-12-11 21:19:21 +0100
committerChristian Persch <chpe@gnome.org>2011-12-11 21:19:21 +0100
commit27108d9d98ec7af7926a6fcd9346f38925ce10fe (patch)
treee76f4abf786b290dda9e38b1b134be1f0c784e16
parent34d461d48888047a9ea91bee54e37ce16e38fc8d (diff)
downloadlibcroco-27108d9d98ec7af7926a6fcd9346f38925ce10fe.tar.gz
Use AM_SILENT_RULES
-rw-r--r--configure.in7
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