


Wallpaper Other by steveking 3 comments

KDE 3.5 Themes by DVSoftware 27 comments
The error message was:
*** YOU'RE USING automake 1.9.1.
*** KDE requires automake 1.6
By editing a line in /admin/cvs.sh i was able to compile.
I changed line 73 from
unsermake* ) :
to
unsermake* | automake*1.9*) :
The automake*1.9* will need to be adjusted for the version on your system.
After saving this change you can compile using:
make -f Makefile.cvs
./compile
make
make install
Hope this helps someone. - May 20 2005

Various KDE 1.-4. Improvements by tobydox 44 comments