[build] Improve build environment
authorEmmanuele Bassi <ebassi@linux.intel.com>
Tue, 14 Apr 2009 16:16:41 +0000 (17:16 +0100)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Tue, 14 Apr 2009 16:16:41 +0000 (17:16 +0100)
commit42da1d2aeb955eebba382f1a142e15d7273021c8
treeb610bd90279b8f14c88ebdb0bc065fb5486c98f4
parent87ff77386cc502a0beed6bd1e1398c449e607e9f
[build] Improve build environment

* De-crustify the configure.ac file by using AS_IF(), AS_CASE()
  and other useful macros

* Update all the variables

* Fix the pkg-config file Requires:, and expose the flavour
  and API version as variables

* Fix the autogen.sh script

* Use Shave to clean up the libtool and gcc incantations and
  make the output useful again
12 files changed:
Makefile.am
autogen.sh
build/Makefile.am [new file with mode: 0644]
build/autotools/Makefile.am [new file with mode: 0644]
build/autotools/shave-libtool.in [new file with mode: 0644]
build/autotools/shave.in [new file with mode: 0644]
build/autotools/shave.m4 [new file with mode: 0644]
clutter-gtk.pc.in
clutter-gtk/Makefile.am
configure.ac
doc/reference/Makefile.am
examples/Makefile.am