summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorunknown <monty@mashka.mysql.fi>2003-02-07 10:35:08 +0200
committerunknown <monty@mashka.mysql.fi>2003-02-07 10:35:08 +0200
commit4c7fa21510de6bb17b3dabd0aaa6e99687e89d7b (patch)
tree23a915803ef5a8c7c7a4279a1f766ccf2f141472 /configure.in
parentdacf7f8fe51ce27e0a63cf486fccb6a748c5dbec (diff)
downloadmariadb-git-4c7fa21510de6bb17b3dabd0aaa6e99687e89d7b.tar.gz
Allow 4.0 to read new 4.1 .frm files
Makefile.am: Remove blank lines configure.in: Keep version gamma
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index ed814ca18b1..d2469f1fffd 100644
--- a/configure.in
+++ b/configure.in
@@ -4,7 +4,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_INIT(sql/mysqld.cc)
AC_CANONICAL_SYSTEM
# The Docs Makefile.am parses this line!
-AM_INIT_AUTOMAKE(mysql, 4.0.11)
+AM_INIT_AUTOMAKE(mysql, 4.0.11-gamma)
AM_CONFIG_HEADER(config.h)
PROTOCOL_VERSION=10
@@ -702,7 +702,7 @@ AC_ARG_WITH(mysqld-user,
AC_SUBST(MYSQLD_USER)
# If we should allow LOAD DATA LOCAL
-AC_MSG_CHECKING(if we should should enable LOAD DATA LOCAL by default)
+AC_MSG_CHECKING(If we should should enable LOAD DATA LOCAL by default)
AC_ARG_ENABLE(local-infile,
[ --enable-local-infile Enable LOAD DATA LOCAL INFILE (default: disabled)],
[ ENABLED_LOCAL_INFILE=$enableval ],