summaryrefslogtreecommitdiffstats
path: root/include/autotools.mk
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-12-10 15:20:51 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-12-10 15:20:51 +0000
commit0de20c79711e2ec0aca7cda29d928f68a63c138f (patch)
tree7ebcdb7c308a552e54b93bfd9e822566cea0b199 /include/autotools.mk
parent7b2c9d0ed3314c336d84bfe752fc9078e1687e56 (diff)
support the autoreconf fixup without libtool
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24423 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 b236aace4..b4eb7bfc4 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