Navigation Menu

Skip to content

Commit

Permalink
add --mroonga-github-com-path option for publishing document.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 29, 2011
1 parent 47bcfbe commit a95d011
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions configure.ac
Expand Up @@ -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],
Expand Down

0 comments on commit a95d011

Please sign in to comment.