diff options
author | Kentoku SHIBA <kentokushiba@gmail.com> | 2014-09-21 00:33:45 +0900 |
---|---|---|
committer | Kentoku SHIBA <kentokushiba@gmail.com> | 2014-09-21 00:33:45 +0900 |
commit | 0cc855cdc8cd0baa6ba50662632b299a3843ff13 (patch) | |
tree | eaf50856703412b5c1c43f8c0e5a6a5318601c17 /storage/mroonga/config.sh.in | |
parent | 989dd4d9ec09450ff7b25987b14ee9fdfd21ad4e (diff) | |
download | mariadb-git-0cc855cdc8cd0baa6ba50662632b299a3843ff13.tar.gz |
Update Mroonga to the latest version on 2014-09-21T00:33:44+0900
Diffstat (limited to 'storage/mroonga/config.sh.in')
-rw-r--r-- | storage/mroonga/config.sh.in | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/storage/mroonga/config.sh.in b/storage/mroonga/config.sh.in new file mode 100644 index 00000000000..2b584c6916d --- /dev/null +++ b/storage/mroonga/config.sh.in @@ -0,0 +1,20 @@ +# Copyright(C) 2012 Kouhei Sutou <kou@clear-code.com> +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + +MYSQL_SOURCE_DIR="@MYSQL_SOURCE_DIR@" +MYSQL_BUILD_DIR="@MYSQL_BUILD_DIR@" +MYSQL_VERSION="@MYSQL_VERSION@" +MRN_BUNDLED="@MRN_BUNDLED@" |