summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <mzyvopt@0pointer.de>2010-03-24 15:51:38 +0100
committerDhaval Giani <dhaval.giani@gmail.com>2010-03-24 17:06:20 +0100
commitfa1b4959d35fa011d55e3a676be355d9ed3a100c (patch)
treefe78d7ec8ae3cb38b6d352740bb099e062146cbb
parent336ce466ee8d2084a348c5c772c26cfe70161cb2 (diff)
downloadlibcg-fa1b4959d35fa011d55e3a676be355d9ed3a100c.tar.gz
libcg-fa1b4959d35fa011d55e3a676be355d9ed3a100c.tar.xz
libcg-fa1b4959d35fa011d55e3a676be355d9ed3a100c.zip
build-sys: enable silent build by default
Make the automake output a bit more like the kbuild output if supported. Signed-off-by: Lennart Poettering <lennart@poettering.net> Signed-off-by: Dhaval Giani <dhaval.giani@gmail.com>
-rw-r--r--configure.in9
1 files changed, 6 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index c145a89..7cd497b 100644
--- a/configure.in
+++ b/configure.in
@@ -1,13 +1,13 @@
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
-#
+#
# Copyright International Business Machines Corp. 2008
-#
+#
# Authors: Balbir Singh <balbir@linux.vnet.ibm.com>
# This program is free software; you can redistribute it and/or modify it
# under the terms of version 2.1 of the GNU Lesser General Public License
# as published by the Free Software Foundation.
-#
+#
# This program is distributed in the hope that it would be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
@@ -18,6 +18,9 @@ AC_PREREQ(2.61)
AC_INIT([libcgroup], 0.36.rc1,
[http://sourceforge.net/tracker/?group_id=218421&atid=1043649])
AM_INIT_AUTOMAKE([foreign dist-bzip2])
+
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+
# set library version, soname is libcgroup.so.MAJOR
AC_SUBST(LIBRARY_VERSION_MAJOR, 1)
AC_SUBST(LIBRARY_VERSION_MINOR, 0)