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
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/
/$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
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
LIBTOOL])])])
])dnl
dnl
dnl Simply set some default values (i.e off) if boolean options were not
--- snip ---
Bye,
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
==
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
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