unictype/base: Fix interoperability with preinstalled libunistring.
authorBruno Haible <bruno@clisp.org>
Mon, 8 Aug 2011 22:03:17 +0000 (00:03 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 8 Aug 2011 22:03:17 +0000 (00:03 +0200)
* modules/unictype/base (configure.ac): Bump minimum version to 0.9.4.
Reported by Simon Josefsson.

ChangeLog
modules/unictype/base

index 29d8522..7824c84 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2011-08-08  Bruno Haible  <bruno@clisp.org>
 
+       unictype/base: Fix interoperability with preinstalled libunistring.
+       * modules/unictype/base (configure.ac): Bump minimum version to 0.9.4.
+       Reported by Simon Josefsson.
+
+2011-08-08  Bruno Haible  <bruno@clisp.org>
+
        iswblank: Detect declaration correctly.
        * m4/iswblank.m4 (gl_FUNC_ISWBLANK): Use correct headers in
        AC_CHECK_DECLS invocation.
index 96390a6..0d53640 100644 (file)
@@ -10,7 +10,7 @@ unitypes
 stdbool
 
 configure.ac:
-gl_LIBUNISTRING_LIBHEADER([0.9], [unictype.h])
+gl_LIBUNISTRING_LIBHEADER([0.9.4], [unictype.h])
 
 Makefile.am:
 BUILT_SOURCES += $(LIBUNISTRING_UNICTYPE_H)