configure.ac

来自「linux下流媒体下载程序代码」· AC 代码 · 共 50 行

AC
50
字号
#                                               -*- Autoconf -*-# Process this file with autoconf to produce a configure script.AC_PREREQ(2.52)AC_INIT(msdl, 1.2.4-r1, me_t_ro@yahoo.com)AM_INIT_AUTOMAKEAC_CONFIG_SRCDIR([src/msdl.c])AC_CONFIG_HEADER([config.h])# Checks for programs.AC_PROG_CC# Checks for libraries.# Checks for header files.AC_HEADER_STDCAC_CHECK_HEADERS([arpa/inet.h fcntl.h inttypes.h netdb.h netinet/in.h stdlib.h string.h sys/socket.h sys/time.h unistd.h])# Checks for typedefs, structures, and compiler characteristics.AC_C_CONSTAC_C_INLINEAC_TYPE_SIZE_TAC_HEADER_TIMEAC_TYPE_UINT16_TAC_TYPE_UINT32_TAC_TYPE_UINT64_TAC_TYPE_UINT8_T# Checks for library functions.AC_FUNC_MALLOCAC_FUNC_MEMCMPAC_FUNC_REALLOCAC_FUNC_SELECT_ARGTYPESAC_FUNC_VPRINTFAC_CHECK_FUNCS([inet_ntoa memmove memset select socket strcasecmp strchr strdup strncasecmp strrchr strstr])AC_CONFIG_FILES([Makefile                 src/Makefile		 doc/Makefile		 doc/msdl.1])AC_OUTPUTecho "Configured msdl:  Compiler:                  ${CC}  Compiler flags:            ${CFLAGS}Please run 'make' to compile, and 'make install' to install."

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?