X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=inline;f=modules%2Funictype%2Fctype-punct;h=63f7e2956b31c9f5301acdf2a23c1f53b1407a7a;hb=39bdc0a999a5cab41763729d5add3b610e07dc62;hp=60b4ed636be10891aafcd80409faf50dd39dee5a;hpb=27fdc655cea8917df3dca54dbcea8e36faf5b32b;p=gnulib.git diff --git a/modules/unictype/ctype-punct b/modules/unictype/ctype-punct index 60b4ed636..63f7e2956 100644 --- a/modules/unictype/ctype-punct +++ b/modules/unictype/ctype-punct @@ -9,12 +9,15 @@ lib/unictype/bitmap.h Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) +gl_LIBUNISTRING_MODULE([0.9], [unictype/ctype-punct]) Makefile.am: +if LIBUNISTRING_COMPILE_UNICTYPE_CTYPE_PUNCT lib_SOURCES += unictype/ctype_punct.c +endif Include: "unictype.h"