]> Savannah Git Hosting - gnulib.git/commitdiff
regex: trim module dependencies
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 1 Jul 2018 01:47:11 +0000 (18:47 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 1 Jul 2018 01:48:43 +0000 (18:48 -0700)
* 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.

ChangeLog
modules/regex

index e5c1e02c797515846b524117806e748dab72c5fb..e25f5a7d615985ce98d224e42e7e9388daabc2e0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+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
index 1030f03008fccf19f1cc29dbe9af642125da873e..8a6afcb5ba79058fffd3d60bb14b88ad4c42acae 100644 (file)
@@ -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