summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-01-01 12:13:23 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-01-01 12:13:23 +0100
commit61e0deb8c5200cdc66a8d6215a462e433f1804da (patch)
treeaa58cac6536342fff872b7a925423564872560b6
parentb1ebd529560bc6f2a73d73bc96a0ffe1c2b6cde2 (diff)
downloadcppunit-61e0deb8c5200cdc66a8d6215a462e433f1804da.tar.gz
Obsolete AM_CONFIG_HEADER -> AC_CONFIG_HEADERS
(cf. <https://trac.macports.org/ticket/37428> "gnome-keyring @2.30.3 autoreconf fails with automake 1.13: possibly undefined macro: AM_CONFIG_HEADER")
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index aef555b..89562c5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -123,7 +123,7 @@ AC_SUBST(CPPUNIT_CXXFLAGS)
# ==============
# Setup config.h
# ==============
-AM_CONFIG_HEADER([config.h])
+AC_CONFIG_HEADERS([config.h])
AX_PREFIX_CONFIG_H([include/cppunit/config-auto.h])
# =====================