diff options
-rw-r--r-- | CHANGELOG | 2 | ||||
-rwxr-xr-x | configure | 20 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 13 insertions, 11 deletions
@@ -2,6 +2,8 @@ Changes in v1.4.4: - Misc small fixes + - Add RPM spec files + Changes in v1.4.3: - Fixes for systems with multiple WiMAX devices @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.63 for WiMAX low level tools 1.4.4.rc0. +# Generated by GNU Autoconf 2.63 for WiMAX low level tools 1.4.4. # # Report bugs to <linux-wimax@intel.com>. # @@ -745,8 +745,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='WiMAX low level tools' PACKAGE_TARNAME='wimax-tools' -PACKAGE_VERSION='1.4.4.rc0' -PACKAGE_STRING='WiMAX low level tools 1.4.4.rc0' +PACKAGE_VERSION='1.4.4' +PACKAGE_STRING='WiMAX low level tools 1.4.4' PACKAGE_BUGREPORT='linux-wimax@intel.com' ac_unique_file="lib/internal.h" @@ -1491,7 +1491,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.4.4.rc0 to adapt to many kinds of systems. +\`configure' configures WiMAX low level tools 1.4.4 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1561,7 +1561,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of WiMAX low level tools 1.4.4.rc0:";; + short | recursive ) echo "Configuration of WiMAX low level tools 1.4.4:";; esac cat <<\_ACEOF @@ -1682,7 +1682,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -WiMAX low level tools configure 1.4.4.rc0 +WiMAX low level tools configure 1.4.4 generated by GNU Autoconf 2.63 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -1696,7 +1696,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.4.4.rc0, which was +It was created by WiMAX low level tools $as_me 1.4.4, which was generated by GNU Autoconf 2.63. Invocation command line was $ $0 $@ @@ -2546,7 +2546,7 @@ fi # Define the identity of the package. PACKAGE='wimax-tools' - VERSION='1.4.4.rc0' + VERSION='1.4.4' cat >>confdefs.h <<_ACEOF @@ -12327,7 +12327,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.4.4.rc0, which was +This file was extended by WiMAX low level tools $as_me 1.4.4, which was generated by GNU Autoconf 2.63. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -12390,7 +12390,7 @@ Report bugs to <bug-autoconf@gnu.org>." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_version="\\ -WiMAX low level tools config.status 1.4.4.rc0 +WiMAX low level tools config.status 1.4.4 configured by $0, generated by GNU Autoconf 2.63, with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" diff --git a/configure.in b/configure.in index 1c93f01..01057c2 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ AC_PREREQ(2.50) -AC_INIT([WiMAX low level tools], [1.4.4.rc0], +AC_INIT([WiMAX low level tools], [1.4.4], [linux-wimax@intel.com], [wimax-tools]) AC_CONFIG_SRCDIR([lib/internal.h]) AM_INIT_AUTOMAKE |