From: Con Kolivas Date: Mon, 23 Apr 2012 01:04:13 +0000 (+1000) Subject: Add silent build rules for lrzip. X-Git-Tag: v3.1.0~90^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fcfe9113f176ae50465e9ab34f7d3c93ee46a12b;p=thirdparty%2Flibarchive.git Add silent build rules for lrzip. --- diff --git a/configure.ac b/configure.ac index 21481241e..d097b3b81 100644 --- a/configure.ac +++ b/configure.ac @@ -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.