summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorhery.ramilison@sun.com <>2010-02-17 18:39:28 +0100
committerMySQL Build Team <build@mysql.com>2010-02-17 18:39:28 +0100
commitdf555c117cb9415e6076c48c94189c421837f4b0 (patch)
treed01645546f43d09d740855b7d19ce0408aca1497 /configure.in
parent3e699a7972d092136e0c33d5ce55781d1cd202f9 (diff)
downloadmariadb-git-df555c117cb9415e6076c48c94189c421837f4b0.tar.gz
configure.in
- Changes to the banner text - Use older AC_PROG_LIBTOOL (Bug#51009) scripts/mysql_install_db.sh - Changes to banner text
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in20
1 files changed, 7 insertions, 13 deletions
diff --git a/configure.in b/configure.in
index f2e83abc60c..32326df06aa 100644
--- a/configure.in
+++ b/configure.in
@@ -14,8 +14,7 @@ AC_CANONICAL_SYSTEM
# TAR files, the path name is split into two parts, a 155 chacater
# first part and a 100 character second part.
AM_INIT_AUTOMAKE([1.9 tar-ustar])
-LT_INIT
-LT_PREREQ([1.5.6])
+AC_PROG_LIBTOOL
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
-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