From: Daiki Ueno Date: Mon, 14 Jul 2014 04:23:07 +0000 (+0900) Subject: build: Work around undefined _GL_ATTRIBUTE_PURE in libintl X-Git-Tag: v0.19.2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a7d75eb9dc9c21c8707ffa66690e1389965b317;p=thirdparty%2Fgettext.git build: Work around undefined _GL_ATTRIBUTE_PURE in libintl * Makefile.am (distcheck-hook): Ignore the difference between our localename.c and the latest Gnulib's, which utilizes _GL_ATTRIBUTE_PURE not available from libintl. This is a temporary fix for the 0.19.2 release and should be reverted once it is fixed either in gettext or Gnulib. --- diff --git a/ChangeLog b/ChangeLog index fb7555dbe..14b2106e1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2014-07-14 Daiki Ueno + + build: Work around undefined _GL_ATTRIBUTE_PURE in libintl + * Makefile.am (distcheck-hook): Ignore the difference between our + localename.c and the latest Gnulib's, which utilizes + _GL_ATTRIBUTE_PURE not available from libintl. This is a + temporary fix for the 0.19.2 release and should be reverted once + it is fixed either in gettext or Gnulib. + 2014-06-10 Daiki Ueno * gettext 0.19.1 released. diff --git a/Makefile.am b/Makefile.am index 22fe6144d..c71b4ace0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -75,7 +75,7 @@ distcheck-hook: test "`sed 1,17d gettext-runtime/intl/config.charset | md5sum`" = "`sed 1,17d gettext-tools/gnulib-lib/config.charset | md5sum`" test "`sed 1,16d gettext-runtime/intl/localcharset.h | md5sum`" = "`sed 1,16d gettext-tools/gnulib-lib/localcharset.h | md5sum`" test "`sed 1,16d gettext-runtime/intl/localcharset.c | md5sum`" = "`sed 1,16d gettext-tools/gnulib-lib/localcharset.c | md5sum`" - test "`sed 1,16d gettext-runtime/intl/localename.c | md5sum`" = "`sed 1,16d gettext-tools/gnulib-lib/localename.c | md5sum`" +# test "`sed 1,16d gettext-runtime/intl/localename.c | md5sum`" = "`sed 1,16d gettext-tools/gnulib-lib/localename.c | md5sum`" test "`sed 1,15d gettext-runtime/intl/lock.h | md5sum`" = "`sed 1,15d gettext-tools/gnulib-lib/glthread/lock.h | md5sum`" test "`sed 1,15d gettext-runtime/intl/lock.c | md5sum`" = "`sed -e 1,15d -e 's,glthread/,,g' gettext-tools/gnulib-lib/glthread/lock.c | md5sum`" test "`sed 1,16d gettext-runtime/intl/verify.h | md5sum`" = "`sed 1,16d gettext-tools/gnulib-lib/verify.h | md5sum`"