2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 13:37:55 +00:00

Update PACKAGE name and version.

Note the var and etc directories will have "bind10-devel" now.
This makes it clear that this is still experimental.


git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1567 e5f2f494-b856-4b98-b285-d166d9295462
This commit is contained in:
Jeremy C. Reed
2010-03-19 02:15:46 +00:00
parent ab89d5ffd0
commit b0c7deb12a

View File

@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.59])
AC_INIT(bind10, 10.0.0, bind10-bugs@isc.org)
AC_INIT(bind10-devel, 20100318, bind10-bugs@isc.org)
AC_CONFIG_SRCDIR(README)
AM_INIT_AUTOMAKE
AC_CONFIG_HEADERS([config.h])
@@ -36,11 +36,11 @@ else
AC_SUBST(PYTHON_PLATFORM)
pythondir='${prefix}/lib/python3.1/site-packages'
AC_SUBST(pythondir)
pkgpythondir='${pythondir}/bind10'
pkgpythondir='${pythondir}/'$PACKAGE
AC_SUBST(pkgpythondir)
pyexecdir='${exec_prefix}/lib/python3.1/site-packages'
AC_SUBST(pyexecdir)
pkgpyexecdir='${pyexecdir}/bind10'
pkgpyexecdir='${pyexecdir}/'$PACKAGE
AC_SUBST(pkgpyexecdir)
fi