configure.in: Require automake version 1.9 here too

This commit is contained in:
Behdad Esfahbod 2006-09-06 17:46:29 -04:00
parent 8a25471c25
commit 404e88ea6a

View file

@ -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 ===========================================================================