summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2008-08-14 09:09:04 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:15:46 +0200
commit58053cd8c0fd561289a03e41ccab78c59212d6a0 (patch)
treed2c17093357a2c87384963e9f510d46a9f2a1d02 /Makefile.am
parentae296eb308359c65e07879f56f0fa64744731999 (diff)
downloadgettext-58053cd8c0fd561289a03e41ccab78c59212d6a0.tar.gz
Update after gnulib change.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index cd0f20afc..e026e09da 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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