summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarko Lindqvist <cazfi74@gmail.com>2013-02-25 12:40:11 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-02-25 12:41:07 +0000
commit75c61e7d357fac288d4591d32536d395f50ad8bc (patch)
tree1ea088d620da1c96e8a11fceb8869bceaf6e882e
parentf2d10073a23987c9eef3a6384faa0f7813108936 (diff)
downloaddbus-glib-75c61e7d357fac288d4591d32536d395f50ad8bc.tar.gz
use AC_CONFIG_HEADERS, not AM_CONFIG_HEADER
Automake-1.13 removed long obsolete AM_CONFIG_HEADER completely <http://lists.gnu.org/archive/html/automake/2012-12/msg00038.html> and errors out upon seeing it. [commit message added -smcv] Bug: https://bugs.freedesktop.org/show_bug.cgi?id=59003 Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 89b097c..808b72d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,7 +8,7 @@ AC_CANONICAL_HOST
AM_INIT_AUTOMAKE([1.9])
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS(config.h)
# Honor aclocal flags
ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"