From patchwork Fri Oct 31 22:46:22 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joseph Myers X-Patchwork-Id: 405705 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 45A0E1400B6 for ; Sat, 1 Nov 2014 09:46:35 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:cc:subject:in-reply-to:message-id :references:mime-version:content-type; q=dns; s=default; b=uWs+1 HNbEqieKsI0nIDw0yWSzyOVlCopFEqpJxXfbuNP30vIxxfi5KXSVDS5C3s9QYWxw tFPjt4wZIJrhYtdJS7qmGlymqzHIXIIhmQL1F9U2LlKpE4FEhcwX7+RWr6mXnmN6 7SHiQSeVDBI9KyhWmli9/LkM02l42K847RDw7k= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:cc:subject:in-reply-to:message-id :references:mime-version:content-type; s=default; bh=9wtjEu0dZWH YHYtbhnLRd5OjzkA=; b=Zr7gGozXiE/NBMyVVCCoMLrclGtJcZht0+CaZBVQYPM WjmyRyjgJUaZS3oF6T5B8leDOg7KSIcWrMoIYojZM9U1rEj/mFvzbOqbV9JnlMX/ mG1+5aCJs2I410QowWadqngnK6i3YzgOZhFVmNmJgefrpdODVo6xYN4lrISRMRk4 = Received: (qmail 5441 invoked by alias); 31 Oct 2014 22:46:29 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 5428 invoked by uid 89); 31 Oct 2014 22:46:29 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 X-HELO: relay1.mentorg.com Date: Fri, 31 Oct 2014 22:46:22 +0000 From: "Joseph S. Myers" To: Roland McGrath CC: Subject: Re: Update autoconf version requirement in install.texi In-Reply-To: <20141031215422.935332C3ACA@topped-with-meat.com> Message-ID: References: <20141031215422.935332C3ACA@topped-with-meat.com> MIME-Version: 1.0 On Fri, 31 Oct 2014, Roland McGrath wrote: > That should have gone with the aclocal.m4 update. Please add a comment to (With the aclocal.m4 change two years ago to require an exact autoconf version, and then with the more recent increase of that version, that is.) > aclocal.m4 reminding one to update install.texi to match. (Or feel free to > get crazy with a generated file of Texinfo macros!) I've committed this patch. 2014-10-31 Joseph Myers * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update install.texi in comment. diff --git a/aclocal.m4 b/aclocal.m4 index 23569b6..abc34d2 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1,6 +1,7 @@ dnl We require that everyone use exactly the same Autoconf version so that dnl the internal functions defined and used by the main configure script -dnl match those expected by the fragments. +dnl match those expected by the fragments. When changing this version, +dnl install.texi also needs to be updated. m4_define([GLIBC_AUTOCONF_VERSION], [2.69]) m4_if(m4_defn([AC_AUTOCONF_VERSION]), GLIBC_AUTOCONF_VERSION, [], [m4_fatal(m4_flatten(