Re: Clean libconftest.a

2009-09-16 Thread Akim Demaille
Le 12 sept. 2009 à 07:35, Ralf Wildenhues a écrit : * Peter O'Gorman wrote on Fri, Sep 11, 2009 at 03:56:01PM CEST: Akim Demaille wrote: this breaks distcheck on master. Please push the first hunk (minus the whitespace change in func_echo_all). I just did that. Thanks frien

Clean libconftest.a

2009-09-11 Thread Akim Demaille
Hi all, this breaks distcheck on master. From e1d61e869239cf37ac018602f984d52872a29203 Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Fri, 11 Sep 2009 13:14:29 +0200 Subject: [PATCH] libtool: clean libconftest.a. * libltdl/m4/libtool.m4 (_LT_REQUIRED_DARWIN_CHECKS): Here

Re: Provide a means to activate dynamically the debug traces

2009-03-14 Thread Akim Demaille
Hi all, Le 19 janv. 09 à 10:38, Akim Demaille a écrit : Le 14 janv. 09 à 11:16, Akim Demaille a écrit : Le 10 janv. 09 à 22:25, Ralf Wildenhues a écrit : So what do you recommend to store persistent information? A function that returns some static variable (sort of a singleton)? Or

Re: Pings

2009-01-30 Thread Akim Demaille
Le 29 janv. 09 à 23:48, Ralf Wildenhues a écrit : * Akim Demaille wrote on Thu, Jan 29, 2009 at 08:44:51PM CET: Le 29 janv. 09 à 19:22, Ralf Wildenhues a écrit : - Bootstrap failures http://lists.gnu.org/archive/html/bug-libtool/2008-11/msg00098.html I suggest adding the following macros

Re: Pings

2009-01-29 Thread Akim Demaille
Le 29 janv. 09 à 19:22, Ralf Wildenhues a écrit : - nuke warnings in the wrappers The patch at the end of http://lists.gnu.org/archive/html/libtool/2008-12/msg00069.html For this one I'd prefer if Charles and/or Peter took care of it, they have a bunch of changes in this area and some dis

Re: Fix distcc/ccache interferences with the test suite

2009-01-29 Thread Akim Demaille
Le 29 janv. 09 à 18:47, Ralf Wildenhues a écrit : Hi Akim, * Akim Demaille wrote on Tue, Jan 06, 2009 at 09:24:32AM CET: Le 6 janv. 09 à 07:48, Ralf Wildenhues a écrit : Are those the only distcc/ccache-induced failures? Yes, I had no other failures. Thanks, and sorry for the delay

Pings

2009-01-28 Thread Akim Demaille
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. From 64080437c46f605b76917c03aec528884451dbf8 Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Mon, 5 Jan 2009 11:5

Re: spaces

2009-01-22 Thread Akim Demaille
see a reason for a tab to be required there. Let alone that it increases ltmain.sh by more than 10% in size, which will probably even have an impact on runtime performance. Hum... From 425171194b41e6627aae75f18dfa5620e8a8c34d Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Mon, 19 Jan 2009

Re: Provide a means to activate dynamically the debug traces

2009-01-19 Thread Akim Demaille
Le 14 janv. 09 à 11:16, Akim Demaille a écrit : Le 10 janv. 09 à 22:25, Ralf Wildenhues a écrit : So what do you recommend to store persistent information? A function that returns some static variable (sort of a singleton)? Or an additional argument everywhere (gee...). Maybe I can do

Re: spaces (was: Provide a means to activate dynamically the debug traces)

2009-01-19 Thread Akim Demaille
endently from whether the Libtool republic votes for tab or space for presidency, as tracking these issues is uneasy. From 425171194b41e6627aae75f18dfa5620e8a8c34d Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Mon, 19 Jan 2009 09:05:31 +0100 Subject: [PATCH] Cle

Re: Provide a means to activate dynamically the debug traces

2009-01-14 Thread Akim Demaille
Le 10 janv. 09 à 22:25, Ralf Wildenhues a écrit : So what do you recommend to store persistent information? A function that returns some static variable (sort of a singleton)? Or an additional argument everywhere (gee...). Maybe I can do it using advices to hand over the verbosity flags, but

Re: Provide a means to activate dynamically the debug traces

2009-01-09 Thread Akim Demaille
Le 9 janv. 09 à 19:40, Ralf Wildenhues a écrit : Hi Akim, Hi Ralf, * Akim Demaille wrote on Fri, Jan 09, 2009 at 04:37:32PM CET: when I dlopen a module.la which has a dependency.la library, I expected ltdl to automatically find dependency.la which is not installed. Yet it does not

Provide a means to activate dynamically the debug traces

2009-01-09 Thread Akim Demaille
Reason: image not found From 25d4711a3adb68ebcc66d8d105e6f1a214e16871 Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Fri, 9 Jan 2009 14:38:13 +0100 Subject: [PATCH] Provide a means to activate dynamically the debug traces. * libltdl/ltdl.h [LT_DEBUG_LOADERS] (lt_debug_level)

Re: Fix distcc/ccache interferences with the test suite

2009-01-06 Thread Akim Demaille
Le 6 janv. 09 à 07:48, Ralf Wildenhues a écrit : Hi Akim, Hi Ralf, * Akim Demaille wrote on Mon, Jan 05, 2009 at 03:22:24PM CET: Hi all, Are those the only distcc/ccache-induced failures? Yes, I had no other failures.

Fix distcc/ccache interferences with the test suite

2009-01-05 Thread Akim Demaille
Hi all, From 02a3220b061f232d30baf1d1d3bc497d7e9417b8 Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Mon, 5 Jan 2009 15:10:55 +0100 Subject: [PATCH] Fix distcc/ccache interferences with the test suite. * tests/localization.at (localized compiler messages): Ignore distcc log

Re: Fix ltmain.sh

2008-12-19 Thread Akim Demaille
Le 19 déc. 08 à 14:10, Eric Blake a écrit : Please find attached a patch fixing a critical bug. Can you convince your mailer to send patches with a text MIME type, instead of application/octet-stream? It makes reviewing a lot easier when patches can be read inline, instead of having to sav

Avoid accidental disastrous space cleanups

2008-12-19 Thread Akim Demaille
I have been bitten by this :( 0001-Beware-of-editor-white-space-cleanups.patch Description: Binary data

Fix ltmain.sh

2008-12-19 Thread Akim Demaille
I'm a contributor to GNU Libtool, and proud of it! Please find attached a patch fixing a critical bug. Don't forget to credit me in THANKS ;) 0001-Fix-copyright-notice.patch Description: Binary data