From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28612 invoked by alias); 9 Apr 2015 09:03:05 -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 28602 invoked by uid 89); 9 Apr 2015 09:03:04 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pa0-f51.google.com Received: from mail-pa0-f51.google.com (HELO mail-pa0-f51.google.com) (209.85.220.51) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Thu, 09 Apr 2015 09:02:59 +0000 Received: by pacyx8 with SMTP id yx8so143138853pac.1 for ; Thu, 09 Apr 2015 02:02:57 -0700 (PDT) X-Received: by 10.68.78.65 with SMTP id z1mr53853192pbw.112.1428570177700; Thu, 09 Apr 2015 02:02:57 -0700 (PDT) Received: from E107787-LIN (gcc1-power7.osuosl.org. [140.211.15.137]) by mx.google.com with ESMTPSA id n5sm13791235pdn.63.2015.04.09.02.02.55 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Thu, 09 Apr 2015 02:02:57 -0700 (PDT) From: Yao Qi To: Pedro Alves Cc: gdb-patches@sourceware.org Subject: Re: [PATCH 1/2] update-gnulib.sh: work around aclocal warning with Perl >= 5.16 References: <1428513587-8471-1-git-send-email-palves@redhat.com> <1428513587-8471-2-git-send-email-palves@redhat.com> Date: Thu, 09 Apr 2015 09:03:00 -0000 In-Reply-To: <1428513587-8471-2-git-send-email-palves@redhat.com> (Pedro Alves's message of "Wed, 8 Apr 2015 18:19:46 +0100") Message-ID: <867ftlwu6a.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2015-04/txt/msg00316.txt.bz2 Pedro Alves writes: > +# $ sh ./update-gnulib.sh ~/src/gnulib/src/ > +# Error: Wrong aclocal version: called too early to check prototype at /= opt/automake-1.11.1/bin/aclocal line 617.. Aborting. Yes, I encountered the same error when I run update-gnulib.sh last year, but I just hacked update-gnulib.sh to workaround it every time :) Patch is fine by me. --=20 Yao (=E9=BD=90=E5=B0=A7)