From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 731 invoked from network); 23 Feb 2000 15:42:13 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 23 Feb 2000 15:42:13 -0000 Received: (qmail 29744 invoked by alias); 23 Feb 2000 15:41:49 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9842 Received: (qmail 29734 invoked from network); 23 Feb 2000 15:41:48 -0000 X-Authentication-Warning: cassini.us.mandrakesoft.com: chmou set sender to chmouel@mandrakesoft.com using -f To: Jeremie Petit Cc: "'zsh-workers@sunsite.auc.dk'" Subject: Re: Digital Unix 4.0f and the latest development version of zsh References: From: Chmouel Boudjnah Date: 22 Feb 2000 20:52:25 -0800 In-Reply-To: Jeremie Petit's message of "Tue, 22 Feb 2000 14:15:43 -0000" Message-ID: User-Agent: Gnus/5.0804 (Gnus v5.8.4) Emacs/20.5 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Jeremie Petit writes: > I can't configure the latest development version of zsh on my Tru64 > machine: > > creating cache ./config.cache > configuring for zsh 3.1.6-dev-19 > checking host system type... Invalid configuration `alphaev6-dec-osf4.0f': > machine `alphaev6-dec' not recognized > > ... > > checking for yp_all... yes > ./configure: test: argument expected > > It seems that it comes from config.sub. I've replaced it with > xemacs-21.1.9's and it a better solution is to regenerate the config.sub with : libtoolize --force --Chmouel