summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorunknown <df@pippilotta.erinye.com>2007-12-11 17:41:11 +0100
committerunknown <df@pippilotta.erinye.com>2007-12-11 17:41:11 +0100
commit6e58bd40c54b484bb2b3bd991fc66fa3d0d42d9f (patch)
treeff14216741207b73f3bd0ee8b192e9bd263206b9 /configure.in
parentebc227bfa46dbec2d3a8f47d57d33120cd1c4a64 (diff)
parentb56d3824a470400b3b1b8c2e4ef49cff8bfabd5c (diff)
downloadmariadb-git-6e58bd40c54b484bb2b3bd991fc66fa3d0d42d9f.tar.gz
Merge pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.0
into pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.1 configure.in: merge fix
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index b6dd6e29509..1ad79c398fb 100644
--- a/configure.in
+++ b/configure.in
@@ -20,6 +20,7 @@ SHARED_LIB_MAJOR_VERSION=16
SHARED_LIB_VERSION=$SHARED_LIB_MAJOR_VERSION:0:0
NDB_SHARED_LIB_MAJOR_VERSION=3
NDB_SHARED_LIB_VERSION=$NDB_SHARED_LIB_MAJOR_VERSION:0:0
+
# Set all version vars based on $VERSION. How do we do this more elegant ?
# Remember that regexps needs to quote [ and ] since this is run through m4
MYSQL_NO_DASH_VERSION=`echo $VERSION | sed -e "s|[[a-z]]*-.*$||"`