summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorInaky Perez-Gonzalez <inaky@linux.intel.com>2008-12-05 10:38:36 -0800
committerInaky Perez-Gonzalez <inaky@linux.intel.com>2008-12-05 10:38:36 -0800
commit435dfd98646ce9ab9c694c54127385f3ab591e9c (patch)
treeae4cb1a2087bf4ea259dbe0ef8419a9d3ddf5aac
parentdb3556cf952c4b319afbaa9f5179d109e628ef43 (diff)
release: v1.3.96
Signed-off-by: Inaky Perez-Gonzalez <inaky@linux.intel.com>
-rwxr-xr-xconfigure22
-rw-r--r--configure.in2
2 files changed, 12 insertions, 12 deletions
diff --git a/configure b/configure
index ae53fca..49c828c 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.93.
+# Generated by GNU Autoconf 2.61 for WiMAX low level tools 1.3.96.
#
# 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.93'
-PACKAGE_STRING='WiMAX low level tools 1.3.93'
+PACKAGE_VERSION='1.3.96'
+PACKAGE_STRING='WiMAX low level tools 1.3.96'
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.93 to adapt to many kinds of systems.
+\`configure' configures WiMAX low level tools 1.3.96 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.93:";;
+ short | recursive ) echo "Configuration of WiMAX low level tools 1.3.96:";;
esac
cat <<\_ACEOF
@@ -1594,7 +1594,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-WiMAX low level tools configure 1.3.93
+WiMAX low level tools configure 1.3.96
generated by GNU Autoconf 2.61
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1608,7 +1608,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.93, which was
+It was created by WiMAX low level tools $as_me 1.3.96, which was
generated by GNU Autoconf 2.61. Invocation command line was
$ $0 $@
@@ -2299,7 +2299,7 @@ fi
# Define the identity of the package.
PACKAGE='wimax-tools'
- VERSION='1.3.93'
+ VERSION='1.3.96'
cat >>confdefs.h <<_ACEOF
@@ -20309,7 +20309,7 @@ wimax_gnl_version=$(grep '^[[:space:]]*WIMAX_GNL_VERSION[[:space:]]*=[[:space:]]
| sed 's/^[[:space:]]*WIMAX_GNL_VERSION[[:space:]]*=[[:space:]]*\([0-9]\+\),$/\1/')
wimax_gnl_vmajor=$(($wimax_gnl_version / 10))
wimax_gnl_vminor=$(($wimax_gnl_version % 10))
-need_vmajor=3
+need_vmajor=0
need_vminor=0
if test $wimax_gnl_vmajor != $need_vmajor
then
@@ -20761,7 +20761,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.93, which was
+This file was extended by WiMAX low level tools $as_me 1.3.96, which was
generated by GNU Autoconf 2.61. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -20814,7 +20814,7 @@ Report bugs to <bug-autoconf@gnu.org>."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-WiMAX low level tools config.status 1.3.93
+WiMAX low level tools config.status 1.3.96
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 3bdc9e5..a73cc1b 100644
--- a/configure.in
+++ b/configure.in
@@ -1,5 +1,5 @@
AC_PREREQ(2.50)
-AC_INIT([WiMAX low level tools], [1.3.95],
+AC_INIT([WiMAX low level tools], [1.3.96],
[linux-wimax@intel.com], [wimax-tools])
AC_CONFIG_SRCDIR([lib/internal.h])
AM_INIT_AUTOMAKE