From: Mark Wooding Date: Thu, 14 Jun 2018 09:31:02 +0000 (+0100) Subject: configure.ac: Abolish use of `libtool'. X-Git-Tag: 1.5.0~143 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/tripe/commitdiff_plain/408f7a2c28d32288e6d2e1935cd610fd8ff2b36a?hp=b7a1232558a80f120c3546ee1b43beb927c41e59 configure.ac: Abolish use of `libtool'. It's not needed now that we're using Lua for the Wireshark dissector. --- diff --git a/configure.ac b/configure.ac index 33ce67dd..a109beb6 100644 --- a/configure.ac +++ b/configure.ac @@ -38,7 +38,7 @@ AM_PROG_CC_C_O AX_CFLAGS_WARN_ALL AX_TYPE_SOCKLEN_T AC_CANONICAL_HOST -AM_PROG_LIBTOOL +AC_PROG_RANLIB AC_CHECK_PROGS([AUTOM4TE], [autom4te])