From: Luis Felipe Strano Moraes Date: Wed, 14 Dec 2011 17:56:10 +0000 (-0200) Subject: Do not depend on AM_SILENT_RULES if it is not available. X-Git-Tag: v1~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe8bf3b0092b6cf86081be57e2b2a74d3ea3b0ea;p=thirdparty%2Fkmod.git Do not depend on AM_SILENT_RULES if it is not available. --- diff --git a/configure.ac b/configure.ac index 785f033c..3c8fdbbc 100644 --- a/configure.ac +++ b/configure.ac @@ -12,6 +12,7 @@ AC_PROG_CC_STDC AC_USE_SYSTEM_EXTENSIONS AC_SYS_LARGEFILE AC_CONFIG_MACRO_DIR([m4]) +m4_ifndef([AM_SILENT_RULES], [m4_define([AM_SILENT_RULES],[])]) AM_SILENT_RULES([yes]) LT_INIT([disable-static pic-only]) AC_PREFIX_DEFAULT([/usr])