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.

Date: Tue, 28 Dec 1999 18:06:09 +0900
>On the other hand, it appears that installing "libtool" caused "libldtl"
>to be installed, so, if we *do* require that people installing the
>distribution install "libtool" - or, if it's not installed, disable
>plugins, just as we disable capture if we don't find "libpcap", disable
>reading compressed files if we don't find "libz", and disable fancy SNMP
>dissection in 0.8.0 if we don't find an SNMP library - we could probably
>leave the "libltdl" source out of our distribution.  This might solve
>the problem you're seeing.

	If you have aclocal (= autoconf) you are required to have
	automake macro that tests for libtool (AM_xx_LIBTOOL).
	Since the macro is included in libtool, the requirement would be like:
	1. install gtk
	2. if you have any of autoconf/automake/libtool, be sure to get all
	   these guys.  if you have none of them, that's fine.

	Another thing is that autoconf is required to be 2.13 or later;
	otherwise autoheader would generate empty config.h.in and the build
	will fail with strange result.

itojun