On 4/25/08, Peter O'Gorman <[EMAIL PROTECTED]> wrote: > NightStrike wrote: > > -Wall and -pedantic... AM_CFLAGS or AM_CPPFLAGS? > > Neither. Neither are portable, so the do not belong in the Makefile.am, > check for gcc in configure and append them to CFLAGS if they work.
I didn't know they weren't portable. Our project requires gcc as a precondition, but I see your point. Is there a configure test to see if -Wall works?