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: Bob Friesenhahn
Subject: Re: Integrating libtool head into GraphicsMagick
Date: Mon, 5 Dec 2005 11:23:13 -0600 (CST)

On Mon, 5 Dec 2005, Ralf Wildenhues wrote:

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.

I see. So the upshot is that AM_CPPFLAGS also needs to include "-Iltdl".

I see that Makefile.inc includes

AM_CPPFLAGS            += -DLT_CONFIG_H='<$(LT_CONFIG_H)>' \
                          -DLTDL -I. -I$(srcdir) -Ilibltdl \
                          -I$(srcdir)/ltdl -I$(srcdir)/ltdl/libltdl

which seems to be wrong. I bet that the "-Ilibltdl" needs a substitution to be "-Iltdl"

Bob
======================================
Bob Friesenhahn
address@hidden, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,    http://www.GraphicsMagick.org/




reply via email to

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