EXTRA_DIST = mksymlinks.sh acsite.m4 acconfig.h
dist-hook:
- tar cf - src/metar | (cd $(distdir); tar xvf -)
+ tar cf - simgear/metar | (cd $(distdir); tar xvf -)
SUBDIRS = simgear
+New in 0.0.5
+* Restructured directory layout to facilitate windows/mac IDE builds.
+
+New in 0.0.4
+* Removed mat3.h and friends (we now use plib's sg lib for these sorts of
+ things.)
+
+New in 0.0.3
+* Release that conincides with FlightGear-0.7.2
AC_INIT(simgear/bucket/newbucket.cxx)
dnl Initialize the automake stuff
-AM_INIT_AUTOMAKE(SimGear, 0.0.4)
+AM_INIT_AUTOMAKE(SimGear, 0.0.6)
dnl Checks for programs.
AC_PROG_MAKE_SET