Re: [tkined] tkined and tcl 8.3

From: Juergen Schoenwaelder (schoenw@ibr.cs.tu-bs.de)
Date: Mon May 22 2000 - 16:28:13 MET DST


>>>>> Jon Ingason writes:

Jon> I thought this was a good idea and and exchanged 8.2 with 8.2. I
Jon> then ran autoconf and then configure, but got following meassage:

stows01> ./configure
Jon> loading cache ./config.cache checking for prefix by checking for
Jon> scotty... no checking for prefix by checking for
Jon> tclsh8.3... ./configure: bad substitution
stows01>

Yes, I think this is a sort of autoconf bug. You actually need to do:

        autoconf
        sed -e 's/TCLSH8.3/TCLSH83/g' < configure > configure.new
        mv configure.new configure
        chmod a+x configure

There is actually a target in the Makefile for this (except that the
version numbers to not match).

I have committed the 8.3 patches to the CVS repository now so that
everyone can get the 8.3 version from there.

/js

-- 
Juergen Schoenwaelder      Technical University Braunschweig
<schoenw@ibr.cs.tu-bs.de>  Dept. Operating Systems & Computer Networks
Phone: +49 531 391 3289    Bueltenweg 74/75, 38106 Braunschweig, Germany
Fax:   +49 531 391 5936    <URL:http://www.ibr.cs.tu-bs.de/~schoenw/>

-- !! This message is brought to you via the `tkined & scotty' mailing list. !! Please do not reply to this message to unsubscribe. To subscribe or !! unsubscribe, send a mail message to <tkined-request@ibr.cs.tu-bs.de>. !! See http://wwwsnmp.cs.utwente.nl/~schoenw/scotty/ for more information.



This archive was generated by hypermail 2b29 : Mon Jan 08 2001 - 15:27:44 MET