Re: [tcljava-user] TclBlend on SuSE7.0 with JDK1.1.8 (or JDK1.2.2)
Brought to you by:
mdejong
|
From: Mo D. <md...@cy...> - 2000-11-08 10:33:21
|
On Wed, 8 Nov 2000, Christian Krone wrote:
> Hello,
>
> Mo told me, how to improve the configure script:
...
> But he forgot, that configure.in insists on having
> autoconf version 2.14, and that almost all people
> (but perhaps some lucky guys at RedHat???) have
> only 2.13 :-(
Sorry, I forgot to mention that. You need autoconf
out of the CVS. The info on how to get it is at
the bottom of this email.
> So should I just change line 6 of configure.in or
> are there some reasons to require a version which
> is not yet released?
No, it does not work with 2.13, that is why it
is locked down to require the newer version.
Version 2.13 is years old and badly broken.
Here is how to get the CVS autoconf.
% setenv CVSROOT :pserver:an...@su...:/cvs
% cvs login (password is "")
% cvs co autoconf
Then just run ./configure --prefix=${HOME}/myautoconf ; make install
and then put ${HOME}/myautoconf (or whatever you call it) on your
PATH. You should then be able to go into the tcljava directory
and run the ./autogen.sh script to regen the ./configure script.
(the script just runs autoconf)
Mo DeJong
Red Hat Inc
|