summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am13
-rw-r--r--lisp/idutils.el2
2 files changed, 0 insertions, 15 deletions
diff --git a/Makefile.am b/Makefile.am
index 7d63db1..aeeefec 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -13,19 +13,6 @@ EXTRA_DIST = \
bootstrap.conf \
build-aux/vc-list-files
-# When the version number is composed of only digits and "."s,
-# ensure that it matches the "Version:" comment in idutils.el.
-f = $(srcdir)/lisp/idutils.el
-distcheck-hook:
- case "$(VERSION)" in *[^.0-9]*) chk=n;; *) chk=y;; esac; \
- if test $$chk = y; then \
- v=`echo "$(VERSION)" | sed 's/\./\\\\./'`; \
- grep '^;; Version: '"$$v"'$$' $(f) > /dev/null && : \
- || { echo 1>&2 $(f): update version to $(VERSION);exit 1; } \
- else \
- :; \
- fi
-
dist-hook:
if test -d .git; then \
$(top_srcdir)/build-aux/gitlog-to-changelog --since=2008-01-01 \
diff --git a/lisp/idutils.el b/lisp/idutils.el
index daedefd..ea6f7b7 100644
--- a/lisp/idutils.el
+++ b/lisp/idutils.el
@@ -2,8 +2,6 @@
;;; Copyright (C) 1995, 1996, 2006-2008 Free Software Foundation, Inc.
;;; Greg McGary <gkm@gnu.ai.mit.edu>.
-;; Version: 4.2.90
-
;; This file is part of GNU idutils.
;; GNU idutils is free software; you can redistribute it and/or modify