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.64-7-g9


From: Paolo Bonzini
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.64-7-g95af4da
Date: Fri, 07 Aug 2009 15:47:50 +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=95af4dabfa0b9861200eecad659da4935d7db827

The branch, master has been updated
       via  95af4dabfa0b9861200eecad659da4935d7db827 (commit)
      from  683a0f1df70e85a7a55622a13d7573fdff4bf8a0 (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 95af4dabfa0b9861200eecad659da4935d7db827
Author: Romain Lenglet <address@hidden>
Date:   Fri Aug 7 08:02:01 2009 +0900

    Make AC_RUN_IFELSE fail for Erlang if the program doesn't compile.
    
    * lib/autoconf/erlang.m4 (AC_LANG(Erlang)): Make AC_RUN_IFELSE
    fail if the test module doesn't compile.

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

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

diff --git a/ChangeLog b/ChangeLog
index 8e88f2c..85c68ee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-08-07  Romain Lenglet  <address@hidden>
+
+       * lib/autoconf/erlang.m4 (AC_LANG(Erlang)): Make AC_RUN_IFELSE
+       fail if the test module doesn't compile.
+
 2009-08-02  Paolo Bonzini  <address@hidden>
 
        Use exit code to detect no occurrences with grep.
diff --git a/lib/autoconf/erlang.m4 b/lib/autoconf/erlang.m4
index 0c4504d..59b02e4 100644
--- a/lib/autoconf/erlang.m4
+++ b/lib/autoconf/erlang.m4
@@ -124,7 +124,7 @@ fi
 AC_LANG_DEFINE([Erlang], [erl], [ERL], [],
 [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]