- (djm) [configure.ac] --with-selinux too
This commit is contained in:
parent
da3155e159
commit
5b1c8b3103
|
@ -51,6 +51,7 @@
|
||||||
disable no-replace rename test now that we prefer a POSIX rename; spotted
|
disable no-replace rename test now that we prefer a POSIX rename; spotted
|
||||||
by dkrause@
|
by dkrause@
|
||||||
- (djm) [configure.ac] fix alignment of --without-stackprotect description
|
- (djm) [configure.ac] fix alignment of --without-stackprotect description
|
||||||
|
- (djm) [configure.ac] --with-selinux too
|
||||||
|
|
||||||
20080315
|
20080315
|
||||||
- (djm) [regress/test-exec.sh] Quote putty-related variables in case they are
|
- (djm) [regress/test-exec.sh] Quote putty-related variables in case they are
|
||||||
|
@ -3819,4 +3820,4 @@
|
||||||
OpenServer 6 and add osr5bigcrypt support so when someone migrates
|
OpenServer 6 and add osr5bigcrypt support so when someone migrates
|
||||||
passwords between UnixWare and OpenServer they will still work. OK dtucker@
|
passwords between UnixWare and OpenServer they will still work. OK dtucker@
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.4892 2008/03/27 01:30:18 djm Exp $
|
$Id: ChangeLog,v 1.4893 2008/03/27 01:33:07 djm Exp $
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# $Id: configure.ac,v 1.396 2008/03/27 01:30:18 djm Exp $
|
# $Id: configure.ac,v 1.397 2008/03/27 01:33:07 djm Exp $
|
||||||
#
|
#
|
||||||
# Copyright (c) 1999-2004 Damien Miller
|
# Copyright (c) 1999-2004 Damien Miller
|
||||||
#
|
#
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
|
||||||
AC_INIT(OpenSSH, Portable, openssh-unix-dev@mindrot.org)
|
AC_INIT(OpenSSH, Portable, openssh-unix-dev@mindrot.org)
|
||||||
AC_REVISION($Revision: 1.396 $)
|
AC_REVISION($Revision: 1.397 $)
|
||||||
AC_CONFIG_SRCDIR([ssh.c])
|
AC_CONFIG_SRCDIR([ssh.c])
|
||||||
|
|
||||||
AC_CONFIG_HEADER(config.h)
|
AC_CONFIG_HEADER(config.h)
|
||||||
|
|
Loading…
Reference in New Issue