diff options
author | Joerg Bruehe <joerg@mysql.com> | 2010-02-08 21:10:37 +0100 |
---|---|---|
committer | Joerg Bruehe <joerg@mysql.com> | 2010-02-08 21:10:37 +0100 |
commit | 15728d0721c88799f759db5f2fd97baa2d9d1d4b (patch) | |
tree | 34d4f40164ba7c8ccb3b5363091505a78bcacb40 /configure.in | |
parent | 21dbe024cd0d8c1f2909544d974e6c213a58a243 (diff) | |
download | mariadb-git-15728d0721c88799f759db5f2fd97baa2d9d1d4b.tar.gz |
Bug#50950 Obsolete reference to www.mysql.com
in message printed at end of configure
New text for the success message of "configure".
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/configure.in b/configure.in index c2ee247397a..d7e5e32eaed 100644 --- a/configure.in +++ b/configure.in @@ -3141,17 +3141,12 @@ AC_CONFIG_FILES(Makefile extra/Makefile mysys/Makefile dnl AC_CONFIG_COMMANDS([default], , test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h) AC_OUTPUT -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 "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 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 verify that configure +# The first line "Thank you ..." is checked in ./Do-compile to verify that configure # ended sucessfully - don't remove it. +echo echo "Thank you for choosing MySQL!" echo +echo "Remember to check the platform specific part of the reference manual" +echo "for hints about installing MySQL on your platform." +echo "Also have a look at the files in the Docs directory." +echo |