📄 configure.ac
字号:
# -*- Autoconf -*-# Process this file with autoconf to produce a configure script.AC_PREREQ(2.59)AC_INIT(ffep, 0.8.3, joerg@frochte.de)AC_CONFIG_SRCDIR([src/ffep.h])AC_CONFIG_HEADER([config.h])AM_INIT_AUTOMAKE(ffep, 0.8.3, joerg@frochte.de)AC_LANG([C])GENERIC_LIBRARY_VERSION="2:0:0"# Checks for programs.AC_PROG_CCAC_PROG_RANLIBAC_PROG_INSTALLAC_PROG_LIBTOOLAC_PROG_LN_SAC_PROG_MAKE_SET# Checks for libraries.AC_CHECK_LIB(meml, meml_matrix_new)AC_CHECK_LIB(m, sqrt)# Checks for header files.AC_HEADER_STDCAC_CHECK_HEADERS([stddef.h stdlib.h string.h])# Checks for typedefs, structures, and compiler characteristics.AC_C_CONSTAC_C_INLINE# Checks for library functions.AC_FUNC_MALLOCAC_FUNC_REALLOCAC_FUNC_STRTODAC_CONFIG_FILES([Makefile src/Makefile])AC_OUTPUT
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -