|
From: David E. <tw...@us...> - 2005-01-17 09:53:30
|
On Mon, 2005-01-17 at 10:26 +0100, oli...@on... wrote: > I checked out the latest CVS and got the following error, when running > autoconf: > > configure.in:258: error: possibly undefined macro: AS_HELP_STRING Try to change AS_HELP_STRING to AC_HELP_STRING (AS -> AC). I don't know where AS_HELP_STRING comes from, but AC_HELP_STRING is included with autoconf: http://www.gnu.org/software/autoconf/manual/autoconf-2.57/html_node/autoconf_132.html -- Regards, -\- David Eriksson -/- SynCE - http://synce.sourceforge.net ScummVM - http://scummvm.sourceforge.net Desquirr - http://desquirr.sourceforge.net |