Hi, On Mon, 25 Apr 2011 03:00:18 JST a...@cc.osaka-kyoiku.ac.jp (Tomoki AONO) wrote: > It seems libtool-2.4 has optimization to selected SHELL > (bash?), but FreeWnn expect /bin/sh as SHELL (described in
It is dash, there are some similar bug reports. > Following patch may harm other OSes, but (I hope) it works > around for your environment: > > diff -u -r1.16 makerule.mk.in > --- makerule.mk.in 11 Jul 2010 10:18:16 -0000 1.16 > +++ makerule.mk.in 24 Apr 2011 17:52:10 -0000 > @@ -31,7 +31,7 @@ > > all:: > > - SHELL = /bin/sh > + SHELL = @SHELL@ > > TOP = $(top_builddir) > CURRENT_DIR = `pwd` Thanks, I confirm it works fine. I'll put update package with 5-days delay. -- Regards, Hideki Yamane henrich @ debian.or.jp/org http://wiki.debian.org/HidekiYamane -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org