--- gforth/configure.in 1995/12/15 01:54:09 1.16 +++ gforth/configure.in 1995/12/23 16:21:55 1.17 @@ -154,6 +154,8 @@ dnl using sin here is no good idea since AC_CHECK_LIB(m,asin) AC_FUNC_MEMCMP AC_REPLACE_FUNCS(memmove strtoul pow10 strerror strsignal) +dnl AC_TRY_LINK(#include ,sys_siglist;,AC_DEFINE(HAVE_SYS_SIGLIST),) +AC_CHECK_FUNCS(sys_siglist) AC_CHECK_FUNC(getopt_long,getopt_long="",getopt_long="getopt.o getopt1.o") AC_SUBST(getopt_long) AC_CHECK_FUNCS(rint expm1 log1p)