mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 06:28:01 +02:00
configure.in: Require automake version 1.9 here too
This commit is contained in:
parent
8a25471c25
commit
404e88ea6a
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ===========================================================================
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue