On Wed, May 26, 2010 at 11:02 AM, Amos Jeffries <squ...@treenet.co.nz> wrote: > It would be nice for people attempting to build a minimal Squid for embeded > systems and also for some maintainers who want complete control over what > features are enabled. > > At present they must identify each feature being auto-enabled and manually > disable them. > > What I propose is a configure option which alters the default build > behaviour of Squid. It should default to allowing auto feature detection. > When used it would change the default of as many other configure options as > possible from "auto" to "no". Producing a Squid binary built with as small a > footprint as possible. > > --enable-strict-feature-selection > --enable-miniature-build
-1 I expect those who build for embedded systems to be experienced in build systems. Implementing this would make the structure of the autoconf script more complex than it already is - which is quite a lot already. So I don't recommend this path, as it's an optimization of the uncommon case at the expense of the common case. -- /kinkie