summaryrefslogtreecommitdiffstats
path: root/rfc1035
diff options
context:
space:
mode:
authorDavid Heidelberger2014-02-15 08:41:10 -0500
committerSam Varshavchik2014-02-15 08:41:10 -0500
commite7650ab352897866149c5b7765aba74ea13b4aa5 (patch)
tree1f5e6945870e4a3a59d873e03173a5237880c9ad /rfc1035
parentb84d8ff82f5e2f5f81690913701ab54d12a1a22e (diff)
downloadcourier-libs-e7650ab352897866149c5b7765aba74ea13b4aa5.tar.bz2
fix for automake >=1.13
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