diff options
author | Bruno Haible <bruno@clisp.org> | 2007-10-06 01:24:34 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:15:14 +0200 |
commit | e00033d16cea416129c24febbaba4eb155363a3c (patch) | |
tree | 22a4c918ee27d50c117f70849bd61f986e723fc8 | |
parent | 7c4e256ecddc8e937cc724df6dee19a0936bb69c (diff) | |
download | external_gettext-e00033d16cea416129c24febbaba4eb155363a3c.zip external_gettext-e00033d16cea416129c24febbaba4eb155363a3c.tar.gz external_gettext-e00033d16cea416129c24febbaba4eb155363a3c.tar.bz2 |
Update distcheck hook.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | Makefile.am | 7 |
2 files changed, 9 insertions, 4 deletions
@@ -1,3 +1,9 @@ +2007-10-05 Bruno Haible <bruno@clisp.org> + + * Makefile.am (distcheck-hook): Update check of relocatable.h, + relocatable.c. Check alloca.in.h instead of alloca_.h. Remove check of + strdup.h. + 2007-10-03 Bruno Haible <bruno@clisp.org> * Makefile.am (EXTRA_DIST): Add build-aux/fixaclocal. diff --git a/Makefile.am b/Makefile.am index 785a580..d7ce048 100644 --- a/Makefile.am +++ b/Makefile.am @@ -81,8 +81,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 gnulib-local/lib/relocatable.h - cmp -s gettext-runtime/intl/relocatable.c gnulib-local/lib/relocatable.c + 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 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 @@ -96,9 +96,8 @@ 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_.h | md5sum`" = "`sed 1,17d gettext-runtime/libasprintf/alloca_.h | md5sum`" + test "`sed 1,17d 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.h gettext-tools/gnulib-lib/strdup.h cmp -s gettext-tools/libgrep/strdup.c gettext-tools/gnulib-lib/strdup.c # DJGPP port. |