From 584bc13d38bb088181aa82d602d386b91907405a Mon Sep 17 00:00:00 2001 From: John Crispin Date: Wed, 25 Jul 2012 10:34:06 +0000 Subject: use autoreconf hook instead of manual call SVN-Revision: 32837 --- include/package.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/package.mk') diff --git a/include/package.mk b/include/package.mk index abffa0c64c..64973b0510 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 @: -- cgit v1.2.3