[gforth] / gforth / configure.in  

gforth: gforth/configure.in

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

version 1.7, Sat Jan 21 17:26:44 1995 UTC version 1.8, Wed Jan 25 18:53:45 1995 UTC
Line 106 
Line 106 
 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)
   


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help