From c89799e37b7fb33fec47a849289157994ab92935 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Tue, 21 Oct 2008 19:59:23 +0200 Subject: [PATCH] libtool git requires an autoreconf --- package/libtool/libtool.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/libtool/libtool.mk b/package/libtool/libtool.mk index 27588b7..ea9dce7 100644 --- a/package/libtool/libtool.mk +++ b/package/libtool/libtool.mk @@ -42,7 +42,7 @@ $(LIBTOOL_SRC_DIR)/.unpacked: $(DL_DIR)/$(LIBTOOL_SOURCE) $(LIBTOOL_DIR)/.configured: THIS_SRCDIR = $(LIBTOOL_SRC_DIR) $(LIBTOOL_DIR)/.configured: $(LIBTOOL_SRC_DIR)/.unpacked ifeq ($(BR2_USE_UPDATES),y) - (test -d $(LIBTOOL_SRC_DIR)/.git && cd $(LIBTOOL_SRC_DIR) && $(GIT) pull) + (test -d $(LIBTOOL_SRC_DIR)/.git && cd $(LIBTOOL_SRC_DIR) && $(GIT) pull && autoreconf) endif rm -rf $(LIBTOOL_DIR) mkdir -p $(LIBTOOL_DIR) -- 2.11.4.GIT