From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9486 invoked from network); 9 Jul 2001 18:04:31 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 9 Jul 2001 18:04:31 -0000 Received: (qmail 28137 invoked by alias); 9 Jul 2001 18:04:25 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 15337 Received: (qmail 28102 invoked from network); 9 Jul 2001 18:04:25 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer david.siemens.de) Message-ID: <3B49F302.4020104@mow.siemens.ru> Date: Mon, 09 Jul 2001 22:08:02 +0400 From: Andrej Borsenkow User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.2) Gecko/20010705 X-Accept-Language: en-us MIME-Version: 1.0 To: Zsh hackers list Subject: Re: 4.1.0-dev-1 References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Peter Stephenson wrote: > Andrej Borsenkow wrote: > >>On Mon, 9 Jul 2001, Peter Stephenson wrote: >> >> >>>I've just uploaded >>> ftp://ftp.zsh.org/zsh/development/zsh-4.1.0-dev-tar.gz >>> ftp://ftp.zsh.org/zsh/development/zsh-4.1.0-dev-tar.bz2 >>> >>>which uses autoconf 2.50 as promised. >>> >>> >>Does it mean we may finally forget about 2.13 compatibility in HEAD? >> > > We can't be sure everybody who uses the archive has upgraded yet. I'd be > happy about printing a warning if the older version is being used, though. > I can't remember how to do at when autoconf rather than configure runs. > > There is no way to print a warning, but AC_PREREQ(2.50) will abort if autoconf version is less then specified. configur.ac already have it. Actually, if we remove configure.in older versions simply choke by default. -andrej