From: Scott W. <swa...@my...> - 2002-09-25 12:11:34
|
> > [andyr@armada pilot-db]$ autoconf > autoconf: Undefined macros: > configure.in:2:AC_CONFIG_SRCDIR(src/main.c) > > Help ? > > Cheers, Andy! > Yes, the new configure requires autoconf > 2.50 I don't know what version of linux (or cygwin) you are running, but I found the easiest way to get this installed ( on redhat 7.x) was with the autoconf253 package (from rpmfind.net). This installs it in conjunction with your current autoconf, so you would then need to do: > [andyr@armada pilot-db]$ autoconf-2.53 instead of > [andyr@armada pilot-db]$ autoconf hope this helps. -Scott |