On Sun, May 27, 2001 at 06:25:34PM +0200, Joost van Baal wrote: > 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
Hurd does not have a Makefile.am, so it does not use automake. So the above changes nothing and the problem persists. If anyone has a copy of the hurd tree where generating the configure script works, can you get the CVS versions of configure.in and aclocal.m4 to see what the differences are? Igor

