diff --git a/configure b/configure index 64cb745dc..a320c71b2 100755 --- 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