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

📄 aclocal.m4

📁 使用libscsi做的一系列cdrom操作工具程序。包含cdwrite,cdflush,cdda三个程序
💻 M4
字号:
dnl aclocal.m4 generated automatically by aclocal 1.1l# Do all the work for Automake.  This macro actually does too much --# some checks are only needed if your package does certain things.# But this isn't really a big deal.# serial 1dnl Usage:dnl AM_INIT_AUTOMAKE(package,version)AC_DEFUN(AM_INIT_AUTOMAKE,[AC_REQUIRE([AM_PROG_INSTALL])PACKAGE=[$1]AC_SUBST(PACKAGE)AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE")VERSION=[$2]AC_SUBST(VERSION)AC_DEFINE_UNQUOTED(VERSION, "$VERSION")AM_SANITY_CHECKAC_ARG_PROGRAMAC_PROG_MAKE_SET])# serial 1AC_DEFUN(AM_PROG_INSTALL,[AC_REQUIRE([AC_PROG_INSTALL])test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'AC_SUBST(INSTALL_SCRIPT)dnl])## Check to make sure that the build environment is sane.#AC_DEFUN(AM_SANITY_CHECK,[AC_MSG_CHECKING([whether build environment is sane])echo timestamp > conftestfile# Do this in a subshell so we don't clobber the current shell's# arguments.  FIXME: maybe try `-L' hack like GETLOADAVG test?if (set X `ls -t $srcdir/configure conftestfile`; test "[$]2" = conftestfile)then   # Ok.   :else   AC_MSG_ERROR([newly created file is older than distributed files!Check your system clock])firm -f conftest*AC_MSG_RESULT(yes)])

⌨️ 快捷键说明

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