* GNUmakefile: Update git-version-gen invocation so make dist

succeeds.
This commit is contained in:
Joel E. Denny
2008-04-21 18:16:32 +00:00
parent 1cfe6375ce
commit 0f664b89d4
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2008-04-21 Joel E. Denny <jdenny@ces.clemson.edu>
* GNUmakefile: Update git-version-gen invocation so make dist
succeeds.
2008-04-21 Joel E. Denny <jdenny@ces.clemson.edu>
Update to the current gnulib CVS repository, and fix trigraph handling

View File

@@ -45,7 +45,7 @@ include Makefile
ifeq (0,$(MAKELEVEL))
_is-dist-target = $(filter dist% alpha beta major,$(MAKECMDGOALS))
ifneq (,$(_is-dist-target))
_curr-ver := $(shell build-aux/git-version-gen 0 .version)
_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))