sim-card
/
qemu
Archived
10
0
Fork 0

Quote configure's arguments and location while storing them in config_host.mak

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5940 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
malc 2008-12-07 22:50:16 +00:00
parent d1f193b0ed
commit fd69fe2b94
1 changed files with 3 additions and 1 deletions

4
configure vendored
View File

@ -1069,7 +1069,9 @@ config_h="config-host.h"
test -f $config_h && mv $config_h ${config_h}~
echo "# Automatically generated by configure - do not modify" > $config_mak
echo "# Configured with: $0 $@" >> $config_mak
echo -n "# Configured with:" >> $config_mak
printf " '%s'" "$0" "$@" >> $config_mak
echo >> $config_mak
echo "/* Automatically generated by configure - do not modify */" > $config_h
echo "prefix=$prefix" >> $config_mak