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

📄 ac_prog_javadoc.ac

📁 mysql-5.0.22.tar.gz源码包
💻 AC
字号:
dnl @synopsis AC_PROG_JAVADOCdnldnl AC_PROG_JAVADOC tests for an existing javadoc generator. It uses the environmentdnl variable JAVADOC then tests in sequence various common javadoc generator.dnldnl If you want to force a specific compiler:dnldnl - at the configure.in level, set JAVADOC=yourgenerator before callingdnl AC_PROG_JAVADOCdnldnl - at the configure level, setenv JAVADOCdnldnl You can use the JAVADOC variable in your Makefile.in, with @JAVADOC@.dnldnl Note: This macro depends on the autoconf M4 macros for Java programs.dnl It is VERY IMPORTANT that you download that whole set, somednl macros depend on other. Unfortunately, the autoconf archive does notdnl support the concept of set of macros, so I had to break it fordnl submission.dnldnl The general documentation of those macros, as well as the samplednl configure.in, is included in the AC_PROG_JAVA macro.dnldnl @author Egon Willighagen <egonw@sci.kun.nl>dnl @version $Id: ac_prog_javadoc.ac,v 1.1 2001/08/23 16:58:44 dda Exp $dnlAC_DEFUN([AC_PROG_JAVADOC],[AC_REQUIRE([AC_EXEEXT])dnlif test "x$JAVAPREFIX" = x; then        test "x$JAVADOC" = x && AC_CHECK_PROGS(JAVADOC, javadoc$EXEEXT)else        test "x$JAVADOC" = x && AC_CHECK_PROGS(JAVADOC, javadoc, $JAVAPREFIX)fitest "x$JAVADOC" = x && AC_MSG_ERROR([no acceptable javadoc generator found in \$PATH])AC_PROVIDE([$0])dnl])

⌨️ 快捷键说明

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