]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Require Automake 1.11 or newer 1601/head
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Tue, 22 Jul 2014 13:10:08 +0000 (15:10 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Tue, 22 Jul 2014 18:21:29 +0000 (20:21 +0200)
configure.ac

index 84a6498361136e3eb8459073d811207fc3e243ce..80495997f32a1cdac1bbf5dab752c92cb9fbbefd 100644 (file)
@@ -10,8 +10,8 @@ AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_AUX_DIR([build-aux])
 
-AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip tar-ustar -Wno-portability subdir-objects no-dependencies])
-m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip tar-ustar -Wno-portability subdir-objects no-dependencies 1.11])
+AM_SILENT_RULES([yes])
 
 AC_CANONICAL_HOST
 : ${CXXFLAGS="-Wall -O2"}