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] CVS source tree: configure problems

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: Sat, 11 Dec 1999 19:13:23 -0800
> On our systems, some packages are located in /usr/X11R6 and some are
> located in /usr/pkg which has created other problems for me in the past,
> so I don't think the placement of gtk.m4 in /usr/X11R6/share is an
> Ethereal issue.

Correct, it's a GTK+ issue; Ethereal just happens to get bit by it
because Ethereal is a GTK+ application - presumably other GTK+
applications using AM_PATH_GTK in "configure.in" would have similar
problems.