Re: [4/11] Native MSVC support (file-magic-glob)

2007-07-13 Thread Ralf Menzel
BCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ G s/\n// :loop s/^\(.\)\([^\n]*\)\n.\n/\2\1/ /\n/bloop which doesn't look too efficient. (Still, its use of pattern space is it little less extravagant.) Bye, Ralf Menzel

Re: HEAD: func_quote_for_expand and Solaris 2.6 /bin/sed

2007-02-15 Thread Ralf Menzel
Ralf Menzel <[EMAIL PROTECTED]> writes: > Hm, did you consider using something like this? > [...] Oops, that was an early version. Here is the latest version: --- snip --- sed_double_backslash="\ s/$bs4/$bs4\\ /g s/^$bs2$dollar/$bs2$bs$dollar/ s/\\([[^$bs]]\\)$bs2$dollar/

Re: HEAD: func_quote_for_expand and Solaris 2.6 /bin/sed

2007-02-15 Thread Ralf Menzel
/$bs2$bs$dollar/g s/\n//g" --- snip --- I think it is general and it should be portable. Well, at least it seems to work with /bin/sh of Solaris. Bye, Ralf Menzel

Re: Support -library=stlport4 with Sun C++ compiler

2006-08-03 Thread Ralf Menzel
Hi, Albert Chin <[EMAIL PROTECTED]> writes: > Good catch. Updated patch attached. > > 2006-08-01 Albert Chin <[EMAIL PROTECTED]> > > * libtool.m4 (AC_LIBTOOL_POSTDEP_PREDEP) [ solaris ]: > Don't set $postdeps to "-lCstd -lCrun" if > "-library=stlport4" set in CXXFLAGS as stlport

Re: loop in libtool m4 macros

2005-06-09 Thread Ralf Menzel
LIBTOOL])])]) ])dnl dnl dnl Simply set some default values (i.e off) if boolean options were not --- snip --- Bye, Ralf Menzel

Re: Solaris whole_archive update

2005-04-23 Thread Ralf Menzel
$? 0 for all four compilers (gcc 3.4.3 and Sun Workshop 6.2, 8 and 9) for branch-1-5 as well as for branch-2-0. Bye, Ralf Menzel

Re: Solaris whole_archive update

2005-04-23 Thread Ralf Menzel
== 5 of 103 tests failed (9 tests were not run) Please report to bug-libtool@gnu.org ==== I will now do the same thing for a branch-2-0 check out. Bye, Ralf Menzel

Re: improve demo-hardcode (e.g. on Solaris)

2005-04-05 Thread Ralf Menzel
h all of the following compilers: Sun C/C++ 5.3 (WorkShop 6 update 2) Sun C/C++ 5.5 (Workshop 8) SUN C/C++ 5.6 (WorkShop 9) GCC 3.4.3 Bye, Ralf Menzel