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

version 1.18, 1995/12/26 17:35:35 version 1.19, 1996/01/07 17:22:08
Line 156  AC_CHECK_LIB(m,asin) Line 156  AC_CHECK_LIB(m,asin)
 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)

Removed from v.1.18  
changed lines
  Added in v.1.19


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