HAYASHI Kentaro
null+****@clear*****
Thu Oct 4 10:54:52 JST 2012
HAYASHI Kentaro 2012-07-25 14:23:27 +0900 (Wed, 25 Jul 2012) New Revision: 6fcf79927c3f4fcfe61ed52cafd476ea68a9a8a5 https://github.com/mroonga/mroonga/commit/6fcf79927c3f4fcfe61ed52cafd476ea68a9a8a5 Log: Add --with-cutter-source-path option Modified files: configure.ac Modified: configure.ac (+16 -0) =================================================================== --- configure.ac 2012-07-25 13:48:42 +0900 (fa44786) +++ configure.ac 2012-07-25 14:23:27 +0900 (aeb5927) @@ -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, -------------- next part -------------- HTML����������������������������...Download