Remove REQUIRED_AUTOMAKE_VERSION from autogen.sh

The check in AM_INIT_AUTOMAKE is sufficient. This shouldn't have to be
changed in two places.

It was outdated anyway; automake 1.11 really is important, since it has
all the vala macros.
This commit is contained in:
Michael Catanzaro 2013-06-25 20:46:05 -05:00
parent 90099706c8
commit 4cdec2f29f

View file

@ -7,7 +7,6 @@ which gnome-autogen.sh || {
exit 1 exit 1
} }
REQUIRED_AUTOMAKE_VERSION=1.9
REQUIRED_YELP_TOOLS_VERSION=3.1.1 REQUIRED_YELP_TOOLS_VERSION=3.1.1
REQUIRED_GETTEXT_VERSION=0.12 REQUIRED_GETTEXT_VERSION=0.12
REQUIRED_INTLTOOL_VERSION=0.40.4 REQUIRED_INTLTOOL_VERSION=0.40.4