]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Add autoreconf's -v option, to give some feedback.
authorJim Meyering <meyering@redhat.com>
Sun, 11 Nov 2007 20:46:53 +0000 (21:46 +0100)
committerJim Meyering <meyering@redhat.com>
Mon, 12 Nov 2007 23:10:48 +0000 (00:10 +0100)
Don't imply that $(_curr-ver) is the new version string.

GNUmakefile

index 8929a2432681d30f13dd674d9bcd5147a7309f3f..645d63c19d26f50205630c3a327365091bbee7fd 100644 (file)
@@ -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