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

version 1.31, 1997/05/21 20:39:21 version 1.32, 1997/06/15 19:43:27
Line 183  case "$host_cpu" in Line 183  case "$host_cpu" in
                 ;;                  ;;
         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  AC_CHECK_LIB(m,asin) Line 257  AC_CHECK_LIB(m,asin)
 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)
 AC_FUNC_MEMCMP  if test "$host_os" != "nextstep3"
   then
           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

Removed from v.1.31  
changed lines
  Added in v.1.32


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