From: Bruno Haible Date: Sun, 19 Dec 2010 10:23:11 +0000 (+0100) Subject: unistr/u8-mbsnlen: Add missing dependency. X-Git-Tag: stable/20101220~8 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=3eb5095a303eafcbe0d2dfc95f475b6a3ebcdc4e;p=gnulib.git unistr/u8-mbsnlen: Add missing dependency. * modules/unistr/u8-mbsnlen (Depends-on): Add unistr/u8-mbtouc. Reported by Ian Beckwith . (cherry picked from commit 7b4e9927b3d39a2f5aaceb26b2ff773bd59c37ee) --- diff --git a/ChangeLog b/ChangeLog index dbdf0e1da..eac11ced0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2010-12-19 Bruno Haible + unistr/u8-mbsnlen: Add missing dependency. + * modules/unistr/u8-mbsnlen (Depends-on): Add unistr/u8-mbtouc. + Reported by Ian Beckwith . + +2010-12-19 Bruno Haible + iconv: Make it possible again to use this module without 'iconv-h'. * modules/iconv (configure.ac): Don't invoke gl_ICONV_MODULE_INDICATOR if it is not defined. diff --git a/modules/unistr/u8-mbsnlen b/modules/unistr/u8-mbsnlen index 372626a07..c3a693796 100644 --- a/modules/unistr/u8-mbsnlen +++ b/modules/unistr/u8-mbsnlen @@ -7,6 +7,7 @@ lib/unistr/u8-mbsnlen.c Depends-on: unistr/base unistr/u8-mbtoucr +unistr/u8-mbtouc configure.ac: gl_LIBUNISTRING_MODULE([0.9.4], [unistr/u8-mbsnlen])