[gforth] / gforth / configure.in  

gforth: gforth/configure.in

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

version 1.141, Fri Aug 27 15:53:49 2004 UTC version 1.142, Sun Sep 5 07:46:08 2004 UTC
Line 362 
Line 362 
         *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:


Generate output suitable for use with a patch program
Legend:
Removed from v.1.141  
changed lines
  Added in v.1.142

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help