configure.in
来自「linux network bridge application tool」· IN 代码 · 共 28 行
IN
28 行
dnl Process this file with autoconf to produce a configure script.AC_INIT(bridge-utils, 1.2)AC_CONFIG_HEADERS(libbridge/config.h)AC_ARG_WITH( linux-headers, [ --with-linux-headers Location of the linux headers to use], KERNEL_HEADERS=$withval, KERNEL_HEADERS="/usr/src/linux/include")dnl Checks for programs.AC_PROG_CCAC_PROG_INSTALLAC_PROG_RANLIBdnl Checks for header files.AC_HEADER_STDCAC_CHECK_HEADERS(sys/ioctl.h sys/time.h)dnl Checks for typedefs, structures, and compiler characteristics.AC_C_CONSTAC_HEADER_TIMEdnl Checks for library functions.AC_CHECK_FUNCS(gethostname socket strdup uname)AC_CHECK_FUNCS(if_nametoindex if_indextoname)AC_SUBST(KERNEL_HEADERS)AC_OUTPUT(doc/Makefile libbridge/Makefile brctl/Makefile Makefile bridge-utils.spec)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?