summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorInaky Perez-Gonzalez <inaky@linux.intel.com>2009-01-21 16:31:25 -0800
committerInaky Perez-Gonzalez <inaky@linux.intel.com>2009-01-21 16:31:25 -0800
commitd0e74f8bcc986b3b4c9a351502f0500021e394cf (patch)
tree1f8a93b724e79d5e888eb33266bdd1490882f279
parent20df284dab75c9d2d0fe3a2b8eea3a74e0bdde3a (diff)
autoconf: roll out 1.4.0
Signed-off-by: Inaky Perez-Gonzalez <inaky@linux.intel.com>
-rwxr-xr-xconfigure20
-rw-r--r--configure.in2
2 files changed, 11 insertions, 11 deletions
diff --git a/configure b/configure
index 9aca213..3bc0454 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 WiMAX low level tools 1.3.98.
+# Generated by GNU Autoconf 2.61 for WiMAX low level tools 1.4.0.
#
# Report bugs to <linux-wimax@intel.com>.
#
@@ -728,8 +728,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='WiMAX low level tools'
PACKAGE_TARNAME='wimax-tools'
-PACKAGE_VERSION='1.3.98'
-PACKAGE_STRING='WiMAX low level tools 1.3.98'
+PACKAGE_VERSION='1.4.0'
+PACKAGE_STRING='WiMAX low level tools 1.4.0'
PACKAGE_BUGREPORT='linux-wimax@intel.com'
ac_unique_file="lib/internal.h"
@@ -1407,7 +1407,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 WiMAX low level tools 1.3.98 to adapt to many kinds of systems.
+\`configure' configures WiMAX low level tools 1.4.0 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1477,7 +1477,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of WiMAX low level tools 1.3.98:";;
+ short | recursive ) echo "Configuration of WiMAX low level tools 1.4.0:";;
esac
cat <<\_ACEOF
@@ -1599,7 +1599,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-WiMAX low level tools configure 1.3.98
+WiMAX low level tools configure 1.4.0
generated by GNU Autoconf 2.61
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1613,7 +1613,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 WiMAX low level tools $as_me 1.3.98, which was
+It was created by WiMAX low level tools $as_me 1.4.0, which was
generated by GNU Autoconf 2.61. Invocation command line was
$ $0 $@
@@ -2304,7 +2304,7 @@ fi
# Define the identity of the package.
PACKAGE='wimax-tools'
- VERSION='1.3.98'
+ VERSION='1.4.0'
cat >>confdefs.h <<_ACEOF
@@ -20764,7 +20764,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 WiMAX low level tools $as_me 1.3.98, which was
+This file was extended by WiMAX low level tools $as_me 1.4.0, which was
generated by GNU Autoconf 2.61. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -20817,7 +20817,7 @@ Report bugs to <bug-autoconf@gnu.org>."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-WiMAX low level tools config.status 1.3.98
+WiMAX low level tools config.status 1.4.0
configured by $0, generated by GNU Autoconf 2.61,
with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
diff --git a/configure.in b/configure.in
index 5d15377..486d4ac 100644
--- a/configure.in
+++ b/configure.in
@@ -1,5 +1,5 @@
AC_PREREQ(2.50)
-AC_INIT([WiMAX low level tools], [1.3.98],
+AC_INIT([WiMAX low level tools], [1.4.0],
[linux-wimax@intel.com], [wimax-tools])
AC_CONFIG_SRCDIR([lib/internal.h])
AM_INIT_AUTOMAKE