Re: Undefined macro

Stephen Compall <[email protected]> Wed, 22 Jun 2005 11:21:25 -0500
Newsgroups gmane.comp.java.vm.sablevm.devel
Message-ID <[email protected]>
On Wed, 2005-06-22 at 15:57 +0000, Sébastien Adam wrote:
> Hi everyone,
> 
> I have the following problem when I run autoconf with sablevm-1.11.3 :
> 
> <snip undefd macro>
> 
> Somebody can help me ?  I have the newer version of M4, autoconf and
> automake.

I'll assume you are using autogen.sh, and not trying to invoke directly.
I use this on Mandriva to keep autogen.sh from using installed (required
by rpm-devel :() older versions of autotools from running:

sed -e s/automake/automake-1.9/ -e s/aclocal/aclocal-1.9/ autogen.sh \
    | bash

Modify as appropriate for the binaries on your system.

--
Stephen Compall