]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bug 3836: make check failures with automake-1.13
authorEray Aslan <eray.aslan@caf.com.tr>
Mon, 6 May 2013 04:18:38 +0000 (22:18 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 6 May 2013 04:18:38 +0000 (22:18 -0600)
lib/libTrie/configure.ac

index 7fcfec68c50c130bbd29e600c2c7d9f21c984273..d69b402a42863c536ef9c8dd129ffb7af5d77b6f 100644 (file)
@@ -1,7 +1,7 @@
 # Process this file with autoconf to produce a configure script.
 AC_INIT(libTrie, 0.1, rbtcollins@squid-cache.org)
 AC_CONFIG_SRCDIR([src/Trie.cc])
-AM_CONFIG_HEADER([config.h])
+AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_AUX_DIR(cfgaux)
 
 enable_inline=${enable_inline:=yes}