[Groonga-commit] groonga/groonga at 7b029f5 [master] travis: check libtoolize version on OS X

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Sep 1 21:58:28 JST 2015


Kouhei Sutou	2015-09-01 21:58:28 +0900 (Tue, 01 Sep 2015)

  New Revision: 7b029f5f8af892f13a837008c64bd4ed4e55097a
  https://github.com/groonga/groonga/commit/7b029f5f8af892f13a837008c64bd4ed4e55097a

  Message:
    travis: check libtoolize version on OS X

  Modified files:
    tools/travis-before-script.sh

  Modified: tools/travis-before-script.sh (+3 -0)
===================================================================
--- tools/travis-before-script.sh    2015-08-31 17:08:06 +0900 (ac56e5b)
+++ tools/travis-before-script.sh    2015-09-01 21:58:28 +0900 (f7dff2b)
@@ -8,6 +8,9 @@ prefix=/tmp/local
 
 case "${BUILD_TOOL}" in
   autotools)
+    if [ "$(uname)" = "Darwin" ]; then
+      glibtoolize --version
+    fi
     ./autogen.sh
 
     configure_args=""
-------------- next part --------------
HTML����������������������������...
다운로드 



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