auxdir.test
来自「LINUX下的源码工具,可自己分析,或者直接装在系统上作为应用」· TEST 代码 · 共 23 行
TEST
23 行
#! /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 + =
减小字号Ctrl + -
显示快捷键?