diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-17 22:02:40 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-17 22:02:40 +0100 |
commit | 4e434808f57408d58b48e2c9c2fa0401ccb0f967 (patch) | |
tree | 13de16aec026c7494921c9894870699bec20e75b /mk | |
parent | a7398b69f0946733ea2bd7e90176c1cab07376d0 (diff) | |
parent | f9011c1275b13f39e4ab4552173bfb91b2ffae56 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'mk')
-rw-r--r-- | mk/pkg-bottom.mk | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/mk/pkg-bottom.mk b/mk/pkg-bottom.mk index 361329aa7..41fecf3f2 100644 --- a/mk/pkg-bottom.mk +++ b/mk/pkg-bottom.mk @@ -40,13 +40,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) |