mutter/build/mingw
Neil Roberts dfb7c76567 mingw-fetch-dependencies: Download config.guess and explicitly run it
Previously the instructions were telling the developer to run
./build/config.guess to get the build name to pass to
configure. However that file only exists after running automake so
it's a bit awkward. This patch makes it download config.guess from the
gitweb for automake and just explicitly run it.

Reviewed-by: Robert Bragg <robert@linux.intel.com>
2011-09-21 12:04:05 +01:00
..
Makefile.am Adds mingw dependency fetching script 2011-05-05 21:20:47 +01:00
mingw-fetch-dependencies.sh mingw-fetch-dependencies: Download config.guess and explicitly run it 2011-09-21 12:04:05 +01:00
README Adds mingw dependency fetching script 2011-05-05 21:20:47 +01:00

The mingw-fetch-dependencies.sh script in this directory automates
fetching of the depndencies required to cross compile Clutter using
the MinGW compiler. For a description of how to use it, see:

 http://wiki.clutter-project.org/wiki/BuildingClutterOnWindows