[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] add --mroonga-github-com-path option for publishing document.

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:31:24 JST 2012


Kouhei Sutou	2011-10-30 00:16:24 +0900 (Sun, 30 Oct 2011)

  New Revision: a95d011a8f69b757ca126238f147ac6e26c25696
  https://github.com/mroonga/mroonga/commit/a95d011a8f69b757ca126238f147ac6e26c25696

  Log:
    add --mroonga-github-com-path option for publishing document.

  Modified files:
    configure.ac

  Modified: configure.ac (+8 -0)
===================================================================
--- configure.ac    2011-10-30 00:11:01 +0900 (f43b1ae)
+++ configure.ac    2011-10-30 00:16:24 +0900 (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],
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-mysql-commit mailing list
Back to archive index