Unfortuantely AC_PROG_CXX includes the `-g' option in CXXFLAGS, with what I am not happy with. How can I get rid of the `-g' flag in a way that doesn't *clobber* a user supplied CXXFLAGS? (However, I assume resetting CXXFLAGS entirely is not wise, isn't it?) Is there any AC_ switch for it, or do I have to hack some shell code around AC_PROG_CXX?
/FAU