]> git.mxchange.org Git - flightgear.git/commit
Tidy up the autoconf/automake configuration a bit.
authorcurt <curt>
Sun, 25 Aug 2002 19:40:04 +0000 (19:40 +0000)
committercurt <curt>
Sun, 25 Aug 2002 19:40:04 +0000 (19:40 +0000)
commit4f00d9a95928b179c5c8b2c3c6786a1c71e88531
tree45f5b3af7aba27643418e8109466987a8ad2a768
parent757781bc2c7e1b9773614ecf10249af41d16af00
Tidy up the autoconf/automake configuration a bit.

- Removed some old cruft.

- Removed some support for older versions of automake which technically was
  correct, but caused the newer automakes to squawk warnings during an
  initial sanity check (which isn't done very intelligently.)

  NOTE: this fix is technically not correct for older version of automake.
  These older version use the variable "INCLUDES" internally and could have
  them already set to an important value.  That is why we were appending
  our values to them.  However, newer versions of automake don't set this
  value themselves so it is an error to append to a non-existant variable.
  We seem to "get away" with overwriting the value on older versions of
  automake, but if you have problems, consider upgrading to at least
  automake-1.5.
28 files changed:
acconfig.h
src/ATC/Makefile.am
src/Aircraft/Makefile.am
src/Airports/Makefile.am
src/Autopilot/Makefile.am
src/Cockpit/Makefile.am
src/Cockpit/built_in/Makefile.am
src/Controls/Makefile.am
src/Environment/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/Model/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/WeatherCM/Makefile.am