I'm trying to compile Kiba-dock from source on my Ubuntu Laptop because there's no x86_64 binary out yet. I'm pretty sure I have all the dependencies for akamaru fulfilled, but I'm getting the following error:
Code:
joey@joey-laptop:~/kiba/akamaru$ ./autogen.sh
checking for intltool...
found intltool
checking for libtoolize...
found libtoolize
checking for automake...
found automake
checking for autoconf...
found autoconf
Running 'autoreconf -v --install'...
autoreconf: Entering directory `.'
autoreconf: configure.in: not using Gettext
autoreconf: running: aclocal
configure.in:51: error: AC_SUBST: `"$AKAMARU_REQUIRES"' is not a valid shell variable name
configure.in:51: the top level
autom4te: /usr/bin/m4 failed with exit status: 1
aclocal: autom4te failed with exit status: 1
autoreconf: aclocal failed with exit status: 1
Anybody have any idea?