On Thu, 29 Sep 2005, Harald Dunkel wrote:
Sorry, but you missed one point: Autconf/automake _should_ provide default build flags, but with a lower priority then the flags set by the developer. It should be possible for a developer to set in his Makefile.am AM_CXXFLAGS = -Wall
In case things were somehow not clear, Automake does not provide any flag options at all. Non-portable options have no business being hard-coded in a Makefile. Automake only creates Makefiles which are formed via simple text substitution. ALL FLAG OPTIONS COME FROM *YOUR* CONFIGURE SCRIPT.
Bob ====================================== Bob Friesenhahn [EMAIL PROTECTED], http://www.simplesystems.org/users/bfriesen/ GraphicsMagick Maintainer, http://www.GraphicsMagick.org/