On Sun, May 27, 2001 at 12:06:18PM -0400, Igor Khavkine wrote:
>
> script with the command `aclocal; autoconf' I get these erorors:
>
> configure:1336: error: possibly undefined macro: AC_PROG_CC_GNU
> configure:1313: error: possibly undefined macro: AC_TRY_COMPILER
Does running
aclocal \
&& automake --verbose --gnu \
&& autoconf
help?
Joost, just guessing