[완료] autoconf에서 finite 은 무슨 뜻인가요?
글쓴이: blhole / 작성시간: 금, 2010/12/03 - 1:55오후
안녕하세요.
ntp의 configure.ac에 있는 아래 문장을 해석해 주실 수 있을까요?
daemon 이나 finite 이 함수 인가요?
./configure를 실행하면
checking for daemon... yes
checking for finite... yes
이렇게 나옵니다.
AC_CHECK_FUNCS(daemon) AC_CHECK_FUNCS(finite, , [AC_CHECK_FUNCS(isfinite, , [AC_MSG_CHECKING([for isfinite with <math.h>]) _libs=$LIBS LIBS="$LIBS -lm" AC_TRY_LINK([#include <math.h>], [float f = 0.0; isfinite(f)], [AC_MSG_RESULT(yes) AC_DEFINE(HAVE_ISFINITE)], AC_MSG_RESULT(no)) LIBS=$_libs])]) AC_CHECK_FUNCS(getbootfile getclock getdtablesize)
Forums:
헉 죄송합니다.
man daemon
man finite
하니까 다 나오네요.. 이글은 지우셔도 될 것 같습니다.
댓글 달기