From f9011c1275b13f39e4ab4552173bfb91b2ffae56 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 17 Feb 2010 20:10:15 +0100 Subject: fix build on OpenBSD host - add a wrapper script for autoconf and autoreconf to avoid ifdef gluecode for every OS/autoconf combination - need to add more autoconf version for NetBSD/MirBSD --- mk/pkg-bottom.mk | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'mk') diff --git a/mk/pkg-bottom.mk b/mk/pkg-bottom.mk index fa1baf5cb..604b0cc9d 100644 --- a/mk/pkg-bottom.mk +++ b/mk/pkg-bottom.mk @@ -24,13 +24,10 @@ ifneq ($(filter autogen,${AUTOTOOL_STYLE}),) endif ifneq ($(filter autotool,${AUTOTOOL_STYLE}),) cd ${WRKBUILD}; \ - env AUTOCONF_VERSION=2.62 \ - AUTOMAKE_VERSION=1.9 \ autoreconf -vf;libtoolize $(MAKE_TRACE) endif ifneq ($(filter autoconf,${AUTOTOOL_STYLE}),) - cd ${WRKBUILD}; \ - env AUTOCONF_VERSION=2.62 autoconf $(MAKE_TRACE) + cd ${WRKBUILD}; autoconf $(MAKE_TRACE) endif ifneq ($(filter manual,${CONFIG_STYLE}),) env ${CONFIGURE_ENV} ${MAKE} do-configure $(MAKE_TRACE) -- cgit v1.2.3