?? configure.ac
字號(hào):
# -*- Autoconf -*-# Process this file with autoconf to produce a configure script.AC_PREREQ(2.58)AC_INIT([vsntp], [2.0.0], [imacat@mail.imacat.idv.tw])AM_INIT_AUTOMAKEAC_CONFIG_SRCDIR([vsntp.c])AC_CONFIG_HEADER([config.h])# Checks for programs.AC_PROG_CC# Checks for libraries.# FIXME: Replace `main' with a function in `-lcrypt':AC_CHECK_LIB([crypt], [main])# Checks for header files.AC_HEADER_STDCAC_CHECK_HEADERS([arpa/inet.h netdb.h netinet/in.h stdlib.h string.h sys/socket.h sys/time.h syslog.h unistd.h])# Checks for typedefs, structures, and compiler characteristics.AC_C_CONSTAC_TYPE_PID_TAC_TYPE_SIZE_TAC_TYPE_SSIZE_TAC_HEADER_TIME# Checks for library functions.AC_FUNC_ERROR_AT_LINEAC_FUNC_FORKAC_FUNC_MALLOCAC_FUNC_VPRINTFAC_CHECK_FUNCS([gethostbyname gettimeofday socket strerror alarm])AC_CONFIG_FILES([Makefile doc/Makefile init.d/Makefile])AC_OUTPUT
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -