Beniot wrote: > OK look, here is how it goes AFAIK: > - You want to set project-wide flags, use AM_CFLAGS > - Your user wants to set project-wide flags, it does: ./configure > CFLAGS=... > - If your user didn't set project-wide flags, AM_PROG_CC may put > some default flags in CFLAGS (that can be safely overridden by the user) > > What's wrong with this?
It gives the user more things to type. H