Navigation Menu

Skip to content

Commit

Permalink
add MRN_VERSION as a VERSION or PACKAGE_VERION alias.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Nov 7, 2011
1 parent ea7d019 commit 37b065a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions configure.ac
Expand Up @@ -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
Expand Down

0 comments on commit 37b065a

Please sign in to comment.