[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <43c24b47-3e75-6197-31c3-ba430932b815@gmail.com>
Date: Tue, 5 Oct 2021 07:54:44 -0600
From: David Ahern <dsahern@...il.com>
To: Andrea Claudi <aclaudi@...hat.com>, netdev@...r.kernel.org
Cc: stephen@...workplumber.org, bluca@...ian.org
Subject: Re: [PATCH iproute2 v2 1/3] configure: support --param=value style
On 10/4/21 1:50 PM, Andrea Claudi wrote:
> diff --git a/configure b/configure
> index 7f4f3bd9..cebfda6e 100755
> --- a/configure
> +++ b/configure
> @@ -501,18 +501,30 @@ if [ $# -eq 1 ] && [ "$(echo $1 | cut -c 1)" != '-' ]; then
> else
> while true; do
> case "$1" in
> - --include_dir)
> - INCLUDE=$2
> - shift 2 ;;
> - --libbpf_dir)
> - LIBBPF_DIR="$2"
> - shift 2 ;;
> - --libbpf_force)
> - if [ "$2" != 'on' ] && [ "$2" != 'off' ]; then
> + --include_dir*)
this is going to match a lot more than just --include_dir and --include_dir=
Powered by blists - more mailing lists