mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
0e34c128da
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
7 lines
170 B
Makefile
7 lines
170 B
Makefile
## 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.%
|