Diff for /gforth/configure.in between versions 1.106 and 1.107

version 1.106, 2003/01/27 08:03:46 version 1.107, 2003/01/27 21:28:48
Line 295  AC_CHECK_PROG(disasm_fs,disasm.fs,arch/$ Line 295  AC_CHECK_PROG(disasm_fs,disasm.fs,arch/$
 AC_SUBST(disasm_fs)  AC_SUBST(disasm_fs)
   
 case "$host_os" in  case "$host_os" in
         *win32)          *win32|cygwin)
                 EXE=".exe"  
                 DIRSEP="\\"                  DIRSEP="\\"
                 ;;                  ;;
         *darwin*)          *darwin*)
                 #Darwin uses some funny preprocessor by default; eliminate it:                  #Darwin uses some funny preprocessor by default; eliminate it:
                 AC_MSG_NOTICE([using -traditional-cpp on Darwin])                  AC_MSG_NOTICE([using -traditional-cpp on Darwin])
                 CFLAGS="$CFLAGS -traditional-cpp"                  CFLAGS="$CFLAGS -traditional-cpp"
                 EXE=""  
                 DIRSEP="/"                  DIRSEP="/"
                 ;;                  ;;
         *)          *)
                 EXE=""  
                 DIRSEP="/"                  DIRSEP="/"
                 ;;                  ;;
 esac  esac
 AC_SUBST(EXE)  
 AC_SUBST(DIRSEP)  AC_SUBST(DIRSEP)
 AC_DEFINE_UNQUOTED(DIRSEP,'$DIRSEP',[a directory separator character])  AC_DEFINE_UNQUOTED(DIRSEP,'$DIRSEP',[a directory separator character])
   

Removed from v.1.106  
changed lines
  Added in v.1.107


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