Extract the version number from NEWS if git-describe is not available.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Wed, 8 Aug 2007 23:41:06 +0000 (16:41 -0700)
committerMichael Vrable <mvrable@turin.ucsd.edu>
Wed, 8 Aug 2007 23:41:06 +0000 (16:41 -0700)
commit98d72e33a0c677ba638c599f9739cb929496f9b9
tree7465379817a8d93199642a208ad2677546b54c7b
parente43854eb2fa6853b6faebfbeee4b22ce1ff24331
Extract the version number from NEWS if git-describe is not available.

This should allow building from tarballs (not the git version), and still
correctly fill in the version number (so it can be incorporated into
generated files).

If git-describe does not return a value, the first word from the NEWS file
is taken as the version number.
Makefile
NEWS