From: Bruno Haible Date: Sun, 17 Aug 2008 13:56:58 +0000 (+0000) Subject: Update distcheck-hook after gnulib change. X-Git-Tag: v0.18~371 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26414ace6f3c926aa09e0ca11d7ce1a192a07c56;p=thirdparty%2Fgettext.git Update distcheck-hook after gnulib change. --- diff --git a/ChangeLog b/ChangeLog index 66f3df555..3b7121d64 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-08-17 Bruno Haible + + * Makefile.am (distcheck-hook): Also compare threadlib.m4. + 2008-08-14 Bruno Haible * Makefile.am (distcheck-hook): Update check of lock.h and lock.c. diff --git a/Makefile.am b/Makefile.am index e026e09da..f510ed28e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -63,6 +63,7 @@ distcheck-hook: cmp -s gettext-runtime/m4/progtest.m4 gettext-tools/gnulib-m4/progtest.m4 cmp -s gettext-runtime/m4/size_max.m4 gettext-tools/gnulib-m4/size_max.m4 cmp -s gettext-runtime/m4/stdint_h.m4 gettext-tools/gnulib-m4/stdint_h.m4 + cmp -s gettext-runtime/m4/threadlib.m4 gettext-tools/gnulib-m4/threadlib.m4 cmp -s gettext-runtime/m4/uintmax_t.m4 gettext-tools/gnulib-m4/uintmax_t.m4 cmp -s gettext-runtime/m4/visibility.m4 gettext-tools/gnulib-m4/visibility.m4 cmp -s gettext-runtime/m4/wchar_t.m4 gettext-tools/gnulib-m4/wchar_t.m4