[gnome-common] gnome-autogen: require automake 1.11.2
- From: Ryan Lortie <desrt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-common] gnome-autogen: require automake 1.11.2
- Date: Thu, 13 Mar 2014 17:26:37 +0000 (UTC)
commit b6f099488526288ad0ab1b2061304441df0b2466
Author: Ryan Lortie <desrt desrt ca>
Date: Thu Mar 13 09:57:29 2014 -0400
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.
macros2/gnome-autogen.sh | 4 ++++
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"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]