Skip to content
  • Nick Wellnhofer's avatar
    Don't touch CFLAGS in configure.ac · 8cb8e317
    Nick Wellnhofer authored
    CFLAGS shouldn't be touched by configure.ac. The variable is supplied by
    the user and must come after other flags, so flags like warning options
    can be overridden.
    
    Rename CFLAGS to EXTRA_CFLAGS and add the value to AM_CFLAGS. This also
    makes it possible to override flags for each Automake program or library.
    8cb8e317