From: Christian Hofstaedtler Date: Wed, 4 Sep 2013 09:20:55 +0000 (+0200) Subject: Enable subdir-objects for automake-1.14 X-Git-Tag: rec-3.6.0-rc1~464^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F991%2Fhead;p=thirdparty%2Fpdns.git Enable subdir-objects for automake-1.14 Fixes warnings about source files in subdirectories, without having this option enabled. --- diff --git a/configure.ac b/configure.ac index 4d79cc796d..82d2d36779 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_INIT([pdns], [git]) 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_INIT_AUTOMAKE([foreign tar-ustar -Wno-portability subdir-objects]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AC_CANONICAL_HOST LT_INIT