2007-11-22 Jim Meyering <meyering@redhat.com>
+ * GNUmakefile: Correct the "rerunning..." diagnostic.
+
Make it easier to diagnose PATH-induced "make distcheck" failures.
* Makefile.maint (write_loser): Define.
(my-distcheck): Use an always-failing wrapper script, that gives
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; old: $(_curr-ver))
+ $(info INFO: running autoreconf for new version string: $(_curr-ver))
dummy := $(shell rm -rf autom4te.cache; autoreconf)
endif
endif