aclocal.m4
来自「对SCSI设备 直接存取的通用库」· M4 代码 · 共 53 行
M4
53 行
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 + =
减小字号Ctrl + -
显示快捷键?