From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18595 invoked from network); 23 Feb 2000 13:54:21 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 23 Feb 2000 13:54:21 -0000 Received: (qmail 6879 invoked by alias); 23 Feb 2000 13:54:10 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9840 Received: (qmail 6872 invoked from network); 23 Feb 2000 13:54:09 -0000 Date: Wed, 23 Feb 2000 14:53:50 +0100 (MET) Message-Id: <200002231353.OAA05335@beta.informatik.hu-berlin.de> From: Sven Wischnowsky To: zsh-workers@sunsite.auc.dk CC: Jeremie Petit In-reply-to: Jeremie Petit's message of Tue, 22 Feb 2000 14:15:43 -0000 Subject: Re: Digital Unix 4.0f and the latest development version of zsh Jeremie Petit wrote: > Hello, > > 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 (... works?) Yes, out config.sub didn't test for alphaev6 yet. The patch below should fix it, I think. Maybe we should just get a new config.sub from somewhere else (there surely is some official place for that?), in case there are other new machines/OSes/versions we currently can't handle? Bye Sven --- config.sub.old Wed Feb 23 14:50:20 2000 +++ config.sub Wed Feb 23 14:50:45 2000 @@ -152,7 +152,7 @@ tahoe | i860 | m32r | m68k | m68000 | m88k | ns32k | arc | arm \ | arme[lb] | pyramid | mn10200 | mn10300 | tron | a29k \ | 580 | i960 | h8300 | hppa | hppa1.0 | hppa1.1 | hppa2.0 \ - | alpha | alphaev5 | alphaev56 | we32k | ns16k | clipper \ + | alpha | alphaev5 | alphaev56 | alphaev6 | we32k | ns16k | clipper \ | i370 | sh | powerpc | powerpcle | 1750a | dsp16xx | pdp11 \ | mips64 | mipsel | mips64el | mips64orion | mips64orionel \ | mipstx39 | mipstx39el \ @@ -177,7 +177,7 @@ | power-* | none-* | 580-* | cray2-* | h8300-* | i960-* \ | xmp-* | ymp-* \ | hppa-* | hppa1.0-* | hppa1.1-* | hppa2.0-* | hppa2.0[nw]-* \ - | alpha-* | alphaev5-* | alphaev56-* | we32k-* | cydra-* \ + | alpha-* | alphaev5-* | alphaev56-* | alphaev6-* | we32k-* | cydra-* \ | ns16k-* | pn-* | np1-* | xps100-* | clipper-* | orion-* \ | sparclite-* | pdp11-* | sh-* | powerpc-* | powerpcle-* \ | sparc64-* | mips64-* | mipsel-* \ -- Sven Wischnowsky wischnow@informatik.hu-berlin.de