summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2013-11-03 15:38:54 +0100
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2013-11-03 15:38:54 +0100
commit06f9d863fbc0a707852fdd7bb90b9d9359a95027 (patch)
tree27e879062d2c39b90c079db12bccebddbc17e6bd /mk
parentaddf06994376bd6961af15508bf697f482d887b6 (diff)
use only autoconf for this packages
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