📄 configure.in.money
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -