bug-gnubg
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-gnubg] libgen.h?


From: Joern Thyssen
Subject: Re: [Bug-gnubg] libgen.h?
Date: Sun, 11 Aug 2002 19:36:17 +0000
User-agent: Mutt/1.4i

On Mon, Aug 12, 2002 at 07:27:40AM +1200, Joseph Heled wrote
> Joern Thyssen wrote:
> > 
> > On Sun, Aug 11, 2002 at 07:18:02AM +1200, Joseph Heled wrote
> > >
> > > Almost. Since basename exists, both HAVE_BASENAME and HAVE_LIBGEN_H are 
> > > defined,
> > > so that libgen is *not* included,
> > >
> > > #if ! defined (HAVE_BASENAME) && defined (HAVE_LIBGEN_H)
> > > #include "libgen.h"
> > > #endif
> > >
> > > Is there a problem including libgen whenever it exists? (i.e.)
> > >
> > > #if defined (HAVE_LIBGEN_H)
> > > #include "libgen.h"
> > > #endif
> > 
> > I've added some new ac-magic. Hopefully this works.
> > 
> > Jørn
> > 
>  
> 
> I am missing acconfig.h 
> 
> I can't see it in the CVS tree?

I've moved the stuff from acconfig.h to configure.in, and deleted
acconfig.h

Jørn

-- 
Joern Thyssen, PhD
Vendsysselgade 3, 3., DK-9000 Aalborg, Denmark
+45 9813 2791 (private) / +45 2077 2689 (mobile) / +45 9633 7036 (work)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]