Diff for /gforth/configure.in between versions 1.41 and 1.43

version 1.41, 1998/12/08 22:02:38 version 1.43, 1998/12/19 23:15:08
Line 280  dnl using sin here is no good idea since Line 280  dnl using sin here is no good idea since
 AC_CHECK_LIB(m,asin)  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)  
 if test "$host_os" != "nextstep3"  if test "$host_os" != "nextstep3"
 then  then
         AC_FUNC_MEMCMP          AC_FUNC_MEMCMP
Line 304  AC_SUBST(machine) Line 303  AC_SUBST(machine)
 dnl AC_LINK_FILES(arch/$machine,arch/machine) #no longer needed  dnl AC_LINK_FILES(arch/$machine,arch/machine) #no longer needed
 AC_OUTPUT([  AC_OUTPUT([
 Makefile  Makefile
   gforthmi
 engine/Makefile  engine/Makefile
 doc/version.texi ],echo timestamp > stamp-h)  doc/version.texi ],echo timestamp > stamp-h)
   chmod +x gforthmi

Removed from v.1.41  
changed lines
  Added in v.1.43


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