() Benoit SIGOURE <[EMAIL PROTECTED]>
() Mon, 27 Aug 2007 21:12:28 +0200
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?
i don't think anything is "wrong" with how it is SUPPOSED to work (which i
understand, but which you do not seem to understand that i understand).
don't worry about it.
thi