pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/autoconf Update to 2.61:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/77783ec8a821
branches:  trunk
changeset: 522149:77783ec8a821
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Dec 04 13:25:04 2006 +0000

description:
Update to 2.61:

* Major changes in Autoconf 2.61 (2006-11-17)

** New macros AC_C_FLEXIBLE_ARRAY_MEMBER, AC_C_VARARRAYS.

** AC_ARG_ENABLE and AC_ARG_WITH now allow '.' in feature and package names.

* Major changes in Autoconf 2.60b (2006-10-22)

** BIN_SH
  Autoconf-generated shell scripts no longer export BIN_SH, due to
  configuration hassles with this.  Installers who need BIN_SH in
  their environment should set it before invoking 'configure' and
  'make'.  As far as we know, this affects only Unixware installations.

** Obsolescent macros
  The documentation now says that the following macros are obsolescent,
  as they are superseded by Gnulib:

    AC_FUNC_FNMATCH  AC_FUNC_FNMATCH_GNU  AC_FUNC_GETLOADVG  AC_REPLACE_FNMATCH

  New programs should use the Gnulib counterparts of these macros.
  We have no current plans to remove them from Autoconf.

** AC_COMPUTE_INT no longer caches or reports results.

** AC_CHECK_DECL now also works with aggregate objects.

** AC_USE_SYSTEM_EXTENSIONS now defines _TANDEM_SOURCE for NonStop platforms.

** GNU M4 1.4.7 or later is now recommended.

** m4_mkstemp
  New M4sugar macro, which is more secure than the POSIX M4 maketemp.

** m4_maketemp
  Now an alias for m4_mkstemp.

* Major changes in Autoconf 2.60a (2006-08-25)

** GNU M4 1.4.6 or later is now recommended.

** The check for C99 now tests for varargs macros, as documented.
  It also tests that the preprocessor supports 64-bit integers.

** Autoconf now uses constructs like "#ifdef HAVE_STDLIB_H" rather than
  "#if HAVE_STDLIB_H", so that it now works with "gcc -Wundef -Werror".

** The functionality of the undocumented _AC_COMPUTE_INT is now provided
  by a public and documented macro, AC_COMPUTE_INT.  The parameters to the
  two macros are different, so autoupdate will not change the old private name
  to the new one.  _AC_COMPUTE_INT may be removed in a future release.

** AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT now require
   that long long types be at least 64 bits wide, as C99 and tradition
   requires.  Formerly, they accepted implementations of any width.

diffstat:

 devel/autoconf/Makefile |  4 ++--
 devel/autoconf/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r fdf4111f55a3 -r 77783ec8a821 devel/autoconf/Makefile
--- a/devel/autoconf/Makefile   Mon Dec 04 13:09:29 2006 +0000
+++ b/devel/autoconf/Makefile   Mon Dec 04 13:25:04 2006 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.63 2006/11/03 07:12:51 joerg Exp $
+# $NetBSD: Makefile,v 1.64 2006/12/04 13:25:04 wiz Exp $
 
-DISTNAME=              autoconf-2.60
+DISTNAME=              autoconf-2.61
 CATEGORIES=            devel
 MASTER_SITES=          ${MASTER_SITE_GNU:=autoconf/}
 EXTRACT_SUFX=          .tar.bz2
diff -r fdf4111f55a3 -r 77783ec8a821 devel/autoconf/distinfo
--- a/devel/autoconf/distinfo   Mon Dec 04 13:09:29 2006 +0000
+++ b/devel/autoconf/distinfo   Mon Dec 04 13:25:04 2006 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2006/07/03 21:23:29 wiz Exp $
+$NetBSD: distinfo,v 1.16 2006/12/04 13:25:04 wiz Exp $
 
-SHA1 (autoconf-2.60.tar.bz2) = b02c6f06ea0ae07dfa1c40d6ded36c2a02196dff
-RMD160 (autoconf-2.60.tar.bz2) = b981b5d39feb2de3cde4f41281afe6280e92cd05
-Size (autoconf-2.60.tar.bz2) = 1019170 bytes
+SHA1 (autoconf-2.61.tar.bz2) = cc4b2f1a3e41f5542594b089ecdf7974890b3190
+RMD160 (autoconf-2.61.tar.bz2) = 85c49124856eec74375f0a786d2aa7e6bd28a0e6
+Size (autoconf-2.61.tar.bz2) = 1042439 bytes



Home | Main Index | Thread Index | Old Index