diff options
author | Inaky Perez-Gonzalez <inaky@linux.intel.com> | 2008-12-10 16:00:14 -0800 |
---|---|---|
committer | Inaky Perez-Gonzalez <inaky@linux.intel.com> | 2008-12-10 16:00:14 -0800 |
commit | 05391ddafc687f06fd2850338387e6064de09f1f (patch) | |
tree | 3ceecfdabd300ace5944c3253766d82578330c44 | |
parent | 0ed3464107c0c0819c203ebc47e534b46bbbb0be (diff) |
release: v1.3.97
Signed-off-by: Inaky Perez-Gonzalez <inaky@linux.intel.com>
-rwxr-xr-x | configure | 20 | ||||
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | lib/Makefile.in | 5 |
3 files changed, 14 insertions, 13 deletions
@@ -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.96. +# Generated by GNU Autoconf 2.61 for WiMAX low level tools 1.3.97. # # 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.96' -PACKAGE_STRING='WiMAX low level tools 1.3.96' +PACKAGE_VERSION='1.3.97' +PACKAGE_STRING='WiMAX low level tools 1.3.97' 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.96 to adapt to many kinds of systems. +\`configure' configures WiMAX low level tools 1.3.97 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.96:";; + short | recursive ) echo "Configuration of WiMAX low level tools 1.3.97:";; 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.96 +WiMAX low level tools configure 1.3.97 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.96, which was +It was created by WiMAX low level tools $as_me 1.3.97, 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.96' + VERSION='1.3.97' cat >>confdefs.h <<_ACEOF @@ -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.96, which was +This file was extended by WiMAX low level tools $as_me 1.3.97, 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.96 +WiMAX low level tools config.status 1.3.97 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 39e26e8..60835bd 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ AC_PREREQ(2.50) -AC_INIT([WiMAX low level tools], [1.3.96], +AC_INIT([WiMAX low level tools], [1.3.97], [linux-wimax@intel.com], [wimax-tools]) AC_CONFIG_SRCDIR([lib/internal.h]) AM_INIT_AUTOMAKE diff --git a/lib/Makefile.in b/lib/Makefile.in index 55e32ea..052a66c 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -226,9 +226,10 @@ libwimaxll_la_SOURCES = $(libwimaxll_sources) # Trick automake libwimaxll_la_CFLAGS = $(AM_CFLAGS) # -version-info is CURRENT:REVISION:AGE -# CURRENT: inc for added interfaces +# CURRENT: inc for added, removed/changed interfaces # REVISION: inc for changes that do not affect the external interface -# AGE: inc for removed/changed existing interfaces +# AGE: inc for added interfaces +# set to zero if removed existing interfaces libwimaxll_la_LDFLAGS = -version-info 1:0:0 $(LIBNL1_LIBS) libwimaxll_a_SOURCES = $(libwimaxll_sources) all: config.h |