Re: lyx configure script

2002-07-11 Thread Kayvan A. Sylvan
On Thu, Jul 11, 2002 at 08:01:25PM +0200, Soeren Pietsch wrote: > Kayvan>> It seems fine, except that I am concerned about checking for the exact > Kayvan>> string CYGWIN_NT-5.0 > > Kayvan>> What happens with the ``uname -s'' string changes to CYGWIN_NT-5.1? > > Kayvan>> I think it might be bett

Re: lyx configure script

2002-07-09 Thread Kayvan A. Sylvan
It seems fine, except that I am concerned about checking for the exact string CYGWIN_NT-5.0 What happens with the ``uname -s'' string changes to CYGWIN_NT-5.1? I think it might be better to have a case statement there: sysname=`uname -s` case "$sysname" in CYGWIN*) [... code ...] ;; *)

Re: lyx configure script

2002-07-09 Thread Jean-Marc Lasgouttes
> "Soeren" == Soeren Pietsch <[EMAIL PROTECTED]> writes: Soeren> Hi, I had a bit of a problem with the lyx configure script on Soeren> a cygwin environment. The following check only works if the sh Soeren> shell points to the bash shell. Soeren> ### Adjust PATH for Win32 (Cygwin) if test "x$