summaryrefslogtreecommitdiffstats
path: root/sss_client
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2009-06-01 11:56:23 -0400
committerSimo Sorce <ssorce@redhat.com>2009-06-02 09:48:40 -0400
commitce584e4571816dc19f35763dec1d686f8892bae6 (patch)
tree13ded2530fba673793372a65ef51a6dc9bdd271a /sss_client
parent587c6d92d871b6888ecda7712a8b78683715c3dd (diff)
downloadsssd-ce584e4571816dc19f35763dec1d686f8892bae6.tar.gz
sssd-ce584e4571816dc19f35763dec1d686f8892bae6.tar.xz
sssd-ce584e4571816dc19f35763dec1d686f8892bae6.zip
Enable quiet build for automake >= 1.11
If automake 1.11 or higher is available, use of the configure option '--enable-silent-rules' will suppress most build messages and replace them with lines such as CC sysdb.o This affects libtool as well.
Diffstat (limited to 'sss_client')
-rw-r--r--sss_client/configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/sss_client/configure.ac b/sss_client/configure.ac
index f899f86fb..f366a3cac 100644
--- a/sss_client/configure.ac
+++ b/sss_client/configure.ac
@@ -11,6 +11,9 @@ AC_CONFIG_MACRO_DIR([m4])
AM_GNU_GETTEXT([external])
AM_GNU_GETTEXT_VERSION([0.17])
+m4_pattern_allow([AM_SILENT_RULES])
+AM_SILENT_RULES
+
AC_SUBST(PAM_LIBS)
#Check for PAM headers