X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Funicase%2Fu8-is-lowercase;h=7e0e43e90691adc69ceac3b09408d09a9349c326;hb=cde82ba3a73b7482132a950ac0d7cb0da67a2e1c;hp=2c385630a769a84db42c962fa389da67c7e5df88;hpb=1495c20d059a7bf8cae0ad51bc576f4c458674e1;p=gnulib.git diff --git a/modules/unicase/u8-is-lowercase b/modules/unicase/u8-is-lowercase index 2c385630a..7e0e43e90 100644 --- a/modules/unicase/u8-is-lowercase +++ b/modules/unicase/u8-is-lowercase @@ -10,9 +10,12 @@ unicase/u8-is-invariant unicase/u8-tolower configure.ac: -gl_LIBUNISTRING_LIBSOURCE([0.9.1], [unicase/u8-is-lowercase.c]) +gl_LIBUNISTRING_MODULE([0.9.4], [unicase/u8-is-lowercase]) Makefile.am: +if LIBUNISTRING_COMPILE_UNICASE_U8_IS_LOWERCASE +lib_SOURCES += unicase/u8-is-lowercase.c +endif Include: "unicase.h"