In the plib branch,
diff -r 131a68f9fb0c autogen.sh
--- a/autogen.sh Fri Jun 29 15:34:40 2007 +0000
+++ b/autogen.sh Sat Jun 30 07:50:40 2007 -0600
@@ -2,7 +2,7 @@
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`
+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."
The cut bit is unnecessary and wrong - it doesn't work with automake
version 1.10, which is version 1.5 or greater.
--
Hans Fugal
Fugal Computing
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Flightgear-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/flightgear-devel