[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] add MRN_VERSION as a VERSION or PACKAGE_VERION alias.

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:31:45 JST 2012


Kouhei Sutou	2011-11-07 15:12:46 +0900 (Mon, 07 Nov 2011)

  New Revision: 37b065ad375e303f67cec9d8f8ea7d3aa0837db7
  https://github.com/mroonga/mroonga/commit/37b065ad375e303f67cec9d8f8ea7d3aa0837db7

  Log:
    add MRN_VERSION as a VERSION or PACKAGE_VERION alias.

  Modified files:
    configure.ac

  Modified: configure.ac (+3 -0)
===================================================================
--- configure.ac    2011-11-07 14:18:35 +0900 (011b80b)
+++ configure.ac    2011-11-07 15:12:46 +0900 (4075d99)
@@ -21,6 +21,9 @@ mrn_version_in_hex=`printf "0x%02x%02x" mrn_version_major mrn_version_minor[]mrn
 AC_DEFINE_UNQUOTED([MRN_VERSION_IN_HEX],
                    [$mrn_version_in_hex],
                    [Define groonga storage engine version in hex])
+AC_DEFINE_UNQUOTED([MRN_VERSION],
+		   ["$PACKAGE_VERSION"],
+		   [Define groonga storage engine version in string])
 
 AC_C_BIGENDIAN
 AC_PROG_CC
-------------- next part --------------
HTML����������������������������...
Download 



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