Problems reported by Bruno Haible in:
https://lists.gnu.org/r/bug-gnulib/2018-07/msg00001.html
* modules/regex (Depends-on): Add lock, memcmp, memmove,
and wctype back in. lock because regex users shouldn’t
need to know that regex needs locking, and the rest because
gnulib-tool should ordinarily ignore them anyway.
+2018-07-01 Paul Eggert <eggert@cs.ucla.edu>
+
+ regex: revert most trimming
+ Problems reported by Bruno Haible in:
+ https://lists.gnu.org/r/bug-gnulib/2018-07/msg00001.html
+ * modules/regex (Depends-on): Add lock, memcmp, memmove,
+ and wctype back in. lock because regex users shouldn’t
+ need to know that regex needs locking, and the rest because
+ gnulib-tool should ordinarily ignore them anyway.
+
2018-06-30 Paul Eggert <eggert@cs.ucla.edu>
regex: trim module dependencies
btowc [test $ac_use_included_regex = yes]
builtin-expect [test $ac_use_included_regex = yes]
intprops [test $ac_use_included_regex = yes]
+lock [test "$ac_cv_gnu_library_2_1:$ac_use_included_regex" = no:yes]
+memcmp [test $ac_use_included_regex = yes]
+memmove [test $ac_use_included_regex = yes]
mbrtowc [test $ac_use_included_regex = yes]
mbsinit [test $ac_use_included_regex = yes]
nl_langinfo [test $ac_use_included_regex = yes]
wchar [test $ac_use_included_regex = yes]
wcrtomb [test $ac_use_included_regex = yes]
wctype-h [test $ac_use_included_regex = yes]
+wctype [test $ac_use_included_regex = yes]
configure.ac:
gl_REGEX