summaryrefslogtreecommitdiff
path: root/mk/pkg-bottom.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-02-11 12:00:07 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-02-11 12:00:07 +0100
commit0cff1a06348e14ea38efd910ebe121736f05a724 (patch)
tree341dc998b3e010103171a542119d793586baf74c /mk/pkg-bottom.mk
parente3fcd8688f769707d355ac3ae786d0d46185506f (diff)
unbreak build
Diffstat (limited to 'mk/pkg-bottom.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