From 1d0c46287d508236506ee59417e8da05c0cee3e5 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 19 Feb 2010 00:54:12 +0100 Subject: 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. --- mk/pkg-bottom.mk | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'mk') 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}),) -- cgit v1.2.3