Kimberley Burchett wrote:
> I got the latest sources from CVS and noticed I had neither Makefile
> nor configure script, so I ran autoconf. autoconf ran fine, but the
> generated configure script dies with this error:
>
> ./configure: line 835: syntax error near unexpected token
>`AM_CONFIG_HEADER(config.h)'
You need to run "aclocal ; autoheader ; automake ; autoconf". The first two
commands are needed to create the aclocal.m4 file which should contain the
macros you are missing. Let me know if you need more help.
--
Aaron M. Renn ([EMAIL PROTECTED]) http://www.urbanophile.com/arenn/