diff options
author | unknown <df@pippilotta.erinye.com> | 2007-12-11 17:41:11 +0100 |
---|---|---|
committer | unknown <df@pippilotta.erinye.com> | 2007-12-11 17:41:11 +0100 |
commit | 6e58bd40c54b484bb2b3bd991fc66fa3d0d42d9f (patch) | |
tree | ff14216741207b73f3bd0ee8b192e9bd263206b9 /configure.in | |
parent | ebc227bfa46dbec2d3a8f47d57d33120cd1c4a64 (diff) | |
parent | b56d3824a470400b3b1b8c2e4ef49cff8bfabd5c (diff) | |
download | mariadb-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.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]]*-.*$||"` |