summaryrefslogtreecommitdiffstats
path: root/rfc1035
diff options
context:
space:
mode:
Diffstat (limited to 'rfc1035')
-rw-r--r--rfc1035/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/rfc1035/configure.ac b/rfc1035/configure.ac
index 94ead73..f4243f9 100644
--- a/rfc1035/configure.ac
+++ b/rfc1035/configure.ac
@@ -11,7 +11,7 @@ AC_CONFIG_SRCDIR(rfc1035.h)
AC_CONFIG_AUX_DIR(../..)
AM_INIT_AUTOMAKE([foreign no-define])
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS(config.h)
dnl Checks for programs.
AC_PROG_AWK