errrrrm...I have a Linux problem :S
so...I wanted to install KDM theme manager and I had to compile it (I think I'm having headaches as soon as I hear this word: compile) and I followed the install instructions:
1. `cd' to go to the directory containing the package's source code and type
`./configure' --- everything was fine
2. Type `make' to compile the package - it started working and showed few errors and wrote
You might want to install the `Automake' and `Perl' packages.
------- I was lucky and solved that
Perl part but now I get this error:
Linux:/home/.../kdmtheme-1.2.2 # ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
./configure: line 1868: syntax error near unexpected token `kdmtheme,'
./configure: line 1868: `AM_INIT_AUTOMAKE(kdmtheme, 0.1)'
...I don't know what to do - I googled it but can't find a solution

Can you help me?