[gforth] / gforth / configure.in  

gforth: gforth/configure.in

Diff for /gforth/configure.in between version 1.18 and 1.19

version 1.18, Tue Dec 26 17:35:35 1995 UTC version 1.19, Sun Jan 7 17:22:08 1996 UTC
Line 156 
Line 156 
 AC_FUNC_MEMCMP  AC_FUNC_MEMCMP
 AC_REPLACE_FUNCS(memmove strtoul pow10 strerror strsignal)  AC_REPLACE_FUNCS(memmove strtoul pow10 strerror strsignal)
 AC_CHECK_FUNCS(sys_siglist)  AC_CHECK_FUNCS(sys_siglist)
 AC_MSG_CHECKING(whether sys_siglist may be declared)  AC_DECL_SYS_SIGLIST
 AC_CACHE_VAL(gf_cv_declare_sys_siglist,  
 AC_TRY_COMPILE(#include <stdio.h>  
 #include <signal.h>  
 ,extern void sys_siglist;,gf_cv_declare_sys_siglist='yes',gf_cv_declare_sys_siglist='no'))  
 if test $gf_cv_declare_sys_siglist = yes  
 then  
   AC_DEFINE(DECLARE_SYS_SIGLIST)  
 fi  
 AC_MSG_RESULT($gf_cv_declare_sys_siglist)  
 AC_CHECK_FUNC(getopt_long,getopt_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)  AC_CHECK_FUNCS(rint expm1 log1p)


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help