On Mon, 5 Dec 2005, Bob Friesenhahn wrote:
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"

Also, what is the purpose of

  -I. -I$(srcdir)

??? These refer to the directory level where the Makefile lives. Is this part of the work-around for wanting newer autoconf/automake?

Bob
======================================
Bob Friesenhahn
[EMAIL PROTECTED], http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,    http://www.GraphicsMagick.org/


Reply via email to