From: Paul Eggert Date: Sun, 1 Jul 2018 01:47:11 +0000 (-0700) Subject: regex: trim module dependencies X-Git-Tag: v1.0~5535 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=b12a85c0bdbe2fdeee165eee39749effbd2cd45b;p=gnulib.git 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. --- diff --git a/ChangeLog b/ChangeLog index e5c1e02c79..e25f5a7d61 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2018-06-30 Paul Eggert + + 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 regex: glibc does not use intprops.h diff --git a/modules/regex b/modules/regex index 1030f03008..8a6afcb5ba 100644 --- a/modules/regex +++ b/modules/regex @@ -19,11 +19,7 @@ ssize_t 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] @@ -32,7 +28,6 @@ stdint [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