> > .../configure CFLAGS=-g
> 
> Just out of curiosity, is this different than 'CFLAGS=-g ./configure
> ...'? I do this all the time and wonder if your way is somehow better.

With configure CFLAGS=-g, configure knows you are overriding CFLAGS and
will put that information into config.status.

If you use CFLAGS=-g ./configure, then configure doesn't see that you
have overridden CFLAGS.

Or something like that.

H


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

Reply via email to