]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
9.11
authorMark Andrews <marka@isc.org>
Wed, 14 May 2014 04:49:37 +0000 (14:49 +1000)
committerMark Andrews <marka@isc.org>
Wed, 14 May 2014 04:49:37 +0000 (14:49 +1000)
configure
configure.in

index 21a014c2b3a7c02f2d12011711c4ca2961226fc1..a38abb9fc0817fcade4b7c17de759e7285a5b4f7 100755 (executable)
--- a/configure
+++ b/configure
@@ -15,7 +15,7 @@
 # PERFORMANCE OF THIS SOFTWARE.
 #
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for BIND 9.10.
+# Generated by GNU Autoconf 2.69 for BIND 9.11.
 #
 # Report bugs to <bind9-bugs@isc.org>.
 #
@@ -605,8 +605,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='BIND'
 PACKAGE_TARNAME='bind'
-PACKAGE_VERSION='9.10'
-PACKAGE_STRING='BIND 9.10'
+PACKAGE_VERSION='9.11'
+PACKAGE_STRING='BIND 9.11'
 PACKAGE_BUGREPORT='bind9-bugs@isc.org'
 PACKAGE_URL='https://www.isc.org/downloads/BIND/'
 
@@ -1579,7 +1579,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures BIND 9.10 to adapt to many kinds of systems.
+\`configure' configures BIND 9.11 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1647,7 +1647,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of BIND 9.10:";;
+     short | recursive ) echo "Configuration of BIND 9.11:";;
    esac
   cat <<\_ACEOF
 
@@ -1823,7 +1823,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-BIND configure 9.10
+BIND configure 9.11
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2429,7 +2429,7 @@ cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by BIND $as_me 9.10, which was
+It was created by BIND $as_me 9.11, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -21912,7 +21912,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by BIND $as_me 9.10, which was
+This file was extended by BIND $as_me 9.11, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -21979,7 +21979,7 @@ _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-BIND config.status 9.10
+BIND config.status 9.11
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
index 6bca7fe1ce2a8abe0358fdf41ee44a367c0bb761..1f6c0044cd2f0656f15faf88420fc88d29f0ac24 100644 (file)
@@ -32,7 +32,7 @@ AC_DIVERT_PUSH(1)dnl
 esyscmd([sed -e 's/^/# /' -e '/Portions of this code/,$d' COPYRIGHT])dnl
 AC_DIVERT_POP()dnl
 
-AC_INIT(BIND, [9.10], [bind9-bugs@isc.org], [], [https://www.isc.org/downloads/BIND/])
+AC_INIT(BIND, [9.11], [bind9-bugs@isc.org], [], [https://www.isc.org/downloads/BIND/])
 AC_PREREQ(2.59)
 
 AC_CONFIG_HEADER(config.h)