On Wed, Sep 11, 2013 at 04:01:37PM +0100, Gabriel Kerneis wrote: > On Wed, Sep 11, 2013 at 04:53:35PM +0200, Paolo Bonzini wrote: > > Oh, then it's this line in configure that has to be changed to do proper > > quoting. > > > > printf "# Configured with:" >> $config_host_mak > > printf " '%s'" "$0" "$@" >> $config_host_mak > > No, this line has absolutely nothing to do with it.
I'm sorry, you are correct. I was confused because I did not try your proposal from a clean build directory, running into a chicken-and-egg issue. I'll propose an updated patch. -- Gabriel