From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mailbackend.panix.com (mailbackend.panix.com [166.84.1.89]) by sourceware.org (Postfix) with ESMTPS id 3D13B38618DF for ; Tue, 16 Feb 2021 16:41:53 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 3D13B38618DF Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=panix.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=zackw@panix.com Received: from mail-ej1-f42.google.com (mail-ej1-f42.google.com [209.85.218.42]) by mailbackend.panix.com (Postfix) with ESMTPSA id 4Dg6FD6Lq1z1Gv0 for ; Tue, 16 Feb 2021 11:41:52 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=panix.com; s=panix; t=1613493712; bh=ElYLAj48QMYSYPtcbxDZ/JcMhor2YG5nlFPGUwxIn9o=; h=References:In-Reply-To:From:Date:Subject:To:Cc; b=rDR2WA7Ze18UzyqHnCGwpolARA7UB7q0UJqqeO/TGDF+bvn8etTPD/1JPf8akm98+ hR8P0Xl7wmdb3RScoX9L87JN6RSM2QK0DaHp5e2zy98jeD6pTRm2yEqSV1L418ELIT 80L5qng4jTnXbv1ShXtC1usiqS2SxuZYHXQuaFmg= Received: by mail-ej1-f42.google.com with SMTP id b14so11609229eju.7 for ; Tue, 16 Feb 2021 08:41:52 -0800 (PST) X-Gm-Message-State: AOAM531qz1I+gyrnCUU/YRTAtEQCzVZtiITVFgozMLgbs5Mtds3IDq5h 46LLYLnuUmbaQIxUeX6O0X/+OegWZjl5bezAMGA= X-Google-Smtp-Source: ABdhPJx43OiDOxgskXLGVnC9dEsxI2JF/jBwz2zyT8wit0K3NetoC749/fH+1UA7ISzzGNFvclhwlZhxTl1n7tOMxOI= X-Received: by 2002:a17:906:6095:: with SMTP id t21mr21084768ejj.384.1613493711958; Tue, 16 Feb 2021 08:41:51 -0800 (PST) MIME-Version: 1.0 References: <20210216120100.213653-1-naohirot@fujitsu.com> In-Reply-To: <20210216120100.213653-1-naohirot@fujitsu.com> From: Zack Weinberg Date: Tue, 16 Feb 2021 11:41:40 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH 3/3] Removed obsolete AC_CHECK_TOOL_PREFIX To: Naohiro Tamura Cc: GNU C Library Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-1.7 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, JMQ_SPF_NEUTRAL, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, 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: 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: Tue, 16 Feb 2021 16:41:54 -0000 On Tue, Feb 16, 2021 at 7:02 AM Naohiro Tamura wrote: > This patch removed obsolete AC_CHECK_TOOL_PREFIX. > It has been confirmed that AC_CHECK_TOOL_PREFIX is defined as NOP in > GNU 'autoconf' 2.69 [1], so we can safely remove it. > The 'configure' file has been deleted one blank line by the 'autoconf' > 2.69 command . OK, please commit. zw