summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Habets <thomas@habets.se>2012-07-01 17:16:11 +0100
committerThomas Habets <thomas@habets.se>2012-07-01 17:16:11 +0100
commit36c262e5e67f9f34b9d2d81be413928c3fb1d98f (patch)
tree94835f9f43b6c5eb93fbad8e186c892946696396
parent1e912a90969e0432370dc80503b63e1ca724a52a (diff)
downloadarping-2.12.tar.gz
Upped version to 2.12arping-2.12
-rwxr-xr-xconfigure20
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 11 deletions
diff --git a/configure b/configure
index be40c69..f99875c 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.67 for arping 2.11.
+# Generated by GNU Autoconf 2.67 for arping 2.12.
#
# Report bugs to <thomas@habets.se>.
#
@@ -552,8 +552,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='arping'
PACKAGE_TARNAME='arping'
-PACKAGE_VERSION='2.11'
-PACKAGE_STRING='arping 2.11'
+PACKAGE_VERSION='2.12'
+PACKAGE_STRING='arping 2.12'
PACKAGE_BUGREPORT='thomas@habets.se'
PACKAGE_URL=''
@@ -1252,7 +1252,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.11 to adapt to many kinds of systems.
+\`configure' configures arping 2.12 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1323,7 +1323,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of arping 2.11:";;
+ short | recursive ) echo "Configuration of arping 2.12:";;
esac
cat <<\_ACEOF
@@ -1412,7 +1412,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-arping configure 2.11
+arping configure 2.12
generated by GNU Autoconf 2.67
Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1834,7 +1834,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.11, which was
+It was created by arping $as_me 2.12, which was
generated by GNU Autoconf 2.67. Invocation command line was
$ $0 $@
@@ -2761,7 +2761,7 @@ fi
# Define the identity of the package.
PACKAGE='arping'
- VERSION='2.11'
+ VERSION='2.12'
cat >>confdefs.h <<_ACEOF
@@ -5654,7 +5654,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 arping $as_me 2.11, which was
+This file was extended by arping $as_me 2.12, which was
generated by GNU Autoconf 2.67. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -5720,7 +5720,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="\\
-arping config.status 2.11
+arping config.status 2.12
configured by $0, generated by GNU Autoconf 2.67,
with options \\"\$ac_cs_config\\"
diff --git a/configure.ac b/configure.ac
index ac18965..54b692e 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.11, thomas@habets.se)
+AC_INIT(arping, 2.12, thomas@habets.se)
AC_CANONICAL_SYSTEM
AC_CONFIG_SRCDIR([src/arping.c])
AM_INIT_AUTOMAKE