diff options
author | Vladislav Vaintroub <vvaintroub@mysql.com> | 2010-02-13 17:01:32 +0100 |
---|---|---|
committer | Vladislav Vaintroub <vvaintroub@mysql.com> | 2010-02-13 17:01:32 +0100 |
commit | e3a4741d05138d3850c7ed1788e3065c2f34548b (patch) | |
tree | 6514a0ffb792cd133aac6e0062b8c49449f2ab8e /configure.in | |
parent | cb31d4ccfeae5db50f46bf965cf561222696df02 (diff) | |
parent | 70cafe287e040123d325a82bddcdfe0ee7d613cd (diff) | |
download | mariadb-git-e3a4741d05138d3850c7ed1788e3065c2f34548b.tar.gz |
merge
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 f224fb57d3a..dc8dfa41479 100644 --- a/configure.in +++ b/configure.in @@ -3152,17 +3152,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 |