libtool-patches
[Top][All Lists]
Advanced

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

Re: Integrating libtool head into GraphicsMagick


From: Ralf Wildenhues
Subject: Re: Integrating libtool head into GraphicsMagick
Date: Mon, 5 Dec 2005 18:09:05 +0100
User-agent: Mutt/1.5.9i

Hi Bob,

* Bob Friesenhahn wrote on Mon, Dec 05, 2005 at 05:39:31PM CET:
> I notice that libltdl/lt__glibc.h conditionally includes <argz.h>. 
> HAVE_ARGZ_H is not defined under Solaris in the configuration header 
> file.  Regardless, when this file is encountered, it seems that 
> HAVE_ARGZ_H is somehow defined since it is attempting to include 
> <argz.h>.  Weird.

HAVE_ARGZ_H   defined ->  system argz.h exists
HAVE_ARGZ_H undefined ->  we use our replacement libltdl/argz_.h
                          which is then copied to libltdl/argz.h
                          (see end of ltdl Makefile.{am,inc}

This is pretty straightforward use of gnulib replacement headers.

Or did you mean to report that something wasn't working right?

Cheers,
Ralf




reply via email to

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