mirror of
https://github.com/brl/mutter.git
synced 2025-01-23 18:09:10 +00:00
dfb7c76567
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>