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

Ethereal-dev: Re: [Ethereal-dev] artnet plugin seems to need libtool which is causing problems

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

From: Richard Sharpe <rsharpe@xxxxxxxxxxxxxxxxx>
Date: Wed, 17 Sep 2003 23:30:29 -0700 (PDT)
On Tue, 16 Sep 2003, Guy Harris wrote:

> > plugins/docsis/Makefile.am:29: library used but `LIBTOOL' not defined in 
> > `configure.in'
> > 
> > which suggests a problem with configure.am ...
> 
> (I assume you meant "a problem with configure.in".)

Yes ...
 
> Try applying the attached patch to the top-level configure.in and
> re-running autogen.
> 
> If that works, then it's yet another problem with the removal of the
> AM_PROG_LIBTOOL call from the top-level configure.in.

OK, that fixed FreeBSD. I will try Linux as well soon.

Regards
-----
Richard Sharpe, rsharpe[at]ns.aus.com, rsharpe[at]samba.org, 
sharpe[at]ethereal.com, http://www.richardsharpe.com
Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/ethereal/configure.in,v
retrieving revision 1.221
diff -c -r1.221 configure.in
*** configure.in	10 Sep 2003 07:17:21 -0000	1.221
--- configure.in	16 Sep 2003 17:13:19 -0000
***************
*** 771,776 ****
--- 771,777 ----
  AC_SUBST(plugindir)
  
  dnl libtool defs
+ AM_PROG_LIBTOOL
  AC_SUBST(LIBTOOL_DEPS)
  
  AM_CONDITIONAL(ENABLE_STATIC, test x$enable_static = xyes)