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: 3518 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(