From fcfe9113f176ae50465e9ab34f7d3c93ee46a12b Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Mon, 23 Apr 2012 11:04:13 +1000 Subject: [PATCH] Add silent build rules for lrzip. --- configure.ac | 1 + 1 file changed, 1 insertion(+) 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. -- 2.47.3