Parcourir la source

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

Jeremy C. Reed il y a 15 ans
Parent
commit
b0c7deb12a
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3 3
      configure.ac

+ 3 - 3
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