bug-libtool
[Top][All Lists]
Advanced

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

libtool (head and branch-1-5) report on GNU/Hurd.


From: Alfred M. Szmidt
Subject: libtool (head and branch-1-5) report on GNU/Hurd.
Date: Fri, 26 Sep 2003 10:15:33 +0200 (MEST)

[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  <address@hidden>

        * 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
 




reply via email to

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