From b0c7deb12a9580dd50b87f08d1c95fb3da533cb7 Mon Sep 17 00:00:00 2001 From: "Jeremy C. Reed" Date: Fri, 19 Mar 2010 02:15:46 +0000 Subject: [PATCH] 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 --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 77113a9670..a6882d1d15 100644 --- a/configure.ac +++ b/configure.ac @@ -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