Skip to content

Commit 6707cb1

Browse files
author
Peter van Dijk
committed
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
1 parent 3fe22eb commit 6707cb1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

configure.ac

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
dnl intro
2-
AC_INIT(pdns/receiver.cc)
3-
AM_INIT_AUTOMAKE(pdns, 3.2)
2+
AC_INIT([pdns],[3.2])
3+
AC_CONFIG_SRCDIR([pdns/receiver.cc])
4+
AM_INIT_AUTOMAKE
45
AC_CANONICAL_HOST
56
AM_CONFIG_HEADER(config.h)
67
AC_C_BIGENDIAN

0 commit comments

Comments
 (0)