]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Update after gnulib changed.
authorDaiki Ueno <ueno@gnu.org>
Wed, 14 May 2014 08:42:09 +0000 (17:42 +0900)
committerDaiki Ueno <ueno@gnu.org>
Wed, 14 May 2014 08:42:20 +0000 (17:42 +0900)
gnulib-local/ChangeLog
gnulib-local/modules/regex.diff [deleted file]

index 0cbeb99cc24b42d8a91738dc10ba54021cbc3c52..15333d7d9e15e4c2a817359996f23b1ad90cc8db 100644 (file)
@@ -1,3 +1,9 @@
+2014-05-14  Daiki Ueno  <ueno@gnu.org>
+
+       Update after gnulib changed.
+       * modules/regex.diff: Remove.  modules/regex no longer depends on
+       malloc-gnu thus this patch is not needed anymore.
+
 2014-04-07  Daiki Ueno  <ueno@gnu.org>
 
        Update after gnulib changed.
diff --git a/gnulib-local/modules/regex.diff b/gnulib-local/modules/regex.diff
deleted file mode 100644 (file)
index f0d32ea..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-*** modules/regex.orig 2013-08-07 11:21:47.439501602 +0200
---- modules/regex      2013-08-07 11:22:00.332593344 +0200
-***************
-*** 19,25 ****
-  btowc           [test $ac_use_included_regex = yes]
-  gettext-h       [test $ac_use_included_regex = yes]
-  lock      [test "$ac_cv_gnu_library_2_1:$ac_use_included_regex" = no:yes]
-! malloc-gnu      [test $ac_use_included_regex = yes]
-  memcmp          [test $ac_use_included_regex = yes]
-  memmove         [test $ac_use_included_regex = yes]
-  mbrtowc         [test $ac_use_included_regex = yes]
---- 19,25 ----
-  btowc           [test $ac_use_included_regex = yes]
-  gettext-h       [test $ac_use_included_regex = yes]
-  lock      [test "$ac_cv_gnu_library_2_1:$ac_use_included_regex" = no:yes]
-! malloc-posix    [test $ac_use_included_regex = yes]
-  memcmp          [test $ac_use_included_regex = yes]
-  memmove         [test $ac_use_included_regex = yes]
-  mbrtowc         [test $ac_use_included_regex = yes]