summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-11-07 16:55:29 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-11-07 16:55:29 +0100
commitf3bea317e2a6ec0c7a9d1e14c66b5a31f1fb8294 (patch)
tree41e94b1dd24f6e3491689d863409e51e605b40d4 /mk
parentb59da8fc7b46ee62cbe9eb97a05c8a0f1ab75593 (diff)
parent79be206de9335752c6355995961b69846c641410 (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 34e5405a8..782a91284 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 autoconf,${AUTOTOOL_STYLE}))
+ cd ${WRKSRC}; env ${AUTOTOOL_ENV} autoconf $(MAKE_TRACE)
+endif
ifneq (,$(filter autoreconf,${AUTOTOOL_STYLE}))
cd ${WRKSRC}; env ${AUTOTOOL_ENV} autoreconf -if $(MAKE_TRACE)
@rm -rf ${WRKSRC}/autom4te.cache