bug-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

GNU Autoconf 2.67 released [stable]


From: Eric Blake
Subject: GNU Autoconf 2.67 released [stable]
Date: Mon, 02 Aug 2010 13:32:32 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.7) Gecko/20100720 Fedora/3.1.1-1.fc13 Lightning/1.0b2pre Mnenhy/0.8.3 Thunderbird/3.1.1

The GNU Autoconf team is pleased to announce the stable release of
Autoconf 2.67.  Autoconf is an extensible package of M4 macros that
produce shell scripts to automatically configure software source code
packages.  These scripts can adapt the packages to many kinds of
UNIX-like systems without manual user intervention.  Autoconf creates a
configuration script for a package from a template file that lists the
operating system features that the package can use, in the form of M4
macro calls.

This release fixes a few regressions introduced in the previous release,
and is primarily focused on bug fixes.  It also includes a few new
features, documented below.

Here are the compressed sources:
  http://ftpmirror.gnu.org/autoconf/autoconf-2.67.tar.gz   (1.8MB)
  http://ftpmirror.gnu.org/autoconf/autoconf-2.67.tar.bz2   (1.4MB)
  http://ftpmirror.gnu.org/autoconf/autoconf-2.67.tar.xz   (1.2MB)

Here are the GPG detached signatures[*]:
  http://ftpmirror.gnu.org/autoconf/autoconf-2.67.tar.gz.sig
  http://ftpmirror.gnu.org/autoconf/autoconf-2.67.tar.bz2.sig
  http://ftpmirror.gnu.org/autoconf/autoconf-2.67.tar.xz.sig

To reduce load on the main server, use a mirror listed at:
  http://www.gnu.org/order/ftp.html

[*] You can use either of the above signature files to verify that
the corresponding file (without the .sig suffix) is intact.  First,
be sure to download both the .sig file and the corresponding tarball.
Then, run a command like this:

  gpg --verify autoconf-2.67.tar.gz.sig

If that command fails because you don't have the required public key,
then run this command to import it:

  gpg --keyserver keys.gnupg.net --recv-keys 2527436A

and rerun the `gpg --verify' command.

This release was bootstrapped with the following tools:
  Automake 1.11.1

./NEWS

* Major changes in Autoconf 2.67 (2010-07-21) [stable]
  Released by Eric Blake, based on git versions 2.66.*.

** AC_CONFIG_SUBDIRS with more than one subdirectory at a time works again.
   Regression introduced in 2.66.

** AC_CHECK_SIZEOF of a pointer type works again.  Regression introduced in
   2.66.

** New macro AC_FC_LINE_LENGTH to accept long Fortran source code lines.

** AC_PREPROC_IFELSE now keeps the preprocessed output in the conftest.i
   file for inspection by the commands in the ACTION-IF-TRUE argument.

** AC_INIT again allows parentheses and other characters that are literal
   in single- or double-quoted strings, and in quoted and unquoted
   here-documents, for its PACKAGE and VERSION arguments.  Regression
   introduced in 2.66.

** autoreconf passes warning flags to new enough versions of aclocal.

** Running an Autotest testsuite in parallel mode no longer triggers a
   race condition that could cause the testsuite run to end early,
   fixing a sporadic failure in autoconf's own testsuite.  Bug present
   since introduction of parallel tests in 2.63b.

-- 
Eric Blake, on behalf of
The GNU Autoconf team

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]