summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2007-11-11 21:46:53 +0100
committerJim Meyering <meyering@redhat.com>2007-11-13 00:10:48 +0100
commitdcae1fc7859cdc1bb3235f17f70f398a81033ccf (patch)
tree0bb81d71b1797ff6a0cbcc5842e79564dedc5fb6 /GNUmakefile
parentb69f240e06b92951d389f8dd291914d61f0b29e4 (diff)
downloadautoconf-dcae1fc7859cdc1bb3235f17f70f398a81033ccf.tar.gz
Add autoreconf's -v option, to give some feedback.
Don't imply that $(_curr-ver) is the new version string.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile4
1 files 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