From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11357 invoked by alias); 19 Jan 2015 16:26:40 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 11339 invoked by uid 89); 19 Jan 2015 16:26:39 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: mtaout26.012.net.il Received: from mtaout26.012.net.il (HELO mtaout26.012.net.il) (80.179.55.182) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 19 Jan 2015 16:26:37 +0000 Received: from conversion-daemon.mtaout26.012.net.il by mtaout26.012.net.il (HyperSendmail v2007.08) id <0NIF00O00MOHIZ00@mtaout26.012.net.il> for gdb-patches@sourceware.org; Mon, 19 Jan 2015 18:26:22 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout26.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NIF00FZ2MZXUN90@mtaout26.012.net.il>; Mon, 19 Jan 2015 18:26:21 +0200 (IST) Date: Mon, 19 Jan 2015 16:26:00 -0000 From: Eli Zaretskii Subject: Re: [PATCHSET] [4/4] Fix various issue in TUI In-reply-to: <20150119145040.GD4041@adacore.com> To: Joel Brobecker Cc: palves@redhat.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83r3uqybww.fsf@gnu.org> References: <83vbkrbt4d.fsf@gnu.org> <54AAEC02.7020500@redhat.com> <83bnmd8028.fsf@gnu.org> <83y4p1zq7k.fsf@gnu.org> <20150119145040.GD4041@adacore.com> X-IsSubscribed: yes X-SW-Source: 2015-01/txt/msg00522.txt.bz2 > Date: Mon, 19 Jan 2015 15:50:40 +0100 > From: Joel Brobecker > Cc: palves@redhat.com, gdb-patches@sourceware.org > > > I just realized that I cannot push this changeset because Autoconf I > > have installed isn't version 2.64, and so I cannot regenerate > > 'configure'. Could someone please do that for me? The patch is > > below. > > > > Or I could push the patch below, and then someone else could do the > > generated files as a separate commit. > > I will take care of it all. Thank you. Btw, what is the reason we insist on that particular version of Autoconf, and not on "2.64 or later"? It's a pain to have an old version installed (already there are packages for which 2.65 is too old).