Julien, Mohammed,

At Sun, 6 Aug 2006 19:51:47 +0200,
Mohammed Adnène Trojette wrote:
> On Sat, Aug 05, 2006, Julien Danjou wrote:
> > > Do you want to use X-based multi-window tracer?  (yes or no) [no] touch 
> > > configure-stamp
> 
> There is a missing space that prevents the build when using dash.
> The following trivial patch should address the issue on dash.
> 
> This is caused by this:
> 
>   | if ( echo "test line\c"; echo " ") | grep c >/dev/null 2>/dev/null ; then
>   |     n='-n'
>   |     c=''
>   | else
>   |     n=''
>   |     c='\c'
>   | fi
> 
> bash verifies the first while dash verifies the second.
> 
> Hence the trailing space. Either use #! /bin/bash in Configure or add
> the space to your debian/configure.expect script to fix the bug.

Thanks for your reports and tracking this bug.  I fixed to change
debian/configure.expect to see the trailing space.  I've uploaded it.

Thanks again,
Masanori Goto

Reply via email to