From: Daiki Ueno Date: Mon, 2 Jun 2014 21:20:30 +0000 (+0900) Subject: Fix the last commit X-Git-Tag: v0.19.1~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80cc3c2ff362f3eb63228594cbc5a0b362784eb4;p=thirdparty%2Fgettext.git Fix the last commit --- diff --git a/gnulib-local/ChangeLog b/gnulib-local/ChangeLog index c7466837a..2121ccc7a 100644 --- a/gnulib-local/ChangeLog +++ b/gnulib-local/ChangeLog @@ -1,3 +1,10 @@ +2014-06-03 Daiki Ueno + + build: Handle 'environ' global variable differently on cygwin x86_64 + Amendment to commit c97dafde. + * tests/test-environ.c.diff: New file. + * Makefile.am (EXTRA_DIST): Add new patch. + 2014-06-02 Daiki Ueno * gettext 0.19 released. diff --git a/gnulib-local/Makefile.am b/gnulib-local/Makefile.am index 1cde518d9..166b278d4 100644 --- a/gnulib-local/Makefile.am +++ b/gnulib-local/Makefile.am @@ -298,6 +298,7 @@ modules/xalloc \ modules/xalloc-die \ modules/xerror \ modules/xgetcwd \ +tests/test-environ.c.diff \ tests/test-moo-aroot.oo.c \ tests/test-moo-aroot.oo.h \ tests/test-moo-assign.c \