summaryrefslogtreecommitdiff
path: root/Docs
diff options
context:
space:
mode:
authorunknown <lenz@mysql.com>2002-10-09 20:54:47 +0200
committerunknown <lenz@mysql.com>2002-10-09 20:54:47 +0200
commitf984ad0fbb07f0787e558eccd61004f516cd995e (patch)
treeb81ab86200dd1dadbba10a308c97ad76343f92f6 /Docs
parentd9383c5aafc3069cf7d9c0d6a7df2481412cc08a (diff)
downloadmariadb-git-f984ad0fbb07f0787e558eccd61004f516cd995e.tar.gz
- minor fixes and documentation for the update to automake 1.5
- currently, "make distcheck" fails - this needs to be investigated before the next release Docs/manual.texi: - Updated toolchain version numbers config.guess: - removed explicit setting of VENDOR=suse on SuSE systems
Diffstat (limited to 'Docs')
-rw-r--r--Docs/manual.texi9
1 files changed, 5 insertions, 4 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi
index 37a8f31918e..f24f9ce5eb2 100644
--- a/Docs/manual.texi
+++ b/Docs/manual.texi
@@ -6986,10 +6986,8 @@ The initial download of the source tree may take a while, depending on the
speed of your connection; be patient.
@item
-You will need GNU @code{autoconf 2.52}, @code{automake 1.4},
-@code{libtool}, and @code{m4} to run the next set of commands.
-
-@code{automake} (1.5) doesn't yet work.
+You will need GNU @code{autoconf 2.52}, @code{automake 1.5},
+@code{libtool 1.4}, and @code{m4} to run the next set of commands.
@example
shell> cd mysql-4.0
@@ -50800,6 +50798,9 @@ each individual 4.0.x release.
@appendixsubsec Changes in release 4.0.5
@itemize
@item
+Updated source tree to be built using @code{automake 1.5} and
+@code{libtool 1.4}.
+@item
Fixed bug with caching system database ('mysql'). Now query to system
database is not cached by query cache.
@item