ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Ethereal-dev: [Ethereal-dev] Remove duplicate call to AC_PROG_LIBTOOL

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Albert Chin <ethereal-dev@xxxxxxxxxxxxxxxxxx>
Date: Tue, 9 Sep 2003 21:08:32 -0500
AC_PROG_LIBTOOL is called twice. The original call is to
AC_PROG_LIBTOOL. The second call is to AM_PROG_LIBTOOL which is just
an alias to AC_PROG_LIBTOOL.

Against 0.9.14.

-- 
albert chin (china@xxxxxxxxxxxxxxxxxx)

-- snip snip
--- configure.in.orig	Tue Sep  9 17:03:18 2003
+++ configure.in	Tue Sep  9 20:56:06 2003
@@ -763,7 +763,6 @@
 AC_SUBST(plugindir)
 
 dnl libtool defs
-AM_PROG_LIBTOOL
 AC_SUBST(LIBTOOL_DEPS)
 
 AM_CONDITIONAL(ENABLE_STATIC, test x$enable_shared = xno)