summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Habets <thomas@habets.pp.se>2010-03-31 20:06:56 +0200
committerThomas Habets <thomas@habets.pp.se>2010-03-31 20:06:56 +0200
commit7e1b58484e5c5d316bcdbe03e78b5b0286d9e2b3 (patch)
tree2f01f9df4f6abf14d99ea8a73c8f65b6b089e88b
parent0cd90c5de75551fac716c611ec3a454c5fd270cf (diff)
downloadarping-7e1b58484e5c5d316bcdbe03e78b5b0286d9e2b3.tar.gz
upped version to 2.09
-rwxr-xr-xconfigure20
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 11 deletions
diff --git a/configure b/configure
index 979787d..b9bdb6e 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.61 for arping 2.08.
+# Generated by GNU Autoconf 2.61 for arping 2.09.
#
# Report bugs to <thomas@habets.pp.se>.
#
@@ -574,8 +574,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='arping'
PACKAGE_TARNAME='arping'
-PACKAGE_VERSION='2.08'
-PACKAGE_STRING='arping 2.08'
+PACKAGE_VERSION='2.09'
+PACKAGE_STRING='arping 2.09'
PACKAGE_BUGREPORT='thomas@habets.pp.se'
ac_unique_file="src/arping.c"
@@ -1222,7 +1222,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 arping 2.08 to adapt to many kinds of systems.
+\`configure' configures arping 2.09 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1293,7 +1293,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of arping 2.08:";;
+ short | recursive ) echo "Configuration of arping 2.09:";;
esac
cat <<\_ACEOF
@@ -1379,7 +1379,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-arping configure 2.08
+arping configure 2.09
generated by GNU Autoconf 2.61
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1393,7 +1393,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 arping $as_me 2.08, which was
+It was created by arping $as_me 2.09, which was
generated by GNU Autoconf 2.61. Invocation command line was
$ $0 $@
@@ -2210,7 +2210,7 @@ fi
# Define the identity of the package.
PACKAGE='arping'
- VERSION='2.08'
+ VERSION='2.09'
cat >>confdefs.h <<_ACEOF
@@ -6364,7 +6364,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 arping $as_me 2.08, which was
+This file was extended by arping $as_me 2.09, which was
generated by GNU Autoconf 2.61. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -6417,7 +6417,7 @@ Report bugs to <bug-autoconf@gnu.org>."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-arping config.status 2.08
+arping config.status 2.09
configured by $0, generated by GNU Autoconf 2.61,
with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
diff --git a/configure.ac b/configure.ac
index 869ee3c..2b42253 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61)
-AC_INIT(arping, 2.08, thomas@habets.pp.se)
+AC_INIT(arping, 2.09, thomas@habets.pp.se)
AC_CANONICAL_SYSTEM
AC_CONFIG_SRCDIR([src/arping.c])
AM_INIT_AUTOMAKE