projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce4defa
)
Record configure commandline.
author
pbrook
<pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 9 Feb 2006 17:58:47 +0000
(17:58 +0000)
committer
pbrook
<pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 9 Feb 2006 17:58:47 +0000
(17:58 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1757
c046a42c
-6fe2-441c-8c8c-
71466251a162
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index
64cb745
..
a320c71
100755
(executable)
--- a/
configure
+++ b/
configure
@@
-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