From: Daiki Ueno Date: Tue, 20 Jan 2015 06:34:36 +0000 (+0900) Subject: unitypes: fix build with installed libunistring X-Git-Tag: v1.0~7181 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=c7e000ae818fd62ccabd806d78b4b6c28f6decc9;p=gnulib.git 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. --- 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)