diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2007-01-21 11:08:54 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2007-01-21 11:08:54 +0000 |
commit | cc9c10a08e6ab3b3e7d2694e1588532b40cb6ec8 (patch) | |
tree | 533e1c1852f5e71b839eb3699346a9c0088a033c | |
parent | 217f405cf45ad6793b2796bfada37c1642007a93 (diff) | |
download | pango-cc9c10a08e6ab3b3e7d2694e1588532b40cb6ec8.tar.gz |
Require automake 1.9.
2007-01-18 Behdad Esfahbod <behdad@gnome.org>
* configure.in: Require automake 1.9.
svn path=/trunk/; revision=2175
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,5 +1,9 @@ 2007-01-18 Behdad Esfahbod <behdad@gnome.org> + * configure.in: Require automake 1.9. + +2007-01-18 Behdad Esfahbod <behdad@gnome.org> + * pango/pangoft2.c (pango_ft2_font_get_face): Respect FC_HINT_STYLE. Patch has been in Fedora for ages. diff --git a/configure.in b/configure.in index 244a88fc..29e96d72 100644 --- a/configure.in +++ b/configure.in @@ -42,7 +42,7 @@ AC_INIT(pango, pango_version(), AC_CONFIG_SRCDIR([ChangeLog]) -AM_INIT_AUTOMAKE(1.7 gnits dist-bzip2 no-dist-gzip) +AM_INIT_AUTOMAKE(1.9 gnits dist-bzip2 no-dist-gzip) AM_CONFIG_HEADER([config.h]) |