summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorneilbrown <neilbrown>2006-04-12 02:55:50 +0000
committerneilbrown <neilbrown>2006-04-12 02:55:50 +0000
commit0270a2498325b70be4c1ac91bb64c4f29607b57f (patch)
tree590f617261fbbfa137dbdd43aea79b9d15f6a230
parent660809fe7e597520d17deab9225f1b371c08d65c (diff)
downloadnfs-utils-origin.tar.gz
-rw-r--r--ChangeLog4
-rwxr-xr-xconfigure20
-rw-r--r--configure.in2
3 files changed, 15 insertions, 11 deletions
diff --git a/ChangeLog b/ChangeLog
index 789d3b4..e2dae51 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-04-12 NeilBrown <neilb@suse.de>
+ Set version to 1.0.8,
+ aclocal -I aclocal ; autoheader ; automake ; autoconf
+
2006-04-10 NeilBrown <neilb@suse.de>
Various paranoia checks:
gssd_proc.c: pass max_field sizes to sscanf to avoid buffer
diff --git a/configure b/configure
index 81bd40e..e0b1aad 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.59 for linux nfs-utils 1.0.8-rc4.
+# Generated by GNU Autoconf 2.59 for linux nfs-utils 1.0.8.
#
# Report bugs to <nfs@lists.sf.net>.
#
@@ -423,8 +423,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='linux nfs-utils'
PACKAGE_TARNAME='nfs-utils'
-PACKAGE_VERSION='1.0.8-rc4'
-PACKAGE_STRING='linux nfs-utils 1.0.8-rc4'
+PACKAGE_VERSION='1.0.8'
+PACKAGE_STRING='linux nfs-utils 1.0.8'
PACKAGE_BUGREPORT='nfs@lists.sf.net'
ac_unique_file="tools/getiversion/getiversion.c"
@@ -976,7 +976,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 linux nfs-utils 1.0.8-rc4 to adapt to many kinds of systems.
+\`configure' configures linux nfs-utils 1.0.8 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1042,7 +1042,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of linux nfs-utils 1.0.8-rc4:";;
+ short | recursive ) echo "Configuration of linux nfs-utils 1.0.8:";;
esac
cat <<\_ACEOF
@@ -1202,7 +1202,7 @@ fi
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\_ACEOF
-linux nfs-utils configure 1.0.8-rc4
+linux nfs-utils configure 1.0.8
generated by GNU Autoconf 2.59
Copyright (C) 2003 Free Software Foundation, Inc.
@@ -1216,7 +1216,7 @@ cat >&5 <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by linux nfs-utils $as_me 1.0.8-rc4, which was
+It was created by linux nfs-utils $as_me 1.0.8, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ $0 $@
@@ -1925,7 +1925,7 @@ fi
# Define the identity of the package.
PACKAGE='nfs-utils'
- VERSION='1.0.8-rc4'
+ VERSION='1.0.8'
cat >>confdefs.h <<_ACEOF
@@ -28088,7 +28088,7 @@ _ASBOX
} >&5
cat >&5 <<_CSEOF
-This file was extended by linux nfs-utils $as_me 1.0.8-rc4, which was
+This file was extended by linux nfs-utils $as_me 1.0.8, which was
generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -28151,7 +28151,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-linux nfs-utils config.status 1.0.8-rc4
+linux nfs-utils config.status 1.0.8
configured by $0, generated by GNU Autoconf 2.59,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
diff --git a/configure.in b/configure.in
index f4ef796..8b538a3 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
dnl
-AC_INIT([linux nfs-utils],[1.0.8-rc4],[nfs@lists.sf.net],[nfs-utils])
+AC_INIT([linux nfs-utils],[1.0.8],[nfs@lists.sf.net],[nfs-utils])
AC_CANONICAL_BUILD([])
AC_CANONICAL_HOST([])
AC_CONFIG_SRCDIR(tools/getiversion/getiversion.c)