configure.scan

来自「linux下的flash的播放源代码」· SCAN 代码 · 共 53 行

SCAN
53
字号
dnl Process this file with autoconf to produce a configure script.AC_INIT(confdefs.h)dnl Checks for programs.AC_PROG_CXXAC_PROG_AWKAC_PROG_CCAC_PROG_CPPAC_PROG_INSTALLAC_PROG_LN_SAC_PROG_MAKE_SETAC_PROG_RANLIBdnl Checks for libraries.dnl Replace `main' with a function in -lc:AC_CHECK_LIB(c, main)dnl Replace `main' with a function in -lgcc:AC_CHECK_LIB(gcc, main)dnl Replace `main' with a function in -ljpeg:AC_CHECK_LIB(jpeg, main)dnl Replace `main' with a function in -lm:AC_CHECK_LIB(m, main)dnl Replace `main' with a function in -lmgext:AC_CHECK_LIB(mgext, main)dnl Replace `main' with a function in -lminigui:AC_CHECK_LIB(minigui, main)dnl Replace `main' with a function in -lmywins:AC_CHECK_LIB(mywins, main)dnl Replace `main' with a function in -lpng:AC_CHECK_LIB(png, main)dnl Replace `main' with a function in -lpthread:AC_CHECK_LIB(pthread, main)dnl Replace `main' with a function in -lz:AC_CHECK_LIB(z, main)dnl Checks for header files.AC_HEADER_STDCAC_HEADER_SYS_WAITAC_CHECK_HEADERS(fcntl.h limits.h sys/ioctl.h sys/time.h unistd.h)dnl Checks for typedefs, structures, and compiler characteristics.AC_C_CONSTAC_C_INLINEAC_TYPE_SIZE_TAC_HEADER_TIMEdnl Checks for library functions.AC_PROG_GCC_TRADITIONALAC_FUNC_MEMCMPAC_CHECK_FUNCS(gettimeofday strdup)AC_OUTPUT(flash/Makefile Makefile src/Makefile mpegsound/Makefile)

⌨️ 快捷键说明

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