Running ./configure
checking whether make supports nested variables... (cached) yes
./configure: line 4891: syntax error near unexpected token newline' ./configure: line 4891: LT_INIT('
This is the result after ./autogen.sh on Raspbian Jessie:
%cat /etc/debian_version
8.0
merrik-[~/wpan-tools] mcr 10016 %autoconf --version
autoconf (GNU Autoconf) 2.69
Running aclocal and autoupdate does not solve this problem.
I think the problem is lack of libtool being installed. I will probably add [ -x $(which libtool ] || exit 1 or something to autogen.sh.
Running ./configure
checking whether make supports nested variables... (cached) yes
./configure: line 4891: syntax error near unexpected token
newline' ./configure: line 4891:LT_INIT('This is the result after ./autogen.sh on Raspbian Jessie:
%cat /etc/debian_version
8.0
merrik-[~/wpan-tools] mcr 10016 %autoconf --version
autoconf (GNU Autoconf) 2.69
Running aclocal and autoupdate does not solve this problem.
I think the problem is lack of libtool being installed. I will probably add [ -x $(which libtool ] || exit 1 or something to autogen.sh.