From 0075a63147073822be74d86a3cbbb445df24bdec Mon Sep 17 00:00:00 2001 From: tsutsumi <> Date: Thu, 23 Oct 2003 19:30:16 +0000 Subject: [PATCH] add enable jpn doc option --- configure.ac | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/configure.ac b/configure.ac index a26b4f9..420cd41 100644 --- a/configure.ac +++ b/configure.ac @@ -38,6 +38,14 @@ AC_PROG_LN_S AM_WITH_DMALLOC ARG_WITH_DOXYGEN ARG_ENABLE_COVERAGE +AC_ARG_ENABLE(japanese-doc, + AC_HELP_STRING([--enable-japanese-doc],[output japanese documents]), + [ case "${enableval}" in + yes) jpn_doc=yes;; + no) jpn_doc=no;; + *) jpn_doc=no;; + esac ], [jpn_doc=no]) +AM_CONDITIONAL(JPNDOC, test x$jpn_doc = xyes) AC_LIBTOOL_WIN32_DLL AC_LIBTOOL_DLOPEN -- 2.11.0