* Mike Frysinger wrote on Tue, Mar 10, 2009 at 08:01:49AM CET: > i like to record the flags used when running `./configure` to be shown when > running --version info with programs. Undocumented (so watch out when updating Autoconf), but: eval "$ac_configure_args" should provide you with what you need. Some unneeded things are stripped out (--silent, --no-create, --no-recursion). I suppose Autoconf could provide a macro to access this variable which we could then document. Cheers, Ralf _______________________________________________ Autoconf mailing list Autoconf@xxxxxxx http://lists.gnu.org/mailman/listinfo/autoconf