]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Use dedicated m4 dir, update deprecated macros. 766/head
authorJustin Clift <jclift@redhat.com>
Sat, 4 May 2013 16:31:13 +0000 (17:31 +0100)
committerJustin Clift <jclift@redhat.com>
Sat, 4 May 2013 16:31:13 +0000 (17:31 +0100)
Makefile.am
configure.ac
m4/boost.m4 [moved from boost.m4 with 100% similarity]

index 1aebf671760a7b0c2940262d46db043e25e59769..3d59fac96bf92eb61b7db22cc293b751f37b4096 100644 (file)
@@ -5,7 +5,7 @@ codedocs/Makefile codedocs/doxygen.conf contrib/powerdns.solaris.init.d \
 contrib/systemd-pdns.service contrib/systemd-pdns-recursor.service \
 bootstrap build-scripts/semistaticg++
 
-ACLOCAL_AMFLAGS = -I.
+ACLOCAL_AMFLAGS = -I m4
 
 man8_MANS=pdns/docs/pdns_control.8 pdns/docs/pdns_server.8 pdns/docs/zone2sql.8 
 
index 813cb6884bba842976881c2040bfd20af6639e6a..b7b4ae49f258e2496d372da373dff8bc182028b1 100644 (file)
@@ -3,7 +3,9 @@ AC_INIT([pdns],[3.2])
 AC_CONFIG_SRCDIR([pdns/receiver.cc])
 AM_INIT_AUTOMAKE([tar-ustar])
 AC_CANONICAL_HOST
-AM_CONFIG_HEADER(config.h)
+LT_INIT
+AC_CONFIG_MACRO_DIR([m4])
+AC_CONFIG_HEADERS([config.h])
 AC_C_BIGENDIAN
 AC_PREREQ(2.52)
 : ${CXXFLAGS="-Wall -O2"}
similarity index 100%
rename from boost.m4
rename to m4/boost.m4