summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2005-06-03 19:33:10 +1000
committerDarren Tucker <dtucker@zip.com.au>2005-06-03 19:33:10 +1000
commit6a45f3dab42f00733070ca386bc841d73afa3b24 (patch)
tree07a3d9e0de1e74fe71be1dc01310e6f3ab8ea4a1
parent67b3703da3c4a1f766b25dbe31aa2fed4a2ad656 (diff)
- (dtucker) [configure.ac] Point configure's reporting address at the
openssh-unix-dev list. ok tim@ djm@
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac4
2 files changed, 5 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index e6287c18..2046df86 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 cd795caf..00fc858e 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)