summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-11-10 23:19:03 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:15:33 +0200
commitc68a17e67b29ba7e734bc3f2f0b81d7238942c23 (patch)
tree9d9e20a1500aa70e28f7b27f63ff17903aaaf992
parentce28d1e01757fa71153abeaa9328ad7621222e6b (diff)
downloadexternal_gettext-c68a17e67b29ba7e734bc3f2f0b81d7238942c23.zip
external_gettext-c68a17e67b29ba7e734bc3f2f0b81d7238942c23.tar.gz
external_gettext-c68a17e67b29ba7e734bc3f2f0b81d7238942c23.tar.bz2
Check consistency of eoverflow.m4.
-rw-r--r--ChangeLog4
-rw-r--r--Makefile.am1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3430289..2f748e1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-11-10 Bruno Haible <bruno@clisp.org>
+
+ * Makefile.am (distcheck-hook): Add a check for eoverflow.m4.
+
2007-11-07 Bruno Haible <bruno@clisp.org>
* gettext-0.17 released.
diff --git a/Makefile.am b/Makefile.am
index 8befc0a..cd0f20a 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