diff options
author | Joerg Bruehe <joerg@mysql.com> | 2010-02-08 22:16:07 +0100 |
---|---|---|
committer | Joerg Bruehe <joerg@mysql.com> | 2010-02-08 22:16:07 +0100 |
commit | fc5e9a4a5442cf6d775c133fc13021a6fe8a7b14 (patch) | |
tree | a4bff1f3405b0a93912736cc03d6f3ecf962cd94 /configure.in | |
parent | a93d838a12ff605af124615c7dc4c31935f3213f (diff) | |
parent | f6df1770fc17da804a88825444efb217a21dec85 (diff) | |
download | mariadb-git-fc5e9a4a5442cf6d775c133fc13021a6fe8a7b14.tar.gz |
Upmerge "configure.in" text change from 5.1 to 5.5 ("trunk"),
fixing bug#50950.
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 53c5724e434..e50f2897781 100644 --- a/configure.in +++ b/configure.in @@ -2952,17 +2952,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 |