]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Silent rules backward compatibility, see http://www.flameeyes.eu/autotools-mythbuster... 872/head
authorWinfried Angele <abang@t-ipnet.net>
Wed, 19 Jun 2013 08:12:19 +0000 (10:12 +0200)
committerWinfried Angele <abang@t-ipnet.net>
Wed, 19 Jun 2013 08:12:19 +0000 (10:12 +0200)
configure.ac

index 04e0d70d98ec86925b4a9683e5d75257804eb45a..97683206193490510f678b0a9ab9a14cf1464401 100644 (file)
@@ -5,7 +5,7 @@ dnl AC_SUBST([DIST_HOST], [TO_BE_PATCHED])
 dnl End patch area.
 AC_CONFIG_SRCDIR([pdns/receiver.cc])
 AM_INIT_AUTOMAKE([foreign tar-ustar -Wno-portability])
-AM_SILENT_RULES([yes])
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 AC_CANONICAL_HOST
 LT_INIT
 AC_CONFIG_MACRO_DIR([m4])