Commit ca060864 authored by unknown's avatar unknown

Syntax fix, plus an update for version.


build/ac-macros/check_cpu.m4:
  Syntax fix
configure.in:
  Updated for version.
parent 00878990
......@@ -43,5 +43,5 @@ then
else
AC_MSG_RESULT($mysql_cv_cpu)
fi
]]))
])])
......@@ -13,7 +13,7 @@ AC_CANONICAL_SYSTEM
# before we call AM_INIT_AUTOMAKE.
# -Brian
sinclude(build/ac-macros/sanity.m4)
AM_INIT_AUTOMAKE(mysql, 5.0.2-alpha)
AM_INIT_AUTOMAKE(mysql, 5.0.3-alpha)
AM_CONFIG_HEADER(config.h)
PROTOCOL_VERSION=10
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment