GNU autoconf 2.69 released [stable]

Eric Blake <[email protected]> Tue, 24 Apr 2012 21:32:32 -0600
Newsgroups gmane.comp.sysutils.autotools.announce
Organization Red Hat
Message-ID <4F977050.8070107__22614.4189401113$1335324908$gmane$org@redhat.com>
This is an OpenPGP/MIME signed message (RFC 2440 and 3156)
--------------enig467CA8F497D375901AB8CAF6
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

The GNU Autoconf team is pleased to announce the stable release of
Autoconf 2.69.  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.

Among other improvements, this release fixes a couple of regressions
introduced in previous releases, greatly enhances Fortran support, adds
Go support, and updates the documentation license.  It also requires
that developer have perl 5.6 or newer when running autoconf (although
generated configure scripts remain independent of perl, as always).  See
a more complete list below.

Here are the compressed sources:
  http://ftpmirror.gnu.org/autoconf/autoconf-2.69.tar.gz   (1.9MB)
  http://ftpmirror.gnu.org/autoconf/autoconf-2.69.tar.xz   (1.2MB)

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

Use a mirror for higher download bandwidth:
  http://www.gnu.org/order/ftp.html

[*] Use a .sig file to verify that the corresponding file (without the
=2Esig 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.69.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 A7A16B4A2527436A

and rerun the 'gpg --verify' command.

This release was bootstrapped with the following tools:
  Automake 1.11.1

NEWS

* Noteworthy changes in release 2.69 (2012-04-24) [stable]

** Autoconf now requires perl 5.6 or better (but generated configure
   scripts continue to run without perl).

* Noteworthy changes in release 2.68b (2012-03-01) [beta]
  Released by Eric Blake, based on git versions 2.68.*.

** Autoconf-generated configure scripts now unconditionally re-execute
   themselves with $CONFIG_SHELL, if that's set in the environment.

** The texinfo documentation no longer specifies "front-cover" or
   "back-cover" texts, so that it may now be included in Debian's
   "main" section.

** Support for the Go programming language has been added.  The new
   macro AC_LANG_GO sets variables GOC and GOFLAGS.

** AS_LITERAL_IF again treats '=3D' as a literal.  Regression introduced
   in 2.66.

** The macro AS_EXECUTABLE_P, present since 2.50, is now documented.

** Macros

- AC_PROG_LN_S and AS_LN_S now fall back on 'cp -pR' (not 'cp -p') if
  'ln -s' does not work.  This works better for symlinks to directories.

- New macro AC_HEADER_CHECK_STDBOOL.

- New and updated macros for Fortran support:

    AC_FC_CHECK_BOUNDS to enable array bounds checking
    AC_F77_IMPLICIT_NONE and AC_FC_IMPLICIT_NONE to disable implicit inte=
ger
    AC_FC_MODULE_EXTENSION to compute the Fortran 90 module name extensio=
n
    AC_FC_MODULE_FLAG for the Fortran 90 module search path flag
    AC_FC_MODULE_OUTPUT_FLAG for the Fortran 90 module output directory f=
lag
    AC_FC_PP_SRCEXT for preprocessed Fortran source files extensions
    AC_FC_PP_DEFINE for the Fortran preprocessor define flag

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


--------------enig467CA8F497D375901AB8CAF6
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Public key at http://people.redhat.com/eblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQEcBAEBCAAGBQJPl3BYAAoJEKeha0olJ0NqXoIH/iTJCdoyMxVneTX77RsGSSLK
BYjfQuUS46+1PJJlpfojZ7Qrm7z3ft27kv3oNCMo1wmUgzdagRXpwa1/r7D1GrEP
c8ZMocgn8GW3I0FESVjm75oxybR28w2kBO4cUgk54Wlpsd6x1N74mY3xDEEu+Dvw
0EsE3D6hGu7U5wUsE89DVGg7vlOg2gBtZwplkbaHu9Jj4dG8fXh3Le0gaRNGdKSe
Q3IC7+DRv9RLEaM1ZtKksb7uL3bXcmDJzmnTfM3exTnce1fZJiE0OWco3OHoBbj4
Hk0BU1gqygZSZj1y2egqh5LHBUpjeLlKleOZpw+1DjoP4BTKUP9Xw82Q8hjLcxY=
=xzHZ
-----END PGP SIGNATURE-----

--------------enig467CA8F497D375901AB8CAF6--