We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fe22eb commit 6707cb1Copy full SHA for 6707cb1
configure.ac
@@ -1,6 +1,7 @@
1
dnl intro
2
-AC_INIT(pdns/receiver.cc)
3
-AM_INIT_AUTOMAKE(pdns, 3.2)
+AC_INIT([pdns],[3.2])
+AC_CONFIG_SRCDIR([pdns/receiver.cc])
4
+AM_INIT_AUTOMAKE
5
AC_CANONICAL_HOST
6
AM_CONFIG_HEADER(config.h)
7
AC_C_BIGENDIAN
0 commit comments