[pango] Bug 691263 - Build with automake-1.13 broken
- From: Behdad Esfahbod <behdad src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pango] Bug 691263 - Build with automake-1.13 broken
- Date: Mon, 7 Jan 2013 05:16:10 +0000 (UTC)
commit f45cdd9a4fef1096b071e6bad4cc40e06f48ba46
Author: Behdad Esfahbod <behdad behdad org>
Date: Sun Jan 6 23:15:44 2013 -0600
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>
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index bb37a60..7ed2832 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()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]