📄 configure.in
字号:
AC_INIT(rlm_ippool.c)AC_REVISION($Revision: 1.2 $)AC_DEFUN(modname,[rlm_ippool])if test x$with_[]modname != xno; then AC_PROG_CC AC_PROG_CPP AC_SMART_CHECK_INCLUDE(gdbm.h) AC_SMART_CHECK_LIB(gdbm, gdbm_open) if test "x$ac_cv_lib_gdbm_gdbm_open" != "xyes"; then fail="$fail libgdbm" fi if test "x$fail" = "x"; then AC_MSG_CHECKING(to see GDBM_SYNC status) AC_EGREP_CPP(found-gdbm-sync, [#include <gdbm.h>#ifdef GDBM_SYNC found-gdbm-sync!#else not found. this version must use sync by default.#endif ], [ AC_DEFINE(NEED_GDBM_SYNC, yes) AC_MSG_RESULT(needs it.) ], [ AC_MSG_RESULT(SYNCs by default.) ] ) fi old_LIBS=$LIBS LIBS="$LIBS $SMART_LIBS" AC_CHECK_FUNC(gdbm_fdesc) if test "x$ac_cv_func_gdbm_fdesc" = "xyes"; then AC_DEFINE(HAVE_GDBM_FDESC) fi LIBS=$old_LIBS targetname=modnameelse targetname= echo \*\*\* module modname is disabled.fiif test x"$fail" != x""; then if test x"${enable_strict_dependencies}" = x"yes"; then AC_MSG_ERROR([set --without-]modname[ to disable it explicitly.]) else AC_MSG_WARN([silently not building ]modname[.]) AC_MSG_WARN([FAILURE: ]modname[ requires: $fail.]); targetname="" fifiif test x"$targetname" != x""; then ippool_utils="rlm_ippool_tool" ippool_install="rlm_ippool_install"fiippool_ldflags=$SMART_LIBSippool_cflags=$SMART_CFLAGSAC_SUBST(ippool_ldflags)AC_SUBST(ippool_cflags)AC_SUBST(targetname)AC_SUBST(ippool_utils)AC_SUBST(ippool_install)AC_CONFIG_HEADER(config.h)AC_OUTPUT(Makefile)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -