[Lunar-commits] <moonbase> autoconf: version bumped to 2.64.

Florin Braescu florin at lunar-linux.org
Wed Jul 29 21:22:13 CEST 2009


commit 7572ee1a7537799d30b5001dc45e3be19c791848
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Wed Jul 29 22:22:13 2009 +0300

    autoconf: version bumped to 2.64.
    
    Changes:
    ** Autoconf now requires GNU M4 1.4.6 or later.
    
    ** AS_IF and AS_CASE have been taught to avoid syntax errors even when
       given arguments that expand to just whitespace.
    
    ** The following documented autoconf macros are new:
       AC_ERLANG_SUBST_ERTS_VER
    
    ** The autoheader tool now understands m4 macro arguments passed to
       AC_DEFINE and AC_DEFINE_UNQUOTED.
    
    ** Ensure AT_CHECK can support commands that include a # given with
       proper m4 quoting.
    
    ** The macro AT_CHECK now understands the concept of hard failure.
    
    ** The following documented autotest macros are new:
       AT_CHECK_UNQUOTED  AT_FAIL_IF  AT_SKIP_IF
    
    ** The following documented m4sugar macros are new:
       m4_argn  m4_copy_force  m4_default_nblank  m4_default_nblank_quoted
       m4_ifblank  m4_ifnblank  m4_rename_force
    
    ** The autoconf testsuite now exercises all Erlang macros.
---
 devel/autoconf/DETAILS |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/devel/autoconf/DETAILS b/devel/autoconf/DETAILS
index 18a1954..9924a94 100644
--- a/devel/autoconf/DETAILS
+++ b/devel/autoconf/DETAILS
@@ -1,12 +1,12 @@
           MODULE=autoconf
-         VERSION=2.63
+         VERSION=2.64
           SOURCE=$MODULE-$VERSION.tar.bz2
    SOURCE_URL[0]=$GNU_URL/$MODULE
    SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE
-      SOURCE_VFY=sha1:f15e14aa34acf871b47f659ef99a2e6707db4a18
+      SOURCE_VFY=sha1:dfbcdbd7dd74a52130dda324e9d94ee0b8551466
         WEB_SITE=http://www.gnu.org/software/autoconf
          ENTERED=20010922
-         UPDATED=20080919
+         UPDATED=20090729
            SHORT="Produces shell scripts which configure source code"
            PSAFE=no
 


More information about the Lunar-commits mailing list