summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorunknown <monty@mashka.mysql.fi>2003-03-07 12:37:18 +0200
committerunknown <monty@mashka.mysql.fi>2003-03-07 12:37:18 +0200
commit19a5b45477f440f19d650c0e0fcd9554ac09151c (patch)
treeba377d5531cb96dd692bd8e54ccfd5b063da53ec /configure.in
parent8dc4215d449165eaf021439c68511805faaf3d62 (diff)
parentefadca644132c76beb4b06b5db4b6f3533a95e29 (diff)
downloadmariadb-git-19a5b45477f440f19d650c0e0fcd9554ac09151c.tar.gz
Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0
BitKeeper/etc/ignore: auto-union configure.in: Auto merged
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 35a2e3702c1..dd6aa80d617 100644
--- a/configure.in
+++ b/configure.in
@@ -14,7 +14,6 @@ SHARED_LIB_VERSION=12: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|-.*$||"`
MYSQL_NO_DASH_VERSION=`echo $VERSION | sed -e "s|[[a-z]]*-.*$||"`
MYSQL_BASE_VERSION=`echo $MYSQL_NO_DASH_VERSION | sed -e "s|\.[[^.]]*$||"`
F_PART=`echo $MYSQL_BASE_VERSION | sed -e "s|\.||g"| sed -e "s|[a-zA-Z]\+||"|sed -e "s|^\(..\)$|\\10|"`