[svn] commit: r711 - in /branches/parkinglot: configure.ac src/bin/auth/config.h.in

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Feb 3 17:28:50 UTC 2010


Author: jreed
Date: Wed Feb  3 17:28:49 2010
New Revision: 711

Log:
Change package name from "bind" to "bind10". I know this is redundant
for bind10-10.0.0.  This defines @PACKAGE@ or $PACKAGE used for
installation subdirectory names.

Modified:
    branches/parkinglot/configure.ac
    branches/parkinglot/src/bin/auth/config.h.in

Modified: branches/parkinglot/configure.ac
==============================================================================
--- branches/parkinglot/configure.ac (original)
+++ branches/parkinglot/configure.ac Wed Feb  3 17:28:49 2010
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.59])
-AC_INIT(bind, 10.0.0, bind10-bugs at isc.org)
+AC_INIT(bind10, 10.0.0, bind10-bugs at isc.org)
 AC_CONFIG_SRCDIR(README)
 AM_INIT_AUTOMAKE
 AC_CONFIG_HEADERS([config.h])

Modified: branches/parkinglot/src/bin/auth/config.h.in
==============================================================================
--- branches/parkinglot/src/bin/auth/config.h.in (original)
+++ branches/parkinglot/src/bin/auth/config.h.in Wed Feb  3 17:28:49 2010
@@ -1,1 +1,1 @@
-#define AUTH_SPECFILE_LOCATION "@prefix@/share/bind/auth.spec"
+#define AUTH_SPECFILE_LOCATION "@prefix@/share/@PACKAGE@/auth.spec"




More information about the bind10-changes mailing list