libtool-patches
[Top][All Lists]
Advanced

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

Pings


From: Akim Demaille
Subject: Pings
Date: Wed, 28 Jan 2009 16:43:56 +0100

Hi friends,

Some of my patches are waiting for approvals or comments.
I do understand that it requires time to process them, I
just want to make sure they aren't forgotten :)

- dynamic logs

  http://lists.gnu.org/archive/html/libtool-patches/2009-01/msg00064.html

  here I will probably make a single call to the logs to
  list the supported loaders, which requires a dynamic string.
  Is there any lt_string somewhere I missed?  I have seen placed
  where libltdl has to maintain dynamic strings, that would be
  useful.

- distcc nuisances in the test suite

  http://lists.gnu.org/archive/html/libtool-patches/2009-01/msg00017.html

- nuke warnings in the wrappers

  The patch at the end of

  http://lists.gnu.org/archive/html/libtool/2008-12/msg00069.html

- Bootstrap failures

  http://lists.gnu.org/archive/html/bug-libtool/2008-11/msg00098.html

  I suggest adding the following macros to lt~obsolete.m4 to stop
  the boostrap nightmare.

diff --git a/libltdl/m4/lt-dummies.m4 b/libltdl/m4/lt-dummies.m4
new file mode 100644
index 0000000..7914928
--- /dev/null
+++ b/libltdl/m4/lt-dummies.m4
@@ -0,0 +1,4 @@
+m4_ifndef([_LT_REQUIRED_DARWIN_CHECKS],
+          [AC_DEFUN([_LT_REQUIRED_DARWIN_CHECKS])])
+m4_ifndef([_LT_AC_PROG_CXXCPP],
+          [AC_DEFUN([_LT_AC_PROG_CXXCPP])])


I have also the following patch that I don't remember if I
sent it.

Attachment: 0001-Fix-func_exec_init.txt
Description: Text document




Thanks!

reply via email to

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