On Thu Jan 02 20:21:53 2014, jreed wrote: > > Defined CFLAGS are not passed in environment to the ./bind/ configure. On > one of my build systems I have a custom CFLAGS setting. Because not passed, > the libraries built for the export lib are incompatible. => I am reconsidering this for 4.4.0. BTW do you want: - pass CFLAGS only - pass all configure arguments beginning with an upper case characters (so other *FLAGS, LIBS, CC, etc)? IMHO you want the second. > Maybe also make sure that make parameters like -j 8 are passed as well. => as I said it breaks bind9 builds but if you put it into MAKEFLAGS it will be passed down (:-)! PS: my idea is to pass down all items from $ac_configure_args matching to the proposed filter (i.e., \'[[A-Z]]* in the autoconf language).