]> git.ipfire.org Git - thirdparty/iproute2.git/commit
configure: add options ability
authorHangbin Liu <haliu@redhat.com>
Mon, 31 May 2021 09:47:39 +0000 (17:47 +0800)
committerDavid Ahern <dsahern@kernel.org>
Thu, 3 Jun 2021 03:25:11 +0000 (03:25 +0000)
commita9c3d70d902a0473ee5c13336317006a52ce8242
tree06610236b8c70636b23036a3401d2b561d73c206
parent825bd5dacb98597a5595b470bd275bb103a7b9c2
configure: add options ability

There are more and more global environment variables that land everywhere
in configure, which is making user hard to know which one does what.
Using command-line options would make it easier for users to learn or
remember the config options.

This patch converts the INCLUDE variable to command option first. Check
if the first variable has '-' to compile with the old INCLUDE path
setting method.

Signed-off-by: Hangbin Liu <haliu@redhat.com>
Signed-off-by: David Ahern <dsahern@kernel.org>
configure