On Sat, Dec 02, 2000 at 03:38:02AM -0800, Greg Stein wrote:

> I would think that configure would barf when it tries to use
> apr_private.h.in, but I could easily imagine that it got buried in some
> output and just wasn't easily seen. It wouldn't be hard to add a test, but
> it is important to recognize that only developers need to use buildconf.
> When APR gets distributed, it will have had buildconf run already (so end
> users don't need the autoconf tool). IOW, the right answer is to expect the
> developers to know, or to have a README.dev or something.

I'll write a short one.  

> 
> >...
> > Ok, now to the next problem.  That was that it couldn't find stderr.
> > The attched patch fixes this.
> 
> The attached patch is missing :-) ... can you resend?
> 

Now it's really attached.  

           
        sam th               
        [EMAIL PROTECTED]
        http://www.abisource.com/~sam/
        GnuPG Key:  
        http://www.abisource.com/~sam/key
Index: passwd//apr_getpass.c
===================================================================
RCS file: /home/cvspublic/apr/passwd/apr_getpass.c,v
retrieving revision 1.3
diff -u -r1.3 apr_getpass.c
--- passwd//apr_getpass.c       2000/10/16 06:04:48     1.3
+++ passwd//apr_getpass.c       2000/12/02 10:31:40
@@ -73,6 +73,9 @@
 #if HAVE_STDLIB_H
 #include <stdlib.h>
 #endif
+#if HAVE_STDIO_H
+#include <stdio.h>
+#endif
 
 #if defined(HAVE_TERMIOS_H) && !defined(HAVE_GETPASS)
 #include <termios.h>

Attachment: pgpljbmTgKSRA.pgp
Description: PGP signature

Reply via email to