Ethereal-dev: Re: [Ethereal-dev] problems building on mac os x

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, 8 Dec 2001 16:04:34 -0800
On Fri, Dec 07, 2001 at 08:52:53PM -0800, Guy Harris wrote:
> Unless that's known to be the case, I'd be inclined to remove the
> "--force" from the "libtoolize" line in "autogen.sh".  We *don't* use
> "--force" in "automake --add-missing".

Well, I've removed it.  We'll see if anything breaks and, if so, fix
whatever needs to be fixed (if we use "--force", we should also either

	delete "config.guess" and "config.sub" from CVS, as "--force"
	will just overwrite them with whatever comes with libtool

or

	have autogen.sh save "config.guess" and "config.sub" and, after
	running "libtoolize", put them back (if the reason we need
	"--force" is for *other* files).