📄 configure.ac
字号:
# Process this file with autoconf to produce a configure script.AC_PREREQ(2.57)AC_INIT([select], [0.3])AC_CONFIG_SRCDIR([selectd.c])AC_CONFIG_HEADERS([config.h])AC_CONFIG_AUX_DIR(autotools)AM_INIT_AUTOMAKE# Checks for programs.AC_PROG_CXXAC_PROG_CCAC_PROG_CPPAC_PROG_INSTALLAC_PROG_LN_SAC_PROG_MAKE_SETAC_DISABLE_STATICAC_LIBTOOL_DLOPENAC_PROG_LIBTOOL#AM_MISSING_PROG# Checks for libraries.AC_CHECK_LIB([dl], [dlopen])AC_CHECK_LIB([m], [log])AC_CHECK_LIB([socket], [socket])AM_PATH_GLIB_2_0# Checks for header files.AC_HEADER_DIRENTAC_HEADER_STDCAC_HEADER_SYS_WAITAC_CHECK_HEADERS([float.h libintl.h locale.h stdlib.h string.h strings.h sys/socket.h sys/time.h unistd.h])# Checks for typedefs, structures, and compiler characteristics.AC_C_CONSTAC_C_INLINEAC_TYPE_PID_TAC_TYPE_SIZE_TAC_HEADER_TIMEAC_STRUCT_TM# Checks for library functions.AC_FUNC_CLOSEDIR_VOIDAC_FUNC_FORK#AC_FUNC_MALLOC#AC_FUNC_MEMCMP#AC_FUNC_MKTIME#AC_FUNC_REALLOCAC_FUNC_SELECT_ARGTYPESAC_TYPE_SIGNAL#AC_FUNC_STAT#AC_FUNC_STRTODAC_CHECK_FUNCS([dup2 floor memmove memset modf pow select setlocale socket sqrt strchr strpbrk strstr strtol])AC_CHECK_FUNCS(getopt_long , , AC_LIBOBJ(getopt) ; AC_LIBOBJ(getopt1))AC_CONFIG_FILES([Makefile classifiers/Makefile docs/Makefile share/Makefile stemmers/Makefile tutorial/Makefile])AC_OUTPUT
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -