On Sat, 1 Jan 2005, Ralf Wildenhues wrote:
* 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.
Use
./config.status --version
to see the options used. At one time in the life of config.status it was possible to simply paste the complete line output by config.status --version but then someone decided to make the output fancy and it is no longer usable as one line anymore. Now it is necessary to cut-and-paste two parts.
Unfortunately, using
./config.status --recheck
to reconfigure is not the complete solution to re-configuring since there are files it will not update (e.g. config.status).
Bob ====================================== Bob Friesenhahn bfriesen@xxxxxxxxxxxxxxxxxxx http://www.simplesystems.org/users/bfriesen
_______________________________________________ Autoconf mailing list Autoconf@xxxxxxx http://lists.gnu.org/mailman/listinfo/autoconf