From: Martin Willi Date: Wed, 10 Apr 2013 12:01:41 +0000 (+0200) Subject: Provide the --enable-silent-rules ./configure option with automake 1.11 and 1.12 X-Git-Tag: 5.1.0dr1~156^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84c00e71b70fefca743d5af33b6dfe89da9479d2;p=thirdparty%2Fstrongswan.git Provide the --enable-silent-rules ./configure option with automake 1.11 and 1.12 --- diff --git a/configure.in b/configure.in index 9a00b62567..c287d5d02f 100644 --- a/configure.in +++ b/configure.in @@ -21,6 +21,7 @@ AC_INIT([strongSwan],[5.0.4]) AM_INIT_AUTOMAKE(tar-ustar) +m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES]) AC_CONFIG_MACRO_DIR([m4/config]) AC_CONFIG_HEADERS([config.h]) AC_DEFINE([CONFIG_H_INCLUDED], [], [defined if config.h included])