]> granicus.if.org Git - cracklib/commitdiff
stop using old AM_CONFIG_HEADER macro
authorMike Frysinger <vapier@gmail.com>
Sun, 2 Jun 2013 01:08:09 +0000 (01:08 +0000)
committerMike Frysinger <vapier@gmail.com>
Sun, 2 Jun 2013 01:08:09 +0000 (01:08 +0000)
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

cracklib/configure.ac

index 993587d43343b8edb376724812529981c317adff..a010e4d047894b90ee411d586b4573eff586cbbc 100644 (file)
@@ -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.