summaryrefslogtreecommitdiffstats
path: root/include/autotools.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2010-12-10 15:20:51 +0000
committerFelix Fietkau <nbd@openwrt.org>2010-12-10 15:20:51 +0000
commitffbed0f08a6549f954d9187709f4245570a2b815 (patch)
treef91f64ebedc142614893b3f0e0f3978e20566feb /include/autotools.mk
parent48dcb640d8f06f1712837623ad11a3e8bf3858d6 (diff)
downloadmaster-31e0f0ae-ffbed0f08a6549f954d9187709f4245570a2b815.tar.gz
master-31e0f0ae-ffbed0f08a6549f954d9187709f4245570a2b815.tar.bz2
master-31e0f0ae-ffbed0f08a6549f954d9187709f4245570a2b815.zip
support the autoreconf fixup without libtool
SVN-Revision: 24423
Diffstat (limited to 'include/autotools.mk')
-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