libtool-commit
[Top][All Lists]
Advanced

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

[SCM] GNU Libtool branch, master, updated. v2.2.4-21-ge36b1bc


From: Ralf Wildenhues
Subject: [SCM] GNU Libtool branch, master, updated. v2.2.4-21-ge36b1bc
Date: Thu, 31 Jul 2008 17:45:15 +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 Libtool".

The branch, master has been updated
       via  e36b1bcd8a2aa21817c51d0ae7401821af927f6c (commit)
      from  2133b11083c9b7c671c2ee175461d9a206c87a29 (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 e36b1bcd8a2aa21817c51d0ae7401821af927f6c
Author: Paolo Bonzini <address@hidden>
Date:   Thu Jul 31 19:43:26 2008 +0200

    Cosmetic fix to ltmain.m4sh.
    
    * ltmain.m4sh (func_emit_cwrapperexe_src): Factor
    multiple closed braces into the next cat command.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

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

Summary of changes:
 ChangeLog                  |    5 +++++
 libltdl/config/ltmain.m4sh |    3 +--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 4d003e6..d71e652 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-07-31  Paolo Bonzini  <address@hidden>
+
+       * ltmain.m4sh (func_emit_cwrapperexe_src): Factor
+       multiple closed braces into the next cat command.
+
 2008-06-19  Ralf Wildenhues  <address@hidden>
 
        * libltdl/m4/libtool.m4 (_LT_COMPILER_PIC) [linux] <icc, icpc>:
diff --git a/libltdl/config/ltmain.m4sh b/libltdl/config/ltmain.m4sh
index b6fb29b..86eae76 100644
--- a/libltdl/config/ltmain.m4sh
+++ b/libltdl/config/ltmain.m4sh
@@ -3126,19 +3126,18 @@ EOF
       return 127;
     }
   return rval;
-}
 EOF
                ;;
              *)
                cat <<"EOF"
   execv (lt_argv_zero, newargz);
   return rval; /* =127, but avoids unused variable warning */
-}
 EOF
                ;;
            esac
 
            cat <<"EOF"
+}
 
 void *
 xmalloc (size_t num)


hooks/post-receive
--
GNU Libtool




reply via email to

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