Alexander Kellett wrote:

> On Jan 17, 2005, at 12:26 PM, benny wrote:
>> well, I need to install korundum first, right?
>> so downloaded korundum3.3.1 contains no config file.
>> INSTALL says
> 
> i assume you mean ./configure file?
> the readme says run 'make -f Makefile.cvs'
> umm... maybe this is not well positioned,
> iirc this README is in qtruby/ rather than
> in root... guess this should be changed :)
> 
> Alex
yes you are right, I meant ./configure

ok, I had to make symlinks in 
/usr/local/bin/ in order to make it run:

ln -s aclocal19 aclocal
ln -s autom4te259 autom4te
ln -s automake19 automake

now it complies :)

benny