diff options
author | df@pippilotta.erinye.com <> | 2007-12-11 17:41:11 +0100 |
---|---|---|
committer | df@pippilotta.erinye.com <> | 2007-12-11 17:41:11 +0100 |
commit | bcb3c304ff48911a64c59710f929f71fd12f7e8e (patch) | |
tree | ff14216741207b73f3bd0ee8b192e9bd263206b9 /configure.in | |
parent | ffa270d616509cf12727ee26f2986462c2319173 (diff) | |
parent | de716f1f86cafa8917ac7791e8089f78d0c1a439 (diff) | |
download | mariadb-git-bcb3c304ff48911a64c59710f929f71fd12f7e8e.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
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
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]]*-.*$||"` |