+2004-12-10 NeilBrown <neilb@cse.unsw.edu.au>
+ Release 1.0.7-pre2
+
+ * config.mk, configure.in: update version number, run autoconf
+
2004-12-10 Neil Brown <neilb@cse.unsw.edu.au>
* README : note dependancy on kerberos, libevent, and nfsidmap
* configure.in : fail if --enable-nfsv4 and libevent or
# The nfs-utils version
-VERSION="1.0.7-pre1"
+VERSION="1.0.7-pre2"
# Check whether --with-release or --without-release was given.
fi
done
if test "x$KRBDIR" = "x"; then
- echo "$ac_t"""failed"" 1>&6
+ echo "$ac_t"""no"" 1>&6
if test "x$krb5_with" = "x"; then
{ echo "configure: error: Kerberos v5 with GSS support not found: consider --disable-gss or --with-krb5=" 1>&2; exit 1; }
else
AC_PREFIX_DEFAULT(/usr)
# The nfs-utils version
-VERSION="1.0.7-pre1"
+VERSION="1.0.7-pre2"
AC_SUBST(VERSION)
dnl *************************************************************
* SIGCHLD temporarily
*/
newact.sa_handler = SIG_DFL;
- newacc.sa_flags = 0;
+ newact.sa_flags = 0;
sigemptyset(&newact.sa_mask);
sigaction(SIGCHLD, &newact, &oldact);
pid = fork();