unictype/bidi*: Rename modules, part 2.
authorBruno Haible <bruno@clisp.org>
Sat, 26 Mar 2011 11:16:22 +0000 (12:16 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 26 Mar 2011 11:16:22 +0000 (12:16 +0100)
modules/unictype/bidiclass-byname
modules/unictype/bidiclass-name
modules/unictype/bidiclass-of
modules/unictype/bidiclass-test

index 24360e5c53493f76aa6f6182b92651e08c668add..b961883371cceab0aafc42b30afb84393ea5e75a 100644 (file)
@@ -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
 
index bc81650c30ad7fd3b5ffdebfd26f1e1c0724efd4..3616a13375074c497dd3956c0c5190a7d69a898b 100644 (file)
@@ -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
 
index 1c6cd5934837c25501635a5226ef7cd0514bfbea..964681360d5588b7d00f319e854f0db417e19050 100644 (file)
@@ -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
 
index 9a496400ef5427aa9615eb618a42115a806dab32..1a03529625f6b9d6b049026697831268ddba7cc3 100644 (file)
@@ -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