Diff for /gforth/configure.in between versions 1.316 and 1.317

version 1.316, 2012/10/07 21:07:18 version 1.317, 2012/10/08 01:10:30
Line 777  case "$host_os" in Line 777  case "$host_os" in
         *win*)          *win*)
                 # !!!FIXME!!! problems with cygwin and ';' as path separator                  # !!!FIXME!!! problems with cygwin and ';' as path separator
                 DIRSEP="/" # normal dirsep                  DIRSEP="/" # normal dirsep
                 PATHSEP=";" # semicolon as pathsep                  PATHSEP=":" # colon as pathsep
                 #we want the builtins of command.com/cmd.exe and its                  #we don't want the builtins of command.com/cmd.exe and its
                 # handling of .com files.                  # handling of .com files.
                 #$COMSPEC contains the name of the Windows shell;                  #$COMSPEC contains the name of the Windows shell;
                 # the ./ is there, because the bash does not recognize                  # the ./ is there, because the bash does not recognize
                 # absolute DOS filenames                  # absolute DOS filenames
                 DEFAULTSYSTEMPREFIX="./$COMSPEC /c "                  DEFAULTSYSTEMPREFIX="" #"./${COMSPEC//\\/\\\\\\\\} /c "
                 ;;                  ;;
         *linux*)          *linux*)
                 DIRSEP="/"                  DIRSEP="/"

Removed from v.1.316  
changed lines
  Added in v.1.317


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