]> git.proxmox.com Git - mirror_qemu.git/commit - Makefile
configure: Add config.status to recreate the current configuration
authorStefan Weil <sw@weilnetz.de>
Sun, 20 Oct 2013 16:39:21 +0000 (18:39 +0200)
committerStefan Weil <sw@weilnetz.de>
Thu, 7 Nov 2013 06:02:44 +0000 (07:02 +0100)
commitbdf523e6923f1e667055e947e71fc600549cefae
tree5c0840d15fd34aef54b88c87f66895a224787ced
parent40b9cc5e40ca69c15a2243852fa20fd1a35a0ea6
configure: Add config.status to recreate the current configuration

The latest configure invocation was saved in config-host.mak and could
be extracted from that file to recreate the configuration.

Now it is saved in a new file config.status which can be directly executed
to recreate the configuration. The file name and the comments were copied
from GNU autoconf.

Makefile now uses config.status, but also includes transitional code
for the old mechanism.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
Reviewed-by: Fam Zheng <famz@redhat.com>
Makefile
configure