summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@gmail.com>2012-12-08 15:53:26 +0100
committerPaolo Bonzini <pbonzini@redhat.com>2012-12-10 13:56:34 +0100
commita4744f0d52ce29c5395b31236f27dcd45a7c44ca (patch)
tree9729fa2e631b77b5c648597791c0edefdebdb3ef /configure.ac
parent25192181361b93f684b59d67052d88870b60593f (diff)
downloadmsitools-a4744f0d52ce29c5395b31236f27dcd45a7c44ca.tar.gz
msitools-a4744f0d52ce29c5395b31236f27dcd45a7c44ca.tar.xz
msitools-a4744f0d52ce29c5395b31236f27dcd45a7c44ca.zip
build: make it silent if possible
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 5a4f86d..f3b4809 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,6 +24,7 @@ AS_IF([test "$uuid" = yes],
[AC_MSG_WARN([libuuid not found, msibuild will generate packages without a GUID])])
LT_INIT([win32-dll disable-fast-install])
+m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
AM_MISSING_PROG([AUTOM4TE], [autom4te])
AC_CONFIG_TESTDIR([.])