[Groonga-commit] groonga/groonga at b5a2389 [master] Don't require autoconf-archive

Zurück zum Archiv-Index

Kouhei Sutou null+****@clear*****
Wed Aug 16 10:44:57 JST 2017


Kouhei Sutou	2017-08-16 10:44:57 +0900 (Wed, 16 Aug 2017)

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

  Message:
    Don't require autoconf-archive

  Modified files:
    configure.ac
    tools/travis-install.sh

  Modified: configure.ac (+2 -1)
===================================================================
--- configure.ac    2017-08-16 09:36:08 +0900 (811ab867a)
+++ configure.ac    2017-08-16 10:44:57 +0900 (7344d0d8f)
@@ -79,7 +79,8 @@ AC_MSG_RESULT([$solaris])
 
 AC_C_BIGENDIAN
 AC_PROG_CXX
-AX_CXX_COMPILE_STDCXX_11([ext], [optional])
+m4_ifdef([AX_CXX_COMPILE_STDCXX_11],
+         [AX_CXX_COMPILE_STDCXX_11([ext], [optional])])
 AC_PROG_CC
 m4_ifdef([AC_PROG_CC_C99],
          [AC_PROG_CC_C99])

  Modified: tools/travis-install.sh (+2 -0)
===================================================================
--- tools/travis-install.sh    2017-08-16 09:36:08 +0900 (20991f5bf)
+++ tools/travis-install.sh    2017-08-16 10:44:57 +0900 (72240ec15)
@@ -10,6 +10,7 @@ case "${TRAVIS_OS_NAME}" in
     curl --silent --location https://raw.github.com/clear-code/cutter/master/data/travis/setup.sh | sh
     sudo apt-get install -qq -y \
          autotools-dev \
+         autoconf-archive \
          zlib1g-dev \
          libmsgpack-dev \
          libevent-dev \
@@ -24,6 +25,7 @@ case "${TRAVIS_OS_NAME}" in
     brew outdated libevent || brew upgrade libevent
     brew outdated pcre || brew upgrade pcre
     brew install \
+         autoconf-archive \
          msgpack \
          mecab \
          mecab-ipadic
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Zurück zum Archiv-Index