# HG changeset patch # User Bruno Haible # Date 1234315170 -3600 # Node ID b45354aab7f8bd53351a71480b0d40c849e51f4d # Parent de8c1000fcee3cdc10fddd2589d0ef3e74b9db85 Add missing module dependencies. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2009-02-10 Bruno Haible + + * modules/uniwbrk/u8-wordbreaks (Depends-on): Add uniwbrk/wordbreak + property. + * modules/uniwbrk/u16-wordbreaks (Depends-on): Likewise. + * modules/uniwbrk/u32-wordbreaks (Depends-on): Likewise. + * modules/uniwbrk/ulc-wordbreaks (Depends-on): Add localcharset. + 2009-02-10 Simon Josefsson * m4/sockets.m4: Call AC_C_INLINE since sockets.h now can use diff --git a/modules/uniwbrk/u16-wordbreaks b/modules/uniwbrk/u16-wordbreaks --- a/modules/uniwbrk/u16-wordbreaks +++ b/modules/uniwbrk/u16-wordbreaks @@ -7,6 +7,7 @@ Depends-on: uniwbrk/base +uniwbrk/wordbreak-property uniwbrk/table unistr/u16-mbtouc-unsafe diff --git a/modules/uniwbrk/u32-wordbreaks b/modules/uniwbrk/u32-wordbreaks --- a/modules/uniwbrk/u32-wordbreaks +++ b/modules/uniwbrk/u32-wordbreaks @@ -7,6 +7,7 @@ Depends-on: uniwbrk/base +uniwbrk/wordbreak-property uniwbrk/table unistr/u32-mbtouc-unsafe diff --git a/modules/uniwbrk/u8-wordbreaks b/modules/uniwbrk/u8-wordbreaks --- a/modules/uniwbrk/u8-wordbreaks +++ b/modules/uniwbrk/u8-wordbreaks @@ -7,6 +7,7 @@ Depends-on: uniwbrk/base +uniwbrk/wordbreak-property uniwbrk/table unistr/u8-mbtouc-unsafe diff --git a/modules/uniwbrk/ulc-wordbreaks b/modules/uniwbrk/ulc-wordbreaks --- a/modules/uniwbrk/ulc-wordbreaks +++ b/modules/uniwbrk/ulc-wordbreaks @@ -10,6 +10,7 @@ unilbrk/ulc-common uniconv/u8-conv-from-enc c-ctype +localcharset configure.ac: