summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorClint Adams <schizo@debian.org>2009-07-22 18:08:07 -0500
committerClint Adams <schizo@debian.org>2009-07-22 18:08:07 -0500
commit86bbc911e93efe1f0957ee887182b3d64bb0eec4 (patch)
treeb5396e313f5bdcce6df85c7e787b214d68e715d4 /Makefile.am
parent47c0ab9528ec53e5a0a6e761ba3789055e048638 (diff)
Imported Upstream version 4.2.1
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index c1e6a29..178a6cd 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -21,6 +21,8 @@ DISTCHECK_CONFIGURE_FLAGS = XGETTEXT='$(SHELL) -c : dummy' $(EXTRA_DC_FLAGS)
EXTRA_DC_FLAGS =
dist-hook:
+ test $(COPYRIGHT_YEAR) = `date +%Y` || \
+ { echo Copyright year not updated; exit 1; }
cmp bootstrap.sh $(srcdir)/bootstrap.sh > /dev/null 2>&1 || \
cp -p bootstrap.sh $(srcdir)/bootstrap.sh
cp -p $(srcdir)/bootstrap.sh $(distdir)/bootstrap.sh