summaryrefslogtreecommitdiffstats
path: root/gnulib-local
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@gnu.org>2014-05-14 17:42:09 +0900
committerDaiki Ueno <ueno@gnu.org>2014-05-14 17:42:20 +0900
commit571979d60ede70bc1b85d3c02633a79d7c5389bb (patch)
treeaf723f0935f7267cacc385648d287322c5e9770a /gnulib-local
parent49f558efc30a730af2ed6cce6eb1472081357839 (diff)
downloadexternal_gettext-571979d60ede70bc1b85d3c02633a79d7c5389bb.zip
external_gettext-571979d60ede70bc1b85d3c02633a79d7c5389bb.tar.gz
external_gettext-571979d60ede70bc1b85d3c02633a79d7c5389bb.tar.bz2
Update after gnulib changed.
Diffstat (limited to 'gnulib-local')
-rw-r--r--gnulib-local/ChangeLog6
-rw-r--r--gnulib-local/modules/regex.diff19
2 files changed, 6 insertions, 19 deletions
diff --git a/gnulib-local/ChangeLog b/gnulib-local/ChangeLog
index 0cbeb99..15333d7 100644
--- a/gnulib-local/ChangeLog
+++ b/gnulib-local/ChangeLog
@@ -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
index f0d32ea..0000000
--- a/gnulib-local/modules/regex.diff
+++ /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]