On Fri, Feb 14, 2020 at 08:31:52AM -0800, Junio C Hamano wrote: > > Either of those will override the NO_CURL setting done by the configure > > script (you can see the full list of knobs set by configure in > > config.mak.autogen). > > Heh, I didn't even know that things were expected to work if you > further tweak ./configure generated settings. I always assume the order of includes was intentional to provide a priority from low to high: - platform defaults in config.mak.uname - auto-detected defaults in config.mak.autogen - explict user-provided settings in config.mak - command-line overrides when you're trying to debug something. ;) The last one is due to "make" being sensible, but the rest come from our order in the Makefile. -Peff