From xemacs-m  Sun Jun 22 12:01:48 1997
Received: from crystal.WonderWorks.COM (crystal.WonderWorks.com [192.203.206.1])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id MAA17892
	for <xemacs-beta@xemacs.org>; Sun, 22 Jun 1997 12:01:47 -0500 (CDT)
Received: by crystal.WonderWorks.COM 
	id QQcvbg17922; Sun, 22 Jun 1997 13:01:47 -0400 (EDT)
Date: Sun, 22 Jun 1997 13:01:47 -0400 (EDT)
Message-Id: <QQcvbg17922.199706221701@crystal.WonderWorks.COM>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
From: Kyle Jones <kyle_jones@wonderworks.com>
To: xemacs-beta@xemacs.org
Subject: 20.3-b8: configure faliure on BSD/OS 2.0
X-Mailer: VM 6.33 under 20.3 "Oslo" XEmacs Lucid (beta7)
X-Face: /cA45WHG7jWq>(O3&Z57Y<"WsX5ddc,4c#w0F*zrV#=M
        0@~@,s;b,aMtR5Sqs"+nU.z^CSFQ9t`z2>W,S,]:[+2^
        Nbf6v4g>!&,7R4Ot4Wg{&tm=WX7P["9%a)_da48-^tGy
        ,qz]Z,Zz\{E.,]'EO+F)@$KtF&V

I had to replace each \t in this code with a tab.

eval `$CPP -Isrc $tempcname \ 
       | sed -n -e "s/[ \t]*=[ \t\"]*/='/" -e "s/[ \t\"]*\$/'/"
       -e "s/^configu\
re___//p"` 

Otherwise libraries with a trailng 't' in their name got the 't'
stripped off, leading to link failures in the config tests,
SIZEOF_SHORT == 0, PANIC, exit.

