From 91f9e449f7432d8b609d5550a2abae47bb7b9aff Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Tue, 17 Nov 2009 01:58:51 +0100 Subject: silence building output for better overview --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index 30a8112..7c59171 100644 --- a/configure.ac +++ b/configure.ac @@ -104,4 +104,6 @@ if test "$enable_largefile" != no; then fi AC_SUBST(LFS_CFLAGS) +m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) + AC_OUTPUT(Makefile src/Makefile include/Makefile fdi/Makefile dev/Makefile tools/Makefile swig/Makefile libiphone-1.0.pc) -- cgit v1.1-32-gdbae