?? aclocal.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 + -