summaryrefslogtreecommitdiffstats
path: root/gnulib-local
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@gnu.org>2013-08-07 11:24:13 +0200
committerDaiki Ueno <ueno@gnu.org>2013-08-07 11:24:13 +0200
commitfd831d9d774464cfb5e6efd562f528a6160cc80d (patch)
tree8a0795cde36006677516b674214277787ee67d40 /gnulib-local
parent9a87e6aadd91994d11f1edb33caf0b786d79d86e (diff)
downloadexternal_gettext-fd831d9d774464cfb5e6efd562f528a6160cc80d.zip
external_gettext-fd831d9d774464cfb5e6efd562f528a6160cc80d.tar.gz
external_gettext-fd831d9d774464cfb5e6efd562f528a6160cc80d.tar.bz2
Update after gnulib changed.
Diffstat (limited to 'gnulib-local')
-rw-r--r--gnulib-local/ChangeLog5
-rw-r--r--gnulib-local/modules/regex.diff12
2 files changed, 11 insertions, 6 deletions
diff --git a/gnulib-local/ChangeLog b/gnulib-local/ChangeLog
index 3ceccda..c3f09ca 100644
--- a/gnulib-local/ChangeLog
+++ b/gnulib-local/ChangeLog
@@ -1,3 +1,8 @@
+2013-08-07 Daiki Ueno <ueno@gnu.org>
+
+ Update after gnulib changed.
+ * modules/regex.diff: Update.
+
2013-07-21 Daiki Ueno <ueno@gnu.org>
Update after gnulib changed.
diff --git a/gnulib-local/modules/regex.diff b/gnulib-local/modules/regex.diff
index fb56b3c..f0d32ea 100644
--- a/gnulib-local/modules/regex.diff
+++ b/gnulib-local/modules/regex.diff
@@ -1,18 +1,18 @@
-*** modules/regex.orig 2013-01-03 10:18:51.000000000 +0900
---- modules/regex 2013-01-03 10:20:47.000000000 +0900
+*** modules/regex.orig 2013-08-07 11:21:47.439501602 +0200
+--- modules/regex 2013-08-07 11:22:00.332593344 +0200
***************
-*** 18,24 ****
- alloca-opt [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-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]
---- 18,24 ----
- alloca-opt [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]