Ethereal-dev: Re: [Ethereal-dev] @PLUGIN_DIR@ still in two Makefile.in files in my tree

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

From: Guy Harris <gharris@xxxxxxxxx>
Date: Sat, 11 Jan 2003 01:17:23 -0800
On Sat, Jan 11, 2003 at 01:00:25AM -0800, Richard Sharpe wrote:
> > Try re-running "autogen.sh" in the top-level directory.
> 
> Yes, I did that before I complained first.

Well, gtk2/Makefile.in didn't get remade because it's dead - the whole
gtk2 directory is dead, as the GTK+ 2.x support got moved to the gtk
directory.  Get rid of "gtk2/Makefile.in" (and "gtk2/Makefile", if it
exists, and any other files in the "gtk2" directory other than the "CVS"
subdirectory.)

And as for "plugins/docsis/Makefile.in", the one in my source tree
doesn't refer to PLUGIN_DIR; does your "plugins/docsis/Makefile.am"
refer to PLUGIN_DIR?

If so, you probably don't have the latest CVS version - I just checked
in a change to give it an RCS ID, so if "ident" on it doesn't report

    $Id: Makefile.am,v 1.4 2003/01/11 09:15:00 guy Exp $

you don't have the latest version.

If not, "plugins/docsis/Makefile.in" probably didn't get rebuilt by
autogen.sh, somehow.  Get rid of "plugins/docsis/Makefile.in" and re-run
"autogen.sh".