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 60dde3d469b48f716c74c07abeb2566ac386acd3 (commit)
from c20dbb8781f88b1ae6e6659359229db64bc052e0 (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 60dde3d469b48f716c74c07abeb2566ac386acd3
Author: Peter Rosin <[email protected]>
Date: Thu Jul 1 19:22:29 2010 +0200
Fix regression caused by "Add func_append_quoted and do..."
* libltdl/config/ltmain.m4sh (func_mode_link): Remove leftover
"_libs" trash.
Signed-off-by: Peter Rosin <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 6 ++++++
libltdl/config/ltmain.m4sh | 2 +-
2 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 9dab360..ac85014 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-07-01 Peter Rosin <[email protected]>
+
+ Fix regression caused by "Add func_append_quoted and do..."
+ * libltdl/config/ltmain.m4sh (func_mode_link): Remove leftover
+ "_libs" trash.
+
2010-06-28 Peter Rosin <[email protected]>
For MSVC, embed the manifest as a resource in the executable.
diff --git a/libltdl/config/ltmain.m4sh b/libltdl/config/ltmain.m4sh
index 760b6aa..e5b68af 100644
--- a/libltdl/config/ltmain.m4sh
+++ b/libltdl/config/ltmain.m4sh
@@ -6572,7 +6572,7 @@ EOF
*)
case " $deplibs " in
*" -L$path/$objdir "*)
- func_append new_libs "_libs -L$path/$objdir" ;;
+ func_append new_libs " -L$path/$objdir" ;;
esac
;;
esac
hooks/post-receive
--
GNU Libtool