autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Make inter-release --version output more useful.


From: Ralf Wildenhues
Subject: Re: [PATCH] Make inter-release --version output more useful.
Date: Sat, 27 Oct 2007 20:51:31 +0200
User-agent: Mutt/1.5.13 (2006-08-11)

Another nit:

* Jim Meyering wrote on Sat, Oct 27, 2007 at 07:38:23PM CEST:
> +ifeq (0,$(MAKELEVEL))
> +  _is-dist-target = $(filter dist% alpha beta major,$(MAKECMDGOALS))
> +  ifneq (,$(_is-dist-target))
> +    _curr-ver := $(shell build-aux/git-version-gen .version)
> +    ifneq ($(_curr-ver),$(VERSION))
> +      $(info INFO: rerunning autoconf for new version string: $(_curr-ver))
> +      dummy := $(shell rm -rf autom4te.cache; $(AUTOCONF))

Does that ensure that the just-built autoconf is run on the tree?
If yes, then aclocal and automake should be run, too.  They should
be the last released versions.

> +    endif
> +  endif
> +endif

Cheers,
Ralf




reply via email to

[Prev in Thread] Current Thread [Next in Thread]