Bump automake_min_vers up to 1.7 since we clearly don't work with 1.4 anymore.

This commit is contained in:
Carl Worth 2005-08-05 15:01:55 +00:00
parent ec93e241b0
commit 549b7ff2a6
2 changed files with 6 additions and 2 deletions

View file

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

View file

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