From: Jim Meyering Date: Wed, 8 Nov 1995 05:55:55 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_13F~89 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dd3a08897371348fbcac1a951250273e28c4e26c;p=platform%2Fupstream%2Fcoreutils.git . --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index b4a9e05..1410d7c 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,19 @@ +Tue Nov 7 23:55:24 1995 Jim Meyering (meyering@comco.com) + + * .version: New file. + * configure.in (VERSION): New variable. + (PACKAGE): New variable. + + * Makefile.in (DISTFILES): Add .version. + (distdir): Use @PACKAGE@-@VERSION@, not distname. + Remove all references to distname. + * src/Makefile.in (version.c): Generate it. + * doc/Makefile.in (version.texi): Use @PACKAGE@-@VERSION@, + not version.c + + * */Makefile.in (distdir): Use @PACKAGE@-@VERSION@, not distname. + Remove all references to distname. + * split.c: New option: --verbose. (main): Recognize it. (usage): Document it.