Diff for /gforth/configure.in between versions 1.7 and 1.8

version 1.7, 1995/01/21 17:26:44 version 1.8, 1995/01/25 18:53:45
Line 106  dnl using sin here is no good idea since Line 106  dnl using sin here is no good idea since
 AC_CHECK_LIB(m,asin)  AC_CHECK_LIB(m,asin)
 AC_FUNC_MEMCMP  AC_FUNC_MEMCMP
 AC_REPLACE_FUNCS(memmove strtoul)  AC_REPLACE_FUNCS(memmove strtoul)
 AC_CHECK_FUNC(getopt_long,getop_long="",getopt_long="getopt.o getopt1.o")  AC_CHECK_FUNC(getopt_long,getopt_long="",getopt_long="getopt.o getopt1.o")
 AC_SUBST(getopt_long)  AC_SUBST(getopt_long)
 AC_CHECK_FUNCS(rint expm1 log1p pow10)  AC_CHECK_FUNCS(rint expm1 log1p pow10)
 AC_REPLACE_FUNCS(ecvt)  AC_REPLACE_FUNCS(ecvt)
 dnl No check for select, because our replacement is no good under  dnl No check for select, because our replacement is no good under
 dnl anything but DOS  dnl anything but DOS
   
   gforth_fi=kernl32${bytesex}.fi
   AC_SUBST(gforth_fi)
   
 dnl autoconf requires (implicitly) that AC_LINK_FILES is used only once  dnl autoconf requires (implicitly) that AC_LINK_FILES is used only once
 AC_LINK_FILES(${mach_h}.h kernl32${bytesex}.fi,machine.h gforth.fi)  AC_LINK_FILES(${mach_h}.h $gforth_fi,machine.h gforth.fi)
 AC_OUTPUT(Makefile)  AC_OUTPUT(Makefile)
   

Removed from v.1.7  
changed lines
  Added in v.1.8


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