-SUBDIRS = Include Lib Simulator Tools
+SUBDIRS = Include Lib Simulator Tools Tests
EXTRA_DIST = Makefile.extra README.Win32 README.autoconf README.running Thanks
RANLIB = @RANLIB@
VERSION = @VERSION@
-SUBDIRS = Include Lib Simulator Tools
+SUBDIRS = Include Lib Simulator Tools Tests
EXTRA_DIST = Makefile.extra README.Win32 README.autoconf README.running Thanks
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+New in 0.44:
+* command line option to set starting position by airport ID
+
New in 0.43:
+* material properties bug fixed when rendering terrain.
+* bug in sky color generation fixed.
+* bug in fog color generation fixed.
* zlib on the fly decompression/compression support.
* more code reorganization and clean ups.
* a fixed up 30 arcsec DEM file preprocessor. World wide DEM's are
PACKAGE=FlightGear
-VERSION=0.43
+VERSION=0.44
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
Tools/Stripe_u/Makefile \
Tools/Tri2obj/Makefile \
Tools/Triangle/Makefile \
+ Tests/Makefile \
Include/config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
EOF
cat >> $CONFIG_STATUS <<EOF
Tools/Stripe_u/Makefile \
Tools/Tri2obj/Makefile \
Tools/Triangle/Makefile \
+ Tests/Makefile \
"}
EOF
cat >> $CONFIG_STATUS <<\EOF
AC_INIT(Simulator/Aircraft/aircraft.c)
dnl Initialize the automake stuff
-AM_INIT_AUTOMAKE(FlightGear, 0.43)
+AM_INIT_AUTOMAKE(FlightGear, 0.44)
dnl Checks for programs.
Tools/Stripe_u/Makefile \
Tools/Tri2obj/Makefile \
Tools/Triangle/Makefile \
+ Tests/Makefile \
)