From ffbed0f08a6549f954d9187709f4245570a2b815 Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Fri, 10 Dec 2010 15:20:51 +0000
Subject: [PATCH] support the autoreconf fixup without libtool

SVN-Revision: 24423
---
 include/autotools.mk | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/include/autotools.mk b/include/autotools.mk
index b236aace48..b4eb7bfc4e 100644
--- a/include/autotools.mk
+++ b/include/autotools.mk
@@ -45,3 +45,8 @@ ifneq ($(filter libtool-ucxx,$(PKG_FIXUP)),)
  endif
 endif
 
+ifneq ($(filter autoreconf,$(PKG_FIXUP)),)
+  ifeq ($(filter autoreconf,$(Hooks/Configure/Pre)),)
+    Hooks/Configure/Pre += autoreconf
+  endif
+endif
-- 
GitLab