From: Michael Poole Date: Fri, 20 Jan 2012 02:27:56 +0000 (-0500) Subject: Enable silent rules for automake (requires automake 1.10 or later). X-Git-Url: http://git.pk910.de/?p=srvx.git;a=commitdiff_plain;h=cf2ee0859e61cd640a32e8fc6ef34950563f3a94 Enable silent rules for automake (requires automake 1.10 or later). --- diff --git a/configure.in b/configure.in index cdfb57d..05b55d9 100644 --- a/configure.in +++ b/configure.in @@ -9,7 +9,7 @@ AC_CONFIG_SRCDIR(src/opserv.c) dnl AM_CANONICAL_TARGET must be before AM_INIT_AUTOMAKE() or autoconf whines AC_CANONICAL_TARGET AC_CONFIG_MACRO_DIR([m4]) -AM_INIT_AUTOMAKE([gnu 1.6]) +AM_INIT_AUTOMAKE([gnu 1.10 silent-rules]) AM_MAINTAINER_MODE LT_INIT