[Groonga-commit] groonga/groonga at 17fc024 [master] groonga-httpd windows: set extension

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Nov 23 21:02:58 JST 2014


Kouhei Sutou	2014-11-23 21:02:58 +0900 (Sun, 23 Nov 2014)

  New Revision: 17fc024533a1c3528ac540b15c6d0c993d0cfeee
  https://github.com/groonga/groonga/commit/17fc024533a1c3528ac540b15c6d0c993d0cfeee

  Message:
    groonga-httpd windows: set extension

  Modified files:
    groonga-httpd-conf.sh.in

  Modified: groonga-httpd-conf.sh.in (+3 -1)
===================================================================
--- groonga-httpd-conf.sh.in    2014-11-23 20:05:55 +0900 (22a90d8)
+++ groonga-httpd-conf.sh.in    2014-11-23 21:02:58 +0900 (380495b)
@@ -6,13 +6,15 @@ sysconfdir="@sysconfdir@"
 pkgsysconfdir="@pkgsysconfdir@"
 localstatedir="@localstatedir@"
 
+EXEEXT="@EXEEXT@"
+
 SED="@SED@"
 
 export GROONGA_HTTPD_MODULE_PATH="@abs_top_srcdir@/src/httpd/nginx-module"
 export GROONGA_HTTPD_IN_TREE_INCLUDE_PATH="@abs_top_srcdir@/include"
 export GROONGA_HTTPD_IN_TREE_LINK_PATH="@abs_top_builddir@/lib/.libs"
 export GROONGA_HTTPD_PREFIX="${pkgsysconfdir}/httpd"
-export GROONGA_HTTPD_BIN_PATH="${sbindir}/groonga-httpd"
+export GROONGA_HTTPD_BIN_PATH="${sbindir}/groonga-httpd${EXEEXT}"
 export GROONGA_HTTPD_CONF_PATH="${pkgsysconfdir}/httpd/groonga-httpd.conf"
 export GROONGA_HTTPD_ERROR_LOG_PATH="${localstatedir}/log/groonga/httpd/error.log"
 export GROONGA_HTTPD_HTTP_LOG_PATH="${localstatedir}/log/groonga/httpd/access.log"
-------------- next part --------------
HTML����������������������������...
下載 



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