]> git.mxchange.org Git - flightgear.git/commitdiff
Yank the automake version test. The numerics break for the (two-digit
authorandy <andy>
Mon, 21 May 2007 20:22:18 +0000 (20:22 +0000)
committerandy <andy>
Mon, 21 May 2007 20:22:18 +0000 (20:22 +0000)
minor number) automake 1.10 shipped with Ubuntu Feisty, and in any
case version 1.4 (the last incompatible version) is now over 8 years
old.

autogen.sh

index 1f99db5a7897dfd9e88a573903cb4b659ea865c5..6f1d9967d7d18d1222ec57c1e22ed85c94e226db 100755 (executable)
@@ -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/' | cut -c1,2`
-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