From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by sourceware.org (Postfix) with ESMTP id 4996C385E017 for ; Mon, 10 May 2021 01:17:10 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 4996C385E017 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 39481340F09; Mon, 10 May 2021 01:17:09 +0000 (UTC) Date: Sun, 9 May 2021 21:17:08 -0400 From: Mike Frysinger To: naohirot@fujitsu.com Cc: libc-alpha@sourceware.org Subject: Re: [PATCH] Replaced obsoleted AC_HELP_STRING to AS_HELP_STRING Message-ID: Mail-Followup-To: naohirot@fujitsu.com, libc-alpha@sourceware.org References: <20210215123137.204048-1-naohirot@fujitsu.com> <3cc7523a-2eb8-87c0-7877-f764a4134570@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: X-Spam-Status: No, score=-4.5 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=ham 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: Mon, 10 May 2021 01:17:11 -0000 On 10 May 2021 00:52, naohirot@fujitsu.com wrote: > So please kindly merge the following patch, I verified that it can be still applied > without rebase. > > [PATCH v2 1/3] Replaced obsolete AC_TRY_COMPILE to AC_COMPILE_IFELSE > https://sourceware.org/pipermail/libc-alpha/2021-February/122740.html Zack Weinberg left feedback that doesn't seem to have been addressed ? https://sourceware.org/pipermail/libc-alpha/2021-February/122722.html -mike