1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-13 10:49:13 +02:00

support the autoreconf fixup without libtool

SVN-Revision: 24423
This commit is contained in:
Felix Fietkau 2010-12-10 15:20:51 +00:00
parent 48dcb640d8
commit ffbed0f08a

View File

@ -45,3 +45,8 @@ ifneq ($(filter libtool-ucxx,$(PKG_FIXUP)),)
endif endif
endif endif
ifneq ($(filter autoreconf,$(PKG_FIXUP)),)
ifeq ($(filter autoreconf,$(Hooks/Configure/Pre)),)
Hooks/Configure/Pre += autoreconf
endif
endif