]> git.mxchange.org Git - simgear.git/commit
Updates to build system to better support automake-1.5
authorcurt <curt>
Fri, 28 Dec 2001 21:27:19 +0000 (21:27 +0000)
committercurt <curt>
Fri, 28 Dec 2001 21:27:19 +0000 (21:27 +0000)
commit5bab565cfe4c30d6cf08ecaba50af74d5e4f0c98
tree5c736e49f41288f4cb62b435541011b2cd149648
parent319a4282c8b73aa2448e3d7acc872c1cfdf601d1
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.
18 files changed:
aclocal.m4 [deleted file]
configure.in
simgear/bucket/Makefile.am
simgear/debug/Makefile.am
simgear/ephemeris/Makefile.am
simgear/io/Makefile.am
simgear/magvar/Makefile.am
simgear/math/Makefile.am
simgear/metar/Makefile.am
simgear/misc/Makefile.am
simgear/route/Makefile.am
simgear/screen/Makefile.am
simgear/serial/Makefile.am
simgear/sky/Makefile.am
simgear/threads/Makefile.am
simgear/timing/Makefile.am
simgear/xgl/Makefile.am
simgear/xml/Makefile.am