mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-29 16:54:51 +02:00
- (dtucker) [configure.ac] Point configure's reporting address at the
openssh-unix-dev list. ok tim@ djm@
This commit is contained in:
parent
67b3703da3
commit
6a45f3dab4
@ -3,6 +3,8 @@
|
|||||||
defined, and check that it helps before keeping it in CFLAGS. Some old
|
defined, and check that it helps before keeping it in CFLAGS. Some old
|
||||||
gcc's don't set an error code when encountering an unknown value in -std.
|
gcc's don't set an error code when encountering an unknown value in -std.
|
||||||
Found and tested by tim@.
|
Found and tested by tim@.
|
||||||
|
- (dtucker) [configure.ac] Point configure's reporting address at the
|
||||||
|
openssh-unix-dev list. ok tim@ djm@
|
||||||
|
|
||||||
20050602
|
20050602
|
||||||
- (tim) [configure.ac] Some platforms need sys/types.h for arpa/nameser.h.
|
- (tim) [configure.ac] Some platforms need sys/types.h for arpa/nameser.h.
|
||||||
@ -2679,4 +2681,4 @@
|
|||||||
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
||||||
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.3811 2005/06/03 07:58:31 dtucker Exp $
|
$Id: ChangeLog,v 1.3812 2005/06/03 09:33:10 dtucker Exp $
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $Id: configure.ac,v 1.273 2005/06/03 07:58:31 dtucker Exp $
|
# $Id: configure.ac,v 1.274 2005/06/03 09:33:10 dtucker Exp $
|
||||||
#
|
#
|
||||||
# Copyright (c) 1999-2004 Damien Miller
|
# Copyright (c) 1999-2004 Damien Miller
|
||||||
#
|
#
|
||||||
@ -14,7 +14,7 @@
|
|||||||
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||||
# 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)
|
AC_INIT(OpenSSH, Portable, openssh-unix-dev@mindrot.org)
|
||||||
AC_CONFIG_SRCDIR([ssh.c])
|
AC_CONFIG_SRCDIR([ssh.c])
|
||||||
|
|
||||||
AC_CONFIG_HEADER(config.h)
|
AC_CONFIG_HEADER(config.h)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user