X-Git-Url: https://code.grnet.gr/git/ganeti-local/blobdiff_plain/dbc4dda7f5b66c9905c3cf6e44414536a5b38177..5e599ff3ee67aaa9b94cc5d5a2455f81db766d4e:/autogen.sh diff --git a/autogen.sh b/autogen.sh index 0462038..286d0fa 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh if test ! -f configure.ac ; then echo "You must execute this script from the top level directory." @@ -9,14 +9,6 @@ set -e rm -rf config.cache autom4te.cache -ACLOCAL_VERSION=$(${ACLOCAL:-aclocal} --version | head -1 | \ - sed -e 's/^[^0-9]*\([0-9\.]*\)$/\1/') - -if [[ "$ACLOCAL_VERSION" < "1.11.1" ]]; then - echo "aclocal version $ACLOCAL_VERSION is too old (< 1.11.1)" - exit 1 -fi - ${ACLOCAL:-aclocal} -I autotools ${AUTOCONF:-autoconf} ${AUTOMAKE:-automake} --add-missing