diff options
author | Damien Miller <djm@mindrot.org> | 2002-01-22 12:26:20 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2002-01-22 12:26:20 +0100 |
commit | c68d43335f11c6d1659e39433c9c075a97d48f16 (patch) | |
tree | 917021604e732a7e0936a3025834237174e7a9bf /TODO | |
parent | - (djm) autoconf hacking: (diff) | |
download | openssh-c68d43335f11c6d1659e39433c9c075a97d48f16.tar.xz openssh-c68d43335f11c6d1659e39433c9c075a97d48f16.zip |
more
Diffstat (limited to '')
-rw-r--r-- | TODO | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -75,6 +75,10 @@ Clean up configure/makefiles: - Consider splitting the u_intXX_t test for sys/bitype.h into seperate test to allow people to (right/wrongfully) link against Bind directly. +- Consider splitting configure.ac into seperate files which do logically + similar tests. E.g move all the type detection stuff into one file, + entropy related stuff into another. + Packaging: - Solaris: Update packaging scripts and build new sysv startup scripts Ideally the package metadata should be generated by autoconf. @@ -83,4 +87,4 @@ Packaging: - HP-UX: Provide DEPOT package scripts. (gilbert.r.loomis@saic.com) -$Id: TODO,v 1.45 2001/10/30 02:50:40 tim Exp $ +$Id: TODO,v 1.46 2002/01/22 11:26:20 djm Exp $ |