summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/autotools.mk5
1 files changed, 5 insertions, 0 deletions
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