From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 105165 invoked by alias); 15 Mar 2017 13:25:21 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 105099 invoked by uid 89); 15 Mar 2017 13:25:18 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_PASS autolearn=ham version=3.3.2 spammy=H*i:sk:mvmfuie, H*f:sk:mvmfuie, our X-HELO: mx2.suse.de Received: from mx2.suse.de (HELO mx2.suse.de) (195.135.220.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 15 Mar 2017 13:25:17 +0000 Received: from relay2.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 4E42CADA6 for ; Wed, 15 Mar 2017 13:25:16 +0000 (UTC) Subject: Re: Prerequisites and using autoconf-2.64 To: Andreas Schwab References: <30e7c7d2-26ea-86b0-f9ba-40001565e1f5@suse.cz> Cc: GCC Development From: =?UTF-8?Q?Martin_Li=c5=a1ka?= Message-ID: Date: Wed, 15 Mar 2017 13:25:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2017-03/txt/msg00083.txt.bz2 On 03/15/2017 02:23 PM, Andreas Schwab wrote: > On Mär 15 2017, Martin Liška wrote: > >> We declare that one should use autoconf --version == 2.64. I have a package that provides autoconf-2.64 binary >> and I would like to ask whether our configure machinery can use the suffixed autoconf binary? > > make AUTOCONF=autoconf-2.64 > > Andreas. > Thanks!