components/libtorrent/Makefile
changeset 4088 98a08684d104
parent 3817 30b42c38bbc4
child 4339 6501cf9c29f9
--- a/components/libtorrent/Makefile	Thu Apr 09 12:10:53 2015 -0500
+++ b/components/libtorrent/Makefile	Thu Apr 09 09:57:06 2015 -0500
@@ -48,13 +48,9 @@
 COMPONENT_PRE_CONFIGURE_ACTION = \
 	($(CLONEY) $(SOURCE_DIR) $(@D))
 
+# requires an older automake to reconfigure.
 COMPONENT_PREP_ACTION = \
-        (cd $(@D) ; \
-	    aclocal -I./scripts -I. ; \
-	    autoheader; \
-	    libtoolize --automake --copy --force; \
-	    automake; \
-	    autoconf )
+        (cd $(@D) ; ACLOCAL=aclocal-1.11 AUTOMAKE=automake-1.11 autoreconf -fiv)
 
 # Although -norunpath is set for CXXFLAGS, we need to put -norunpath 
 # here, otherwise -norunpath doesn't get set when creating the shared