summaryrefslogtreecommitdiff
path: root/mk/pkg-bottom.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk/pkg-bottom.mk')
-rw-r--r--mk/pkg-bottom.mk11
1 files changed, 0 insertions, 11 deletions
diff --git a/mk/pkg-bottom.mk b/mk/pkg-bottom.mk
index 13b49dfdd..d78cc5876 100644
--- a/mk/pkg-bottom.mk
+++ b/mk/pkg-bottom.mk
@@ -34,17 +34,6 @@ ${_CONFIGURE_COOKIE}: ${_PATCH_COOKIE}
mkdir -p ${WRKBUILD}
@${MAKE} pre-configure $(MAKE_TRACE)
-ifneq ($(filter autogen,${AUTOTOOL_STYLE}),)
- cd ${WRKBUILD}; \
- ./autogen.sh $(MAKE_TRACE)
-endif
-ifneq ($(filter autotool,${AUTOTOOL_STYLE}),)
- cd ${WRKBUILD}; \
- autoreconf -vf;libtoolize $(MAKE_TRACE)
-endif
-ifneq ($(filter autoconf,${AUTOTOOL_STYLE}),)
- cd ${WRKBUILD}; autoconf $(MAKE_TRACE)
-endif
ifneq ($(filter manual,${CONFIG_STYLE}),)
env ${CONFIGURE_ENV} ${MAKE} do-configure $(MAKE_TRACE)
else ifneq ($(filter minimal,${CONFIG_STYLE}),)