libtorrent: remove manual autoconf invocation 869/head
authorJo-Philipp Wich <jow@openwrt.org>
Sat, 7 Feb 2015 14:12:24 +0000 (15:12 +0100)
committerJo-Philipp Wich <jow@openwrt.org>
Sat, 7 Feb 2015 14:16:54 +0000 (15:16 +0100)
commit82927a24f9ff89558fd77cdff31ce0d7e880dbf0
tree18a8b48789232d470dfcb85f8fc8665eca392fc9
parent3b1bb08f974694ba72ebe2c93b9d445a48e33d01
libtorrent: 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:

configure.ac:3: installing `./config.guess'
configure.ac:3: installing `./config.sub'
configure.ac:20: installing `./install-sh'
configure.ac:20: installing `./missing'
src/Makefile.am: installing `./depcomp'
autoreconf: Leaving directory `.'
aclocal...
autoheader...
libtoolize... libtoolize nor glibtoolize not found
make[2]: *** [.../.configured_] Error 1

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

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