diff options
author | wiz <wiz@pkgsrc.org> | 2010-07-21 11:18:26 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-07-21 11:18:26 +0000 |
commit | cec89d013ff366c76133e43b5ccce44ed534dbd5 (patch) | |
tree | f5a40a47b42098da5136f2a91ba409602f2d5cc5 /devel/autoconf/distinfo | |
parent | 2c93dc75704a751baab8a346a6f569bec4a0e4bb (diff) | |
download | pkgsrc-cec89d013ff366c76133e43b5ccce44ed534dbd5.tar.gz |
Update to 2.66:
GNU Autoconf NEWS - User visible changes.
* Major changes in Autoconf 2.66 (2010-07-02) [stable]
Released by Eric Blake, based on git versions 2.65.*.
** AC_FUNC_MMAP works in C++ mode again. Regression introduced in 2.65.
** Use of m4_divert without a named diversion now issues a syntax warning,
since it is seldom right to change diversions behind autoconf's back.
** The macros AC_TYPE_INT8_T, AC_TYPE_INT16_T, AC_TYPE_INT32_T, and
AC_TYPE_INT64_T work again. Regression introduced in 2.65.
** AC_PROG_INSTALL correctly uses `shtool' again. Regression introduced
in 2.64.
** Autoconf should work on EBCDIC hosts.
** AC_CHECK_DECL and AC_CHECK_DECLS accept optional function argument types
for overloaded C++ functions.
** AS_SET_CATFILE accepts nonliterals in its variable name argument now.
** Autotest testsuites accept an option --recheck to rerun tests that
failed or passed unexpectedly during the last non-debug testsuite run.
** AC_ARG_ENABLE and AC_ARG_WITH now also accept `+' signs in `--enable-*'
and `--with-*' arguments, converting them to underscores for the variable
names.
** In configure scripts, loading CONFIG_SITE no longer searches PATH,
and problems in loading the configuration site files are diagnosed.
** Autotest testsuites may optionally provide colored test results.
** The previously undocumented Autotest macros AT_ARG_OPTION and
AT_ARG_OPTION_ARG have seen bug fixes and are documented now.
AT_ARG_OPTION has been changed in that the negative of a long option
--OPTION is now --no-OPTION rather than --noOPTION.
** The macro AS_LITERAL_IF is slightly more conservative; text
containing shell quotes are no longer treated as literals.
Furthermore, a new macro, AS_LITERAL_WORD_IF, adds an additional
level of checking that no whitespace occurs in literals.
** The macros AS_TR_SH and AS_TR_CPP no longer expand their results.
** The following macros are now documented:
AS_BOX
** New macro AC_FC_FIXEDFORM to accept fixed-form Fortran.
Diffstat (limited to 'devel/autoconf/distinfo')
-rw-r--r-- | devel/autoconf/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/autoconf/distinfo b/devel/autoconf/distinfo index aefc46f1be6..86690193045 100644 --- a/devel/autoconf/distinfo +++ b/devel/autoconf/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.21 2010/04/29 07:31:32 obache Exp $ +$NetBSD: distinfo,v 1.22 2010/07/21 11:18:26 wiz Exp $ -SHA1 (autoconf-2.65.tar.gz) = ae9e1ab046822007f25c88e1d8f2166e065da8c2 -RMD160 (autoconf-2.65.tar.gz) = 67cf709b61290b47255ccdb2c3113bcd04c42ecd -Size (autoconf-2.65.tar.gz) = 1738880 bytes +SHA1 (autoconf-2.66.tar.gz) = b58569c49f26ab1e0846078fe915bdaffad5a463 +RMD160 (autoconf-2.66.tar.gz) = a32d25a9adfc687a2085f2f161fdcc9ab64c4f56 +Size (autoconf-2.66.tar.gz) = 1829980 bytes |