mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 19:18:12 +02:00
autogen.sh: Require automake version 1.9
This is the first version of automake to support a slash in SUBDIRS, (as used by the recent addition of cairo/boilerplate). Thanks to Frederic Peters for pointing this out (fixes bug #8152).
This commit is contained in:
parent
b5a64138bb
commit
8a25471c25
1 changed files with 2 additions and 1 deletions
|
|
@ -10,9 +10,10 @@ AUTOHEADER=${AUTOHEADER-autoheader}
|
|||
AUTOMAKE_FLAGS="--add-missing --foreign"
|
||||
AUTOCONF=${AUTOCONF-autoconf}
|
||||
|
||||
# automake 1.9 requires autoconf ???
|
||||
# automake 1.8 requires autoconf 2.58
|
||||
# automake 1.7 requires autoconf 2.54
|
||||
automake_min_vers=1.7
|
||||
automake_min_vers=1.9
|
||||
aclocal_min_vers=$automake_min_vers
|
||||
autoconf_min_vers=2.54
|
||||
libtoolize_min_vers=1.4
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue