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
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 ...] ;;
*)
> "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$