aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2016-05-11 06:33:24 +0100
committerJoão Valverde <j@v6e.pt>2016-05-12 11:14:49 +0000
commit9c316f91f7487d929737fa07ddc54715e59ed224 (patch)
tree8b88d5fee8191371266a953191bb47e2c69548c0 /configure.ac
parent5fa0b69964fc8603d237a4a0377215eb58c40f91 (diff)
configure.ac: Remove obsolete AM_PROG_LIBTOOL
Not needed anymore. Change-Id: I4743554fc488767516b5c21b36eec19a4a08c818 Reviewed-on: https://code.wireshark.org/review/15352 Petri-Dish: João Valverde <j@v6e.pt> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: João Valverde <j@v6e.pt>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac13
1 files changed, 1 insertions, 12 deletions
diff --git a/configure.ac b/configure.ac
index 41865f3765..c3e6cb22af 100644
--- a/configure.ac
+++ b/configure.ac
@@ -62,6 +62,7 @@ AC_DEFINE_UNQUOTED(VERSION_FLAVOR,
LT_PREREQ([2.2.2])
LT_INIT([disable-static dlopen])
+AC_SUBST([LIBTOOL_DEPS])
AC_CONFIG_LIBOBJ_DIR([wsutil])
@@ -2872,18 +2873,6 @@ fi
AC_SUBST(randpktdump_bin)
AC_SUBST(randpktdump_man)
-dnl libtool defs
-#
-# Yes, AM_PROG_LIBTOOL is redundant with newer version(s) of some tool(s)
-# (autoconf? automake? libtool?) - with the newer version(s), it's
-# just an alias for AC_PROG_LIBTOOL, which is called earlier.
-#
-# With older version(s) of those tool(s), however, it's not just an
-# alias, and the configure scripts don't work without it.
-#
-AM_PROG_LIBTOOL
-AC_SUBST(LIBTOOL_DEPS)
-
AM_CONDITIONAL(ENABLE_STATIC, test x$enable_static = xyes)
if test x$enable_static = xyes -a x$have_plugins = xyes
then