diff options
author | joreland@mysql.com <> | 2005-01-01 14:01:37 +0100 |
---|---|---|
committer | joreland@mysql.com <> | 2005-01-01 14:01:37 +0100 |
commit | fe8f4ab012de4769e9b98cc16abefd6d6afb605e (patch) | |
tree | fb919d536a2a3d85dfc942c0b121c3748b223555 /configure.in | |
parent | 0de1b0f2138954eac4bbc7f3f46ebaeafa3ebfae (diff) | |
parent | a5ccba28eab166f206c2b322b5287680c3318e01 (diff) | |
download | mariadb-git-fe8f4ab012de4769e9b98cc16abefd6d6afb605e.tar.gz |
merge
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 12dab3d2513..c307cd03da9 100644 --- a/configure.in +++ b/configure.in @@ -24,7 +24,7 @@ NDB_VERSION_STATUS="alpha" # Remember that regexps needs to quote [ and ] since this is run through m4 MYSQL_NO_DASH_VERSION=`echo $VERSION | sed -e "s|[[a-z]]*-.*$||"` MYSQL_BASE_VERSION=`echo $MYSQL_NO_DASH_VERSION | sed -e "s|\.[[^.]]*$||"` -MYSQL_VERSION_ID=`echo $MYSQL_NO_DASH_VERSION. | sed -e 's/\./ /g; s/ \([[0-9]]\) / 0\\1 /g; s/ //g'` +MYSQL_VERSION_ID=`echo $MYSQL_NO_DASH_VERSION. | sed -e 's/[[^0-9.]]//g; s/\./ /g; s/ \([[0-9]]\) / 0\\1 /g; s/ //g'` # The port should be constant for a LONG time MYSQL_TCP_PORT_DEFAULT=3306 |