mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 07:38:22 +02:00
Bump automake_min_vers up to 1.7 since we clearly don't work with 1.4 anymore.
This commit is contained in:
parent
ec93e241b0
commit
549b7ff2a6
2 changed files with 6 additions and 2 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2005-08-05 Carl Worth <cworth@cworth.org>
|
||||
|
||||
* autogen.sh (automake_min_vers): Bump automake_min_vers up to 1.7
|
||||
since we clearly don't work with 1.4 anymore.
|
||||
|
||||
2005-08-05 Jeff Muizelaar <jeff@infidigm.net>
|
||||
|
||||
* test/xlib-surface.c: (do_test): use the newly added
|
||||
|
|
|
|||
|
|
@ -14,8 +14,7 @@ AUTOCONF=${AUTOCONF-autoconf}
|
|||
|
||||
# automake 1.8 requires autoconf 2.58
|
||||
# automake 1.7 requires autoconf 2.54
|
||||
# I don't know what automake 1.4 wants, but the following seems to work...
|
||||
automake_min_vers=1.4
|
||||
automake_min_vers=1.7
|
||||
aclocal_min_vers=$automake_min_vers
|
||||
autoconf_min_vers=2.54
|
||||
libtoolize_min_vers=1.4
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue