autoconf
[Top][All Lists]
Advanced

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

Re: Last configure args


From: Ralf Wildenhues
Subject: Re: Last configure args
Date: Sat, 1 Jan 2005 13:51:41 +0100
User-agent: Mutt/1.5.6+20040907i

* 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




reply via email to

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