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 24360e5..b961883 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 bc81650..3616a13 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 1c6cd59..9646813 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 9a49640..1a03529 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