⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 config.test

📁 LINUX下的源码工具,可自己分析,或者直接装在系统上作为应用
💻 TEST
字号:
#! /bin/sh# Test to make sure config.h rule made even if it is in a subdir.  The# idea is that if config.h is in a subdir, and there is no Makefile in# that subdir, then we want to build config.h as the top level.. $srcdir/defs || exit 1cat > configure.in << 'END'AM_CONFIG_HEADER(subdir/config.h)PACKAGE=nonesuchVERSION=nonesuchAC_PROG_CCAC_ARG_PROGRAMAC_PROG_INSTALLAC_OUTPUT(Makefile)END: > Makefile.ammkdir subdir: > subdir/config.h.in$AUTOMAKE || exit 1grep '^subdir/config.h:' Makefile.in

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -