Allow more version number flexibility, by using Automake "gnu" mode.
authorBen Pfaff <blp@gnu.org>
Mon, 15 Feb 2010 21:46:49 +0000 (13:46 -0800)
committerBen Pfaff <blp@gnu.org>
Mon, 15 Feb 2010 21:46:49 +0000 (13:46 -0800)
commit21d3872bf07546c69b979a89563d7c72da34aeb6
tree391644dd6d993815f108dcad506b7789072b66fd
parentc6308e236260e0de05eb161c02a8e9eadf6246c7
Allow more version number flexibility, by using Automake "gnu" mode.

The "gnits" mode that PSPP has used for some time constrains version
numbers considerably.  For example, it prevents using two hyphens in the
version number to indicate, for instance, a prerelease and a Git commit
number like 0.8.0-pre1-g12345678.

This commit changes PSPP to use "gnu" mode instead, and then to also
enable the extra options that "gnits" mode enabled automatically
that we still want to use.

The Automake manual discourages using "gnits" mode anyhow:

     ...Unless you are a Gnits standards contributor, it is
     recommended that you avoid this option until such time as the Gnits
     standard is actually published (which may never happen).
Makefile.am