]> git.mxchange.org Git - simgear.git/commit
Tidy up the autoconf/automake configuration a bit.
authorcurt <curt>
Sun, 25 Aug 2002 17:31:47 +0000 (17:31 +0000)
committercurt <curt>
Sun, 25 Aug 2002 17:31:47 +0000 (17:31 +0000)
commita885314a39890b898ab078b365beaa7e24f4b501
tree1ec764be95586af4769e7ed36a3e4fa40c36767d
parent0567a764450d9bbecc3f41c55ebfb59d56613019
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.
19 files changed:
configure.in
simgear/Makefile.am
simgear/bucket/Makefile.am
simgear/debug/Makefile.am
simgear/ephemeris/Makefile.am
simgear/interpreter/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