-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Alfred M. Szmidt wrote:

| [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

In HEAD and 1.5 branch.

Thanks,
Peter
- --
* Peter O'Gorman - http://www.pogma.com/ *
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (Darwin)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQE/dDdNhJEqt987YAQRAijUAJ9phcJVn0IUgGJ1tazoG6mC4wn41gCbBYoA
cr9fp/3N4H94y+L67zqmOvk=
=DVtu
-----END PGP SIGNATURE-----



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

Reply via email to