[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] add --with-rsync-path option to configure for Debian package release.

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:21:15 JST 2012


Kouhei Sutou	2010-08-24 22:05:01 +0900 (Tue, 24 Aug 2010)

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

  Log:
    add --with-rsync-path option to configure for Debian package release.

  Modified files:
    configure.ac

  Modified: configure.ac (+8 -0)
===================================================================
--- configure.ac    2010-08-24 22:03:56 +0900 (02ecf68)
+++ configure.ac    2010-08-24 22:05:01 +0900 (d97d29b)
@@ -169,6 +169,14 @@ AC_CHECK_GCUTTER(>= $REQUIRED_MINIMUM_CUTTER_VERSION)
 [ac_cv_use_cutter="no"])
 AM_CONDITIONAL([WITH_CUTTER], [test "$ac_cv_use_cutter" != "no"])
 
+# For Debian package release
+AC_ARG_WITH(rsync-path,
+            [AS_HELP_STRING([--with-rsync-path=PATH],
+            [specify rsync path to upload groonga Debian packages.])],
+            [RSYNC_PATH="$withval"],
+            [RSYNC_PATH=""])
+AC_SUBST(RSYNC_PATH)
+
 CFLAGS="$CFLAGS -Werror"
 CXXFLAGS="$CXXFLAGS -Werror -fno-implicit-templates -fno-exceptions -fno-rtti -felide-constructors"
 
-------------- next part --------------
HTML����������������������������...
Download 



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