Require automake 1.9.
authorBehdad Esfahbod <behdad@gnome.org>
Sun, 21 Jan 2007 11:08:54 +0000 (11:08 +0000)
committerBehdad Esfahbod <behdad@src.gnome.org>
Sun, 21 Jan 2007 11:08:54 +0000 (11:08 +0000)
2007-01-18  Behdad Esfahbod  <behdad@gnome.org>

        * configure.in: Require automake 1.9.

svn path=/trunk/; revision=2175

ChangeLog
configure.in

index 5e8b8ee..d69cf8d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
 
index 244a88f..29e96d7 100644 (file)
@@ -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])