simgear/simgear/serial
curt 5bab565cfe Updates to build system to better support automake-1.5
- automake-1.4 sets default values for INCLUDES which we can't
  overwrite.
- automake-1.5 renames this to DEFAULT_INCLUDES and leaves INCLUDES
  open for the developer to use.

Thus for automake-1.4 we are forced to 'append' to INCLUDES and in
automake-1.5 we can just set the value to whatever we like.
Unfortunately, the behaviors of the two versions are mutually
incompatible.

The solution I am committing now works for both versions but
automake-1.5 generates a lot of spurious warning messages that are
annoying, but not fatal.
2001-12-28 21:27:19 +00:00
..
.cvsignore -Added .cvsignore files to clean up CVS messages 2001-12-12 02:44:37 +00:00
Makefile.am Updates to build system to better support automake-1.5 2001-12-28 21:27:19 +00:00
serial.cxx gcc-3.0.x fixes. 2001-05-23 19:25:27 +00:00
serial.hxx Attempt to resolve ambiguity between #include <config.h> for simgear vs. 2001-05-15 19:26:22 +00:00
testserial.cxx gcc-3.0.x fixes. 2001-05-23 19:25:27 +00:00