Commit e4a3efa2 authored by lenz@mysql.com's avatar lenz@mysql.com

- minor fixes and documentation for the update to automake 1.5

 - currently, "make distcheck" fails - this needs to be investigated
   before the next release
parent ec6e6de2
...@@ -6986,10 +6986,8 @@ The initial download of the source tree may take a while, depending on the ...@@ -6986,10 +6986,8 @@ The initial download of the source tree may take a while, depending on the
speed of your connection; be patient. speed of your connection; be patient.
@item @item
You will need GNU @code{autoconf 2.52}, @code{automake 1.4}, You will need GNU @code{autoconf 2.52}, @code{automake 1.5},
@code{libtool}, and @code{m4} to run the next set of commands. @code{libtool 1.4}, and @code{m4} to run the next set of commands.
@code{automake} (1.5) doesn't yet work.
@example @example
shell> cd mysql-4.0 shell> cd mysql-4.0
...@@ -50800,6 +50798,9 @@ each individual 4.0.x release. ...@@ -50800,6 +50798,9 @@ each individual 4.0.x release.
@appendixsubsec Changes in release 4.0.5 @appendixsubsec Changes in release 4.0.5
@itemize @itemize
@item @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 Fixed bug with caching system database ('mysql'). Now query to system
database is not cached by query cache. database is not cached by query cache.
@item @item
...@@ -131,7 +131,6 @@ case "${UNAME_MACHINE}" in ...@@ -131,7 +131,6 @@ case "${UNAME_MACHINE}" in
test -z "$VENDOR" && VENDOR=unknown test -z "$VENDOR" && VENDOR=unknown
;; ;;
esac esac
test -f /etc/SuSE-release && VENDOR=suse
# Note: order is significant - the case branches are not exclusive. # Note: order is significant - the case branches are not exclusive.
......
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