summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gmail.com>2013-06-02 01:08:09 +0000
committerMike Frysinger <vapier@gmail.com>2013-06-02 01:08:09 +0000
commitcfa55fcb99094904b1129d1f4a4143f53880f1e8 (patch)
tree10197106c82d57484d0f5a0f8d28ee76eafb34e9
parent6aa7a3c282d1dc625a4f94e85c349c25c2d90fe6 (diff)
downloadcracklib-cfa55fcb99094904b1129d1f4a4143f53880f1e8.tar.gz
stop using old AM_CONFIG_HEADER macro
newer automake complains about this: configure.in:4: error: AM_CONFIG_HEADER: this macro is obsolete. You should use the AC_CONFIG_HEADERS macro instead. git-svn-id: file:///tmp/cracklib-svn/trunk@214 4175fe1e-86d5-4fdc-8e6a-506fab9d8533
-rw-r--r--cracklib/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/cracklib/configure.ac b/cracklib/configure.ac
index 993587d..a010e4d 100644
--- a/cracklib/configure.ac
+++ b/cracklib/configure.ac
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT([lib/crack.h])
AM_INIT_AUTOMAKE(cracklib, 2.9.0)
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS(config.h)
AC_CONFIG_MACRO_DIR([m4])
dnl Set of available languages.