From: Bruno Haible Date: Sat, 6 Oct 2007 01:24:34 +0000 (+0000) Subject: Update distcheck hook. X-Git-Tag: v0.17~152 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e00033d16cea416129c24febbaba4eb155363a3c;p=thirdparty%2Fgettext.git Update distcheck hook. --- diff --git a/ChangeLog b/ChangeLog index f985d0e23..a5a8d801f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-10-05 Bruno Haible + + * 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 * Makefile.am (EXTRA_DIST): Add build-aux/fixaclocal. diff --git a/Makefile.am b/Makefile.am index 785a580fd..d7ce0488b 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.