[Groonga-commit] groonga/groonga at 22dd64c [master] Ensure expanding the PID path for groonga-httpd

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Jun 5 10:26:19 JST 2016


Kouhei Sutou	2016-06-05 10:26:19 +0900 (Sun, 05 Jun 2016)

  New Revision: 22dd64cf7b96a73180aab46dc5ce76d555909df2
  https://github.com/groonga/groonga/commit/22dd64cf7b96a73180aab46dc5ce76d555909df2

  Message:
    Ensure expanding the PID path for groonga-httpd

  Modified files:
    configure.ac

  Modified: configure.ac (+4 -1)
===================================================================
--- configure.ac    2016-06-05 09:08:11 +0900 (724337d)
+++ configure.ac    2016-06-05 10:26:19 +0900 (495533f)
@@ -1532,7 +1532,10 @@ else
 fi
 AM_CONDITIONAL(WITH_GROONGA_HTTPD, test "$enable_groonga_httpd" = "yes")
 
-GROONGA_HTTPD_PID_PATH="${localstatedir}/run/groonga-httpd.pid"
+GROONGA_HTTPD_PID_PATH="`
+  test \"$prefix\" = NONE && prefix=/usr/local
+  eval echo ${localstatedir}/run/groonga-httpd.pid
+`"
 AC_SUBST(GROONGA_HTTPD_PID_PATH)
 
 # mruby
-------------- next part --------------
HTML����������������������������...
Download 



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