[cairo-commit] configure.in
Behdad Esfahbod
behdad at kemper.freedesktop.org
Wed Sep 6 14:48:41 PDT 2006
configure.in | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
New commits:
diff-tree 404e88ea6a08371280fb9fbc1f903e16ac868bf4 (from 8a25471c2535206343e46ea90ac8875fed948363)
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Wed Sep 6 17:46:29 2006 -0400
configure.in: Require automake version 1.9 here too
diff --git a/configure.in b/configure.in
index 2489879..fe5d38b 100644
--- a/configure.in
+++ b/configure.in
@@ -12,7 +12,7 @@ AC_INIT([cairo],
[http://bugs.freedesktop.org/enter_bug.cgi?product=cairo])
AC_CONFIG_SRCDIR(src/cairo.h)
AC_CONFIG_HEADERS(config.h)
-AM_INIT_AUTOMAKE([1.7])
+AM_INIT_AUTOMAKE([1.9])
dnl ===========================================================================
More information about the cairo-commit
mailing list