From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) by sourceware.org (Postfix) with ESMTP id F23FE38708FF for ; Sun, 21 Feb 2021 23:36:35 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org F23FE38708FF Received: from vapier (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9CAD734097F; Sun, 21 Feb 2021 23:36:34 +0000 (UTC) Date: Sun, 21 Feb 2021 18:36:33 -0500 From: Mike Frysinger To: Naohiro Tamura Cc: libc-alpha@sourceware.org Subject: Re: [PATCH 3/3] Removed obsolete AC_CHECK_TOOL_PREFIX Message-ID: Mail-Followup-To: Naohiro Tamura , libc-alpha@sourceware.org References: <20210215123137.204048-1-naohirot@fujitsu.com> <20210216120100.213653-1-naohirot@fujitsu.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20210216120100.213653-1-naohirot@fujitsu.com> X-Spam-Status: No, score=-5.0 required=5.0 tests=BAYES_00, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, RCVD_IN_DNSWL_NONE, SPF_HELO_PASS, 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: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Feb 2021 23:36:37 -0000 On 16 Feb 2021 12:01, Naohiro Tamura wrote: > This patch removed obsolete AC_CHECK_TOOL_PREFIX. i've merged this now, thanks! -mike