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