From dcae1fc7859cdc1bb3235f17f70f398a81033ccf Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 11 Nov 2007 21:46:53 +0100 Subject: [PATCH] Add autoreconf's -v option, to give some feedback. Don't imply that $(_curr-ver) is the new version string. --- GNUmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index 8929a243..645d63c1 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -53,8 +53,8 @@ ifeq (0,$(MAKELEVEL)) ifneq (,$(_is-dist-target)) _curr-ver := $(shell build-aux/git-version-gen $(srcdir) .version) ifneq ($(_curr-ver),$(VERSION)) - $(info INFO: running autoreconf for new version string: $(_curr-ver)) - dummy := $(shell rm -rf autom4te.cache; autoreconf -i && $(MAKE) clean && rm -f INSTALL) + $(info INFO: running autoreconf for new version string; old: $(_curr-ver)) + dummy := $(shell rm -rf autom4te.cache; autoreconf -i -v && $(MAKE) clean && rm -f INSTALL) endif endif endif -- 2.47.2