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.

Cheers

-- k

Reply via email to