]> Savannah Git Hosting - gnulib.git/commitdiff
unitypes: fix build with installed libunistring
authorDaiki Ueno <ueno@gnu.org>
Tue, 20 Jan 2015 06:34:36 +0000 (15:34 +0900)
committerDaiki Ueno <ueno@gnu.org>
Tue, 20 Jan 2015 06:42:04 +0000 (15:42 +0900)
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
modules/unitypes

index 3a7ee141d85dcd80633d91b5ca04f002ef945722..895617da5eb44a6ff5963ecfed9a1850ccb70bcd 100644 (file)
--- 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
index 03e7faac6f13a138cdc7d6a465f20ad47e540d55..943f73f6e836e90023c63d4a66deb358ae981cd8 100644 (file)
@@ -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)