[Groonga-commit] groonga/groonga at a3b59cf [master] Change to install groonga-httpd-restart conditionally

Back to archive index

OBATA Akio null+****@clear*****
Sat Jan 14 17:13:25 JST 2017


OBATA Akio	2017-01-14 17:13:25 +0900 (Sat, 14 Jan 2017)

  New Revision: a3b59cfbd38ddade193b761879633e19260a4208
  https://github.com/groonga/groonga/commit/a3b59cfbd38ddade193b761879633e19260a4208

  Merged ae9796a: Merge pull request #626 from obache/neatsrc/cond-install-httpd-restart

  Message:
    Change to install groonga-httpd-restart conditionally
    
    It should be installed with groonga-httpd, and should not be in
    distribution file in any case.

  Modified files:
    data/scripts/Makefile.am

  Modified: data/scripts/Makefile.am (+3 -1)
===================================================================
--- data/scripts/Makefile.am    2017-01-13 12:49:54 +0900 (a9b5039)
+++ data/scripts/Makefile.am    2017-01-14 17:13:25 +0900 (8863c86)
@@ -1 +1,3 @@
-dist_sbin_SCRIPTS = groonga-httpd-restart
+if WITH_GROONGA_HTTPD
+sbin_SCRIPTS = groonga-httpd-restart
+endif
-------------- next part --------------
HTML����������������������������...
Download 



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