changeset 1420:41190d180b97

Enable silent rules.
author Shih-Yuan Lee (FourDollars) <fourdollars@gmail.com>
date Thu, 07 Apr 2011 22:27:19 +0800
parents 3519f43da037
children 84368f4bc988
files configure.ac
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Thu Apr 07 13:45:07 2011 +0800
+++ b/configure.ac	Thu Apr 07 22:27:19 2011 +0800
@@ -5,7 +5,8 @@
 AC_INIT([MadButterfly],[0.0],[http://www.assembla.com/spaces/MadButterfly])
 AC_CONFIG_SRCDIR([README.h])
 AC_CONFIG_HEADER([config.h include/mb_config.h])
-AM_INIT_AUTOMAKE([foreign])
+AM_INIT_AUTOMAKE([foreign silent-rules])
+AM_SILENT_RULES([yes])
 
 # Checks for programs.
 AC_PROG_CC