Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Ethereal-dev: Re: [Ethereal-dev] Which autotools versions are used?

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

From: Jeff Morriss <jeff_morriss@xxxxxxxxxxx>
Date: Mon, 15 Mar 2004 11:21:31 -0500

Biot Olivier wrote:

Hi all,

As I'd like to do some cleanup of the autotools scripts, I'd like to know
which autotools versions are used on the various Ethereal build environments
out there. There are known issues with early releases of autoconf, and the
autoconf syntax has changed a little (e.g., AC_OUTPUT).

Just run the following from the command line of your shell:
$ for i in autoconf automake libtool ; do $i --version ; done

Solaris 8:

autoconf (GNU Autoconf) 2.52
automake (GNU automake) 1.6
ltmain.sh (GNU libtool) 1.4 (1.920 2001/04/24 23:26:18)

Solaris 9:

autoconf (GNU Autoconf) 2.54
automake (GNU automake) 1.7.1
ltmain.sh (GNU libtool) 1.4 (1.920 2001/04/24 23:26:18)

Red Hat 9:

autoconf (GNU Autoconf) 2.57
automake (GNU automake) 1.6.3
ltmain.sh (GNU libtool) 1.4.3 (1.922.2.111 2002/10/23 02:54:36)