Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
2180f41c
Commit
2180f41c
authored
Apr 27, 2000
by
Michael Graff
Browse files
deal with version file and BIND_VERSION differently.
parent
d1baeb38
Changes
3
Hide whitespace changes
Inline
Side-by-side
configure
View file @
2180f41c
...
...
@@ -3819,8 +3819,10 @@ BIND9_INCLUDES=$BIND9_TOP_BUILDDIR/make/includes
BIND9_MAKE_RULES
=
$BIND9_TOP_BUILDDIR
/make/rules
.
$srcdir
/version
BIND9_VERSION
=
"VERSION=
${
MAJORVER
}
.
${
MINORVER
}
.
${
PATCHVER
}${
RELEASETYPE
}${
RELEASEVER
}
"
BIND9_VERSION
=
$srcdir
/version
LIBISC_API
=
$srcdir
/lib/isc/api
...
...
@@ -4105,8 +4107,7 @@ s%@BIND9_LWRES_BUILDINCLUDE@%$BIND9_LWRES_BUILDINCLUDE%g
s%@BIND9_INCLUDES@%%g
/@BIND9_MAKE_RULES@/r
$BIND9_MAKE_RULES
s%@BIND9_MAKE_RULES@%%g
/@BIND9_VERSION@/r
$BIND9_VERSION
s%@BIND9_VERSION@%%g
s%@BIND9_VERSION@%
$BIND9_VERSION
%g
/@LIBISC_API@/r
$LIBISC_API
s%@LIBISC_API@%%g
/@LIBDNS_API@/r
$LIBDNS_API
...
...
configure.in
View file @
2180f41c
...
...
@@ -13,7 +13,7 @@ dnl PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
dnl ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
dnl SOFTWARE.
AC_REVISION($Revision: 1.12
0
$)
AC_REVISION($Revision: 1.12
1
$)
AC_PREREQ(2.13)
...
...
@@ -800,8 +800,9 @@ BIND9_INCLUDES=$BIND9_TOP_BUILDDIR/make/includes
AC_SUBST_FILE(BIND9_MAKE_RULES)
BIND9_MAKE_RULES=$BIND9_TOP_BUILDDIR/make/rules
AC_SUBST_FILE(BIND9_VERSION)
BIND9_VERSION=$srcdir/version
. $srcdir/version
BIND9_VERSION="VERSION=${MAJORVER}.${MINORVER}.${PATCHVER}${RELEASETYPE}${RELEASEVER}"
AC_SUBST(BIND9_VERSION)
AC_SUBST_FILE(LIBISC_API)
LIBISC_API=$srcdir/lib/isc/api
...
...
version
View file @
2180f41c
MAJORVER = 9
MINORVER = 0
PATCHVER = 0
RELEASETYPE = b
RELEASEVER = 3
VERSION = ${MAJORVER}.${MINORVER}.${PATCHVER}${RELEASETYPE}${RELEASEVER}
# $Id: version,v 1.13 2000/04/27 23:47:49 explorer Exp $
#
# This file must follow /bin/sh rules. It is imported directly via
# configure.
#
MAJORVER=9
MINORVER=0
PATCHVER=0
RELEASETYPE=b
RELEASEVER=3
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment