Ethereal-dev: Re: [ethereal-dev] autogen.sh / removal of config.cache

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, 9 Sep 2000 01:40:51 -0700
On Fri, Sep 08, 2000 at 06:45:57PM +0200, Florian Lohoff wrote:
> I alwass did only an cvs -z3 update -A -P -d and sh autogen.sh make
> but autogen didnt remove the config.cache ...
> 
> So i guess this would be the right thing to do ...

Perhaps, although another alternative is to do "make distclean", which
gets rid of *all* the "config.cache" files, not just the top-level one.

(That's actually a common convention - "Makefile.in"s created by
automake do that, and libpcap and tcpdump, at least, also do it even
though they don't use automake.)