From: Bruno Haible Date: Sat, 10 Nov 2007 23:19:03 +0000 (+0000) Subject: Check consistency of eoverflow.m4. X-Git-Tag: v0.18~503 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c68a17e67b29ba7e734bc3f2f0b81d7238942c23;p=thirdparty%2Fgettext.git Check consistency of eoverflow.m4. --- diff --git a/ChangeLog b/ChangeLog index 3430289ab..2f748e160 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-11-10 Bruno Haible + + * Makefile.am (distcheck-hook): Add a check for eoverflow.m4. + 2007-11-07 Bruno Haible * gettext-0.17 released. diff --git a/Makefile.am b/Makefile.am index 8befc0a72..cd0f20afc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -42,6 +42,7 @@ distcheck-hook: cmp -s gettext-runtime/po/remove-potcdate.sin gettext-tools/po/remove-potcdate.sin cmp -s gettext-runtime/po/remove-potcdate.sin gettext-tools/examples/po/remove-potcdate.sin cmp -s gettext-runtime/m4/codeset.m4 gettext-tools/gnulib-m4/codeset.m4 + cmp -s gettext-runtime/m4/eoverflow.m4 gettext-tools/gnulib-m4/eoverflow.m4 cmp -s gettext-runtime/m4/gettext.m4 gettext-tools/gnulib-m4/gettext.m4 cmp -s gettext-runtime/m4/glibc2.m4 gettext-tools/gnulib-m4/glibc2.m4 cmp -s gettext-runtime/m4/glibc21.m4 gettext-tools/gnulib-m4/glibc21.m4