get configuration values at runtime, not on object build time
commite928393814ee87ba13bbfa331c3d09d23423a01d
authorFrederic Peters <fpeters@0d.be>
Sun, 3 May 2009 12:27:22 +0000 (3 14:27 +0200)
committerFrederic Peters <fpeters@0d.be>
Sun, 3 May 2009 12:27:22 +0000 (3 14:27 +0200)
tree61a2f0699561aee8fa3efbc67d473e047df97466
parent209adc4d2b11db549ade1be50a94b3c87c6ba00b
get configuration values at runtime, not on object build time

Updated module types to use build variables (autogenargs, makeargs,
extra_env) straight from the config object, instead of statically
constructing their values when constructing objects from the module
sets XML.
jhbuild/modtypes/__init__.py
jhbuild/modtypes/autotools.py
jhbuild/modtypes/cmake.py
jhbuild/modtypes/distutils.py
jhbuild/modtypes/linux.py
jhbuild/modtypes/perl.py
jhbuild/modtypes/tarball.py