+2018-06-30 Paul Eggert <eggert@cs.ucla.edu>
+
+ regex: trim module dependencies
+ * modules/regex (Depends-on): Remove gettext-h and lock,
+ since the regex code should work OK without these modules,
+ and Emacs uses it that way. Also remove memcmp, memmove,
+ and wctype, as these modules are obsolete and should not be
+ needed any more.
+
2018-06-29 Paul Eggert <eggert@cs.ucla.edu>
regex: glibc does not use intprops.h
alloca-opt [test $ac_use_included_regex = yes]
btowc [test $ac_use_included_regex = yes]
builtin-expect [test $ac_use_included_regex = yes]
-gettext-h [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