[svn] commit: r1568 - /branches/bind10-devel-20100319/configure.ac

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


Author: jreed
Date: Fri Mar 19 02:28:41 2010
New Revision: 1568

Log:
Manually merge in r1567 from trunk: (new package name and version)

Modified:
    branches/bind10-devel-20100319/configure.ac

Modified: branches/bind10-devel-20100319/configure.ac
==============================================================================
--- branches/bind10-devel-20100319/configure.ac (original)
+++ branches/bind10-devel-20100319/configure.ac Fri Mar 19 02:28:41 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