From: Ruben Kerkhof Date: Tue, 22 Jul 2014 13:10:08 +0000 (+0200) Subject: Require Automake 1.11 or newer X-Git-Tag: auth-3.4.0-rc1~36^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1601%2Fhead;p=thirdparty%2Fpdns.git Require Automake 1.11 or newer --- diff --git a/configure.ac b/configure.ac index 84a6498361..80495997f3 100644 --- a/configure.ac +++ b/configure.ac @@ -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"}