X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Funicase%2Fu8-tolower;h=961742f30eb2e05ec0eae936a1655a230c20f1b7;hb=bebd93f5da72542b6e867a5fd1e2c524e0fae1c1;hp=2a5796197abfdb356a8ac7da8183543459fa8959;hpb=395393a49ecd52595cbb10ecd7496156aefd55c4;p=gnulib.git diff --git a/modules/unicase/u8-tolower b/modules/unicase/u8-tolower index 2a5796197..961742f30 100644 --- a/modules/unicase/u8-tolower +++ b/modules/unicase/u8-tolower @@ -8,12 +8,17 @@ Depends-on: unicase/base unicase/u8-casemap unicase/special-casing +unicase/empty-prefix-context +unicase/empty-suffix-context unicase/tolower configure.ac: +gl_LIBUNISTRING_MODULE([0.9.4], [unicase/u8-tolower]) Makefile.am: +if LIBUNISTRING_COMPILE_UNICASE_U8_TOLOWER lib_SOURCES += unicase/u8-tolower.c +endif Include: "unicase.h"