summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2013-01-06 23:15:44 -0600
committerBehdad Esfahbod <behdad@behdad.org>2013-01-06 23:15:44 -0600
commitf45cdd9a4fef1096b071e6bad4cc40e06f48ba46 (patch)
treeab46e951df7ce9acedbbf9fe0e20d3a645bd4da1
parenteeebdac3e8b2bfdeba1069f61b3a8ee6382be1b1 (diff)
downloadpango-f45cdd9a4fef1096b071e6bad4cc40e06f48ba46.tar.gz
Bug 691263 - Build with automake-1.13 broken
Replace long obsolete AM_CONFIG_HEADER with proper AC_CONFIG_HEADERS. automake-1.13 errors out upon seeing former. Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index bb37a60f..7ed2832d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -54,7 +54,7 @@ dnl -Wno-portability tells automake to stop complaining about the
dnl usage of GNU Make specific features.
AM_INIT_AUTOMAKE(1.9 gnits dist-xz no-dist-gzip -Wno-portability)
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
-AM_CONFIG_HEADER([config.h])
+AC_CONFIG_HEADERS([config.h])
PANGO_VERSION_MAJOR=pango_version_major()