X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Funicase%2Ftotitle;h=fec625e116491d375d816f90401bfed30ef529d1;hb=0f5a4162a9a8361be7e1c63b8e438002bfdee945;hp=6c7640a146d30ebbfa2b536c3fbbb90f95eb9108;hpb=1495c20d059a7bf8cae0ad51bc576f4c458674e1;p=gnulib.git diff --git a/modules/unicase/totitle b/modules/unicase/totitle index 6c7640a14..fec625e11 100644 --- a/modules/unicase/totitle +++ b/modules/unicase/totitle @@ -10,9 +10,12 @@ Depends-on: unicase/base configure.ac: -gl_LIBUNISTRING_LIBSOURCE([0.9], [unicase/totitle.c]) +gl_LIBUNISTRING_MODULE([0.9.4], [unicase/totitle]) Makefile.am: +if LIBUNISTRING_COMPILE_UNICASE_TOTITLE +lib_SOURCES += unicase/totitle.c +endif Include: "unicase.h"