diff options
author | Darren Tucker <dtucker@zip.com.au> | 2005-06-03 11:33:10 +0200 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2005-06-03 11:33:10 +0200 |
commit | 6a45f3dab42f00733070ca386bc841d73afa3b24 (patch) | |
tree | 07a3d9e0de1e74fe71be1dc01310e6f3ab8ea4a1 | |
parent | - (dtucker) [configure.ac] Only try gcc -std=gnu99 if LLONG_MAX isn't (diff) | |
download | openssh-6a45f3dab42f00733070ca386bc841d73afa3b24.tar.xz openssh-6a45f3dab42f00733070ca386bc841d73afa3b24.zip |
- (dtucker) [configure.ac] Point configure's reporting address at the
openssh-unix-dev list. ok tim@ djm@
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 5 insertions, 3 deletions
@@ -3,6 +3,8 @@ 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. Found and tested by tim@. + - (dtucker) [configure.ac] Point configure's reporting address at the + openssh-unix-dev list. ok tim@ djm@ 20050602 - (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) 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 $ diff --git a/configure.ac b/configure.ac index cd795caf4..00fc858ef 100644 --- a/configure.ac +++ b/configure.ac @@ -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 # @@ -14,7 +14,7 @@ # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF # 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_HEADER(config.h) |