md5, sha1, sha256, sha512: fix compile error in c++ mode
[gnulib.git] / modules / mbswidth
index f7cd340..a7301ab 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+Determine the number of screen columns needed for a string.
 
 Files:
 lib/mbswidth.h
@@ -8,6 +9,12 @@ m4/mbrtowc.m4
 m4/mbswidth.m4
 
 Depends-on:
+wchar
+wctype-h
+mbrtowc
+mbsinit
+wcwidth
+extensions
 
 configure.ac:
 gl_MBSWIDTH
@@ -18,3 +25,8 @@ lib_SOURCES += mbswidth.h mbswidth.c
 Include:
 "mbswidth.h"
 
+License:
+GPL
+
+Maintainer:
+Bruno Haible