--- gforth/configure.in 2004/08/27 15:53:49 1.141 +++ gforth/configure.in 2004/12/31 13:23:56 1.143 @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -#Copyright (C) 1995,1996,1997,1998,2000,2003 Free Software Foundation, Inc. +#Copyright (C) 1995,1996,1997,1998,2000,2003,2004 Free Software Foundation, Inc. #This file is part of Gforth. @@ -362,9 +362,12 @@ case "$host_os" in *win32|cygwin) DIRSEP="\\\\" PATHSEP=";" - #we want the builtins of command.com and its handling of .com files - #on some Windows versions "cmd.exe /c " is an alternative - DEFAULTSYSTEMPREFIX="command.com /c " + #we want the builtins of command.com/cmd.exe and its + # handling of .com files. + #$COMSPEC contains the name of the Windows shell; + # the ./ is there, because the bash does not recognize + # absolute DOS filenames + DEFAULTSYSTEMPREFIX="./$COMSPEC /c " ;; *darwin*) #Darwin uses some funny preprocessor by default; eliminate it: