]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Add silent build rules for lrzip.
authorCon Kolivas <kernel@kolivas.org>
Mon, 23 Apr 2012 01:04:13 +0000 (11:04 +1000)
committerCon Kolivas <kernel@kolivas.org>
Mon, 23 Apr 2012 01:04:13 +0000 (11:04 +1000)
configure.ac

index 21481241e832cb9cc9aa292d1458f1a4e6062c41..d097b3b8172cede10f08510d1286842b4ebe5a92 100644 (file)
@@ -26,6 +26,7 @@ AC_CONFIG_AUX_DIR([build/autoconf])
 AC_CONFIG_MACRO_DIR([build/autoconf])
 # Must follow AC_CONFIG macros above...
 AM_INIT_AUTOMAKE()
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 
 # Libtool's "interface version" can be computed from the libarchive version.