diff options
author | Bruno Haible <bruno@clisp.org> | 2007-10-07 23:04:36 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:15:16 +0200 |
commit | 7ffc2051def99e20ffb3777ed8843b973f5d4720 (patch) | |
tree | 9a46bb337fefa1dfb526e03cd3cec6dedacb1947 | |
parent | 9c164936c36c171be0e4bdbf4e80381151d42c40 (diff) | |
download | external_gettext-7ffc2051def99e20ffb3777ed8843b973f5d4720.zip external_gettext-7ffc2051def99e20ffb3777ed8843b973f5d4720.tar.gz external_gettext-7ffc2051def99e20ffb3777ed8843b973f5d4720.tar.bz2 |
Update distcheck hook.
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | Makefile.am | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -2,6 +2,7 @@ * COPYING: Replace with GPL 3. * windows/gettext.rc (Comments): Update. + * Makefile.am (distcheck-hook): Update. 2007-10-06 Bruno Haible <bruno@clisp.org> diff --git a/Makefile.am b/Makefile.am index 151a2b8..d2d9004 100644 --- a/Makefile.am +++ b/Makefile.am @@ -95,7 +95,7 @@ distcheck-hook: cmp -s gettext-runtime/libasprintf/texi2html gettext-tools/doc/texi2html cmp -s gettext-tools/examples/hello-java-awt/m4/TestAWT.java gettext-tools/examples/hello-java-swing/m4/TestAWT.java cmp -s gettext-tools/examples/hello-java-awt/m4/TestAWT.class gettext-tools/examples/hello-java-swing/m4/TestAWT.class - test "`sed 1,17d gnulib-local/lib/alloca.in.h | md5sum`" = "`sed 1,17d gettext-runtime/libasprintf/alloca.in.h | md5sum`" + test "`sed 1,15d gnulib-local/lib/alloca.in.h | md5sum`" = "`sed 1,17d gettext-runtime/libasprintf/alloca.in.h | md5sum`" cmp -s gettext-tools/libgrep/memchr.c gettext-tools/gnulib-lib/memchr.c cmp -s gettext-tools/libgrep/strdup.c gettext-tools/gnulib-lib/strdup.c |