tag 381562 patch
thanks سلام שלום

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.

-- 
adn
Mohammed Adnène Trojette

Reply via email to