[Groonga-mysql-commit] mroonga/mroonga [master] use PACKAGE_STRING for MRN_PACKAGE_STRING.

Back to archive index

null+****@clear***** null+****@clear*****
2011年 11月 23日 (水) 16:10:20 JST


Kouhei Sutou	2011-11-23 07:10:20 +0000 (Wed, 23 Nov 2011)

  New Revision: 4e683386a04e16be02f4e9c4ced84e768c82e96e

  Log:
    use PACKAGE_STRING for MRN_PACKAGE_STRING.

  Modified files:
    configure.ac
    mrn_sys.h

  Modified: configure.ac (+4 -0)
===================================================================
--- configure.ac    2011-11-23 07:03:19 +0000 (c0b34d9)
+++ configure.ac    2011-11-23 07:10:20 +0000 (e7ee143)
@@ -18,6 +18,10 @@ AC_SUBST([MRN_VERSION_MICRO])
 MRN_VERSION_IN_HEX=`printf "0x%02x%02x" mrn_version_major mrn_version_minor[]mrn_version_micro`
 AC_SUBST([MRN_VERSION_IN_HEX])
 
+AC_DEFINE_UNQUOTED(MRN_PACKAGE_STRING,
+                   ["$PACKAGE_STRING"],
+                   [Define to the full name and version of this package.])
+
 AC_C_BIGENDIAN
 AC_PROG_CC
 AC_PROG_CXX

  Modified: mrn_sys.h (+0 -1)
===================================================================
--- mrn_sys.h    2011-11-23 07:03:19 +0000 (fe1cc1e)
+++ mrn_sys.h    2011-11-23 07:10:20 +0000 (8b07540)
@@ -24,7 +24,6 @@
 #include <groonga.h>
 
 /* constants */
-#define MRN_PACKAGE_STRING "groonga-storage-engine"
 #define MRN_BUFFER_SIZE 1024
 #define MRN_MAX_KEY_SIZE 1024
 #define MRN_MAX_PATH_SIZE 256




Groonga-mysql-commit メーリングリストの案内
Back to archive index