|
From: <oli...@on...> - 2005-01-17 13:08:09
|
David Eriksson <tw...@us...> schrieb am 17.01.2005, 10:53:21: > 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 > I chagned it to AC_HELP_STRING and it worked fine. The configure also waorked this time. Thanks for the help. |