From 2f1dedf371bceac647b7c27123c4248f75bbbf1f Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Thu, 27 Aug 1998 18:58:13 +0000 Subject: [PATCH] File VERSION removed from CVS since it is rebuilt every time as configure is run. configure.in defines VERSION now --- .cvsignore | 1 + VERSION | 1 - src/ChangeLog | 13 +++++++++++++ 3 files changed, 14 insertions(+), 1 deletion(-) delete mode 100644 VERSION diff --git a/.cvsignore b/.cvsignore index b5d64b3c1..2f6b4e123 100644 --- a/.cvsignore +++ b/.cvsignore @@ -8,3 +8,4 @@ config.log configure mcfn_install aclocal.m4 +VERSION diff --git a/VERSION b/VERSION deleted file mode 100644 index 5f43c0304..000000000 --- a/VERSION +++ /dev/null @@ -1 +0,0 @@ -#define VERSION "4.1.35" diff --git a/src/ChangeLog b/src/ChangeLog index f5af846b9..25db003a0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,16 @@ +Thu Aug 27 19:52:45 1998 Pavel Roskin + + * Make.common.in: Don't define VERSION anymore + + * configure.in: this is the right place for VERSION definition + + * acconfig.h: does not include file "VERSION" anymore + + * config.h.in: rebuilt by autoheader + + * VERSION: removed from CVS and added to .cvsignore since it + is rebuilt every time as configure is run + 1998-08-20 Raja R Harinath * mad.h: Include stdlib.h/malloc.h first, to prevent prototypes