From e070539b651a5873daeeb4a23bdd68ac7859dadf Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Thu, 27 Mar 2014 09:10:07 +0000 Subject: [PATCH 3/3] 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 -- 1.9.1