* modules/unictype/category-none (configure.ac): Remove
gl_LIBUNISTRING_MODULE invocation.
(Makefile.am): Compile unictype/categ_none.c always.
+2023-04-23 Bruno Haible <bruno@clisp.org>
+
+ category-none: Fix link errors on MSVC, when libunistring is installed.
+ * modules/unictype/category-none (configure.ac): Remove
+ gl_LIBUNISTRING_MODULE invocation.
+ (Makefile.am): Compile unictype/categ_none.c always.
+
2023-04-22 Bruno Haible <bruno@clisp.org>
Avoid some Autoconf "was expanded before it was required" warnings.
unictype/base
configure.ac:
-gl_LIBUNISTRING_MODULE([0.9.8], [unictype/category-none])
+dnl Since _UC_CATEGORY_NONE is not exported from an installed libunistring,
+dnl don't use gl_LIBUNISTRING_MODULE here.
Makefile.am:
-if LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_NONE
lib_SOURCES += unictype/categ_none.c
-endif
Include:
"unictype.h"