gnulib-tool: fix portability problem with MacOS sed
[gnulib.git] / modules / unicase / u32-totitle
index 45bd534..9651c00 100644 (file)
@@ -7,28 +7,17 @@ lib/unicase/u-totitle.h
 
 Depends-on:
 unicase/base
-unicase/special-casing
-unicase/totitle
-unicase/tolower
-uniwbrk/wordbreak-property
-uniwbrk/u32-wordbreaks
-unictype/category-of
-unictype/category-test
-unictype/category-Lt
-unictype/combining-class
-unictype/property-lowercase
-unictype/property-uppercase
-unictype/property-soft-dotted
-unistr/u32-mbtouc-unsafe
-unistr/u32-uctomb
-unistr/u32-cpy
-uninorm/u32-normalize
-stdbool
+unicase/u32-ct-totitle
+unicase/empty-prefix-context
+unicase/empty-suffix-context
 
 configure.ac:
+gl_LIBUNISTRING_MODULE([0.9.4], [unicase/u32-totitle])
 
 Makefile.am:
+if LIBUNISTRING_COMPILE_UNICASE_U32_TOTITLE
 lib_SOURCES += unicase/u32-totitle.c
+endif
 
 Include:
 "unicase.h"