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] Libtool changes checked in

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

From: Guy Harris <gharris@xxxxxxxxxxxx>
Date: Mon, 27 Dec 1999 11:25:47 -0800
> 	It looks that top-level aclocal.m4 needs to include AM_PROG_LIBTOOL.
> 	(when I invoke "gmake" in top-level directory, it will invoke
> 	"aclocal" and it complains that AM_PROG_LIBTOOL is missing).

If you haven't yet installed "libtool", you will probably have to do so.
(I tried "un-installing" it by temporarily moving the stuff that was
installed elsewhere, and tried updating an Ethereal tree I had and
re-running "autogen.sh", and got errors.)

"libtool" is available from "ftp.gnu.org" and mirrors thereof, and there
may also be packages for whatever OS you're using.

Once you've installed it, re-run "autogen.sh".