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-8-gd4aec62


From: Eric Blake
Subject: [SCM] GNU Libtool branch, master, updated. v2.2.4-8-gd4aec62
Date: Mon, 19 May 2008 16:04:07 +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  d4aec62a7e0eae9bfd94ca2620e0771a85a77476 (commit)
      from  c44c8b335035fe45c3743e5827cadcac4d7c0d5d (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 d4aec62a7e0eae9bfd94ca2620e0771a85a77476
Author: Eric Blake <address@hidden>
Date:   Mon May 19 08:18:33 2008 -0600

    Fix regression from two days ago.
    
    * libltdl/m4/ltdl.m4 (_LT_LIBOBJ): Don't refer to deleted macro.
    
    Signed-off-by: Eric Blake <address@hidden>

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

Summary of changes:
 ChangeLog          |    5 +++++
 libltdl/m4/ltdl.m4 |    1 -
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 853adbb..e60db3d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-05-19  Eric Blake  <address@hidden>
+
+       Fix regression from two days ago.
+       * libltdl/m4/ltdl.m4 (_LT_LIBOBJ): Don't refer to deleted macro.
+
 2008-05-17  Eric Blake  <address@hidden>
 
        Speed up bootstrap by improving lt_combine.
diff --git a/libltdl/m4/ltdl.m4 b/libltdl/m4/ltdl.m4
index cdb94e6..3908963 100644
--- a/libltdl/m4/ltdl.m4
+++ b/libltdl/m4/ltdl.m4
@@ -212,7 +212,6 @@ m4_define([$0], [])
 # of into LIBOBJS.
 AC_DEFUN([_LT_LIBOBJ], [
   m4_pattern_allow([^_LT_LIBOBJS$])
-  AS_LITERAL_IF([$1], [_LT_LIBSOURCES([$1.c])])dnl
   _LT_LIBOBJS="$_LT_LIBOBJS $1.$ac_objext"
 ])# _LT_LIBOBJS
 


hooks/post-receive
--
GNU Libtool




reply via email to

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