I've downloaded via cvs downman and when i tried to install it it didn't work. First there wasn't a configure script and after generating it with autoconf it still gave this error:
./configure: line 525: syntax error near unexpected token `AM_INIT_AUTOMAKE(downman,'
./configure: line 525: `AM_INIT_AUTOMAKE(downman, 0.0.1)'
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've downloaded via cvs downman and when i tried to install it it didn't work. First there wasn't a configure script and after generating it with autoconf it still gave this error:
./configure: line 525: syntax error near unexpected token `AM_INIT_AUTOMAKE(downman,'
./configure: line 525: `AM_INIT_AUTOMAKE(downman, 0.0.1)'
You need automake and autoconf in order to compile it from CVS.
You must first run automake, then autoconf and then configure.
Anyway, the checks in configure are not completed (you need libxml, pthreads, gnome2 for gdownman, ...).
On what system are you trying to compile it?
If you want to help in any way wrote to llanero at jazzfree dot com.
But consider that downman is still UNSTABLE.
Thanks.
You need to run
aclocal -I intl
before running automake, ...
I will create the gen.sh script, sorry.