📄 config.test
字号:
#! /bin/sh# Test to make sure config.h rule made even if it is in a subdir. The# idea is that if config.h is in a subdir, and there is no Makefile in# that subdir, then we want to build config.h as the top level.. $srcdir/defs || exit 1cat > configure.in << 'END'AM_CONFIG_HEADER(subdir/config.h)PACKAGE=nonesuchVERSION=nonesuchAC_PROG_CCAC_ARG_PROGRAMAC_PROG_INSTALLAC_OUTPUT(Makefile)END: > Makefile.ammkdir subdir: > subdir/config.h.in$AUTOMAKE || exit 1grep '^subdir/config.h:' Makefile.in
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -