On Wed, 2004-01-28 at 09:28, Robert Dodier wrote:
> I found that I needed to do "aclocal; automake --add-missing;
> autoconf" before "./configure --enable-gcl" and "make".
> I'm not 100% sure that I got that exactly right, but, in any
> event, "./configure" failed at the outset.
I'm not sure what's going on there, but if you need to regenerate
configure, the bootstrap script is your friend. (It's equivalent to what
you did above, but it saves you from having to remember the autotools
incantation.)
--Jim