Re: [Multisync-devel] evolution plugin configure script portability patch

2003-12-05 Thread Marc Schiffbauer
* Stian Jordet schrieb am 05.12.03 um 00:35 Uhr: > tor, 04.12.2003 kl. 23.51 skrev Bo Lincoln: > > Thanks! > > > > I tried it on my RH9 linux, and bash spews on > > > > if ( [ ${EVO_MAJVER} -gt 1 ] || ( [ ${EVO_MAJVER} = 1 ] && [ > > ${EVO_MINVER} -ge 4 ])); then > > > > by saying > > > > "./c

Re: [Multisync-devel] evolution plugin configure script portability patch

2003-12-04 Thread Stian Jordet
tor, 04.12.2003 kl. 23.51 skrev Bo Lincoln: > Thanks! > > I tried it on my RH9 linux, and bash spews on > > if ( [ ${EVO_MAJVER} -gt 1 ] || ( [ ${EVO_MAJVER} = 1 ] && [ > ${EVO_MINVER} -ge 4 ])); then > > by saying > > "./configure: line 4177: 1: command not found" > > I don't know enough abo

Re: [Multisync-devel] evolution plugin configure script portability patch

2003-12-04 Thread Bo Lincoln
Thanks! I tried it on my RH9 linux, and bash spews on if ( [ ${EVO_MAJVER} -gt 1 ] || ( [ ${EVO_MAJVER} = 1 ] && [ ${EVO_MINVER} -ge 4 ])); then by saying "./configure: line 4177: 1: command not found" I don't know enough about shell scripts to actually make a portable fix. Any suggestions?

[Multisync-devel] evolution plugin configure script portability patch

2003-12-03 Thread Pav Lucistnik
Hi, please review attached patch. It removes bash-isms from configure script, allowing it to build on obscure systems where /bin/sh != bash, like BSD systems... I'd love to see it included, as reducing local patches is always good. -- Pav Lucistnik <[EMAIL PROTECTED]> <[EMAIL PROTE