From: Peter van Dijk Date: Thu, 18 Apr 2013 16:19:24 +0000 (+0000) Subject: update autoconf/automake preamble to non-deprecated variant, thanks Morten Stevens X-Git-Tag: auth-3.3-rc1~177 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6707cb1286422455bf562fd70ffd20176dde8591;p=thirdparty%2Fpdns.git update autoconf/automake preamble to non-deprecated variant, thanks Morten Stevens git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@3164 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- diff --git a/configure.ac b/configure.ac index 97283bc94e..539dc09520 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,7 @@ dnl intro -AC_INIT(pdns/receiver.cc) -AM_INIT_AUTOMAKE(pdns, 3.2) +AC_INIT([pdns],[3.2]) +AC_CONFIG_SRCDIR([pdns/receiver.cc]) +AM_INIT_AUTOMAKE AC_CANONICAL_HOST AM_CONFIG_HEADER(config.h) AC_C_BIGENDIAN