From f45cdd9a4fef1096b071e6bad4cc40e06f48ba46 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sun, 6 Jan 2013 23:15:44 -0600 Subject: 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 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- cgit v1.2.1