[I'm CCing bug-libtool since they probobly have more use for the patch
 that is inlined then anyone at bug-hurd.  And please keep CCing me
 atleast since I'm not subscribed to bug-libtool]

Heres a quick report on libtool (head and branch-1-5), all test pass
on GNU/Hurd if you apply the patch that I have appened.  The test for
mdemo2-make tries to pull in the installed ltdl.h header if it can't
find it in "../libltdl"; which it won't find if you don't compile in
your source directory.  Which directly leads to the failure of
mdemo2-make.  This should be applied to both head and branch-1-5.

2003-09-25  Alfred M. Szmidt  <[EMAIL PROTECTED]>

        * mdemo2/Makefile.am (INCLUDES): Include `$(top_srcdir)/../libltdl'
        instead of `../libltdl'.

Index: mdemo2/Makefile.am
--- mdemo2/Makefile.am
+++ mdemo2/Makefile.am
@@ -2,7 +2,7 @@
 
 AUTOMAKE_OPTIONS = no-dependencies foreign
 
-INCLUDES = -I../libltdl
+INCLUDES = -I$(top_srcdir)/../libltdl
 
 EXTRA_DIST = acinclude.m4
 


_______________________________________________
Bug-hurd mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-hurd

Reply via email to