summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2007-01-21 11:08:54 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2007-01-21 11:08:54 +0000
commitcc9c10a08e6ab3b3e7d2694e1588532b40cb6ec8 (patch)
tree533e1c1852f5e71b839eb3699346a9c0088a033c /configure.in
parent217f405cf45ad6793b2796bfada37c1642007a93 (diff)
downloadpango-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
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
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])