]> git.ipfire.org Git - thirdparty/libcgroup.git/commitdiff
build-sys: enable silent build by default
authorLennart Poettering <mzyvopt@0pointer.de>
Wed, 24 Mar 2010 14:51:38 +0000 (15:51 +0100)
committerDhaval Giani <dhaval.giani@gmail.com>
Wed, 24 Mar 2010 16:06:20 +0000 (17:06 +0100)
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>
configure.in

index c145a892fe566cfbbfce9ee308cf9068ecb18514..7cd497bc586c0dd9739558717357be7a1ee192f5 100644 (file)
@@ -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)