portable use of gethostbyname_r()

2000-08-18 Thread Daniel Stenberg
Hi ho I'll start with admit it: I have tried, I have failed, I have searched for answers and failed there too. Now, I've spent hours on this problem and I believe there are others that *have* spent a lot of time or *will* spend a lot of time on this. I may save some of my time, and others future

Re: portable use of gethostbyname_r()

2000-08-18 Thread Caolan McNamara
On Fri, 18 Aug 2000, Daniel Stenberg wrote: > Date: Fri, 18 Aug 2000 10:17:40 +0200 (MET DST) > From: Daniel Stenberg <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: portable use of gethostbyname_r() > Resent-Date: Fri, 18 Aug 2000 04:21:27 -0400 > Resent-From: [EMAIL PROTECTED] > > Hi ho

configure.in in subdirectories

2000-08-18 Thread Diego Sevilla Ruiz
Hi all: Does automake support the autoconf macro AC_CONFIG_SUBDIRS? It is suposed that autoconf will run "configure" from the subdirectories listed, but.. does automake support this macro and descend to the subdirectories to build Makefile.in, etc? (and autoconf for generating its correso

Re: configure.in in subdirectories

2000-08-18 Thread Morten Eriksen
Diego Sevilla Ruiz <[EMAIL PROTECTED]> writes: > [...] AC_CONFIG_SUBDIRS [...] does automake support this macro and > descend to the subdirectories to build Makefile.in, etc? No. > (and autoconf for generating its corresonding subdir/configure? No. > or must I do it myself? Yes. If you know