From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gnu.wildebeest.org (wildebeest.demon.nl [212.238.236.112]) by sourceware.org (Postfix) with ESMTPS id 6A45B386F434 for ; Mon, 15 Jun 2020 09:15:48 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 6A45B386F434 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mark@klomp.org Received: from tarox.wildebeest.org (tarox.wildebeest.org [172.31.17.39]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id 813AD300071D; Mon, 15 Jun 2020 11:15:45 +0200 (CEST) Received: by tarox.wildebeest.org (Postfix, from userid 1000) id 2E83E4708676; Mon, 15 Jun 2020 11:15:45 +0200 (CEST) Message-ID: Subject: Re: [PATCH] elfutils/configure.ac: use $READELF, not readelf From: Mark Wielaard To: Sergei Trofimovich , elfutils-devel@sourceware.org Date: Mon, 15 Jun 2020 11:15:44 +0200 In-Reply-To: <20200614192807.3278156-1-slyfox@gentoo.org> References: <20200614192807.3278156-1-slyfox@gentoo.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Evolution 3.28.5 (3.28.5-8.el7) Mime-Version: 1.0 X-Spam-Status: No, score=-7.4 required=5.0 tests=BAYES_00, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: elfutils-devel@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Elfutils-devel mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Jun 2020 09:15:49 -0000 Hi Sergei, On Sun, 2020-06-14 at 20:28 +0100, Sergei Trofimovich wrote: > Allow user to specify own readelf. Use detected readelf, > not 'readelf'. You are absolutely right. We have an explicit AC_CHECK_TOOL for readelf, so we should use the result whenever we use READELF. Added ChangeLog entry and pushed to master. Thanks, Mark