From: Bruno Haible Date: Mon, 8 Aug 2011 22:03:17 +0000 (+0200) Subject: unictype/base: Fix interoperability with preinstalled libunistring. X-Git-Tag: v0.1~2022 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=30b5bd2f22154ae7b9f81b91632830d82a4f1fb3;p=gnulib.git unictype/base: Fix interoperability with preinstalled libunistring. * modules/unictype/base (configure.ac): Bump minimum version to 0.9.4. Reported by Simon Josefsson. --- 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)