diff options
author | Joerg Bruehe <joerg@mysql.com> | 2010-02-08 21:40:17 +0100 |
---|---|---|
committer | Joerg Bruehe <joerg@mysql.com> | 2010-02-08 21:40:17 +0100 |
commit | f6df1770fc17da804a88825444efb217a21dec85 (patch) | |
tree | a23719e41c53b650a471d92c9f9496857f93e93d /configure.in | |
parent | 1c9ab8d6eecac36e44f277966f51a8874dfb3118 (diff) | |
parent | 15728d0721c88799f759db5f2fd97baa2d9d1d4b (diff) | |
download | mariadb-git-f6df1770fc17da804a88825444efb217a21dec85.tar.gz |
Upmerge "configure.in" text change from 5.0 to 5.1,
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 567ed391eab..47667efb271 100644 --- a/configure.in +++ b/configure.in @@ -2912,17 +2912,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 |