autoconf-commit
[Top][All Lists]
Advanced

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

[SCM] GNU Autoconf source repository branch, master, updated. v2.63-6-g2


From: Eric Blake
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.63-6-g20c2492
Date: Tue, 16 Sep 2008 12:42:20 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Autoconf source repository".

http://git.sv.gnu.org/gitweb/?p=autoconf.git;a=commitdiff;h=20c24928abd703a96ffc79b8ff9e5e215303a141

The branch, master has been updated
       via  20c24928abd703a96ffc79b8ff9e5e215303a141 (commit)
      from  93d9386de9c1320afed43f1337ac5ddb2d2dcbb4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 20c24928abd703a96ffc79b8ff9e5e215303a141
Author: Eric Blake <address@hidden>
Date:   Tue Sep 16 06:37:51 2008 -0600

    Fix Erlang regression, introduced 2006-11-17.
    
    * lib/autoconf/erlang.m4 (AC_LANG(Erlang)): Avoid M4 comment
    caused by underquoting.
    * NEWS: Mention this fix.
    * THANKS: Update.
    Reported by BJ Terry.
    
    Signed-off-by: Eric Blake <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog              |    9 +++++++++
 NEWS                   |    5 +++++
 THANKS                 |    1 +
 lib/autoconf/erlang.m4 |    4 ++--
 4 files changed, 17 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index f01284d..f0feca6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2008-09-16  Eric Blake  <address@hidden>
+
+       Fix Erlang regression, introduced 2006-11-17.
+       * lib/autoconf/erlang.m4 (AC_LANG(Erlang)): Avoid M4 comment
+       caused by underquoting.
+       * NEWS: Mention this fix.
+       * THANKS: Update.
+       Reported by BJ Terry.
+
 2008-09-13  Ralf Wildenhues  <address@hidden>
 
        * lib/autoconf/general.m4 (AC_CONFIG_AUX_DIRS): Improve a bit.
diff --git a/NEWS b/NEWS
index 4c997ad..0b027a1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,10 @@
 GNU Autoconf NEWS - User visible changes.
 
+* Major changes in Autoconf 2.64 (????-??-??) [stable]
+  Released by Eric Blake, based on git versions 2.63.*.
+
+** AC_LANG_ERLANG works once again (regression introduced in 2.61a).
+
 * Major changes in Autoconf 2.63 (2008-09-09) [stable]
   Released by Eric Blake, based on git versions 2.62.*.
 
diff --git a/THANKS b/THANKS
index f1e2b04..f39e949 100644
--- a/THANKS
+++ b/THANKS
@@ -42,6 +42,7 @@ Ben Pfaff                   address@hidden
 Bill Moseley                address@hidden
 Bill Northcott              address@hidden
 Bill Sommerfeld             address@hidden
+BJ Terry                    address@hidden
 Bob Friesenhahn             address@hidden
 Bob Proulx                  address@hidden
 Bob Rossi                   address@hidden
diff --git a/lib/autoconf/erlang.m4 b/lib/autoconf/erlang.m4
index 7c2859c..9bed007 100644
--- a/lib/autoconf/erlang.m4
+++ b/lib/autoconf/erlang.m4
@@ -1,6 +1,6 @@
 # This file is part of Autoconf.                       -*- Autoconf -*-
 # Erlang/OTP language support.
-# Copyright (C) 2006 Free Software Foundation, Inc.
+# Copyright (C) 2006, 2008 Free Software Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -124,7 +124,7 @@ fi
 m4_define([AC_LANG(Erlang)],
 [ac_ext=erl
 ac_compile='$ERLC $ERLCFLAGS -b beam conftest.$ac_ext >&AS_MESSAGE_LOG_FD'
-ac_link='$ERLC $ERLCFLAGS -b beam conftest.$ac_ext >&AS_MESSAGE_LOG_FD ; echo 
"#!/bin/sh" > conftest$ac_exeext ; AS_ECHO(["\"$ERL\" -run conftest start -run 
init stop -noshell"]) >> conftest$ac_exeext ; chmod +x conftest$ac_exeext'
+ac_link='$ERLC $ERLCFLAGS -b beam conftest.$ac_ext >&AS_MESSAGE_LOG_FD ; echo 
"[#]!/bin/sh" > conftest$ac_exeext ; AS_ECHO(["\"$ERL\" -run conftest start 
-run init stop -noshell"]) >> conftest$ac_exeext ; chmod +x conftest$ac_exeext'
 ])
 
 


hooks/post-receive
--
GNU Autoconf source repository




reply via email to

[Prev in Thread] Current Thread [Next in Thread]