summaryrefslogtreecommitdiff
path: root/modules/unictype
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-03-26 12:16:22 +0100
committerBruno Haible <bruno@clisp.org>2011-03-26 12:16:22 +0100
commit990a76ac5adcdc4f565c7e56930a36b2a38fc1e6 (patch)
tree9643623681b5737bae220d1650a5f8b1111c2293 /modules/unictype
parent8e7198f286a324763fd1f0580d843e2d91fb90b7 (diff)
downloadgnulib-990a76ac5adcdc4f565c7e56930a36b2a38fc1e6.tar.gz
unictype/bidi*: Rename modules, part 2.
Diffstat (limited to 'modules/unictype')
-rw-r--r--modules/unictype/bidiclass-byname2
-rw-r--r--modules/unictype/bidiclass-name2
-rw-r--r--modules/unictype/bidiclass-of2
-rw-r--r--modules/unictype/bidiclass-test2
4 files changed, 4 insertions, 4 deletions
diff --git a/modules/unictype/bidiclass-byname b/modules/unictype/bidiclass-byname
index 24360e5c53..b961883371 100644
--- a/modules/unictype/bidiclass-byname
+++ b/modules/unictype/bidiclass-byname
@@ -11,7 +11,7 @@ configure.ac:
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
diff --git a/modules/unictype/bidiclass-name b/modules/unictype/bidiclass-name
index bc81650c30..3616a13375 100644
--- a/modules/unictype/bidiclass-name
+++ b/modules/unictype/bidiclass-name
@@ -11,7 +11,7 @@ configure.ac:
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
diff --git a/modules/unictype/bidiclass-of b/modules/unictype/bidiclass-of
index 1c6cd59348..964681360d 100644
--- a/modules/unictype/bidiclass-of
+++ b/modules/unictype/bidiclass-of
@@ -12,7 +12,7 @@ configure.ac:
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
diff --git a/modules/unictype/bidiclass-test b/modules/unictype/bidiclass-test
index 9a496400ef..1a03529625 100644
--- a/modules/unictype/bidiclass-test
+++ b/modules/unictype/bidiclass-test
@@ -12,7 +12,7 @@ configure.ac:
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