Commit ecd8f448 authored by Vicențiu Ciorbaru's avatar Vicențiu Ciorbaru

Extra comment to mysql_install_db

Explain why it makes sense to not consider builddir == srcdir directly,
for cases when we do out-of-source builds.
parent d890c45b
......@@ -243,6 +243,8 @@ then
fi
if test -n "$srcdir"
then
# In an out-of-source build, builddir is not srcdir. Try to guess where
# builddir is by looking for my_print_defaults.
if test -z "$builddir"
then
if test -x "$dirname0/extra/my_print_defaults"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment