Record configure commandline.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1757 c046a42c-6fe2-441c-8c8c-71466251a162
master
pbrook 2006-02-09 17:58:47 +00:00
parent ce4defa062
commit 29517134c6
1 changed files with 1 additions and 0 deletions

1
configure vendored
View File

@ -466,6 +466,7 @@ config_h="config-host.h"
#echo "Creating $config_mak and $config_h"
echo "# Automatically generated by configure - do not modify" > $config_mak
echo "# Configured with: $0 $@" >> $config_mak
echo "/* Automatically generated by configure - do not modify */" > $config_h
echo "prefix=$prefix" >> $config_mak