summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2009-11-17 01:58:51 +0100
committerGravatar Matt Colyer2009-11-17 19:26:16 -0800
commit91f9e449f7432d8b609d5550a2abae47bb7b9aff (patch)
tree057f33e097c4d6ee1538b7f752b5120d0a77bad4 /configure.ac
parent2d064e04204dc57ba826b0e9ecf83bcd494d008f (diff)
downloadlibimobiledevice-91f9e449f7432d8b609d5550a2abae47bb7b9aff.tar.gz
libimobiledevice-91f9e449f7432d8b609d5550a2abae47bb7b9aff.tar.bz2
silence building output for better overview
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
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)