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

📄 configure.in

📁 create raid tool at linux
💻 IN
字号:
dnldnl Configure.in file for the raidtoolsdnlAC_INIT(mkraid.c)AC_CONFIG_HEADER(config.h)VERS=1.00.3AC_SUBST(VERS)dnldnl doesnt hurtdnlMAKEFLAGS="-j4"AC_SUBST(MAKEFLAGS)dnldnl Basic autoconf checkingdnlAC_PROG_CCAC_PROG_CPPdnldnl Provide useful optimizations if they do not provide itdnlif test "x$CFLAGS" = x; then    CFLAGS="-O2 -Wstrict-prototypes"fiAC_SUBST(CFLAGS)dnldnl Provide sensible defaults if the users are not relocating the packagednlif test $prefix = NONE; then    prefix=/usrfiAC_SUBST(prefix)dnldnl Output MakefilednlAC_OUTPUT(Makefile)

⌨️ 快捷键说明

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