+New in 0.56
+* Added some initial joystick support using Steve's joystick interface class.
+ This works great under Linux, but Steve's class now needs to be ported to
+ Windoze and other platforms.
+
New in 0.55
* New version of gpc (generic polygon clipping library) from
http://www.cs.man.ac.uk/aig/staff/alan/software/
AC_INIT(Simulator/Aircraft/aircraft.cxx)
dnl Initialize the automake stuff
-AM_INIT_AUTOMAKE(FlightGear, 0.55)
+AM_INIT_AUTOMAKE(FlightGear, 0.56)
dnl Checks for programs.
AC_PROG_MAKE_SET
AM_CONDITIONAL(ENABLE_WIN32_AUDIO, test "x$ac_cv_header_windows_h" = "xyes")
+dnl Check for (currently Linux only style) joystick support
+AM_CONDITIONAL(ENABLE_JOYSTICK_SUPPORT, \
+ test -r /usr/include/linux/joystick.h )
+
dnl extra library and include directories
EXTRA_DIRS="/usr/local /usr/X11R6 /opt/X11R6"