Browse Source

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.


git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@711 e5f2f494-b856-4b98-b285-d166d9295462

Jeremy C. Reed 15 years ago
parent
commit
5fad17f5bc
2 changed files with 2 additions and 2 deletions
  1. 1 1
      configure.ac
  2. 1 1
      src/bin/auth/config.h.in

+ 1 - 1
configure.ac

@@ -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@isc.org)
+AC_INIT(bind10, 10.0.0, bind10-bugs@isc.org)
 AC_CONFIG_SRCDIR(README)
 AM_INIT_AUTOMAKE
 AC_CONFIG_HEADERS([config.h])

+ 1 - 1
src/bin/auth/config.h.in

@@ -1 +1 @@
-#define AUTH_SPECFILE_LOCATION "@prefix@/share/bind/auth.spec"
+#define AUTH_SPECFILE_LOCATION "@prefix@/share/@PACKAGE@/auth.spec"