Re: libtool.m4 on DragonFly

2006-03-16 Thread Ralf Wildenhues
* Jeremy C. Reed wrote on Thu, Mar 09, 2006 at 03:15:06AM CET: Can you please update libtool.m4 for DragonFly support? I have applied the following patches to branch-1-5 and HEAD, respectively. Apologies again for the huge delay. Cheers, Ralf branch-1-5: * libtool.m4

Re: Fix linking against uninstalled libs again (1/n)

2006-03-16 Thread Ralf Wildenhues
I have applied the following patches to HEAD and branch-1-5 to get the latter to a sane state and both to the same code. Another change to remove this and add correct semantics hopefully to follow soon.. Apologies again for the huge delay. Cheers, Ralf branch-1-5: * ltmain.in (link

Tru64/OSF: BIN_SH revisited

2006-03-16 Thread Ralf Wildenhues
This started out here and here: http://lists.gnu.org/archive/html/libtool/2004-07/msg00070.html http://lists.gnu.org/archive/html/autoconf-patches/2004-07/msg3.html and led to (CVS) Autoconf exporting BIN_SH=xpg4 (don't be fooled by the patches posted; they do not fully reflect what was

FYI: IFS fixes

2006-03-16 Thread Ralf Wildenhues
Applied to HEAD and branch-1-5, respectively. Cheers, Ralf * libltdl/m4/libtool.m4 (AC_PROG_SED): Do not forget to reset IFS even in case of empty `$PATH'. Index: libltdl/m4/libtool.m4 === RCS file:

Re: kfreebsd*-gnu/k*bsd*-gnu support.

2006-03-16 Thread Ralf Wildenhues
Hi Kurt, Aurelien, * Kurt Roeckx wrote on Sun, Mar 12, 2006 at 04:37:09PM CET: I've attached 2 patches that should get kfreebsd*-gnu and knetbsd*-gnu support, or more in general k*bsd*-gnu support working properly. Was it broken before (honest question)? k*bsd behaves like Linux, but with

Re: Tru64/OSF: BIN_SH revisited

2006-03-16 Thread Paul Eggert
Ralf Wildenhues [EMAIL PROTECTED] writes: 0a) Revert the change to set BIN_SH in Autoconf, in order to be consistent. 0b) Additionally, prepend /usr/bin/posix/ to the path walk of _AS_DETECT_BETTER_SHELL, to choose the right shell right away, inside Autoconf. This sounds good to me. The