null+****@clear*****
null+****@clear*****
2011年 10月 30日 (日) 00:16:24 JST
Kouhei Sutou 2011-10-29 15:16:24 +0000 (Sat, 29 Oct 2011) New Revision: a95d011a8f69b757ca126238f147ac6e26c25696 Log: add --mroonga-github-com-path option for publishing document. Modified files: configure.ac Modified: configure.ac (+8 -0) =================================================================== --- configure.ac 2011-10-29 15:11:01 +0000 (f43b1ae) +++ configure.ac 2011-10-29 15:16:24 +0000 (1887dc8) @@ -206,6 +206,14 @@ AC_CHECK_GCUTTER(>= $REQUIRED_MINIMUM_CUTTER_VERSION) [ac_cv_use_cutter="no"]) AM_CONDITIONAL([WITH_CUTTER], [test "$ac_cv_use_cutter" != "no"]) +# For mroonga.github.com +AC_ARG_WITH(mroonga-github-com-path, + [AS_HELP_STRING([--with-mroonga-github-com-path=PATH], + [specify mroonga.github.com path to update mroonga.github.com.])], + [MROONGA_GITHUB_COM_PATH="$withval"], + [MROONGA_GITHUB_COM_PATH=""]) +AC_SUBST(MROONGA_GITHUB_COM_PATH) + # For Debian package release AC_ARG_WITH(rsync-path, [AS_HELP_STRING([--with-rsync-path=PATH],