From: nbd Date: Fri, 10 Dec 2010 15:20:51 +0000 (+0000) Subject: support the autoreconf fixup without libtool X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;ds=sidebyside;h=0de20c79711e2ec0aca7cda29d928f68a63c138f;p=openwrt-working-2016%2F.git support the autoreconf fixup without libtool git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24423 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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