summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-06-30 00:42:04 +0200
committerBruno Haible <bruno@clisp.org>2009-06-30 00:42:04 +0200
commit116c15a81610cdeab05883d1a8e5149c1964ab20 (patch)
treeebb18d5f7e078ba2c8c9d7097db5cc05c1c45057 /autogen.sh
parent668e2b571d78b8efa276475170b345ab79c9713f (diff)
downloadlibunistring-116c15a81610cdeab05883d1a8e5149c1964ab20.tar.gz
New functions for case mapping of substrings.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh18
1 files changed, 18 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 42a3564..e062b33 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -355,6 +355,8 @@ if test $skip_gnulib = false; then
uninorm/u32-normcoll
uninorm/u32-normxfrm
unicase/base
+ unicase/empty-prefix-context
+ unicase/empty-suffix-context
unicase/locale-language
unicase/tolower
unicase/totitle
@@ -363,6 +365,10 @@ if test $skip_gnulib = false; then
unicase/u8-casecoll
unicase/u8-casefold
unicase/u8-casexfrm
+ unicase/u8-ct-casefold
+ unicase/u8-ct-tolower
+ unicase/u8-ct-totitle
+ unicase/u8-ct-toupper
unicase/u8-is-cased
unicase/u8-is-casefolded
unicase/u8-is-lowercase
@@ -375,6 +381,10 @@ if test $skip_gnulib = false; then
unicase/u16-casecoll
unicase/u16-casefold
unicase/u16-casexfrm
+ unicase/u16-ct-casefold
+ unicase/u16-ct-tolower
+ unicase/u16-ct-totitle
+ unicase/u16-ct-toupper
unicase/u16-is-cased
unicase/u16-is-casefolded
unicase/u16-is-lowercase
@@ -387,6 +397,10 @@ if test $skip_gnulib = false; then
unicase/u32-casecoll
unicase/u32-casefold
unicase/u32-casexfrm
+ unicase/u32-ct-casefold
+ unicase/u32-ct-tolower
+ unicase/u32-ct-totitle
+ unicase/u32-ct-toupper
unicase/u32-is-cased
unicase/u32-is-casefolded
unicase/u32-is-lowercase
@@ -419,6 +433,10 @@ if test $skip_gnulib = false; then
< lib/uninorm.h \
> lib/uninorm.h.tmp \
&& mv lib/uninorm.h.tmp lib/uninorm.h
+ sed -e 's/extern const casing_/extern LIBUNISTRING_DLL_VARIABLE const casing_/' \
+ < lib/unicase.h \
+ > lib/unicase.h.tmp \
+ && mv lib/unicase.h.tmp lib/unicase.h
$GNULIB_TOOL --copy-file build-aux/config.guess; chmod a+x build-aux/config.guess
$GNULIB_TOOL --copy-file build-aux/config.sub; chmod a+x build-aux/config.sub
# If we got no texinfo.tex so far, take the snapshot from gnulib.