Navigation Menu

Skip to content

Commit

Permalink
Add --with-cutter-source-path option
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Jul 25, 2012
1 parent 27b4989 commit 6fcf799
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions configure.ac
Expand Up @@ -290,6 +290,22 @@ AC_SUBST(RSYNC_PATH)
GPG_UID=m4_include(gpg_uid)
AC_SUBST(GPG_UID)

# For update-version
AC_ARG_WITH(cutter-source-path,
[AS_HELP_STRING([--with-cutter-source-path=PATH],
[specify Cutter source path for mroonga's release manager.])],
[CUTTER_SOURCE_PATH="$withval"])
case "$CUTTER_SOURCE_PATH" in
""|/*)
: # do nothing
;;
*)
CUTTER_SOURCE_PATH="\$(top_builddir)/${CUTTER_SOURCE_PATH}"
;;
esac
AC_SUBST(CUTTER_SOURCE_PATH)


# Document
AC_MSG_CHECKING([whether enable document])
AC_ARG_ENABLE(document,
Expand Down

0 comments on commit 6fcf799

Please sign in to comment.