Ethereal-dev: Re: [Ethereal-dev] Small autoconf warning fix - please test

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: Wed, 14 Aug 2002 10:48:26 -0700
On Wed, Aug 14, 2002 at 10:14:56AM -0400, Anand V. Narwani wrote:
> I just ran autogen.sh both with and without the patch you sent...  The 
> result was the same.  I didn't see any warnings about deprecated 
> macros.   I am running autoconf 2.13.  I guess that means that I'm not 
> running an old enough version...

If you were running an older version, it would have failed very quickly
- "configure.in" contains

	AC_PREREQ(2.13)

which declares that it requires a version of autoconf no older than
2.13.  (There's a comment at the beginning of "configure.in" that
indicates why it requires 2.13 or later.)