| 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) |