changeset 14490:3ceda9e5101d

unictype/bidi*: Rename modules, part 2.
author Bruno Haible <bruno@clisp.org>
date Sat, 26 Mar 2011 12:16:22 +0100
parents 3126ca11dc4e
children c70e9c9ce85d
files modules/unictype/bidiclass-byname modules/unictype/bidiclass-name modules/unictype/bidiclass-of modules/unictype/bidiclass-test
diffstat 4 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/modules/unictype/bidiclass-byname
+++ b/modules/unictype/bidiclass-byname
@@ -11,7 +11,7 @@
 gl_LIBUNISTRING_MODULE([0.9.4], [unictype/bidiclass-byname])
 
 Makefile.am:
-if LIBUNISTRING_COMPILE_UNICTYPE_BIDICATEGORY_BYNAME
+if LIBUNISTRING_COMPILE_UNICTYPE_BIDICLASS_BYNAME
 lib_SOURCES += unictype/bidi_byname.c
 endif
 
--- a/modules/unictype/bidiclass-name
+++ b/modules/unictype/bidiclass-name
@@ -11,7 +11,7 @@
 gl_LIBUNISTRING_MODULE([0.9.4], [unictype/bidiclass-name])
 
 Makefile.am:
-if LIBUNISTRING_COMPILE_UNICTYPE_BIDICATEGORY_NAME
+if LIBUNISTRING_COMPILE_UNICTYPE_BIDICLASS_NAME
 lib_SOURCES += unictype/bidi_name.c
 endif
 
--- a/modules/unictype/bidiclass-of
+++ b/modules/unictype/bidiclass-of
@@ -12,7 +12,7 @@
 gl_LIBUNISTRING_MODULE([0.9.4], [unictype/bidiclass-of])
 
 Makefile.am:
-if LIBUNISTRING_COMPILE_UNICTYPE_BIDICATEGORY_OF
+if LIBUNISTRING_COMPILE_UNICTYPE_BIDICLASS_OF
 lib_SOURCES += unictype/bidi_of.c
 endif
 
--- a/modules/unictype/bidiclass-test
+++ b/modules/unictype/bidiclass-test
@@ -12,7 +12,7 @@
 gl_LIBUNISTRING_MODULE([0.9.4], [unictype/bidiclass-test])
 
 Makefile.am:
-if LIBUNISTRING_COMPILE_UNICTYPE_BIDICATEGORY_TEST
+if LIBUNISTRING_COMPILE_UNICTYPE_BIDICLASS_TEST
 lib_SOURCES += unictype/bidi_test.c
 endif