]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Update after gnulib change.
authorBruno Haible <bruno@clisp.org>
Thu, 14 Aug 2008 09:09:04 +0000 (09:09 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:15:46 +0000 (12:15 +0200)
ChangeLog
Makefile.am

index 76b99e05802784146a18c9ee0bc3787a3a8ff2a2..66f3df555b73024b869d60dace121e85832206b1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-08-14  Bruno Haible  <bruno@clisp.org>
+
+       * Makefile.am (distcheck-hook): Update check of lock.h and lock.c.
+
 2008-05-22  Bruno Haible  <bruno@clisp.org>
 
        * README.woe32: Add a note about the libiconv dependency.
index cd0f20afc45fcc86dcc39a38f5415b016e239981..e026e09da200bd645487eb34c9e857d92255215c 100644 (file)
@@ -1,5 +1,5 @@
 ## Makefile for the toplevel directory of GNU gettext
-## Copyright (C) 1995-1999, 2000-2007 Free Software Foundation, Inc.
+## Copyright (C) 1995-1999, 2000-2008 Free Software Foundation, Inc.
 ##
 ## This program is free software: you can redistribute it and/or modify
 ## it under the terms of the GNU General Public License as published by
@@ -72,8 +72,8 @@ distcheck-hook:
        test "`sed 1,18d gettext-runtime/intl/localcharset.h | md5sum`" = "`sed 1,17d gettext-tools/gnulib-lib/localcharset.h | md5sum`"
        test "`sed 1,18d gettext-runtime/intl/localcharset.c | md5sum`" = "`sed 1,17d gettext-tools/gnulib-lib/localcharset.c | md5sum`"
        test "`sed 1,17d gettext-runtime/intl/localename.c | md5sum`" = "`sed 1,17d gettext-tools/gnulib-lib/localename.c | md5sum`"
-       test "`sed 1,17d gettext-runtime/intl/lock.h | md5sum`" = "`sed 1,16d gettext-tools/gnulib-lib/lock.h | md5sum`"
-       test "`sed 1,17d gettext-runtime/intl/lock.c | md5sum`" = "`sed 1,16d gettext-tools/gnulib-lib/lock.c | md5sum`"
+       test "`sed 1,17d gettext-runtime/intl/lock.h | md5sum`" = "`sed 1,16d gettext-tools/gnulib-lib/glthread/lock.h | md5sum`"
+       test "`sed 1,17d gettext-runtime/intl/lock.c | md5sum`" = "`sed -e 1,16d -e 's,glthread/,,g' gettext-tools/gnulib-lib/glthread/lock.c | md5sum`"
        cmp -s gettext-runtime/intl/printf-args.h gettext-runtime/libasprintf/printf-args.h
        cmp -s gettext-runtime/intl/printf-args.c gettext-runtime/libasprintf/printf-args.c
        cmp -s gettext-runtime/intl/printf-parse.h gettext-runtime/libasprintf/printf-parse.h