From c7e000ae818fd62ccabd806d78b4b6c28f6decc9 Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Tue, 20 Jan 2015 15:34:36 +0900 Subject: [PATCH] unitypes: fix build with installed libunistring The minimum version was not bumped after _UC_ATTRIBUTE_CONST and _UC_ATTRIBUTE_PURE were added to unitypes.in.h. * modules/unitypes (configure.ac): Bump minimum version to 0.9.4. --- ChangeLog | 7 +++++++ modules/unitypes | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3a7ee141d8..895617da5e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2015-01-20 Daiki Ueno + + unitypes: fix build with installed libunistring + The minimum version has not bumped after _UC_ATTRIBUTE_CONST and + _UC_ATTRIBUTE_PURE were added to unitypes.in.h. + * modules/unitypes (configure.ac): Bump minimum version to 0.9.4. + 2015-01-15 Paul Eggert time: port to MinGW32 3.21 diff --git a/modules/unitypes b/modules/unitypes index 03e7faac6f..943f73f6e8 100644 --- a/modules/unitypes +++ b/modules/unitypes @@ -9,7 +9,7 @@ Depends-on: stdint configure.ac: -gl_LIBUNISTRING_LIBHEADER([0.9], [unitypes.h]) +gl_LIBUNISTRING_LIBHEADER([0.9.4], [unitypes.h]) Makefile.am: BUILT_SOURCES += $(LIBUNISTRING_UNITYPES_H) -- 2.39.5