diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 69eae57..3bdc9e5 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ AC_PREREQ(2.50) -AC_INIT([WiMAX low level tools], [1.3.92], +AC_INIT([WiMAX low level tools], [1.3.95], [linux-wimax@intel.com], [wimax-tools]) AC_CONFIG_SRCDIR([lib/internal.h]) AM_INIT_AUTOMAKE @@ -104,7 +104,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 |