diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rwxr-xr-x | autogen.sh | 4 |
2 files changed, 7 insertions, 2 deletions
@@ -1,3 +1,8 @@ +2004-10-13 Carl Worth <cworth@cworth.org> + + * autogen.sh: automake 1.4 seems to be sufficient. Don't require + 1.6. + 2004-10-12 Keith Packard <keithp@keithp.com> * src/cairo_traps.c: (_cairo_traps_init), (_cairo_traps_add_trap), diff --git a/autogen.sh b/autogen.sh index a952f4c53..dbe36ddf6 100755 --- a/autogen.sh +++ b/autogen.sh @@ -14,8 +14,8 @@ AUTOCONF=${AUTOCONF-autoconf} # automake 1.8 requires autoconf 2.58 # automake 1.7 requires autoconf 2.54 -# I don't know what automake 1.6 wants, but this seems to work... -automake_min_vers=1.6 +# I don't know what automake 1.4 wants, but the following seems to work... +automake_min_vers=1.4 aclocal_min_vers=$automake_min_vers autoconf_min_vers=2.54 libtoolize_min_vers=1.4 |