components/popt/Makefile
changeset 4088 98a08684d104
parent 3817 30b42c38bbc4
child 4339 6501cf9c29f9
--- a/components/popt/Makefile	Thu Apr 09 12:10:53 2015 -0500
+++ b/components/popt/Makefile	Thu Apr 09 09:57:06 2015 -0500
@@ -43,12 +43,11 @@
 include $(WS_MAKE_RULES)/lint-libraries.mk
 
 COMPONENT_PREP_ACTION = \
-        (cd $(@D) ; \
-	$(TOUCH) config.rpath ; \
-	libtoolize -f ; \
-	aclocal -I . ; \
-	autoconf ; \
-	automake -a -c -f )
+        (cd $(@D) ; $(TOUCH) config.rpath) ;
+
+# requires an older automake to reconfigure
+COMPONENT_PREP_ACTION += \
+	(cd $(@D) ; ACLOCAL=aclocal-1.11 AUTOMAKE=automake-1.11 autoreconf -fiv)
 
 # Needed to get "gmake test" to work.
 COMPONENT_PRE_CONFIGURE_ACTION = \