From: Daiki Ueno Date: Wed, 7 Aug 2013 09:24:13 +0000 (+0200) Subject: Update after gnulib changed. X-Git-Tag: v0.19~181 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd831d9d774464cfb5e6efd562f528a6160cc80d;p=thirdparty%2Fgettext.git Update after gnulib changed. --- diff --git a/gnulib b/gnulib index 03e96cc33..ade95dda0 160000 --- a/gnulib +++ b/gnulib @@ -1 +1 @@ -Subproject commit 03e96cc338b5237e15fce73e9423526969ee768a +Subproject commit ade95dda0df7e42c80c5e6d7cb51fe44d0663719 diff --git a/gnulib-local/ChangeLog b/gnulib-local/ChangeLog index 3ceccda93..c3f09ca4a 100644 --- a/gnulib-local/ChangeLog +++ b/gnulib-local/ChangeLog @@ -1,3 +1,8 @@ +2013-08-07 Daiki Ueno + + Update after gnulib changed. + * modules/regex.diff: Update. + 2013-07-21 Daiki Ueno Update after gnulib changed. diff --git a/gnulib-local/modules/regex.diff b/gnulib-local/modules/regex.diff index fb56b3cbf..f0d32ea40 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]