Re: AC_PROG_CC sets CFLAGS, what about AM_CFLAGS?

2007-09-15 Thread Thien-Thi Nguyen
() 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 flag

Re: AC_PROG_CC sets CFLAGS, what about AM_CFLAGS?

2007-08-28 Thread Harlan Stenn
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 (tha

Re: AC_PROG_CC sets CFLAGS, what about AM_CFLAGS?

2007-08-27 Thread Benoit SIGOURE
On Aug 27, 2007, at 2:51 PM, Thien-Thi Nguyen wrote: () Benoit SIGOURE <[EMAIL PROTECTED]> () Mon, 27 Aug 2007 09:48:16 +0200 AM_CFLAGS is reserved for developers. It's not a problem if the user overrides the default value of CFLAGS since CFLAGS is reserved for the user. i understan

AC_PROG_CC sets CFLAGS, what about AM_CFLAGS?

2007-08-27 Thread Thien-Thi Nguyen
() Benoit SIGOURE <[EMAIL PROTECTED]> () Mon, 27 Aug 2007 09:48:16 +0200 AM_CFLAGS is reserved for developers. It's not a problem if the user overrides the default value of CFLAGS since CFLAGS is reserved for the user. i understand, and am actually trying achieve, this. my point is tha

Re: AC_PROG_CC

2000-02-16 Thread Akim Demaille
> "Johan" == Johan Rydberg <[EMAIL PROTECTED]> writes: Johan> ... It says that I should run autoupdate (which I have done) to Johan> corrent this, but nothing happens. autoupdate doesn't update Johan> the specified line. What is the exact message? Though this line may have triggered the mes

AC_PROG_CC

2000-02-15 Thread Johan Rydberg
Hi! Last night I retrived the current versions of automake and autoconf. Now, running autoconf on my configure.in cases it to complain about the following line: AC_PROG_CC ... It says that I should run autoupdate (which I have done) to corrent this, but nothing happens. autoupdate doesn&#