summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-02-11 18:28:02 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-02-11 18:28:02 +0100
commit2b2ad4912de8c60a2ad8372f93ee1cfe1a1bee7a (patch)
tree8b401e576adce9b90709652019204ddd52bab7ed /mk
parent34139bdbf09278a6d6786185a4f013d729978e2b (diff)
parent0cd03542850a3aacea7060d8debf0fdef333aacc (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'mk')
-rw-r--r--mk/pkg-bottom.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/mk/pkg-bottom.mk b/mk/pkg-bottom.mk
index 288616a7c..eeca9495d 100644
--- a/mk/pkg-bottom.mk
+++ b/mk/pkg-bottom.mk
@@ -17,6 +17,9 @@ pre-configure:
do-configure:
post-configure:
${_CONFIGURE_COOKIE}: ${_PATCH_COOKIE}
+ifneq (,$(filter ,${AUTOTOOL_STYLE}))
+ cd ${WRKSRC}; env ${AUTOTOOL_ENV} $(BASH) bootstrap $(MAKE_TRACE)
+endif
ifneq (,$(filter autogen,${AUTOTOOL_STYLE}))
cd ${WRKSRC}; env ${AUTOTOOL_ENV} $(BASH) autogen.sh $(MAKE_TRACE)
endif