Ethereal-dev: Re: [Ethereal-dev] aclocal problem

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: Sun, 15 Jul 2001 17:13:03 -0700 (PDT)
> Well that is OK in the sense that I have not installed gtk. But I do not
> want to build ethereal. Why is it necessary to have the gtk stuff for
> modifying the configure.in file?

Because once you modify the configure.in file, the configure file has to
be built from it; the configure script checks for GTK+, so it uses the
GTK+ macro for that purpose, meaning you have to have GTK+ installed
(or, at least, have its GTK+ macros installed).

If you don't want to install GTK+, either do a build on a machine that
*does* have it installed (regardless of what OS it's running), and use
the resulting configure script, or edit the configure script by hand.