From: Mark Andrews Date: Tue, 13 Oct 2009 03:38:49 +0000 (+0000) Subject: support ESV version strings X-Git-Tag: v9.5.2-P1~1^5~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a95d4c4083f77e7f88b2abec6c11e18170c1ef7d;p=thirdparty%2Fbind9.git support ESV version strings --- diff --git a/configure.in b/configure.in index b9e0fa60459..5d39005ad68 100644 --- a/configure.in +++ b/configure.in @@ -18,7 +18,7 @@ AC_DIVERT_PUSH(1)dnl esyscmd([sed "s/^/# /" COPYRIGHT])dnl AC_DIVERT_POP()dnl -AC_REVISION($Revision: 1.432.60.34 $) +AC_REVISION($Revision: 1.432.60.35 $) AC_INIT(lib/dns/name.c) AC_PREREQ(2.59) @@ -2693,7 +2693,7 @@ AC_SUBST_FILE(BIND9_MAKE_RULES) BIND9_MAKE_RULES=$BIND9_TOP_BUILDDIR/make/rules . $srcdir/version -BIND9_VERSION="VERSION=${MAJORVER}.${MINORVER}.${PATCHVER}${RELEASETYPE}${RELEASEVER}" +BIND9_VERSION="VERSION=${MAJORVER}.${MINORVER}${PATCHVER:+.}${PATCHVER}${RELEASETYPE}${RELEASEVER}" AC_SUBST(BIND9_VERSION) AC_SUBST_FILE(LIBISC_API)