mirror of
https://github.com/MariaDB/server.git
synced 2025-08-05 13:16:09 +03:00
- make sure that both libedit and readline are added to the source
distribution. libedit is used by default, one needs to use "--with-readline" when compiling with readline instead.
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
## Process this file with automake to create Makefile.in
|
## Process this file with automake to create Makefile.in
|
||||||
|
|
||||||
SUBDIRS= @readline_basedir@
|
SUBDIRS= @readline_basedir@
|
||||||
|
DIST_SUBDIRS= libedit readline
|
||||||
|
|
||||||
# Don't update the files from bitkeeper
|
# Don't update the files from bitkeeper
|
||||||
%::SCCS/s.%
|
%::SCCS/s.%
|
||||||
|
19
configure.in
19
configure.in
@@ -2797,22 +2797,6 @@ esac
|
|||||||
AC_SUBST(MAKE_BINARY_DISTRIBUTION_OPTIONS)
|
AC_SUBST(MAKE_BINARY_DISTRIBUTION_OPTIONS)
|
||||||
|
|
||||||
# Output results
|
# Output results
|
||||||
|
|
||||||
if test "$compile_readline" = "yes"
|
|
||||||
then
|
|
||||||
AC_OUTPUT(cmd-line-utils/readline/Makefile)
|
|
||||||
fi
|
|
||||||
|
|
||||||
if test "$compile_libedit" = "yes"
|
|
||||||
then
|
|
||||||
AC_OUTPUT(cmd-line-utils/libedit/Makefile)
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [test "$compile_libedit" = "yes"] || [test "$compile_readline" = "yes"]
|
|
||||||
then
|
|
||||||
AC_OUTPUT(cmd-line-utils/Makefile)
|
|
||||||
fi
|
|
||||||
|
|
||||||
AC_OUTPUT(Makefile extra/Makefile mysys/Makefile isam/Makefile dnl
|
AC_OUTPUT(Makefile extra/Makefile mysys/Makefile isam/Makefile dnl
|
||||||
strings/Makefile regex/Makefile heap/Makefile dnl
|
strings/Makefile regex/Makefile heap/Makefile dnl
|
||||||
bdb/Makefile dnl
|
bdb/Makefile dnl
|
||||||
@@ -2828,6 +2812,9 @@ AC_OUTPUT(Makefile extra/Makefile mysys/Makefile isam/Makefile dnl
|
|||||||
tests/Makefile Docs/Makefile support-files/Makefile dnl
|
tests/Makefile Docs/Makefile support-files/Makefile dnl
|
||||||
support-files/MacOSX/Makefile mysql-test/Makefile dnl
|
support-files/MacOSX/Makefile mysql-test/Makefile dnl
|
||||||
include/mysql_version.h dnl
|
include/mysql_version.h dnl
|
||||||
|
cmd-line-utils/Makefile dnl
|
||||||
|
cmd-line-utils/libedit/Makefile dnl
|
||||||
|
cmd-line-utils/readline/Makefile dnl
|
||||||
, , [
|
, , [
|
||||||
test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h
|
test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h
|
||||||
])
|
])
|
||||||
|
Reference in New Issue
Block a user