added missing dependencies to fix failing unistr/ tests
[gnulib.git] / modules / regex
index 133fa75..ecfd832 100644 (file)
@@ -1,21 +1,45 @@
 Description:
+Regular expression matching.
 
 Files:
 lib/regex.h
 lib/regex.c
+lib/regex_internal.c
+lib/regex_internal.h
+lib/regexec.c
+lib/regcomp.c
 m4/regex.m4
+m4/mbstate_t.m4
 
 Depends-on:
-alloca
-unlocked-io
-gettext
+alloca-opt
+btowc
+extensions
+gettext-h
+localcharset
+malloc
+memcmp
+memmove
+mbrtowc
+mbsinit
+nl_langinfo
+stdbool
+stdint
+ssize_t
+wchar
+wcrtomb
+wctype
 
 configure.ac:
 gl_REGEX
 
 Makefile.am:
-lib_SOURCES += regex.h
 
 Include:
-"regex.h"
+<regex.h>
 
+License:
+LGPLv2+
+
+Maintainer:
+all