Prepare for 2.9.13
authorWouter Verhelst <w@uter.be>
Thu, 9 Jul 2009 08:56:25 +0000 (10:56 +0200)
committerWouter Verhelst <w@uter.be>
Thu, 9 Jul 2009 08:56:25 +0000 (10:56 +0200)
configure
configure.ac

index 53f3581..deb3b65 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.63 for nbd 2.9.12.
+# Generated by GNU Autoconf 2.63 for nbd 2.9.13.
 #
 # Report bugs to <wouter@debian.org>.
 #
@@ -596,8 +596,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
 # Identity of this package.
 PACKAGE_NAME='nbd'
 PACKAGE_TARNAME='nbd'
-PACKAGE_VERSION='2.9.12'
-PACKAGE_STRING='nbd 2.9.12'
+PACKAGE_VERSION='2.9.13'
+PACKAGE_STRING='nbd 2.9.13'
 PACKAGE_BUGREPORT='wouter@debian.org'
 
 # Factoring default headers for most tests.
@@ -1309,7 +1309,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 nbd 2.9.12 to adapt to many kinds of systems.
+\`configure' configures nbd 2.9.13 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1379,7 +1379,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of nbd 2.9.12:";;
+     short | recursive ) echo "Configuration of nbd 2.9.13:";;
    esac
   cat <<\_ACEOF
 
@@ -1477,7 +1477,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-nbd configure 2.9.12
+nbd configure 2.9.13
 generated by GNU Autoconf 2.63
 
 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1491,7 +1491,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 nbd $as_me 2.9.12, which was
+It was created by nbd $as_me 2.9.13, which was
 generated by GNU Autoconf 2.63.  Invocation command line was
 
   $ $0 $@
@@ -2207,7 +2207,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='nbd'
- VERSION='2.9.12'
+ VERSION='2.9.13'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -8962,7 +8962,7 @@ exec 6>&1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by nbd $as_me 2.9.12, which was
+This file was extended by nbd $as_me 2.9.13, which was
 generated by GNU Autoconf 2.63.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -9025,7 +9025,7 @@ Report bugs to <bug-autoconf@gnu.org>."
 _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_version="\\
-nbd config.status 2.9.12
+nbd config.status 2.9.13
 configured by $0, generated by GNU Autoconf 2.63,
   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 
index 7145fbf..603e143 100644 (file)
@@ -1,7 +1,7 @@
 dnl Configure script for NBD system
 dnl (c) 1998 Martin Mares <mj@ucw.cz>, (c) 2000 Pavel Machek <pavel@ucw.cz>,
 dnl (c) 2003-2006 Wouter Verhelst <wouter@debian.org>
-AC_INIT([nbd],[2.9.12],[wouter@debian.org])
+AC_INIT([nbd],[2.9.13],[wouter@debian.org])
 AM_INIT_AUTOMAKE(foreign dist-bzip2)
 AM_MAINTAINER_MODE