[next] telepathy-mission-control: autogen.sh: stop trying to use an obsolete Automake version

Simon McVittie smcv at kemper.freedesktop.org
Thu Mar 27 08:58:11 PDT 2014


Module: telepathy-mission-control
Branch: next
Commit: e070539b651a5873daeeb4a23bdd68ac7859dadf
URL:    http://cgit.freedesktop.org/telepathy/telepathy-mission-control/commit/?id=e070539b651a5873daeeb4a23bdd68ac7859dadf

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Thu Mar 27 09:10:07 2014 +0000

autogen.sh: stop trying to use an obsolete Automake version

This is 1.0, let's be a little less backwards-compatible.

---

 autogen.sh |   13 -------------
 1 file changed, 13 deletions(-)

diff --git a/autogen.sh b/autogen.sh
index 5c3d084..33eb9df 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -4,19 +4,6 @@ set -e
 echo 'Running gtkdocize'
 gtkdocize
 
-if test -n "$AUTOMAKE"; then
-    : # don't override an explicit user request
-elif automake-1.11 --version >/dev/null 2>/dev/null && \
-     aclocal-1.11 --version >/dev/null 2>/dev/null; then
-    # If we have automake-1.11, use it. This is the oldest version (=> least
-    # likely to introduce undeclared dependencies) that will give us
-    # --enable-silent-rules support.
-    AUTOMAKE=automake-1.11
-    export AUTOMAKE
-    ACLOCAL=aclocal-1.11
-    export ACLOCAL
-fi
-
 echo 'Running autoreconf -i --force'
 autoreconf -i --force
 



More information about the telepathy-commits mailing list