summaryrefslogtreecommitdiff
path: root/devel/autoconf
diff options
context:
space:
mode:
authorwiz <wiz>2008-10-09 18:21:39 +0000
committerwiz <wiz>2008-10-09 18:21:39 +0000
commit0eaed1ca7ad88e8decf502ec6ef20b8d1fca1b19 (patch)
tree3c3e242cbd7afb8f20abee22a0fc0d2cf585a417 /devel/autoconf
parentec0f1063f68bc84944ea6c266b4e81dc4aebe7c3 (diff)
downloadpkgsrc-0eaed1ca7ad88e8decf502ec6ef20b8d1fca1b19.tar.gz
Update to 2.63:
GNU Autoconf NEWS - User visible changes. * Major changes in Autoconf 2.63 (2008-09-09) [stable] Released by Eric Blake, based on git versions 2.62.*. ** AC_C_BIGENDIAN does not mistakenly report "universal" for some bigendian hosts, a regression introduced with universal binary support in 2.62. ** AC_PATH_X now includes /lib64 and /usr/lib64 in its list of default library directories. ** AC_USE_SYSTEM_EXTENSIONS no longer conflicts with an external AC_DEFINE([__EXTENSIONS__]). This fixes a regression introduced in 2.62 when using macros such as AC_AIX that were made obsolete in favor of the more portable AC_USE_SYSTEM_EXTENSIONS. ** AC_CHECK_TARGET_TOOLS is usable in the non-cross-compile case. ** Newly obsolete macros The following macro has been marked obsolete, since current porting targets can safely assume C89 semantics that signal handlers return void. We have no current plans to remove the macro. AC_TYPE_SIGNAL ** The macros m4_map and m4_map_sep now ignore any list elements consisting of just empty quotes, and m4_map_sep now expands its separator. This fixes a regression in 2.62 when these macros were first documented, for the sake of clients expecting the semantics that these macros had prior to that time. The new macros m4_mapall and m4_mapall_sep, along with extra quoting of the separator, can be used to get the semantics that m4_map_sep had in 2.62. ** Clients of m4_expand, such as AS_HELP_STRING and AT_SETUP, can now handle properly quoted but otherwise unbalanced parentheses (for some macros, this fixes a regression in 2.62). ** Two new quadrigraphs have been introduced: @{:@ for (, and @:}@ for ), allowing the output of unbalanced parentheses in more contexts. ** The following m4sugar macros are new: m4_joinall m4_mapall m4_mapall_sep m4_reverse m4_set_add m4_set_add_all m4_set_contains m4_set_contents m4_set_delete m4_set_difference m4_set_dump m4_set_empty m4_set_foreach m4_set_intersection m4_set_list m4_set_listc m4_set_remove m4_set_size m4_set_union ** The following m4sugar macros now accept multiple arguments, as is the case with underlying m4: m4_defn m4_popdef m4_undefine ** The following m4sugar macros now guarantee linear scaling; they previously had linear scaling with m4 1.6 but quadratic scaling when using m4 1.4.x. All macros built on top of these also gain the scaling improvements. m4_bmatch m4_bpatsubsts m4_case m4_cond m4_do m4_dquote_elt m4_foreach m4_join m4_list_cmp m4_map m4_map_sep m4_max m4_min m4_shiftn ** AT_KEYWORDS once again performs expansion on its argument, such that AT_KEYWORDS([m4_if([$1], [], [default])]) no longer complains about the possibly unexpanded m4_if [regression introduced in 2.62]. ** Config header templates `#undef UNDEFINED /* comment */' do not lead to nested comments any more; regression introduced in 2.62.
Diffstat (limited to 'devel/autoconf')
-rw-r--r--devel/autoconf/Makefile4
-rw-r--r--devel/autoconf/PLIST3
-rw-r--r--devel/autoconf/distinfo8
3 files changed, 8 insertions, 7 deletions
diff --git a/devel/autoconf/Makefile b/devel/autoconf/Makefile
index 52288b45dd0..abafce143f8 100644
--- a/devel/autoconf/Makefile
+++ b/devel/autoconf/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.66 2008/04/13 22:50:08 wiz Exp $
+# $NetBSD: Makefile,v 1.67 2008/10/09 18:21:39 wiz Exp $
-DISTNAME= autoconf-2.62
+DISTNAME= autoconf-2.63
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=autoconf/}
EXTRACT_SUFX= .tar.bz2
diff --git a/devel/autoconf/PLIST b/devel/autoconf/PLIST
index ffb72fa7f65..57d71d8e0b6 100644
--- a/devel/autoconf/PLIST
+++ b/devel/autoconf/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2006/07/03 21:23:29 wiz Exp $
+@comment $NetBSD: PLIST,v 1.11 2008/10/09 18:21:39 wiz Exp $
bin/autoconf
bin/autoheader
bin/autom4te
@@ -51,6 +51,7 @@ share/autoconf/autoscan/autoscan.list
share/autoconf/autotest/autotest.m4
share/autoconf/autotest/autotest.m4f
share/autoconf/autotest/general.m4
+share/autoconf/m4sugar/foreach.m4
share/autoconf/m4sugar/m4sh.m4
share/autoconf/m4sugar/m4sh.m4f
share/autoconf/m4sugar/m4sugar.m4
diff --git a/devel/autoconf/distinfo b/devel/autoconf/distinfo
index a284c97c2d9..a213cdc5d10 100644
--- a/devel/autoconf/distinfo
+++ b/devel/autoconf/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2008/04/13 22:50:08 wiz Exp $
+$NetBSD: distinfo,v 1.18 2008/10/09 18:21:39 wiz Exp $
-SHA1 (autoconf-2.62.tar.bz2) = de2b6f57da07427794c56e25844e31f35fc46755
-RMD160 (autoconf-2.62.tar.bz2) = 7920ad047a13f7c8f1e915c47739aff447dfe1ed
-Size (autoconf-2.62.tar.bz2) = 1165951 bytes
+SHA1 (autoconf-2.63.tar.bz2) = f15e14aa34acf871b47f659ef99a2e6707db4a18
+RMD160 (autoconf-2.63.tar.bz2) = 273448a60bc4dfcfcb3ee455ef012333eeca3256
+Size (autoconf-2.63.tar.bz2) = 1195259 bytes