From: Simon Josefsson Date: Sat, 7 Jun 2008 14:36:36 +0000 (+0200) Subject: Update gnulib files. X-Git-Tag: gnutls_2_3_13~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6a7057dd9f3d9dc91c8ca2033b97a694fc228ed1;p=thirdparty%2Fgnutls.git Update gnulib files. --- diff --git a/GNUmakefile b/GNUmakefile index 0c1bc38afb..062900b547 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -59,9 +59,13 @@ ifeq ($(_have-git-version-gen)0,yes$(MAKELEVEL)) _curr-ver := $(shell cd $(srcdir) && ./$(_build-aux)/git-version-gen \ $(srcdir)/.tarball-version) ifneq ($(_curr-ver),$(VERSION)) - $(info INFO: running autoreconf for new version string: $(_curr-ver)) - _dummy := $(shell cd $(srcdir) && rm -rf autom4te.cache .version \ - && $(_autoreconf)) + ifeq ($(_curr-ver),UNKNOWN) + $(info WARNING: unable to verify if $(VERSION) is correct version) + else + $(info INFO: running autoreconf for new version string: $(_curr-ver)) + _dummy := $(shell cd $(srcdir) && rm -rf autom4te.cache .version \ + && $(_autoreconf)) + endif endif endif endif