]> Savannah Git Hosting - gnulib.git/commitdiff
Make sure the libunistring detection rejects older versions with a known bug.
authorBruno Haible <bruno@clisp.org>
Sun, 16 Oct 2016 18:07:37 +0000 (20:07 +0200)
committerBruno Haible <bruno@clisp.org>
Tue, 18 Oct 2016 12:13:37 +0000 (14:13 +0200)
* modules/unistr/u8-strtok (configure.ac): Bump required version.
* modules/unistr/u16-strtok (configure.ac): Likewise.
* modules/unistr/u32-strtok (configure.ac): Likewise.

ChangeLog
modules/unistr/u16-strtok
modules/unistr/u32-strtok
modules/unistr/u8-strtok

index 48aa28dae10be56cbcc92f6624ecd7c71aaf851f..f28bbb65605cc77c2d4df6b7f95d0ffb9ae6d6da 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2016-10-16  Bruno Haible  <bruno@clisp.org>
+
+       Make sure the libunistring detection rejects older versions with a
+       known bug.
+       * modules/unistr/u8-strtok (configure.ac): Bump required version.
+       * modules/unistr/u16-strtok (configure.ac): Likewise.
+       * modules/unistr/u32-strtok (configure.ac): Likewise.
+
 2016-10-18  Bruno Haible  <bruno@clisp.org>
 
        sh-quote, system-quote: revert regression of unit test.
index 98cfcf6fe06dd13f71a398e8230c56851677492d..4f8ce09bbe410f572b82bd5ebcf54bd370af9f5f 100644 (file)
@@ -12,7 +12,7 @@ unistr/u16-strpbrk
 unistr/u16-strmblen
 
 configure.ac:
-gl_LIBUNISTRING_MODULE([0.9], [unistr/u16-strtok])
+gl_LIBUNISTRING_MODULE([0.9.6], [unistr/u16-strtok])
 
 Makefile.am:
 if LIBUNISTRING_COMPILE_UNISTR_U16_STRTOK
index 1206248afe9fa6545a12a033fb8ca058895abc3d..c7435a8c9f6fa8a99967dc3ba8135e00ef878a37 100644 (file)
@@ -12,7 +12,7 @@ unistr/u32-strpbrk
 unistr/u32-strmblen
 
 configure.ac:
-gl_LIBUNISTRING_MODULE([0.9], [unistr/u32-strtok])
+gl_LIBUNISTRING_MODULE([0.9.6], [unistr/u32-strtok])
 
 Makefile.am:
 if LIBUNISTRING_COMPILE_UNISTR_U32_STRTOK
index 657b6fd6e8e9bedadc8ea38420206d28043505fd..b921d0f458d7ad482d69fab984d87b4471f123a9 100644 (file)
@@ -12,7 +12,7 @@ unistr/u8-strpbrk
 unistr/u8-strmblen
 
 configure.ac:
-gl_LIBUNISTRING_MODULE([0.9], [unistr/u8-strtok])
+gl_LIBUNISTRING_MODULE([0.9.6], [unistr/u8-strtok])
 
 Makefile.am:
 if LIBUNISTRING_COMPILE_UNISTR_U8_STRTOK