automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: AC_PROG_CC sets CFLAGS, what about AM_CFLAGS?


From: Thien-Thi Nguyen
Subject: Re: AC_PROG_CC sets CFLAGS, what about AM_CFLAGS?
Date: Sat, 15 Sep 2007 14:57:40 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.50 (gnu/linux)

() Benoit SIGOURE <address@hidden>
() 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]