On Sun, Nov 14, 2010 at 1:52 PM, Paolo Bonzini <pbonz...@redhat.com> wrote: > On 11/14/2010 02:38 PM, Andreas Färber wrote: >>> >>> - --trace-file=*) trace_file="$optarg" >>> + --enable-trace-file=*) trace_file="$optarg" >>> ;; >> >> but this should be --with-trace-file=... please. It is not being >> enabled, just set to a different value. > > --with-* should be reserved for library paths, but I can change it if people > prefer it that way.
Actually I think we have something similar to overriding --prefix here >:). It's a path that you can set at ./configure time. So is it not okay to use --trace-file=<filename>? But I know nothing of autoconf and --enable-* or --with-* sort of make sense too. Stefan