mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01: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. cmd-line-utils/Makefile.am: - add both libedit and readline to the source distribution configure.in: - create both Makefiles for libedit and libedit
This commit is contained in:
parent
a215238536
commit
0e34c128da
2 changed files with 4 additions and 16 deletions
|
@ -1,6 +1,7 @@
|
|||
## Process this file with automake to create Makefile.in
|
||||
|
||||
SUBDIRS= @readline_basedir@
|
||||
DIST_SUBDIRS= libedit readline
|
||||
|
||||
# Don't update the files from bitkeeper
|
||||
%::SCCS/s.%
|
||||
|
|
19
configure.in
19
configure.in
|
@ -2797,22 +2797,6 @@ esac
|
|||
AC_SUBST(MAKE_BINARY_DISTRIBUTION_OPTIONS)
|
||||
|
||||
# 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
|
||||
strings/Makefile regex/Makefile heap/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
|
||||
support-files/MacOSX/Makefile mysql-test/Makefile 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
|
||||
])
|
||||
|
|
Loading…
Reference in a new issue