./configure CFLAGS="-g -O0"Now whenever you do a "make", the default CFLAGS are "-g -O0". To use "-g -O2"temporarily or for a session, then: #export CFLAGS="-g -O2"
Or: make CFLAGS="-g -O2"I prefere this because I will not forget about any garbage "CFLAGS" that maybe there when I start doing other things 30 minutes latter.
Andre Caldas. _______________________________________________ Autoconf mailing list Autoconf@gnu.org http://lists.gnu.org/mailman/listinfo/autoconf