rtorrent: remove manual autoconf invocation 870/head
authorJo-Philipp Wich <jow@openwrt.org>
Sat, 7 Feb 2015 19:38:17 +0000 (20:38 +0100)
committerJo-Philipp Wich <jow@openwrt.org>
Sat, 7 Feb 2015 19:41:33 +0000 (20:41 +0100)
commit94822d00c8a1730c6c8b2e97d13f18ff437cd943
treea1c875df117837e2f9073d45bcc150467f57fe8f
parent27bd80910a9fa638b6748164661cd1cabc54fdeb
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