]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
build: Work around undefined _GL_ATTRIBUTE_PURE in libintl
authorDaiki Ueno <ueno@gnu.org>
Mon, 14 Jul 2014 04:23:07 +0000 (13:23 +0900)
committerDaiki Ueno <ueno@gnu.org>
Mon, 14 Jul 2014 04:26:02 +0000 (13:26 +0900)
* 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.

ChangeLog
Makefile.am

index fb7555dbece569e6c08d980354b180ead1e2da54..14b2106e12bf54e5ed7c6c6b385eb26a8bd541fd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2014-07-14  Daiki Ueno  <ueno@gnu.org>
+
+       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  <ueno@gnu.org>
 
        * gettext 0.19.1 released.
index 22fe6144ddeb4fdec3c831cf8f8b2d36fd6274d4..c71b4ace01108422b51f2cf34a83d6bdef974923 100644 (file)
@@ -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`"