Skip to content

Commit

Permalink
Use dedicated m4 dir, update deprecated macros.
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Clift committed May 4, 2013
1 parent be1bd36 commit 1c48ac8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 3 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down
File renamed without changes.

0 comments on commit 1c48ac8

Please sign in to comment.