diff options
author | wiz <wiz> | 2010-09-24 09:46:42 +0000 |
---|---|---|
committer | wiz <wiz> | 2010-09-24 09:46:42 +0000 |
commit | e191122f5e53353508e3e641fdd7330ed13fd4f7 (patch) | |
tree | 055f925530f0b19f9967e3fbea9783dca99ad5f2 /devel/autoconf | |
parent | 6d8ccd512a2510ccd90fcaa84a49a5d057570d5d (diff) | |
download | pkgsrc-e191122f5e53353508e3e641fdd7330ed13fd4f7.tar.gz |
Update to 2.68, requested by adam for pkg-config-0.25.
* Noteworthy changes in release 2.68 (2010-09-22) [stable]
Released by Eric Blake, based on git versions 2.67.*.
** AC_MSG_ERROR (and AS_ERROR) can once again be followed immediately by
`dnl'. Regression introduced in 2.66.
** AC_INIT again allows URLs with '?' for its BUG-REPORT argument.
Regression introduced in 2.66.
** AC_REPLACE_FUNCS again allows a non-literal argument, such as a shell
variable that expands to a list of functions to check. Regression
introduced in 2.66.
** AT_BANNER() with empty argument will cause visual separation from previous
test category.
** The macros AC_PREPROC_IFELSE, AC_COMPILE_IFELSE, AC_LINK_IFELSE, and
AC_RUN_IFELSE now warn if the first argument failed to use
AC_LANG_SOURCE or AC_LANG_PROGRAM to generate the conftest file
contents. A new macro AC_LANG_DEFINES_PROVIDED exists if you have
a compelling reason why you cannot use AC_LANG_SOURCE but must
avoid the warning.
** The macro m4_define_default is now documented.
** Symlinked config.cache files are supported; configure now tries to
update non-symlinked cache files atomically, so that concurrent configure
runs do not leave behind broken cache files. It is still unspecified
which subset or union of results is cached though.
** Autotest testsuites should not contain long text lines any more, and be
portable even when very many test groups are used.
** AT_CHECK semantics with respect to the Autotest variable $at_status and
shell execution environment of the arguments are documented now.
** AC_FC_LIBRARY_LDFLAGS now tolerates output from newer gfortran.
** Newly obsolete macros
The following macros have been marked obsolete. New programs
should use the corresponding Gnulib modules. Gnulib not only
detects a larger set of portability problems with these functions,
but also provides complete workarounds.
AC_FUNC_ERROR_AT_LINE AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK
AC_FUNC_MKTIME AC_FUNC_STRTOD
Diffstat (limited to 'devel/autoconf')
-rw-r--r-- | devel/autoconf/Makefile | 4 | ||||
-rw-r--r-- | devel/autoconf/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/autoconf/Makefile b/devel/autoconf/Makefile index 3106b2f6d68..b090b0107d2 100644 --- a/devel/autoconf/Makefile +++ b/devel/autoconf/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.77 2010/08/15 12:08:59 wiz Exp $ +# $NetBSD: Makefile,v 1.78 2010/09/24 09:46:42 wiz Exp $ -DISTNAME= autoconf-2.67 +DISTNAME= autoconf-2.68 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=autoconf/} diff --git a/devel/autoconf/distinfo b/devel/autoconf/distinfo index 2ccc09f5f49..878bc9a63be 100644 --- a/devel/autoconf/distinfo +++ b/devel/autoconf/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.25 2010/08/15 12:08:59 wiz Exp $ +$NetBSD: distinfo,v 1.26 2010/09/24 09:46:42 wiz Exp $ -SHA1 (autoconf-2.67.tar.gz) = 12e84642336a8d23fb8320d4027fc860f25c9b60 -RMD160 (autoconf-2.67.tar.gz) = 98c836d6b746a31c9c9626d3329f698a170ffc08 -Size (autoconf-2.67.tar.gz) = 1837052 bytes +SHA1 (autoconf-2.68.tar.gz) = 843f7dfcc6addf129dc2c8b12f7d72d371478f42 +RMD160 (autoconf-2.68.tar.gz) = 7df267df967a973a7b31e8dae2a9d6e90097c739 +Size (autoconf-2.68.tar.gz) = 1860672 bytes SHA1 (patch-aa) = 481aec3f9d8c4b523ff27db50fccf6d219f36ffe |