📄 confh2.test
字号:
#! /bin/sh# Test to make sure stamp files created correctly.# Report from Erez Zadok.. $srcdir/defs || exit 1cat > configure.in << 'END'PACKAGE=nonesuchVERSION=nonesuchAC_ARG_PROGRAMAC_PROG_INSTALLAM_CONFIG_HEADER(config.h:include/config.h.in)AC_OUTPUT(Makefile)END: > Makefile.am: > acconfig.hmkdir include: > include/config.h.in$AUTOMAKE || exit 1grep '^config.h:' Makefile.in || exit 1fgrep 'echo timestamp > stamp-h' Makefile.in || exit 1fgrep '../include/config.h.in' Makefile.in && exit 1exit 0
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -