[gforth] / gforth / configure.in  

gforth: gforth/configure.in

Diff for /gforth/configure.in between version 1.31 and 1.32

version 1.31, Wed May 21 20:39:21 1997 UTC version 1.32, Sun Jun 15 19:43:27 1997 UTC
Line 183 
Line 183 
                 ;;                  ;;
         m68k)          m68k)
                 mach_h=m68k                  mach_h=m68k
                 CFLAGS="$CFLAGS -fomit-frame-pointer -traditional-cpp"                  CFLAGS="$CFLAGS -fomit-frame-pointer"
                   if test "$host_os" = "nextstep3"
                   then
                           LIBOBJS="$LIBOBJS termios.o"
                   fi
                 ;;                  ;;
         mips*)          mips*)
                 mach_h=mips                  mach_h=mips
Line 253 
Line 257 
 AC_CHECK_FUNCS(dlopen)  AC_CHECK_FUNCS(dlopen)
 AC_CHECK_LIB(dl,dlopen)  AC_CHECK_LIB(dl,dlopen)
 AC_CHECK_LIB(kernel32,GetModuleHandle)  AC_CHECK_LIB(kernel32,GetModuleHandle)
   if test "$host_os" != "nextstep3"
   then
 AC_FUNC_MEMCMP  AC_FUNC_MEMCMP
   fi
 AC_REPLACE_FUNCS(memmove strtoul pow10 strerror strsignal atanh)  AC_REPLACE_FUNCS(memmove strtoul pow10 strerror strsignal atanh)
 AC_CHECK_FUNCS(sys_siglist)  AC_CHECK_FUNCS(sys_siglist)
 AC_DECL_SYS_SIGLIST  AC_DECL_SYS_SIGLIST


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help