summaryrefslogtreecommitdiffstats
path: root/include/package.mk
diff options
context:
space:
mode:
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-07-25 10:34:06 +0000
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-07-25 10:34:06 +0000
commitdec57165871349a0f2a1e450f4f1eb530a6683f0 (patch)
tree579672b7c8bf3fe6f5a51d3dc3aa209e64fa9f65 /include/package.mk
parent2cf0953394d4b58cfd15d47a10615d389f485425 (diff)
[include] use autoreconf hook instead of manual call
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32837 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include/package.mk')
-rw-r--r--include/package.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/package.mk b/include/package.mk
index abffa0c64..64973b051 100644
--- a/include/package.mk
+++ b/include/package.mk
@@ -76,6 +76,9 @@ ifeq ($(CONFIG_$(PKG_NAME)_USE_CUSTOM_SOURCE_DIR),y)
PKG_SOURCE_URL:=
# add hook to install a link to customer source path of dedicated package
Hooks/Prepare/Pre += prepare_custom_source_directory
+ifeq ($(filter autoreconf,$(Hooks/Configure/Pre)),)
+ Hooks/Configure/Pre += autoreconf_target
+endif
# define empty default action
define Build/Prepare/Default
@: