summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--configure.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5e8b8eee..d69cf8d1 100644
--- 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.
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])