components/libtool/Makefile
changeset 4088 98a08684d104
parent 3817 30b42c38bbc4
child 4196 d697072a92f5
--- a/components/libtool/Makefile	Thu Apr 09 12:10:53 2015 -0500
+++ b/components/libtool/Makefile	Thu Apr 09 09:57:06 2015 -0500
@@ -57,7 +57,9 @@
 CONFIGURE_OPTIONS  +=		CFLAGS="$(CFLAGS)"
 CONFIGURE_OPTIONS  +=		PERL="$(PERL)"
 
-COMPONENT_PREP_ACTION = (cd $(@D) ; ./bootstrap)
+# requires an older automake to reconfigure.
+COMPONENT_PREP_ACTION = \
+	(cd $(@D) ; ACLOCAL=aclocal-1.11 AUTOMAKE=automake-1.11 ./bootstrap)
 
 # Remove the hard-wired compiler locations in the LTCC and two CC lines
 # in the two versions of the libtool script.