summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNuno Araujo <nuno.araujo@russo79.com>2013-01-16 00:01:13 +0100
committerChristian Persch <chpe@gnome.org>2013-01-20 14:19:57 +0100
commitc143b97c8aef44205ae4601c3284436379eba078 (patch)
tree1e851618968d13c8b0d6a4a6c8ee76cb3505c989
parentd28dfffe236bde73cb2b7e2914fb5130a80a1de4 (diff)
downloadlibcroco-c143b97c8aef44205ae4601c3284436379eba078.tar.gz
build: add support for automake 1.13
In Automake 1.13, the long-deprecated macro AM_CONFIG_HEADER (deprecated since 2002) has been removed in favour of AC_CONFIG_HEADERS. Bug #692111.
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index a44fefa..136e76d 100644
--- a/configure.in
+++ b/configure.in
@@ -5,7 +5,7 @@ AC_CONFIG_SRCDIR([src/cr-input.c])
AC_CANONICAL_HOST
AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2])
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS([config.h])
if test -z "$enable_maintainer_mode"; then
enable_maintainer_mode=yes