From: <sh...@al...> - 2000-02-06 14:26:18
|
> I'm probably missing something, but isn't the current > build mechanism to run "autoconf" and then "./configure" ? > > ./configure dies straight away with > > ./configure: line 524: syntax error near unexpected token `AM_INIT_AUTOMAKE(print,3.1.0)' > ./configure: line 524: `AM_INIT_AUTOMAKE(print,3.1.0)' You need to run "aclocal" before autoconf. Eric |