() 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
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
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
() 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
> "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
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