From: Eric Biggers Date: Sat, 6 Feb 2016 15:47:16 +0000 (-0600) Subject: configure.ac: enable silent make rules X-Git-Tag: v1.9.1~44 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=ad03aaf5e6628aa6c9c375477d505e467e10faa2;hp=eb044d0f341a0b24dc32b64df1107a372017956b;ds=sidebyside configure.ac: enable silent make rules --- diff --git a/configure.ac b/configure.ac index 005aa8ac..bd0f7359 100644 --- a/configure.ac +++ b/configure.ac @@ -5,6 +5,7 @@ AC_CONFIG_SRCDIR([src/wim.c]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([-Wall -Werror subdir-objects foreign]) +AM_SILENT_RULES([yes]) AC_C_BIGENDIAN m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) LT_INIT