autoconf
[Top][All Lists]
Advanced

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

Re: Default CGFLAGS


From: Scott James Remnant
Subject: Re: Default CGFLAGS
Date: Sat, 03 Jan 2004 15:00:16 +0000

On Thu, 2004-01-01 at 16:20, Ondrej Jombik wrote:

> I want to ask autoconf advanced users and/or maintainers, if there is
> a way how to define default CFLAGS for an application. These default
> CFLAGS has to be used, when CFLAGS are empty during ./confgiure run.
> 
Before your call to AC_PROG_CC:

CFLAGS=${CFLAGS-"-some -other -cflags"}

The user can still call ./configure CFLAGS="" to override your defaults.

Scott
-- 
Have you ever, ever felt like this?
Had strange things happen?  Are you going round the twist?

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

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