From d57ac1b5f17cc0e985fb8e8d37a134d9cc5669d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Valverde?= Date: Mon, 4 Apr 2016 06:41:28 +0100 Subject: configure.ac: Update libtool macros (version bump) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Obviate the need for libtool bug work around. Requires libtool 2.2.2 as the first fully working release of the 2.0 branch. Change-Id: I925f44f06b4c8e3bb06d356308afe1bde1b149f3 Reviewed-on: https://code.wireshark.org/review/14811 Petri-Dish: João Valverde Tested-by: Petri Dish Buildbot Reviewed-by: João Valverde --- autogen.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index 5092e7685d..d4d435056f 100755 --- a/autogen.sh +++ b/autogen.sh @@ -107,11 +107,11 @@ else LIBTOOLIZE=glibtoolize fi case "$LTVER" in -'' | 0.* | 1.[0-3]* ) +'' | 0.* | 1.* | 2.2 ) cat >&2 <<_EOF_ - You must have libtool 1.4 or later installed to compile $PROJECT. + You must have libtool 2.2.2 or later installed to compile $PROJECT. Download the appropriate package for your distribution/OS, or get the source tarball at ftp://ftp.gnu.org/pub/gnu/libtool/ _EOF_ -- cgit v1.2.1