Added Curt Olson to Thanks file.
Force use of plib joystick code.
fgfs-base-tar:
(cd $(HOME); \
tar czvf fgfs-base-$(VERSION).tar.gz \
- FlightGear/[A-R]* \
+ FlightGear/[A-CE-R]* \
FlightGear/Scenery/w120n30/w111n33 \
FlightGear/Sounds \
FlightGear/Textures FlightGear/Thanks \
fgfs-base-zip:
(cd $(HOME); \
zip -r fgfs-base-$(VERSION).zip \
- FlightGear/[A-R]* \
+ FlightGear/[A-CE-R]* \
FlightGear/Scenery/w120n30/w111n33 \
FlightGear/Sounds \
FlightGear/Textures FlightGear/Thanks \
(cd $(HOME); \
zip -r fgfs-win32-bin-$(VERSION).zip FlightGear/bin )
-# make the win32-libs distribution
+# make the win32-libs distribution (depricated)
win32-libs:
( zip -r ../win32-libs-$(VERSION).zip Win32/Makefile \
Win32/README.glut Win32/cygwinb1.dll Win32/def \
Created the Generic Polygon Clipping library
+Curt Olson <curt@flightgear.org>
+ Curt is the one that "herds that cats". Lately Curt has been concetrating
+ on building better scenery.
+
+
Robin Peel <robinp@mindspring.com>
Maintains the ever growing worldwide airport and runway database for
the Flight Gear project as well as for X-Plane.
echo
echo "configure aborted."
exit
+ AM_CONDITIONAL(ENABLE_PLIB_JOYSTICK, false )
+else
+ dnl Use plib joystick lib
+ AM_CONDITIONAL(ENABLE_PLIB_JOYSTICK, true )
fi
dnl Using AM_CONDITIONAL is a step out of the protected little
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_LINUX_JOYSTICK, test -r /usr/include/linux/joystick.h )
-
dnl Enable serial support on Unix type systems
AM_CONDITIONAL(ENABLE_UNIX_SERIAL, true)