[Pkg-telepathy-commits] [telepathy-mission-control-6] 04/90: autogen.sh: stop trying to use an obsolete Automake version
Simon McVittie
smcv at debian.org
Wed May 14 12:08:59 UTC 2014
This is an automated email from the git hooks/post-receive script.
smcv pushed a commit to branch debian
in repository telepathy-mission-control-6.
commit 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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-telepathy/telepathy-mission-control-6.git
More information about the Pkg-telepathy-commits
mailing list