summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2016-04-04 06:41:28 +0100
committerJoão Valverde <j@v6e.pt>2016-04-05 15:03:33 +0000
commitd57ac1b5f17cc0e985fb8e8d37a134d9cc5669d0 (patch)
treeb798d6b0a9c789bf8a0567af42e5f48f86107568 /autogen.sh
parentb00bde3bad0e51a9563fd05acb152c1571b4b3ea (diff)
downloadwireshark-d57ac1b5f17cc0e985fb8e8d37a134d9cc5669d0.tar.gz
configure.ac: Update libtool macros (version bump)
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 <j@v6e.pt> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: João Valverde <j@v6e.pt>
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
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_