Ethereal-dev: Re: [ethereal-dev] Solution for Problems with nightly builds on FreeBSD 4.0

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

From: Guy Harris <guy@xxxxxxxxxx>
Date: Fri, 21 Jul 2000 14:16:22 -0700 (PDT)
> Dear all,
> the problem was that FreeBSD has the GTK stuff in /usr/X11R6/share/
> installed, especially gtk.m4 is in /usr/X11R6/share/aclocal/gtk.m4.  So
> it is not found in /usr/local/share/aclocal/!

Does FreeBSD 4.0 come with autoconf/automake bundled?  (I'm still
running 3.4 at home.)

If so, its aclocal should be made to look in "/usr/X11R6/share/aclocal"
as well as "/usr/share/aclocal".

In any case, we should perhaps throw a pile of "-I" flags when we run
"aclocal" in "autogen.sh", to include every directory in which we have
ever heard that some flavor of UNIX has decided to hide autoconf macros
("/usr/local/share/aclocal", "/usr/X11R6/share/aclocal", and every other
directory that we stumble across).