зеркало из https://github.com/Azure/sonic-openssh.git
- (bal) Quiet down configure.ac if /bin/test does not exist.
This commit is contained in:
Родитель
8ff2a8d2c2
Коммит
0318801591
|
@ -15,6 +15,7 @@
|
|||
by Juha Yrjölä <jyrjola@cc.hut.fi>
|
||||
- (bal) Revered out of runtime IRIX detection of joblimits. Code is
|
||||
incomplete.
|
||||
- (bal) Quiet down configure.ac if /bin/test does not exist.
|
||||
|
||||
20020405
|
||||
- (bal) Patch for OpenSC SmartCard library; ok markus@; patch by
|
||||
|
@ -8185,4 +8186,4 @@
|
|||
- Wrote replacements for strlcpy and mkdtemp
|
||||
- Released 1.0pre1
|
||||
|
||||
$Id: ChangeLog,v 1.2031 2002/04/06 18:58:31 mouring Exp $
|
||||
$Id: ChangeLog,v 1.2032 2002/04/06 20:30:07 mouring Exp $
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: configure.ac,v 1.33 2002/04/06 18:58:32 mouring Exp $
|
||||
# $Id: configure.ac,v 1.34 2002/04/06 20:30:09 mouring Exp $
|
||||
|
||||
AC_INIT
|
||||
AC_CONFIG_SRCDIR([ssh.c])
|
||||
|
@ -1008,7 +1008,7 @@ AC_DEFINE_UNQUOTED(ENTROPY_TIMEOUT_MSEC, $entropy_timeout)
|
|||
|
||||
OPATH=$PATH
|
||||
PATH=/bin:/usr/bin
|
||||
/bin/test -L /bin && PATH=/usr/bin
|
||||
/bin/test -L /bin 2> /dev/null && PATH=/usr/bin
|
||||
test -d /sbin && PATH=$PATH:/sbin
|
||||
test -d /usr/sbin && PATH=$PATH:/usr/sbin
|
||||
PATH=$PATH:/etc:$OPATH
|
||||
|
|
Загрузка…
Ссылка в новой задаче