📄 confincl.test
字号:
#! /bin/sh# This tests for a bug reported by Gord Matzigkeit.# If config.h is not used, @CONFIG_INCLUDE_SPEC@ should not appear# in Makefile.in.. $srcdir/defs || exit 1cat >> configure.in << 'END'AC_PROG_CCENDcat > Makefile.am << 'EOF'bin_PROGRAMS = fredEOF$AUTOMAKE || exit 1if grep '@CONFIG_INCLUDE_SPEC@' Makefile.in; then exit 1fiexit 0
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -