diff options
author | Bruno Haible <bruno@clisp.org> | 2007-10-31 23:58:25 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:15:28 +0200 |
commit | 2d2131c27db9ef07fbdff4cb0ec815bd64aede3f (patch) | |
tree | 04ec17218a3dd176a1bddf8fa249b4e8cb680c04 | |
parent | 9ec01d49344d1ffd4085f81c30c72c6a7d713963 (diff) | |
download | external_gettext-2d2131c27db9ef07fbdff4cb0ec815bd64aede3f.zip external_gettext-2d2131c27db9ef07fbdff4cb0ec815bd64aede3f.tar.gz external_gettext-2d2131c27db9ef07fbdff4cb0ec815bd64aede3f.tar.bz2 |
Update distcheckhook checks.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Makefile.am | 6 |
2 files changed, 8 insertions, 3 deletions
@@ -1,5 +1,10 @@ 2007-10-31 Bruno Haible <bruno@clisp.org> + * Makefile.am (distcheck-hook): Exclude copyright header when comparing + localename.c, relocatable.h, relocatable.c. + +2007-10-31 Bruno Haible <bruno@clisp.org> + * PACKAGING: Remove ulonglong.m4. * Makefile.am (distcheck-hook): Remove check of ulonglong.m4. diff --git a/Makefile.am b/Makefile.am index 1fb26d6..6f603de 100644 --- a/Makefile.am +++ b/Makefile.am @@ -70,7 +70,7 @@ distcheck-hook: test "`sed 1,19d gettext-runtime/intl/config.charset | md5sum`" = "`sed 1,18d gettext-tools/gnulib-lib/config.charset | md5sum`" 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`" - cmp -s gettext-runtime/intl/localename.c gettext-tools/gnulib-lib/localename.c + 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`" cmp -s gettext-runtime/intl/printf-args.h gettext-runtime/libasprintf/printf-args.h @@ -79,8 +79,8 @@ distcheck-hook: cmp -s gettext-runtime/intl/printf-parse.c gettext-runtime/libasprintf/printf-parse.c test "`sed 1,18d gettext-runtime/intl/ref-add.sin | md5sum`" = "`sed 1,17d gettext-tools/gnulib-lib/ref-add.sin | md5sum`" test "`sed 1,18d gettext-runtime/intl/ref-del.sin | md5sum`" = "`sed 1,17d gettext-tools/gnulib-lib/ref-del.sin | md5sum`" - cmp -s gettext-runtime/intl/relocatable.h gettext-tools/gnulib-lib/relocatable.h - cmp -s gettext-runtime/intl/relocatable.c gettext-tools/gnulib-lib/relocatable.c + test "`sed 1,18d gettext-runtime/intl/relocatable.h | md5sum`" = "`sed 1,18d gettext-tools/gnulib-lib/relocatable.h | md5sum`" + test "`sed 1,18d gettext-runtime/intl/relocatable.c | md5sum`" = "`sed 1,18d gettext-tools/gnulib-lib/relocatable.c | md5sum`" cmp -s gettext-runtime/intl/vasnprintf.h gettext-runtime/libasprintf/vasnprintf.h cmp -s gettext-runtime/intl/vasnprintf.c gettext-runtime/libasprintf/vasnprintf.c cmp -s gettext-runtime/intl/xsize.h gettext-runtime/libasprintf/xsize.h |