From: Mark Andrews Date: Wed, 14 May 2014 04:49:37 +0000 (+1000) Subject: 9.11 X-Git-Tag: v9.11.0a1~1643 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=92b796c963e7ba0217debfa27a0709f94934f5d5;p=thirdparty%2Fbind9.git 9.11 --- diff --git a/configure b/configure index 21a014c2b3a..a38abb9fc08 100755 --- 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 . # @@ -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\\" diff --git a/configure.in b/configure.in index 6bca7fe1ce2..1f6c0044cd2 100644 --- a/configure.in +++ b/configure.in @@ -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)