[pango] Bug 691263 - Build with automake-1.13 broken



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]