From 9ee88e87cf02eef8397e619a790a45673309468e Mon Sep 17 00:00:00 2001 From: Lauri Tirkkonen Date: Mon, 26 Nov 2018 12:41:34 +0200 Subject: [PATCH] automake-1.11, automake-1.15: add patched config.{guess,sub} --- components/developer/automake-1.11/Makefile | 2 ++ components/developer/automake-1.15/Makefile | 2 ++ 2 files changed, 4 insertions(+) diff --git a/components/developer/automake-1.11/Makefile b/components/developer/automake-1.11/Makefile index 1857033a5..2a187c42e 100644 --- a/components/developer/automake-1.11/Makefile +++ b/components/developer/automake-1.11/Makefile @@ -38,6 +38,8 @@ include $(WS_TOP)/make-rules/prep.mk include $(WS_TOP)/make-rules/configure.mk include $(WS_TOP)/make-rules/ips.mk +COMPONENT_PRE_CONFIGURE_ACTION = cp $(COMPONENT_DIR)/files/config.* $(SOURCE_DIR)/lib/ + CONFIGURE_OPTIONS += --docdir=$(CONFIGURE_PREFIX)/share/doc/automake-1.11 CONFIGURE_OPTIONS += --infodir=$(CONFIGURE_INFODIR) CONFIGURE_OPTIONS += PERL="$(PERL)" diff --git a/components/developer/automake-1.15/Makefile b/components/developer/automake-1.15/Makefile index 6b1b44c14..089e22013 100644 --- a/components/developer/automake-1.15/Makefile +++ b/components/developer/automake-1.15/Makefile @@ -41,6 +41,8 @@ COMPONENT_PROJECT_URL= http://www.gnu.org/software/automake/ COMPONENT_LICENSE_FILE= $(COMPONENT_NAME).license COMPONENT_LICENSE= GPLv2 FDLv1.3 +COMPONENT_PRE_CONFIGURE_ACTION = cp $(COMPONENT_DIR)/../automake-1.11/files/config.* $(SOURCE_DIR)/lib/ + include $(WS_MAKE_RULES)/prep.mk include $(WS_MAKE_RULES)/configure.mk -- 2.11.4.GIT