📄 auxdir.test
字号:
#! /bin/sh# Test to make sure AC_CONFIG_AUX_DIR works correctly.. $srcdir/defs || exit 1# The "./." is here so we don't have to mess with subdirs.cat >> configure.in << 'END'PACKAGE=nonesuchVERSION=nonesuchAC_CONFIG_AUX_DIR(./.)ENDcat > Makefile.am << 'END'pkgdata_DATA =END# The "././" prefix confuses Automake into thinking it is doing a# subdir build. Yes, this is hacky.$AUTOMAKE ././Makefile || exit 1grep '/\./\./mkinstalldirs' Makefile.in
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -