📄 confh3.test
字号:
#! /bin/sh# Another 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(d1/config.h:d2/config.h.in)AC_OUTPUT(Makefile d1/Makefile)END: > Makefile.am: > acconfig.hmkdir d1 d2: > d1/Makefile.am: > d2/config.h.in$AUTOMAKE || exit 1grep '^config.h:' d1/Makefile.in || exit 1fgrep 'echo timestamp > stamp-h' d1/Makefile.in || exit 1fgrep '../d2/config.h.in' d1/Makefile.in || exit 1
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -