Diff for /gforth/configure.in between versions 1.141 and 1.142

version 1.141, 2004/08/27 15:53:49 version 1.142, 2004/09/05 07:46:08
Line 362  case "$host_os" in Line 362  case "$host_os" in
         *win32|cygwin)          *win32|cygwin)
                 DIRSEP="\\\\"                  DIRSEP="\\\\"
                 PATHSEP=";"                  PATHSEP=";"
                 #we want the builtins of command.com and its handling of .com files                  #we want the builtins of command.com/cmd.exe and its
                 #on some Windows versions "cmd.exe /c " is an alternative                  # handling of .com files.
                 DEFAULTSYSTEMPREFIX="command.com /c "                  #$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*)
                 #Darwin uses some funny preprocessor by default; eliminate it:                  #Darwin uses some funny preprocessor by default; eliminate it:

Removed from v.1.141  
changed lines
  Added in v.1.142


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>