X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=autogen.sh;h=6f1d9967d7d18d1222ec57c1e22ed85c94e226db;hb=3872fce78202fc89ffba5f79f2f11bec36d91e7f;hp=c4a3061a132c575e2ad2f5098d409eee41026260;hpb=30e0a956c313202dbe2f5c954cf605126ff42ac2;p=flightgear.git diff --git a/autogen.sh b/autogen.sh index c4a3061a1..6f1d9967d 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,22 +1,5 @@ #!/bin/sh -OSTYPE=`uname -s` -MACHINE=`uname -m` -AUTO_MAKE_VERSION=`automake --version | head -1 | awk '{print $4}' | sed -e 's/\.\([0-9]*\).*/\1/'` -if test $AUTO_MAKE_VERSION -lt 15; then - echo "" - echo "You need to upgrade to automake version 1.5 or greater." - echo "Most distributions have packages available to install or you can" - echo "find the source for the most recent version at" - echo "ftp://ftp.gnu.org/gnu/automake" - exit 1 -fi - -echo "Host info: $OSTYPE $MACHINE" -echo -n " automake: `automake --version | head -1 | awk '{print $4}'`" -echo " ($AUTO_MAKE_VERSION)" -echo "" - echo "Running aclocal" aclocal