1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +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.


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:
unknown
2003-08-20 16:39:11 +02:00
parent a215238536
commit 0e34c128da
2 changed files with 4 additions and 16 deletions

View File

@ -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.%