#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for vnstat 2.2_beta1.
+# Generated by GNU Autoconf 2.69 for vnstat 2.2_beta2.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
# Identity of this package.
PACKAGE_NAME='vnstat'
PACKAGE_TARNAME='vnstat'
-PACKAGE_VERSION='2.2_beta1'
-PACKAGE_STRING='vnstat 2.2_beta1'
+PACKAGE_VERSION='2.2_beta2'
+PACKAGE_STRING='vnstat 2.2_beta2'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
# 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 vnstat 2.2_beta1 to adapt to many kinds of systems.
+\`configure' configures vnstat 2.2_beta2 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of vnstat 2.2_beta1:";;
+ short | recursive ) echo "Configuration of vnstat 2.2_beta2:";;
esac
cat <<\_ACEOF
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-vnstat configure 2.2_beta1
+vnstat configure 2.2_beta2
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by vnstat $as_me 2.2_beta1, which was
+It was created by vnstat $as_me 2.2_beta2, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
# Define the identity of the package.
PACKAGE='vnstat'
- VERSION='2.2_beta1'
+ VERSION='2.2_beta2'
cat >>confdefs.h <<_ACEOF
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by vnstat $as_me 2.2_beta1, which was
+This file was extended by vnstat $as_me 2.2_beta2, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-vnstat config.status 2.2_beta1
+vnstat config.status 2.2_beta2
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
.BI "-i, --iface " interface
Select one specific
.I interface
-and apply actions to only it.
+and apply actions to only it. For queries, it is possible to merge the
+information of two or more interfaces using the
+.I interface1+interface2+...
+syntax.
.TP
.B "--iflist"
Display traffic summary for the default interface or multiple interfaces
when more than one is monitored.
+.TP
+.B "vnstat -i eth0+eth1+eth3"
+Display traffic summary for a merge of interfaces eth0, eth1 and eth3.
+
.TP
.B "vnstat -i eth2 --xml"
Output all information about interface eth2 in xml format.
.BI "-i, --iface " interface
Use
.I interface
-instead of default or configured interface.
+instead of default or configured interface. It is also possible to merge the
+information of two or more interfaces using the
+.I interface1+interface2+...
+syntax.
.TP
.BI "--locale " locale
.B "vnstati -s -i eth0 -o /tmp/vnstat.png"
Output traffic summary for interface eth0 to file /tmp/vnstat.png.
+.TP
+.B "vnstati -vs -i eth0+eth1+eth2 -o /tmp/vnstat.png"
+Output traffic summary with hourly data under the normal summary for a merge of
+interfaces eth0, eth1 and eth2 to file /tmp/vnstat.png.
+
.TP
.B "vnstati -h -c 15 -o /tmp/vnstat_h.png"
Output hourly traffic statistics for default interface to file /tmp/vnstat_h.png