[Groonga-commit] groonga/groonga at 8c6d7a4 [master] Re-support old autoconf that doesn't have AC_PROG_CC_C99

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Tue Jan 13 15:01:29 JST 2015


Kouhei Sutou	2015-01-13 15:01:29 +0900 (Tue, 13 Jan 2015)

  New Revision: 8c6d7a4b4f6536cf8809961127a9dab2f6bdcab8
  https://github.com/groonga/groonga/commit/8c6d7a4b4f6536cf8809961127a9dab2f6bdcab8

  Message:
    Re-support old autoconf that doesn't have AC_PROG_CC_C99

  Modified files:
    configure.ac

  Modified: configure.ac (+2 -1)
===================================================================
--- configure.ac    2015-01-13 15:00:35 +0900 (83c71ad)
+++ configure.ac    2015-01-13 15:01:29 +0900 (a4d9ad2)
@@ -75,7 +75,8 @@ AC_MSG_RESULT([$solaris])
 AC_C_BIGENDIAN
 AC_PROG_CXX
 AC_PROG_CC
-AC_PROG_CC_C99
+m4_ifdef([AC_PROG_CC_C99],
+         [AC_PROG_CC_C99])
 AM_PROG_CC_C_O
 m4_ifdef([PKG_PROG_PKG_CONFIG],
          [PKG_PROG_PKG_CONFIG([0.19])
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る