configure.in.money

来自「c unit test framework」· MONEY 代码 · 共 24 行

MONEY
24
字号
dnl Process this file with autoconf to produce a configure script.AC_INIT(money.h)AM_INIT_AUTOMAKE(money,0.2)dnl Checks for programs.AC_PROG_AWKAC_PROG_CCAC_PROG_INSTALLAC_PROG_LN_Sdnl This macro is defined in check.m4 and tests if check.h and libcheck.adnl can be found. It sets CHECK_CFLAGS and CHECK_LIBS accordingly.dnl AM_PATH_CHECK([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]])AM_PATH_CHECK()dnl Checks for header files.AM_CONFIG_HEADER(config.h)dnl Checks for typedefs, structures, and compiler characteristics.dnl Checks for library functions.AC_OUTPUT(Makefile)

⌨️ 快捷键说明

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