2 Aug 08:45
Re: use git-version-gen (was: Re: bison.1 in version control?)
Joel E. Denny <jdenny <at> ces.clemson.edu>
2008-08-02 06:45:08 GMT
2008-08-02 06:45:08 GMT
On Sun, 20 Jul 2008, Joel E. Denny wrote: > > m4 uses this additional trick, to turn on gnits mode for major releases but use > > the more relaxed gnu mode for development: > Sure. I've seen one place where this change might help with Bison. > During development between releases, I don't like that "make dist" should > force me to name the next release in NEWS by using the name of the current > state of the code. That is, I feel that it would be best if unofficial > tarballs are not forced to have bogus NEWS entries. I pushed the patch below for this. > > > > AC_DEFINE([PACKAGE_COPYRIGHT_YEAR], [2008], > > > > [The copyright year for this package]) > > > > This could almost be considered redundant information with the gnulib module > > version-etc. > > I'll look into that. I'm not sure yet what to do with this. That copyright year is hard-coded in gnulib/lib/version-etc.c, but doc/yacc.1.in also needs to depend on it. Seems like configure ought to substitute it instead. Also, it's not clear to me that Bison's copyright year should be whatever gnulib was last updated to have. Maybe the copyright year should come from the latest change shown by git log? I need to think about it more, but suggestions are welcome. From a1e50014a0ba37b3de9900754be8c04f57d18c9a Mon Sep 17 00:00:00 2001(Continue reading)
RSS Feed