]> xenbits.xensource.com Git - qemu-xen-3.3-testing.git/commitdiff
Record configure commandline.
authorpbrook <pbrook>
Thu, 9 Feb 2006 17:58:47 +0000 (17:58 +0000)
committerpbrook <pbrook>
Thu, 9 Feb 2006 17:58:47 +0000 (17:58 +0000)
configure

index 64cb745dcc639206fa0e19d851c161145c383b59..a320c71b2c69ad307a9a079c20f36ab48ce582fc 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