summaryrefslogtreecommitdiff
path: root/modules/unilbrk
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2021-05-07 12:51:47 +0200
committerBruno Haible <bruno@clisp.org>2021-05-07 12:52:36 +0200
commit7cc8d8aa0db12119d6d88af430238c24361afc4e (patch)
tree7569e9099cf79cb7e42811894de56b0c2aa41bbe /modules/unilbrk
parent5c8def7165ab81856137e094d793a7679bf157b2 (diff)
downloadgnulib-7cc8d8aa0db12119d6d88af430238c24361afc4e.tar.gz
Fix build when an older libunistring is installed (regr. 2020-02-23).
* modules/unitypes (configure.ac): Arrange to generate the .h file if the installed one is from a version < 0.9.11. * modules/unicase/base (configure.ac): Likewise. * modules/uniconv/base (configure.ac): Likewise. * modules/unilbrk/base (configure.ac): Likewise. * modules/uninorm/base (configure.ac): Likewise. * modules/unistdio/base (configure.ac): Likewise. * modules/unistr/base (configure.ac): Likewise. * modules/uniwbrk/base (configure.ac): Likewise. * modules/uniwidth/base (configure.ac): Likewise. * modules/unictype/base (configure.ac): Arrange to generate the .h file if the installed one is from a version < 0.9.8. * modules/unigbrk/base (configure.ac): Likewise.
Diffstat (limited to 'modules/unilbrk')
-rw-r--r--modules/unilbrk/base2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/unilbrk/base b/modules/unilbrk/base
index 693fe8e9a9..03403f49f6 100644
--- a/modules/unilbrk/base
+++ b/modules/unilbrk/base
@@ -10,7 +10,7 @@ unitypes
localcharset
configure.ac:
-gl_LIBUNISTRING_LIBHEADER([0.9.4], [unilbrk.h])
+gl_LIBUNISTRING_LIBHEADER([0.9.11], [unilbrk.h])
Makefile.am:
BUILT_SOURCES += $(LIBUNISTRING_UNILBRK_H)