OSTYPE=`uname -s`
MACHINE=`uname -m`
AUTO_MAKE_VERSION=`automake --version | head -1 | awk '{print $4}' | sed -e 's/\-p[0-9]$//' | sed -e 's/\.//'`
-# AM_CONDITIONAL(ANCIENT_AUTOMAKE, test $AUTO_MAKE_VERSION -lt 14)
-# AM_CONDITIONAL(OLD_AUTOMAKE, test $AUTO_MAKE_VERSION -lt 15)
echo "Host info: $OSTYPE $MACHINE"
echo -n " automake: `automake --version | head -1 | awk '{print $4}'`"
<< endl;
cout << endl;
- cout << "Scenery Options:" << endl;
- cout << "\t--tile-radius=n: specify tile radius, must be 1 - 4" << endl;
- cout << endl;
-
cout << "Hud Options:" << endl;
cout << "\t--units-feet: Hud displays units in feet" << endl;
cout << "\t--units-meters: Hud displays units in meters" << endl;