summaryrefslogtreecommitdiff
path: root/package/Makefile.autotools.in
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2011-05-03 10:01:28 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2011-05-03 10:01:28 +0200
commit3178a20550565833b8a2a8f6af9fd3c7ae4811d1 (patch)
tree96b5bcbbc8067499cab32844cea758a4187c1516 /package/Makefile.autotools.in
parent69282a2928ad909b81b86d9601b53da8b863c96e (diff)
Makefile.autotools.in: add libtool 2.4 support for autoreconf case as well
Was missing from f055b266 (Makefile.autotools.in: add libtool v2.4 support). Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/Makefile.autotools.in')
-rw-r--r--package/Makefile.autotools.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/Makefile.autotools.in b/package/Makefile.autotools.in
index 88a06ea22..61fcfcfa2 100644
--- a/package/Makefile.autotools.in
+++ b/package/Makefile.autotools.in
@@ -170,6 +170,8 @@ define AUTORECONF_HOOK
toolchain/patch-kernel.sh $$$${i%/*} package buildroot-libtool-v1.5.patch; \
elif test $$$${ltmain_version} = "2.2"; then\
toolchain/patch-kernel.sh $$$${i%/*} package buildroot-libtool-v2.2.patch; \
+ elif test $$$${ltmain_version} = "2.4"; then\
+ toolchain/patch-kernel.sh $$$${i%/*} package buildroot-libtool-v2.4.patch; \
fi \
done \
fi