[kaffe] Kaffe CVS: kaffe jim

Kaffe CVS kaffe@kaffe.org
Thu, 30 May 2002 11:20:19 -0700


CVSROOT:	/cvs/kaffe
Module name:	kaffe
Changes by:	jim	02/05/30 11:20:19

Modified files:
	.              : ChangeLog configure configure.in 
	kaffe/kaffe    : Makefile.am Makefile.in 
	kaffe/kaffevm  : Makefile.am Makefile.in 
	kaffe/xprof    : Makefile.am Makefile.in 

Log message:
From: Mariusz Mazur <mariusz@isn.pl>

* kaffe/kaffe/Makefile.am, kaffe/kaffevm/Makefile.am,
kaffe/xprof/Makefile.am, configure.in:

While packaging kaffe into an rpm (PLD Linux Distribution) I
stumbled across a problem of turning off the libltdl distributed
with kaffe and turning on the one already present in the
system. Attached is a little patch for kaffe
(applied as patch -p 0) which makes it possible. Then it's just
./configure --enable-ltdl-install=no and voila. Kaffe starts using
system libltdl :)