changeset 9587:263f472dc864

Add missing module dependencies.
author Bruno Haible <bruno@clisp.org>
date Wed, 09 Jan 2008 01:17:12 +0100
parents f513e07afcaa
children 82384b8e3c31
files ChangeLog modules/unictype/category-and-not-tests modules/unictype/category-and-tests modules/unictype/category-name-tests modules/unictype/category-of modules/unictype/category-or-tests
diffstat 6 files changed, 26 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2008-01-08  Bruno Haible  <bruno@clisp.org>
+
+	* modules/unictype/category-of (Depends-on): Add
+	unictype/category-none.
+	* modules/unictype/category-and-tests (Depends-on): Add
+	unictype/category-{L,N,Lu,Nd}.
+	* modules/unictype/category-and-not-tests (Depends-on): Likewise.
+	* modules/unictype/category-or-tests (Depends-on): Add
+	unictype/category-{L,N}.
+	* modules/unictype/category-name-tests (Depends-on): Add
+	unictype/category-{Z,Nl}.
+	Reported by Simon Josefsson.
+
 2008-01-08  Bruno Haible  <bruno@clisp.org>
 
 	* lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
--- a/modules/unictype/category-and-not-tests
+++ b/modules/unictype/category-and-not-tests
@@ -4,6 +4,10 @@
 Depends-on:
 unictype/category-or
 unictype/category-test
+unictype/category-L
+unictype/category-N
+unictype/category-Lu
+unictype/category-Nd
 
 configure.ac:
 
--- a/modules/unictype/category-and-tests
+++ b/modules/unictype/category-and-tests
@@ -4,6 +4,10 @@
 Depends-on:
 unictype/category-or
 unictype/category-test
+unictype/category-L
+unictype/category-Nd
+unictype/category-Lu
+unictype/category-N
 
 configure.ac:
 
--- a/modules/unictype/category-name-tests
+++ b/modules/unictype/category-name-tests
@@ -3,6 +3,8 @@
 
 Depends-on:
 unictype/category-or
+unictype/category-Z
+unictype/category-Nl
 
 configure.ac:
 
--- a/modules/unictype/category-of
+++ b/modules/unictype/category-of
@@ -7,6 +7,7 @@
 
 Depends-on:
 unictype/base
+unictype/category-none
 inline
 
 configure.ac:
--- a/modules/unictype/category-or-tests
+++ b/modules/unictype/category-or-tests
@@ -3,6 +3,8 @@
 
 Depends-on:
 unictype/category-test
+unictype/category-L
+unictype/category-N
 
 configure.ac: