summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-02-19 00:54:12 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-02-19 00:54:12 +0100
commit1d0c46287d508236506ee59417e8da05c0cee3e5 (patch)
treee44b4a7ad97472ca0523cff975a958a7b93982e5 /mk
parentb668796b88da374fefa35b87f305ebcc03147e5d (diff)
avoid autotools usage on host system
There are to many combinations of autotools on host systems. If you need to patch the autotool buildsystem of a package always add a autotool.patch and regenerate configure on your host. That is the most portable way.
Diffstat (limited to '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}),)