]> git.pld-linux.org Git - packages/pango.git/blob - pango-am.patch
Add -am.patch to fix build with automake 1.13
[packages/pango.git] / pango-am.patch
1 --- pango-1.32.5/configure.ac.automake  2013-03-26 10:56:44.897932991 +0100
2 +++ pango-1.32.5/configure.ac   2013-03-26 10:56:56.854534883 +0100
3 @@ -54,7 +54,7 @@ dnl -Wno-portability tells automake to s
4  dnl usage of GNU Make specific features.
5  AM_INIT_AUTOMAKE(1.9 gnits dist-xz no-dist-gzip -Wno-portability)
6  m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
7 -AM_CONFIG_HEADER([config.h])
8 +AC_CONFIG_HEADERS([config.h])
9  
10  
11  PANGO_VERSION_MAJOR=pango_version_major()
This page took 0.02639 seconds and 3 git commands to generate.