diff options
author | Jim Meyering <jim@meyering.net> | 2007-09-03 10:52:49 +0200 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-09-03 11:22:20 +0200 |
commit | 4055cd5a2679bc625c4dde7bce941461481ea8b0 (patch) | |
tree | 473fb5f4ff05128193c4fdbda664a6774379ed44 /ChangeLog | |
parent | d0bd493a2a1d6a0c80d5b29a0e135592544bef07 (diff) | |
download | coreutils-4055cd5a2679bc625c4dde7bce941461481ea8b0.tar.xz |
Run autoconf manually, if needed to get an updated version string.
* GNUmakefile: Don't actually touch configure.ac.
That would make git-version-gen always print "...-dirty".
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2007-09-03 Jim Meyering <jim@meyering.net> + Invoke $(AUTOCONF) manually, if needed to get an updated version string. + * GNUmakefile: Don't actually touch configure.ac. + That would make git-version-gen always print "...-dirty". + Don't change '-'s to '.'s in the string from git-describe. * build-aux/git-version-gen: Leave '-'s in the string from git-describe. Otherwise, s/-/./g would make it too hard to distinguish the base |