diff options
author | Alexander Nozdrin <alik@sun.com> | 2010-02-09 13:09:20 +0300 |
---|---|---|
committer | Alexander Nozdrin <alik@sun.com> | 2010-02-09 13:09:20 +0300 |
commit | 542b661de98cea677d8d25e0e8ef2946a1b1ba92 (patch) | |
tree | 82c7d0eca5b3254551f8d969a46df0db7af6ad51 /configure.in | |
parent | b38ef2b5f7bc231b63b770c28688ee9f0109c88b (diff) | |
parent | 5d115bbe0c1e2642e1ed7d2782118831b6c15364 (diff) | |
download | mariadb-git-542b661de98cea677d8d25e0e8ef2946a1b1ba92.tar.gz |
Auto-merge from mysql-trunk.
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 04e6e0db052..9361052e2d9 100644 --- a/configure.in +++ b/configure.in @@ -3150,17 +3150,12 @@ AC_CONFIG_COMMANDS_POST(ac_configure_args="$ac_configure_args CFLAGS='$CFLAGS' C 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 |