]> git.mxchange.org Git - flightgear.git/commit
Updates to build system to better support automake-1.5
authorcurt <curt>
Fri, 28 Dec 2001 22:29:59 +0000 (22:29 +0000)
committercurt <curt>
Fri, 28 Dec 2001 22:29:59 +0000 (22:29 +0000)
commit1fa4c88d0e6e5654bcd6e9738ebf4af6dc0bba50
tree1b521de1fceeee775fb1d8a2bdc8a92eb24414c3
parent3b70eae4c9c0ea42db9cb3571abfae3e60b5e7fe
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.
25 files changed:
src/ATC/Makefile.am
src/Aircraft/Makefile.am
src/Airports/Makefile.am
src/Autopilot/Makefile.am
src/Cockpit/Makefile.am
src/Controls/Makefile.am
src/FDM/Balloon/Makefile.am
src/FDM/JSBSim/Makefile.am
src/FDM/JSBSim/filtersjb/Makefile.am
src/FDM/LaRCsim/Makefile.am
src/FDM/Makefile.am
src/FDM/UIUCModel/Makefile.am
src/FDM/YASim/Makefile.am
src/GUI/Makefile.am
src/Input/Makefile.am
src/Main/Makefile.am
src/Navaids/Makefile.am
src/Network/Makefile.am
src/NetworkOLK/Makefile.am
src/Objects/Makefile.am
src/Scenery/Makefile.am
src/Sound/Makefile.am
src/Time/Makefile.am
src/Weather/Makefile.am
src/WeatherCM/Makefile.am