From: Peter Korsgaard Date: Tue, 3 May 2011 08:01:28 +0000 (+0200) Subject: Makefile.autotools.in: add libtool 2.4 support for autoreconf case as well X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3178a20550565833b8a2a8f6af9fd3c7ae4811d1;p=buildroot.git 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 --- diff --git a/package/Makefile.autotools.in b/package/Makefile.autotools.in index 88a06ea223..61fcfcfa2c 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