From 30b5bd2f22154ae7b9f81b91632830d82a4f1fb3 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 9 Aug 2011 00:03:17 +0200 Subject: [PATCH] unictype/base: Fix interoperability with preinstalled libunistring. * modules/unictype/base (configure.ac): Bump minimum version to 0.9.4. Reported by Simon Josefsson. --- ChangeLog | 6 ++++++ modules/unictype/base | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 29d852298..7824c846b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2011-08-08 Bruno Haible + 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 + iswblank: Detect declaration correctly. * m4/iswblank.m4 (gl_FUNC_ISWBLANK): Use correct headers in AC_CHECK_DECLS invocation. diff --git a/modules/unictype/base b/modules/unictype/base index 96390a60d..0d536406e 100644 --- a/modules/unictype/base +++ b/modules/unictype/base @@ -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) -- 2.11.0