summaryrefslogtreecommitdiff
path: root/mk/pkg-bottom.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-12-29 18:43:00 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-12-29 18:43:00 +0100
commit7a545ad720f1f8823d6e3dd0e51e1fa9dff237b1 (patch)
tree16083a85aca4e3a621b3db881c89331262d62045 /mk/pkg-bottom.mk
parent7805532fffa81c46a01af77aa967cf11a948a9f1 (diff)
parentc6fa1f863aedbdbc977c78e1dc62ca5eb0da9451 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'mk/pkg-bottom.mk')
-rw-r--r--mk/pkg-bottom.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/mk/pkg-bottom.mk b/mk/pkg-bottom.mk
index 3a7320d6e..a3ca4590c 100644
--- a/mk/pkg-bottom.mk
+++ b/mk/pkg-bottom.mk
@@ -20,11 +20,13 @@ ${_CONFIGURE_COOKIE}: ${_PATCH_COOKIE}
ifneq ($(filter autotool,${CONFIGURE_STYLE}),)
cd ${WRKBUILD}; \
- autoreconf -vif $(MAKE_TRACE)
+ env AUTOCONF_VERSION=2.62 \
+ AUTOMAKE_VERSION=1.9 \
+ autoreconf -vif $(MAKE_TRACE)
endif
ifneq ($(filter autoconf,${CONFIGURE_STYLE}),)
cd ${WRKBUILD}; \
- autoconf $(MAKE_TRACE)
+ env AUTOCONF_VERSION=2.62 autoconf $(MAKE_TRACE)
endif
ifneq ($(filter gnu,${CONFIGURE_STYLE}),)
@$(CMD_TRACE) "configuring... "