rtorrent: remove manual autoconf invocation
authorJo-Philipp Wich <jow@openwrt.org>
Sat, 7 Feb 2015 19:38:17 +0000 (20:38 +0100)
committerJo-Philipp Wich <jow@openwrt.org>
Mon, 9 Feb 2015 15:56:38 +0000 (16:56 +0100)
commit83c747ea615688b0fd269359614e57839290abb9
treec4a81ffd4cc805fa5424ed1be5c299dd00e2a1d5
parent60e6ab7c02b57f5bfe7876f15f35761097d14838
rtorrent: remove manual autoconf invocation

The Makefile already uses the proper autoreconf fixup but leaves a manual
autoconf invocation in place.

The bad autoconf call leads to the following build error in the SDK:

( cd .../rtorrent-0.9.4-git; ./autogen.sh );
aclocal...
autoheader...
libtoolize... libtoolize nor glibtoolize not found
make[2]: *** [.../rtorrent-0.9.4-git/.configured_] Error 1

Remove the entire Build/Configure override to let rtorrent build correctly.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
net/rtorrent/Makefile