components/libmng/Makefile
changeset 4088 98a08684d104
parent 3817 30b42c38bbc4
child 4339 6501cf9c29f9
--- a/components/libmng/Makefile	Thu Apr 09 12:10:53 2015 -0500
+++ b/components/libmng/Makefile	Thu Apr 09 09:57:06 2015 -0500
@@ -88,11 +88,11 @@
 CONFIGURE_OPTIONS += --with-zlib
 CONFIGURE_OPTIONS += --with-jpeg
 
+# requires an older automake to reconfigure.
 COMPONENT_PREP_ACTION = \
 	( cd $(@D) ; \
 	    $(CP) makefiles/configure.in makefiles/Makefile.am . ; \
-		    libtoolize --force --copy ; aclocal ; \
-		    automake --add-missing --copy ; autoconf )
+	    ACLOCAL=aclocal-1.11 AUTOMAKE=automake-1.11 autoreconf -fiv)
 
 ASLR_MODE = $(ASLR_NOT_APPLICABLE)