When trying to compile the OpenXDK (0.06) from source,
I get the following errors,
autogen.sh:
aclocal: configure.in: 10: macro `AM_PROG_AS' not
found in library
configure:
./configure: line 524: syntax error near unexpected
token `AM_INIT_AUTOMAKE(Open XDK,0.5)'
./configure: line 524: `AM_INIT_AUTOMAKE
(OpenXDK,0.5)'
Logged In: NO
You can try the following :
export WANT_AUTOCONF=2.5
export WANT_AUTOMAKE=1.6
then retry ./autogen.sh.
let me know if it helped.
KaZeR