* GNUmakefile: Don't imply that $(_curr-ver) is the new version string.
+2007-10-29 Jim Meyering <meyering@redhat.com>
+
+ Change a "make dist" diagnostic.
+ * GNUmakefile: Don't imply that $(_curr-ver) is the new version string.
+
2007-10-29 Bob Proulx <bob@proulx.com>
Improve color terminal escape usage.
ifneq (,$(_is-dist-target))
_curr-ver := $(shell build-aux/git-version-gen .version)
ifneq ($(_curr-ver),$(VERSION))
- $(info INFO: running autoreconf for new version string: $(_curr-ver))
+ $(info INFO: running autoreconf for new version string; old: $(_curr-ver))
dummy := $(shell rm -rf autom4te.cache; autoreconf)
endif
endif