Mercurial > hg > octave-kai > gnulib-hg
changeset 13215:61c1186c2d2e
libunistring: Correct value of $LTLIBUNISTRING.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sun, 11 Apr 2010 18:22:50 +0200 |
parents | 35f69122ceca |
children | a46be6280f4e |
files | ChangeLog m4/libunistring.m4 |
diffstat | 2 files changed, 8 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-04-11 Bruno Haible <bruno@clisp.org> + + libunistring: Correct value of $LTLIBUNISTRING. + * m4/libunistring.m4 (gl_LIBUNISTRING): When it depends on libiconv, + correct the value of $LTLIBUNISTRING. + 2010-04-11 Bruno Haible <bruno@clisp.org> havelib: Add static libraries to LIBS in the right order.
--- a/m4/libunistring.m4 +++ b/m4/libunistring.m4 @@ -1,4 +1,4 @@ -# libunistring.m4 serial 3 +# libunistring.m4 serial 4 dnl Copyright (C) 2009-2010 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -33,6 +33,7 @@ [no, consider installing GNU libunistring]) if test -n "$LIBUNISTRING"; then LIBUNISTRING="$LIBUNISTRING $LIBICONV" + LTLIBUNISTRING="$LTLIBUNISTRING $LTLIBICONV" fi LIBS="$glus_save_LIBS" fi