changeset 17877:4fb1b541d15a

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.
author Daiki Ueno <ueno@gnu.org>
date Tue, 20 Jan 2015 15:34:36 +0900
parents 9fe28ff625bb
children 1f9c818638b5
files ChangeLog modules/unitypes
diffstat 2 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2015-01-20  Daiki Ueno  <ueno@gnu.org>
+
+	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  <eggert@cs.ucla.edu>
 
 	time: port to MinGW32 3.21
--- a/modules/unitypes
+++ b/modules/unitypes
@@ -9,7 +9,7 @@
 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)