diff --git a/include/autotools.mk b/include/autotools.mk index b236aace48b9c644845f77686a38633239d86f58..b4eb7bfc4e18104306a75229bf05fc2fa586fd70 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