From patchwork Mon May 31 09:47:38 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hangbin Liu X-Patchwork-Id: 450743 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-11.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH, MAILING_LIST_MULTI, SPF_HELO_NONE, SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id AFCFBC47082 for ; Mon, 31 May 2021 09:48:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 88174610A8 for ; Mon, 31 May 2021 09:48:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231246AbhEaJt4 (ORCPT ); Mon, 31 May 2021 05:49:56 -0400 Received: from us-smtp-delivery-124.mimecast.com ([216.205.24.124]:57950 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230520AbhEaJtd (ORCPT ); Mon, 31 May 2021 05:49:33 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1622454473; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=J3BTo8t81aylp90gddYFNRcd2rHaMywQEjhk9CSK0/s=; b=ifHIeQK2QZybyoV/Ke/TIMOTKFmh1iSqQIVIMh0c5kwLO2VX3qaZBR96EB5nvcLfWIlOT/ vnWEGdBm22ZZ46kvoqkohKQ/83zvYUo4AkV1pz3u/DGiUhvWbqXBCW1yIwM/AufA1bB7Ls TJBh59pbmN9WOzq/oz1hr0ZfmlwBVUY= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-141-rApkTaNKOOO1Omqs_EJNlg-1; Mon, 31 May 2021 05:47:50 -0400 X-MC-Unique: rApkTaNKOOO1Omqs_EJNlg-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id D6E06180FD69; Mon, 31 May 2021 09:47:48 +0000 (UTC) Received: from Leo-laptop-t470s.redhat.com (ovpn-12-207.pek2.redhat.com [10.72.12.207]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 314C45DEAD; Mon, 31 May 2021 09:47:46 +0000 (UTC) From: Hangbin Liu To: David Ahern Cc: Stephen Hemminger , netdev@vger.kernel.org, Hangbin Liu Subject: [PATCH iproute2-next 0/2] configure: convert global env to command-line options Date: Mon, 31 May 2021 17:47:38 +0800 Message-Id: <20210531094740.2483122-1-haliu@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org 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(-)