autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: config.status --config


From: Paolo Bonzini
Subject: Re: config.status --config
Date: Thu, 10 Sep 2009 22:44:13 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.1) Gecko/20090814 Fedora/3.0-2.6.b3.fc11 Lightning/1.0pre Thunderbird/3.0b3

address@hidden --config
+Print the configuration settings

Print the arguments that were passed to @command{configure}.

I've had a similar line in an early version of the patch.  However, it's
not *quite* correct, technically.  We drop a few options when setting up
$ac_configure_args (--no-create, --no-recursion, --silent, some duplicate
arguments), and we add precious variables that came in from the
environment.  A configure script invoked by a higher-level one through
recursion may be passed --srcdir and mangled --cache-file arguments.
Also, we don't guard against the configure.ac author mangling
$ac_configure_args.

So, the above formulation seemed more cautious to me.  But hey, if you
think being explicit here is better, that's ok with me, too.

Yes, this explains it. It could be "print @command{configure} command-line arguments that will recreate this configuration", if that would help understanding what kind of settings are printed. But just go ahead and pick your favorite formulation without yet another iteration.

Paolo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]