[svn] commit: r1567 - /trunk/configure.ac

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Mar 19 02:15:46 UTC 2010


Author: jreed
Date: Fri Mar 19 02:15:46 2010
New Revision: 1567

Log:
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.

Modified:
    trunk/configure.ac

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Fri Mar 19 02:15:46 2010
@@ -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 at isc.org)
+AC_INIT(bind10-devel, 20100318, bind10-bugs at isc.org)
 AC_CONFIG_SRCDIR(README)
 AM_INIT_AUTOMAKE
 AC_CONFIG_HEADERS([config.h])
@@ -36,11 +36,11 @@
 	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
 




More information about the bind10-changes mailing list