summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorunknown <lenz@mysql.com>2002-04-26 17:52:50 +0200
committerunknown <lenz@mysql.com>2002-04-26 17:52:50 +0200
commit39adfd21bbf7def1bda89d957d4cc6fa2199ff85 (patch)
treef4174a88623f6e7bae5bec6360df5aa3bd80743f /configure.in
parent34a556944e512b9ca08b8179fec3c43458b4af6c (diff)
downloadmariadb-git-39adfd21bbf7def1bda89d957d4cc6fa2199ff85.tar.gz
Fixed a typo and the wording of the message that is being displayed after "configure" has run
BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 3a258d62cc6..7febd8ec21f 100644
--- a/configure.in
+++ b/configure.in
@@ -2371,12 +2371,13 @@ AC_OUTPUT(Makefile extra/Makefile mysys/Makefile isam/Makefile \
rm -f $AVAILABLE_LANGUAGES_ERRORS_RULES
echo
echo "MySQL has a Web site at http://www.mysql.com/ which carries details on the"
-echo "latest release, upcoming features, and other information to make your"
+echo "latest release, upcoming features and other information to make your"
echo "work or play with MySQL more productive. There you can also find"
echo "information about mailing lists for MySQL discussion."
echo
-echo "Remember to check the platform specific part in the reference manual for"
-echo "hints about installing on your platfrom. See the Docs directory."
+echo "Remember to check the platform specific part of the reference manual for"
+echo "hints about installing MySQL on your platform. Also have a look at the"
+echo "files in the Docs directory."
echo
# The following text is checked in ./Do-compile to se that the configure ends.
echo "Thank you for choosing MySQL!"