summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-10-05 03:36:56 +0200
committerBruno Haible <bruno@clisp.org>2010-10-05 03:36:56 +0200
commit4ca53a3e0b9f903280577c0d440cd52f16e8a99b (patch)
tree73862ad25a0bbe116a2cdabd29146aa170a3b5e2
parent3ac2ffacd418a8d20991cf8ee005cade9e67b842 (diff)
downloadlibunistring-4ca53a3e0b9f903280577c0d440cd52f16e8a99b.tar.gz
Update after gnulib changed.
-rw-r--r--ChangeLog6
-rw-r--r--lib/Makefile.am3
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 89ae238..f653108 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-10-04 Bruno Haible <bruno@clisp.org>
+
+ Update after gnulib changed.
+ * lib/Makefile.am (libunistring_la_LDFLAGS): Remove 'no-undefined' and
+ dependencies.
+
2010-09-26 Bruno Haible <bruno@clisp.org>
Fix exported symbol list in VPATH builds after 2010-05-16 change.
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 65cf906..00b797d 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -315,5 +315,4 @@ LTV_AGE=1
# How to build libunistring.la.
libunistring_la_LDFLAGS += \
-version-info $(LTV_CURRENT):$(LTV_REVISION):$(LTV_AGE) \
- -rpath $(libdir) \
- @INTL_MACOSX_LIBS@ -no-undefined
+ -rpath $(libdir)