mbox series

[iproute2-next,0/2] configure: convert global env to command-line options

Message ID 20210531094740.2483122-1-haliu@redhat.com (mailing list archive)
Headers show
Series configure: convert global env to command-line options | expand

Message

Hangbin Liu May 31, 2021, 9:47 a.m. UTC
This path set converts the global environment to command-line options
to make it easier for users to learn or remember the config options.

I only convert environment INCLUDE, LIBBPF_DIR, LIBBPF_FORCE at first.
The IPTC and IPTL are not converted as I don't know what they stand for.

Hangbin Liu (2):
  configure: add options ability
  configure: convert LIBBPF environment variables to command-line
    options

 configure | 49 +++++++++++++++++++++++++++++++++++++++++++------
 1 file changed, 43 insertions(+), 6 deletions(-)

Comments

David Ahern June 3, 2021, 3:28 a.m. UTC | #1
On 5/31/21 3:47 AM, Hangbin Liu wrote:
> 
> This path set converts the global environment to command-line options
> to make it easier for users to learn or remember the config options.
> 
> I only convert environment INCLUDE, LIBBPF_DIR, LIBBPF_FORCE at first.
> The IPTC and IPTL are not converted as I don't know what they stand for.
> 
> Hangbin Liu (2):
>   configure: add options ability
>   configure: convert LIBBPF environment variables to command-line
>     options
> 
>  configure | 49 +++++++++++++++++++++++++++++++++++++++++++------
>  1 file changed, 43 insertions(+), 6 deletions(-)
> 

applied to iproute2-next. Thanks,