Store the global settings in Make.rules.in instead of duplicating them
authorFrancois Gouget <fgouget@codeweavers.com>
Wed, 11 Sep 2002 01:09:58 +0000 (01:09 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 11 Sep 2002 01:09:58 +0000 (01:09 +0000)
commitd19aa5b702b8daed4845e903afba9437acf1e745
tree8f3f4b6bb71c458218470cf5aad68343d5efb002
parent52097fd7038726cf5e6ea728d131a40f30a76d6e
Store the global settings in Make.rules.in instead of duplicating them
in each Makefile.in file.
Introduce generate_from_template which replaces generate_configure
and generate_generic
Simplify the wrapper generation by using generate_from_template.
Rename configure.in to configure.ac. Now works with autoconf 2.5x.
tools/winemaker