* Russell Shaw wrote on Sat, Jan 01, 2005 at 05:12:56AM CET:
> Russell Shaw wrote:
> >Hi,
> >If i've run ./configure CFLAGS=".....", then is there
> >a way to find what CFLAGS were set to afterwards? I want
> >to find what flags i used last time i configured a program
> >a few weeks ago.
> 
> oops never mind, i just looked in the generated Makefile.

Even if you could collect them one-for-one in generated Makefiles, a
better thing to do is look in config.status or run
  ./config.status --recheck
to see them.

This request turns up sufficiently often (for me), that I'd love to
see another option added to config.status to return these flags in a
reusable form (the output mentioned above is not quoted sufficiently)..

Regards,
Ralf


_______________________________________________
Autoconf mailing list
Autoconf@gnu.org
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to