All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jeff King <peff@peff.net>
To: Junio C Hamano <gitster@pobox.com>
Cc: Philippe Blain <levraiphilippeblain@gmail.com>, git@vger.kernel.org
Subject: Re: How to force configure script to use curl ?
Date: Fri, 14 Feb 2020 11:43:57 -0500	[thread overview]
Message-ID: <20200214164357.GA652734@coredump.intra.peff.net> (raw)
In-Reply-To: <xmqqh7ztp1tz.fsf@gitster-ct.c.googlers.com>

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

  reply	other threads:[~2020-02-14 16:44 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-12 22:08 How to force configure script to use curl ? Philippe Blain
2020-02-13 10:07 ` Christian Couder
2020-02-14  6:17 ` Jeff King
2020-02-14 16:31   ` Junio C Hamano
2020-02-14 16:43     ` Jeff King [this message]
2020-02-14 16:49   ` Philippe Blain

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200214164357.GA652734@coredump.intra.peff.net \
    --to=peff@peff.net \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.com \
    --cc=levraiphilippeblain@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.