summaryrefslogtreecommitdiffstats
path: root/sha1/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'sha1/configure.ac')
-rw-r--r--sha1/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/sha1/configure.ac b/sha1/configure.ac
index 54572b4..5d59beb 100644
--- a/sha1/configure.ac
+++ b/sha1/configure.ac
@@ -10,7 +10,7 @@ AC_INIT(libsha1, 1.21, courier-users@lists.sourceforge.net)
AC_CONFIG_SRCDIR([hmac.c])
AC_CONFIG_AUX_DIR(../..)
-AM_CONFIG_HEADER([config.h])
+AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([foreign no-define])
AM_CONDITIONAL(HMACC, test -d ${srcdir}/../libhmac)