components/libxslt/Makefile
changeset 4088 98a08684d104
parent 3936 c344422ee38b
child 4339 6501cf9c29f9
--- a/components/libxslt/Makefile	Thu Apr 09 12:10:53 2015 -0500
+++ b/components/libxslt/Makefile	Thu Apr 09 09:57:06 2015 -0500
@@ -65,9 +65,11 @@
 
 COMPONENT_PREP_ACTION = \
 	(cd $(@D) ; cp ../mapfile.xslt libxslt/libxslt.syms ; \
-		    $(RM) libxslt/xsltconfig.h libexslt/exsltconfig.h ; \
-		    libtoolize --force --copy ; aclocal ; \
-		    automake --addmissing --copy ; autoconf)
+		    $(RM) libxslt/xsltconfig.h libexslt/exsltconfig.h ) ;
+
+# requires an older automake to reconfigure.
+COMPONENT_PREP_ACTION += \
+	(cd $(@D) ; ACLOCAL=aclocal-1.11 AUTOMAKE=automake-1.11 autoreconf -fiv)
 
 # After we have configured, make a copy of the python bits so we
 # can build separate python 2.7 support.