configure.in
- Changes to the banner text - Use older AC_PROG_LIBTOOL (Bug#51009) scripts/mysql_install_db.sh - Changes to banner text
This commit is contained in:
parent
3e699a7972
commit
df555c117c
20
configure.in
20
configure.in
@ -14,8 +14,7 @@ AC_CANONICAL_SYSTEM
|
|||||||
# TAR files, the path name is split into two parts, a 155 chacater
|
# TAR files, the path name is split into two parts, a 155 chacater
|
||||||
# first part and a 100 character second part.
|
# first part and a 100 character second part.
|
||||||
AM_INIT_AUTOMAKE([1.9 tar-ustar])
|
AM_INIT_AUTOMAKE([1.9 tar-ustar])
|
||||||
LT_INIT
|
AC_PROG_LIBTOOL
|
||||||
LT_PREREQ([1.5.6])
|
|
||||||
|
|
||||||
AM_CONFIG_HEADER([include/config.h])
|
AM_CONFIG_HEADER([include/config.h])
|
||||||
|
|
||||||
@ -2912,17 +2911,12 @@ AC_CONFIG_COMMANDS_POST(ac_configure_args="$ac_configure_args CFLAGS='$CFLAGS' C
|
|||||||
|
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
||||||
echo
|
# The first line "Thank you ..." is checked in ./Do-compile to verify that configure
|
||||||
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
|
|
||||||
# ended sucessfully - don't remove it.
|
# ended sucessfully - don't remove it.
|
||||||
|
echo
|
||||||
echo "Thank you for choosing MySQL!"
|
echo "Thank you for choosing MySQL!"
|
||||||
echo
|
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
|
||||||
|
@ -410,8 +410,7 @@ else
|
|||||||
echo "Try 'mysqld --help' if you have problems with paths. Using --log"
|
echo "Try 'mysqld --help' if you have problems with paths. Using --log"
|
||||||
echo "gives you a log in $ldata that may be helpful."
|
echo "gives you a log in $ldata that may be helpful."
|
||||||
echo
|
echo
|
||||||
echo "The latest information about MySQL is available on the web at"
|
echo "Please consult the MySQL manual section"
|
||||||
echo "http://www.mysql.com/. Please consult the MySQL manual section"
|
|
||||||
echo "'Problems running mysql_install_db', and the manual section that"
|
echo "'Problems running mysql_install_db', and the manual section that"
|
||||||
echo "describes problems on your OS. Another information source are the"
|
echo "describes problems on your OS. Another information source are the"
|
||||||
echo "MySQL email archives available at http://lists.mysql.com/."
|
echo "MySQL email archives available at http://lists.mysql.com/."
|
||||||
@ -470,9 +469,6 @@ then
|
|||||||
echo
|
echo
|
||||||
echo "Please report any problems with the $scriptdir/mysqlbug script!"
|
echo "Please report any problems with the $scriptdir/mysqlbug script!"
|
||||||
echo
|
echo
|
||||||
echo "The latest information about MySQL is available at http://www.mysql.com/"
|
|
||||||
echo "Support MySQL by buying support/licenses from http://shop.mysql.com/"
|
|
||||||
echo
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user