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

📄 configure.in

📁 这是一个自动生成MAKEFILE的工具。相信大家都听说过。在LINUX工程项目里是很好的帮手。希望对大家有点帮助。
💻 IN
字号:
dnl Process this file with autoconf to produce a configure script.AC_INIT(automake.in)AM_INIT_AUTOMAKE(automake, 1.4-p5)# Find an appropriate tar for use in "dist" targets.  A "best guess"# is good enough -- if we can't find GNU tar, we don't really care.AC_CHECK_PROGS(TAR, gnutar gtar tar)AC_PATH_PROG(PERL, perl)if test -z "$PERL"; then   AC_MSG_ERROR([perl not found])fiif test -n "`$PERL -v | fgrep 'version 5.001' 2> /dev/null`"; then   AC_MSG_ERROR([perl 5.001 has bug which causes automake to fail])fiAC_OUTPUT([Makefile automake aclocal m4/Makefile tests/Makefile],[chmod +x automake aclocal])

⌨️ 快捷键说明

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