Hi Jeff,

* Jeff Squyres wrote on Thu, Sep 01, 2005 at 02:45:41PM CEST:
> On Aug 31, 2005, at 7:46 AM, Ralf Wildenhues wrote:
> 
> >>> Please apply the first patch (or a similar solution) to include
> >>> ltdl.h directly.  This is both how it's documented and how
> >>> it will work with Libtool 1.5.x and 2.x: the latter has other
> >>> included files, which live one directory level further down
> >>
> >> Done, thanks.
> >
> > I missed another instance of this (exposed by "make check"), sorry.
> > See below.
> 
> Per our other thread, I've updated all of this -- please let me know if 
> you find any problems.

All fine except for one test that also seems to need this below (or an
equivalent fix):

Cheers,
Ralf

Index: test/mca/schema/Makefile.am
===================================================================
--- test/mca/schema/Makefile.am (revision 7180)
+++ test/mca/schema/Makefile.am (working copy)
@@ -17,6 +17,8 @@

 include $(top_srcdir)/test/support/Makefile.options

+AM_CPPFLAGS += -I$(top_srcdir)/opal/libltdl
+
 check_PROGRAMS = \
        test_schema

Reply via email to