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
