📄 configure.in
字号:
# -*- Autoconf -*-# Process this file with autoconf to produce a configure script.AC_PREREQ(2.59)# BEGIN modified/added by jos (all else written by autoscan)AC_INIT([resample],[1.8.1],[resample-bugs@w3k.org])AM_INIT_AUTOMAKE(resample,1.8.1)# (also removed testdir for now)# END modified/added by josAC_CONFIG_SRCDIR([src/smallfilter.h])AC_CONFIG_HEADER([config.h])# Checks for programs.AC_PROG_CCAC_PROG_RANLIBAC_PROG_INSTALL# Checks for libraries.# FIXME: Replace `main' with a function in `-lm':AC_CHECK_LIB([m], [main])# Checks for header files.AC_HEADER_STDCAC_CHECK_HEADERS([fcntl.h limits.h stddef.h stdint.h stdlib.h string.h sys/ioctl.h unistd.h])# Checks for typedefs, structures, and compiler characteristics.AC_HEADER_STDBOOLAC_C_CONSTAC_TYPE_MODE_TAC_TYPE_OFF_TAC_TYPE_PID_TAC_TYPE_SIZE_T# Checks for library functions.AC_FUNC_ALLOCAAC_PROG_GCC_TRADITIONALAC_FUNC_MALLOCAC_FUNC_REALLOCAC_FUNC_STATAC_FUNC_STRFTIMEAC_FUNC_VPRINTFAC_CHECK_FUNCS([atexit floor getcwd memmove memset pathconf pow sqrt strdup strerror strtol])AC_CONFIG_FILES([Makefile man/Makefile sndlib-20/makefile sndlib-20/sndins/Makefile src/Makefile])AC_OUTPUTAM_INIT_AUTOMAKE
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -