Cannot compile latest CVS

Hi,

I cannot compile latest cvs on Debian Sarge....

I get first error cause option -W is not recognized in automake. I commented that out, but get further errors :

dcerouter_260:~/Plutohome/slimserver/trunk$ ./autogen.sh
+ test -f Makefile
+ aclocal -I m4
+ autoheader
+ automake -a
configure.in: 3: `automake requires `AM_CONFIG_HEADER', not `AC_CONFIG_HEADER'
configure.in: 3: required file `./[config.h].in' not found

Any help ?

Regards,

Rob.

This seems to be a problem with autotools version, my are:

automake: 1.9.6
autoconf:2.59

You might try to change AC_CONFIG_HEADER to AM_CONFIG_HEADER in the configure.in file.

--
Damian Pietras - MOC developer

I have the exactly same problem than tinia. How was it solved?

Regards

realnerd