unictype/bidi*: Rename modules.
authorBruno Haible <bruno@clisp.org>
Sat, 26 Mar 2011 10:51:52 +0000 (11:51 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 26 Mar 2011 10:58:07 +0000 (11:58 +0100)
* modules/unictype/bidiclass-all: Renamed from
modules/unictype/bidicategory-all.
* modules/unictype/bidiclass-name: Renamed from
modules/unictype/bidiclass-name.
(Description): Update.
* modules/unictype/bidiclass-name-tests: Renamed from
modules/unictype/bidicategory-name-tests.
* modules/unictype/bidiclass-byname: Renamed from
modules/unictype/bidicategory-byname.
(Description): Update.
* modules/unictype/bidiclass-byname-tests: Renamed from
modules/unictype/bidicategory-byname-tests.
* modules/unictype/bidiclass-of: Renamed from
modules/unictype/bidicategory-of.
(Description): Update.
* modules/unictype/bidiclass-of-tests: Renamed from
modules/unictype/bidicategory-of-tests.
* modules/unictype/bidiclass-test: Renamed from
modules/unictype/bidicategory-test.
(Description): Update.
* modules/unictype/bidiclass-test-tests: Renamed from
modules/unictype/bidicategory-test-tests.
* modules/unictype/bidicategory-all: New file, a simple redirection.
* modules/unictype/bidicategory-name: Likewise.
* modules/unictype/bidicategory-byname: Likewise.
* modules/unictype/bidicategory-of: Likewise.
* modules/unictype/bidicategory-test: Likewise.
* modules/unictype/property-bidi-* (Dependencies): Update.
* lib/unictype/bidi_*.c: Update comment.

40 files changed:
ChangeLog
lib/unictype/bidi_byname.c
lib/unictype/bidi_name.c
lib/unictype/bidi_of.c
lib/unictype/bidi_test.c
modules/unictype/bidicategory-all
modules/unictype/bidicategory-byname
modules/unictype/bidicategory-byname-tests [deleted file]
modules/unictype/bidicategory-name
modules/unictype/bidicategory-name-tests [deleted file]
modules/unictype/bidicategory-of
modules/unictype/bidicategory-of-tests [deleted file]
modules/unictype/bidicategory-test
modules/unictype/bidicategory-test-tests [deleted file]
modules/unictype/bidiclass-all [new file with mode: 0644]
modules/unictype/bidiclass-byname [new file with mode: 0644]
modules/unictype/bidiclass-byname-tests [new file with mode: 0644]
modules/unictype/bidiclass-name [new file with mode: 0644]
modules/unictype/bidiclass-name-tests [new file with mode: 0644]
modules/unictype/bidiclass-of [new file with mode: 0644]
modules/unictype/bidiclass-of-tests [new file with mode: 0644]
modules/unictype/bidiclass-test [new file with mode: 0644]
modules/unictype/bidiclass-test-tests [new file with mode: 0644]
modules/unictype/property-bidi-arabic-digit
modules/unictype/property-bidi-arabic-right-to-left
modules/unictype/property-bidi-block-separator
modules/unictype/property-bidi-boundary-neutral
modules/unictype/property-bidi-common-separator
modules/unictype/property-bidi-control
modules/unictype/property-bidi-embedding-or-override
modules/unictype/property-bidi-eur-num-separator
modules/unictype/property-bidi-eur-num-terminator
modules/unictype/property-bidi-european-digit
modules/unictype/property-bidi-hebrew-right-to-left
modules/unictype/property-bidi-left-to-right
modules/unictype/property-bidi-non-spacing-mark
modules/unictype/property-bidi-other-neutral
modules/unictype/property-bidi-pdf
modules/unictype/property-bidi-segment-separator
modules/unictype/property-bidi-whitespace

index ecd5adc..929ec83 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,38 @@
 2011-03-26  Bruno Haible  <bruno@clisp.org>
 
+       unictype/bidi*: Rename modules.
+       * modules/unictype/bidiclass-all: Renamed from
+       modules/unictype/bidicategory-all.
+       * modules/unictype/bidiclass-name: Renamed from
+       modules/unictype/bidiclass-name.
+       (Description): Update.
+       * modules/unictype/bidiclass-name-tests: Renamed from
+       modules/unictype/bidicategory-name-tests.
+       * modules/unictype/bidiclass-byname: Renamed from
+       modules/unictype/bidicategory-byname.
+       (Description): Update.
+       * modules/unictype/bidiclass-byname-tests: Renamed from
+       modules/unictype/bidicategory-byname-tests.
+       * modules/unictype/bidiclass-of: Renamed from
+       modules/unictype/bidicategory-of.
+       (Description): Update.
+       * modules/unictype/bidiclass-of-tests: Renamed from
+       modules/unictype/bidicategory-of-tests.
+       * modules/unictype/bidiclass-test: Renamed from
+       modules/unictype/bidicategory-test.
+       (Description): Update.
+       * modules/unictype/bidiclass-test-tests: Renamed from
+       modules/unictype/bidicategory-test-tests.
+       * modules/unictype/bidicategory-all: New file, a simple redirection.
+       * modules/unictype/bidicategory-name: Likewise.
+       * modules/unictype/bidicategory-byname: Likewise.
+       * modules/unictype/bidicategory-of: Likewise.
+       * modules/unictype/bidicategory-test: Likewise.
+       * modules/unictype/property-bidi-* (Dependencies): Update.
+       * lib/unictype/bidi_*.c: Update comment.
+
+2011-03-26  Bruno Haible  <bruno@clisp.org>
+
        unictype/bidi*: Rename functions, part 2.
        * modules/unictype/bidicategory-name (configure.ac): Update required
        libunistring version.
index d150f4d..2aa31a9 100644 (file)
@@ -1,4 +1,4 @@
-/* Bidi categories of Unicode characters.
+/* Bidi classes of Unicode characters.
    Copyright (C) 2002, 2006, 2011 Free Software Foundation, Inc.
    Written by Bruno Haible <bruno@clisp.org>, 2002.
 
index eb9b265..eca74f6 100644 (file)
@@ -1,4 +1,4 @@
-/* Bidi categories of Unicode characters.
+/* Bidi classes of Unicode characters.
    Copyright (C) 2002, 2006, 2011 Free Software Foundation, Inc.
    Written by Bruno Haible <bruno@clisp.org>, 2002.
 
index 5629e2f..5c735fd 100644 (file)
@@ -1,4 +1,4 @@
-/* Bidi categories of Unicode characters.
+/* Bidi classes of Unicode characters.
    Copyright (C) 2002, 2006, 2011 Free Software Foundation, Inc.
    Written by Bruno Haible <bruno@clisp.org>, 2002.
 
index 59de2fa..ffe93a6 100644 (file)
@@ -1,4 +1,4 @@
-/* Bidi categories of Unicode characters.
+/* Bidi classes of Unicode characters.
    Copyright (C) 2002, 2006, 2011 Free Software Foundation, Inc.
    Written by Bruno Haible <bruno@clisp.org>, 2002.
 
index 9e7aaa7..480f74e 100644 (file)
@@ -1,14 +1,16 @@
 Description:
-Complete API for Unicode character bidi categories.
+Unicode character bidi category functions.
+
+Status:
+obsolete
+
+Notice:
+This module is obsolete. Use the module 'unictype/bidiclass-all' instead.
 
 Files:
 
 Depends-on:
-unictype/base
-unictype/bidicategory-byname
-unictype/bidicategory-name
-unictype/bidicategory-of
-unictype/bidicategory-test
+unictype/bidiclass-all
 
 configure.ac:
 
@@ -22,4 +24,3 @@ LGPL
 
 Maintainer:
 Bruno Haible
-
index a9f0cd8..0bff75d 100644 (file)
@@ -1,19 +1,20 @@
 Description:
 Find a Unicode character bidi category, given its name.
 
+Status:
+obsolete
+
+Notice:
+This module is obsolete. Use the module 'unictype/bidiclass-byname' instead.
+
 Files:
-lib/unictype/bidi_byname.c
 
 Depends-on:
-unictype/base
+unictype/bidiclass-byname
 
 configure.ac:
-gl_LIBUNISTRING_MODULE([0.9.4], [unictype/bidicategory-byname])
 
 Makefile.am:
-if LIBUNISTRING_COMPILE_UNICTYPE_BIDICATEGORY_BYNAME
-lib_SOURCES += unictype/bidi_byname.c
-endif
 
 Include:
 "unictype.h"
@@ -23,4 +24,3 @@ LGPL
 
 Maintainer:
 Bruno Haible
-
diff --git a/modules/unictype/bidicategory-byname-tests b/modules/unictype/bidicategory-byname-tests
deleted file mode 100644 (file)
index dd0f536..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-Files:
-tests/unictype/test-bidi_byname.c
-tests/macros.h
-
-Depends-on:
-
-configure.ac:
-
-Makefile.am:
-TESTS += test-bidi_byname
-check_PROGRAMS += test-bidi_byname
-test_bidi_byname_SOURCES = unictype/test-bidi_byname.c
-test_bidi_byname_LDADD = $(LDADD) $(LIBUNISTRING)
index 76a92a6..2f90ca7 100644 (file)
@@ -1,19 +1,20 @@
 Description:
 Name of Unicode character bidi category.
 
+Status:
+obsolete
+
+Notice:
+This module is obsolete. Use the module 'unictype/bidiclass-name' instead.
+
 Files:
-lib/unictype/bidi_name.c
 
 Depends-on:
-unictype/base
+unictype/bidiclass-name
 
 configure.ac:
-gl_LIBUNISTRING_MODULE([0.9.4], [unictype/bidicategory-name])
 
 Makefile.am:
-if LIBUNISTRING_COMPILE_UNICTYPE_BIDICATEGORY_NAME
-lib_SOURCES += unictype/bidi_name.c
-endif
 
 Include:
 "unictype.h"
@@ -23,4 +24,3 @@ LGPL
 
 Maintainer:
 Bruno Haible
-
diff --git a/modules/unictype/bidicategory-name-tests b/modules/unictype/bidicategory-name-tests
deleted file mode 100644 (file)
index 7f19888..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-Files:
-tests/unictype/test-bidi_name.c
-tests/macros.h
-
-Depends-on:
-
-configure.ac:
-
-Makefile.am:
-TESTS += test-bidi_name
-check_PROGRAMS += test-bidi_name
-test_bidi_name_SOURCES = unictype/test-bidi_name.c
-test_bidi_name_LDADD = $(LDADD) $(LIBUNISTRING)
index 98c0d5a..f1d2b48 100644 (file)
@@ -1,20 +1,20 @@
 Description:
 Determine bidi category of a Unicode character.
 
+Status:
+obsolete
+
+Notice:
+This module is obsolete. Use the module 'unictype/bidiclass-of' instead.
+
 Files:
-lib/unictype/bidi_of.c
-lib/unictype/bidi_of.h
 
 Depends-on:
-unictype/base
+unictype/bidiclass-of
 
 configure.ac:
-gl_LIBUNISTRING_MODULE([0.9.4], [unictype/bidicategory-of])
 
 Makefile.am:
-if LIBUNISTRING_COMPILE_UNICTYPE_BIDICATEGORY_OF
-lib_SOURCES += unictype/bidi_of.c
-endif
 
 Include:
 "unictype.h"
@@ -24,4 +24,3 @@ LGPL
 
 Maintainer:
 Bruno Haible
-
diff --git a/modules/unictype/bidicategory-of-tests b/modules/unictype/bidicategory-of-tests
deleted file mode 100644 (file)
index 2fbb2b4..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-Files:
-tests/unictype/test-bidi_of.c
-tests/macros.h
-
-Depends-on:
-
-configure.ac:
-
-Makefile.am:
-TESTS += test-bidi_of
-check_PROGRAMS += test-bidi_of
-test_bidi_of_SOURCES = unictype/test-bidi_of.c
-test_bidi_of_LDADD = $(LDADD) $(LIBUNISTRING)
index 9b0ab93..ee8c94b 100644 (file)
@@ -1,20 +1,20 @@
 Description:
 Test whether a Unicode character belongs to a given bidi category.
 
+Status:
+obsolete
+
+Notice:
+This module is obsolete. Use the module 'unictype/bidiclass-test' instead.
+
 Files:
-lib/unictype/bidi_test.c
 
 Depends-on:
-unictype/base
-unictype/bidicategory-of
+unictype/bidiclass-test
 
 configure.ac:
-gl_LIBUNISTRING_MODULE([0.9.4], [unictype/bidicategory-test])
 
 Makefile.am:
-if LIBUNISTRING_COMPILE_UNICTYPE_BIDICATEGORY_TEST
-lib_SOURCES += unictype/bidi_test.c
-endif
 
 Include:
 "unictype.h"
@@ -24,4 +24,3 @@ LGPL
 
 Maintainer:
 Bruno Haible
-
diff --git a/modules/unictype/bidicategory-test-tests b/modules/unictype/bidicategory-test-tests
deleted file mode 100644 (file)
index c22db70..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-Files:
-tests/unictype/test-bidi_test.c
-tests/macros.h
-
-Depends-on:
-unictype/bidicategory-of
-
-configure.ac:
-
-Makefile.am:
-TESTS += test-bidi_test
-check_PROGRAMS += test-bidi_test
-test_bidi_test_SOURCES = unictype/test-bidi_test.c
-test_bidi_test_LDADD = $(LDADD) $(LIBUNISTRING)
diff --git a/modules/unictype/bidiclass-all b/modules/unictype/bidiclass-all
new file mode 100644 (file)
index 0000000..d75e406
--- /dev/null
@@ -0,0 +1,24 @@
+Description:
+Complete API for Unicode character bidi categories.
+
+Files:
+
+Depends-on:
+unictype/base
+unictype/bidiclass-byname
+unictype/bidiclass-name
+unictype/bidiclass-of
+unictype/bidiclass-test
+
+configure.ac:
+
+Makefile.am:
+
+Include:
+"unictype.h"
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible
diff --git a/modules/unictype/bidiclass-byname b/modules/unictype/bidiclass-byname
new file mode 100644 (file)
index 0000000..24360e5
--- /dev/null
@@ -0,0 +1,25 @@
+Description:
+Find a Unicode character bidi class, given its name.
+
+Files:
+lib/unictype/bidi_byname.c
+
+Depends-on:
+unictype/base
+
+configure.ac:
+gl_LIBUNISTRING_MODULE([0.9.4], [unictype/bidiclass-byname])
+
+Makefile.am:
+if LIBUNISTRING_COMPILE_UNICTYPE_BIDICATEGORY_BYNAME
+lib_SOURCES += unictype/bidi_byname.c
+endif
+
+Include:
+"unictype.h"
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible
diff --git a/modules/unictype/bidiclass-byname-tests b/modules/unictype/bidiclass-byname-tests
new file mode 100644 (file)
index 0000000..dd0f536
--- /dev/null
@@ -0,0 +1,13 @@
+Files:
+tests/unictype/test-bidi_byname.c
+tests/macros.h
+
+Depends-on:
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-bidi_byname
+check_PROGRAMS += test-bidi_byname
+test_bidi_byname_SOURCES = unictype/test-bidi_byname.c
+test_bidi_byname_LDADD = $(LDADD) $(LIBUNISTRING)
diff --git a/modules/unictype/bidiclass-name b/modules/unictype/bidiclass-name
new file mode 100644 (file)
index 0000000..bc81650
--- /dev/null
@@ -0,0 +1,25 @@
+Description:
+Name of Unicode character bidi class.
+
+Files:
+lib/unictype/bidi_name.c
+
+Depends-on:
+unictype/base
+
+configure.ac:
+gl_LIBUNISTRING_MODULE([0.9.4], [unictype/bidiclass-name])
+
+Makefile.am:
+if LIBUNISTRING_COMPILE_UNICTYPE_BIDICATEGORY_NAME
+lib_SOURCES += unictype/bidi_name.c
+endif
+
+Include:
+"unictype.h"
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible
diff --git a/modules/unictype/bidiclass-name-tests b/modules/unictype/bidiclass-name-tests
new file mode 100644 (file)
index 0000000..7f19888
--- /dev/null
@@ -0,0 +1,13 @@
+Files:
+tests/unictype/test-bidi_name.c
+tests/macros.h
+
+Depends-on:
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-bidi_name
+check_PROGRAMS += test-bidi_name
+test_bidi_name_SOURCES = unictype/test-bidi_name.c
+test_bidi_name_LDADD = $(LDADD) $(LIBUNISTRING)
diff --git a/modules/unictype/bidiclass-of b/modules/unictype/bidiclass-of
new file mode 100644 (file)
index 0000000..1c6cd59
--- /dev/null
@@ -0,0 +1,26 @@
+Description:
+Determine bidi class of a Unicode character.
+
+Files:
+lib/unictype/bidi_of.c
+lib/unictype/bidi_of.h
+
+Depends-on:
+unictype/base
+
+configure.ac:
+gl_LIBUNISTRING_MODULE([0.9.4], [unictype/bidiclass-of])
+
+Makefile.am:
+if LIBUNISTRING_COMPILE_UNICTYPE_BIDICATEGORY_OF
+lib_SOURCES += unictype/bidi_of.c
+endif
+
+Include:
+"unictype.h"
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible
diff --git a/modules/unictype/bidiclass-of-tests b/modules/unictype/bidiclass-of-tests
new file mode 100644 (file)
index 0000000..2fbb2b4
--- /dev/null
@@ -0,0 +1,13 @@
+Files:
+tests/unictype/test-bidi_of.c
+tests/macros.h
+
+Depends-on:
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-bidi_of
+check_PROGRAMS += test-bidi_of
+test_bidi_of_SOURCES = unictype/test-bidi_of.c
+test_bidi_of_LDADD = $(LDADD) $(LIBUNISTRING)
diff --git a/modules/unictype/bidiclass-test b/modules/unictype/bidiclass-test
new file mode 100644 (file)
index 0000000..9a49640
--- /dev/null
@@ -0,0 +1,26 @@
+Description:
+Test whether a Unicode character belongs to a given bidi class.
+
+Files:
+lib/unictype/bidi_test.c
+
+Depends-on:
+unictype/base
+unictype/bidiclass-of
+
+configure.ac:
+gl_LIBUNISTRING_MODULE([0.9.4], [unictype/bidiclass-test])
+
+Makefile.am:
+if LIBUNISTRING_COMPILE_UNICTYPE_BIDICATEGORY_TEST
+lib_SOURCES += unictype/bidi_test.c
+endif
+
+Include:
+"unictype.h"
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible
diff --git a/modules/unictype/bidiclass-test-tests b/modules/unictype/bidiclass-test-tests
new file mode 100644 (file)
index 0000000..dc73cb2
--- /dev/null
@@ -0,0 +1,14 @@
+Files:
+tests/unictype/test-bidi_test.c
+tests/macros.h
+
+Depends-on:
+unictype/bidiclass-of
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-bidi_test
+check_PROGRAMS += test-bidi_test
+test_bidi_test_SOURCES = unictype/test-bidi_test.c
+test_bidi_test_LDADD = $(LDADD) $(LIBUNISTRING)
index 02ec773..3eaa4eb 100644 (file)
@@ -8,7 +8,7 @@ lib/unictype/bitmap.h
 
 Depends-on:
 unictype/base
-unictype/bidicategory-of
+unictype/bidiclass-of
 
 configure.ac:
 AC_REQUIRE([AC_C_INLINE])
index f2980b5..ef82b1f 100644 (file)
@@ -8,7 +8,7 @@ lib/unictype/bitmap.h
 
 Depends-on:
 unictype/base
-unictype/bidicategory-of
+unictype/bidiclass-of
 
 configure.ac:
 AC_REQUIRE([AC_C_INLINE])
index 6d38c64..979dc81 100644 (file)
@@ -8,7 +8,7 @@ lib/unictype/bitmap.h
 
 Depends-on:
 unictype/base
-unictype/bidicategory-of
+unictype/bidiclass-of
 
 configure.ac:
 AC_REQUIRE([AC_C_INLINE])
index 0d91962..71817dc 100644 (file)
@@ -8,7 +8,7 @@ lib/unictype/bitmap.h
 
 Depends-on:
 unictype/base
-unictype/bidicategory-of
+unictype/bidiclass-of
 
 configure.ac:
 AC_REQUIRE([AC_C_INLINE])
index 70d9415..1ff104b 100644 (file)
@@ -8,7 +8,7 @@ lib/unictype/bitmap.h
 
 Depends-on:
 unictype/base
-unictype/bidicategory-of
+unictype/bidiclass-of
 
 configure.ac:
 AC_REQUIRE([AC_C_INLINE])
index 5887904..ee04616 100644 (file)
@@ -8,7 +8,7 @@ lib/unictype/bitmap.h
 
 Depends-on:
 unictype/base
-unictype/bidicategory-of
+unictype/bidiclass-of
 
 configure.ac:
 AC_REQUIRE([AC_C_INLINE])
index ccfad53..4605ecd 100644 (file)
@@ -8,7 +8,7 @@ lib/unictype/bitmap.h
 
 Depends-on:
 unictype/base
-unictype/bidicategory-of
+unictype/bidiclass-of
 
 configure.ac:
 AC_REQUIRE([AC_C_INLINE])
index 7f26262..442ac71 100644 (file)
@@ -8,7 +8,7 @@ lib/unictype/bitmap.h
 
 Depends-on:
 unictype/base
-unictype/bidicategory-of
+unictype/bidiclass-of
 
 configure.ac:
 AC_REQUIRE([AC_C_INLINE])
index 647a405..fd2f4fb 100644 (file)
@@ -8,7 +8,7 @@ lib/unictype/bitmap.h
 
 Depends-on:
 unictype/base
-unictype/bidicategory-of
+unictype/bidiclass-of
 
 configure.ac:
 AC_REQUIRE([AC_C_INLINE])
index 4be10cc..eeb618a 100644 (file)
@@ -8,7 +8,7 @@ lib/unictype/bitmap.h
 
 Depends-on:
 unictype/base
-unictype/bidicategory-of
+unictype/bidiclass-of
 
 configure.ac:
 AC_REQUIRE([AC_C_INLINE])
index f34119b..566abd5 100644 (file)
@@ -8,7 +8,7 @@ lib/unictype/bitmap.h
 
 Depends-on:
 unictype/base
-unictype/bidicategory-of
+unictype/bidiclass-of
 
 configure.ac:
 AC_REQUIRE([AC_C_INLINE])
index 37a1b77..2671901 100644 (file)
@@ -8,7 +8,7 @@ lib/unictype/bitmap.h
 
 Depends-on:
 unictype/base
-unictype/bidicategory-of
+unictype/bidiclass-of
 
 configure.ac:
 AC_REQUIRE([AC_C_INLINE])
index fab7b26..aad1fd5 100644 (file)
@@ -8,7 +8,7 @@ lib/unictype/bitmap.h
 
 Depends-on:
 unictype/base
-unictype/bidicategory-of
+unictype/bidiclass-of
 
 configure.ac:
 AC_REQUIRE([AC_C_INLINE])
index 639add0..81bb3e7 100644 (file)
@@ -8,7 +8,7 @@ lib/unictype/bitmap.h
 
 Depends-on:
 unictype/base
-unictype/bidicategory-of
+unictype/bidiclass-of
 
 configure.ac:
 AC_REQUIRE([AC_C_INLINE])
index 158523f..bd0f3c0 100644 (file)
@@ -8,7 +8,7 @@ lib/unictype/bitmap.h
 
 Depends-on:
 unictype/base
-unictype/bidicategory-of
+unictype/bidiclass-of
 
 configure.ac:
 AC_REQUIRE([AC_C_INLINE])
index 511c30c..7f959e4 100644 (file)
@@ -8,7 +8,7 @@ lib/unictype/bitmap.h
 
 Depends-on:
 unictype/base
-unictype/bidicategory-of
+unictype/bidiclass-of
 
 configure.ac:
 AC_REQUIRE([AC_C_INLINE])
index 910acc3..e21b33b 100644 (file)
@@ -8,7 +8,7 @@ lib/unictype/bitmap.h
 
 Depends-on:
 unictype/base
-unictype/bidicategory-of
+unictype/bidiclass-of
 
 configure.ac:
 AC_REQUIRE([AC_C_INLINE])