summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2014-03-13 09:57:29 -0400
committerRyan Lortie <desrt@desrt.ca>2014-03-13 09:57:29 -0400
commitb6f099488526288ad0ab1b2061304441df0b2466 (patch)
tree302fbc6e421f5508f31013ee022588fc411ee3dc
parent33608985c02e8ff9651c917842010984ff65cf14 (diff)
downloadgnome-common-b6f099488526288ad0ab1b2061304441df0b2466.tar.gz
gnome-autogen: require automake 1.11.2
This is the version of automake that introduced ACLOCAL_PATH support, so make sure that we have it before attempting to configure the package.
-rw-r--r--macros2/gnome-autogen.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/macros2/gnome-autogen.sh b/macros2/gnome-autogen.sh
index 1774661..bdd5f91 100644
--- a/macros2/gnome-autogen.sh
+++ b/macros2/gnome-autogen.sh
@@ -6,6 +6,7 @@ test "$PKG_NAME" || PKG_NAME=Package
test "$srcdir" || srcdir=.
# default version requirements ...
+test "$REQUIRED_AUTOMAKE_VERSION" || REQUIRED_AUTOMAKE_VERSION=1.11.2
test "$REQUIRED_AUTORECONF_VERSION" || REQUIRED_AUTORECONF_VERSION=2.53
test "$REQUIRED_GLIB_GETTEXT_VERSION" || REQUIRED_GLIB_GETTEXT_VERSION=2.2.0
test "$REQUIRED_INTLTOOL_VERSION" || REQUIRED_INTLTOOL_VERSION=0.25
@@ -251,6 +252,9 @@ want_gtk_doc=false
want_gnome_doc_utils=false
want_maintainer_mode=false
+version_check automake AUTOMAKE automake $REQUIRED_AUTOMAKE_VERSION \
+ "http://ftp.gnu.org/pub/gnu/automake/automake-$REQUIRED_AUTOMAKE_VERSION.tar.xz"
+
version_check autoreconf AUTORECONF autoreconf $REQUIRED_AUTORECONF_VERSION \
"http://ftp.gnu.org/pub/gnu/autoconf/autoconf-$REQUIRED_AUTORECONF_VERSION.tar.xz"