Commit 29517134c63315ae6d36100fd4d0736f8e8803a7

Authored by pbrook
1 parent ce4defa0

Record configure commandline.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1757 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 1 additions and 0 deletions
configure
@@ -466,6 +466,7 @@ config_h="config-host.h" @@ -466,6 +466,7 @@ config_h="config-host.h"
466 #echo "Creating $config_mak and $config_h" 466 #echo "Creating $config_mak and $config_h"
467 467
468 echo "# Automatically generated by configure - do not modify" > $config_mak 468 echo "# Automatically generated by configure - do not modify" > $config_mak
  469 +echo "# Configured with: $0 $@" >> $config_mak
469 echo "/* Automatically generated by configure - do not modify */" > $config_h 470 echo "/* Automatically generated by configure - do not modify */" > $config_h
470 471
471 echo "prefix=$prefix" >> $config_mak 472 echo "prefix=$prefix" >> $config_mak