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 <[EMAIL PROTECTED]>
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 <[EMAIL PROTECTED]>
-----------------------------------------------------------------------
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 <[EMAIL PROTECTED]>
+
+ Fix regression from two days ago.
+ * libltdl/m4/ltdl.m4 (_LT_LIBOBJ): Don't refer to deleted macro.
+
2008-05-17 Eric Blake <[EMAIL PROTECTED]>
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