* Raphael 'kena' Poss wrote on Sat, Nov 20, 2010 at 04:47:00PM CET:
> Op 20 nov 2010, om 16:36 heeft MK het volgende geschreven:
> > Maybe there is a way to do this via autoconf?
> 
> Yes, you can place:
> 
>   CFLAGS=""
> 
> at the beginning of your configure.ac, after AM_INIT_AUTOMAKE but before 
> AC_PROG_CC.
> 
> This will prevent your configure from allowing user-specified CFLAGS
> overrides, but you will get what you want.

  : ${CFLAGS=}

gets you both.

Reply via email to