Readline is part of Mac OS X now, so use it.
This commit is contained in:
@@ -42,17 +42,9 @@ OP_SYS_LDFLAGS += -L/sw/lib
|
||||
#
|
||||
# Libraries for command-line editing.
|
||||
#
|
||||
LDLIBS_LIBTECLA = -ltecla_r -lncurses
|
||||
LDLIBS_READLINE = -lreadline
|
||||
|
||||
#
|
||||
# Command-line input support
|
||||
#
|
||||
# Install the DarwinPorts or Fink libtecla1 package and place the following
|
||||
# line in CONFIG_SITE.darwin-ppc.Common to use libtecla command-line editing:
|
||||
#COMMANDLINE_LIBRARY=LIBTECLA
|
||||
# or install the DarwinPorts or Fink readline package and place the following
|
||||
# line in CONFIG_SITE.darwin-ppc.Common to use GNU readline
|
||||
# command-line editing:
|
||||
#COMMANDLINE_LIBRARY=READLINE
|
||||
|
||||
COMMANDLINE_LIBRARY=READLINE
|
||||
|
||||
@@ -10,4 +10,3 @@
|
||||
# Other local options
|
||||
#
|
||||
OP_SYS_CFLAGS += -g
|
||||
#COMMANDLINE_LIBRARY = READLINE
|
||||
|
||||
@@ -34,6 +34,7 @@ server required.</p>
|
||||
|
||||
<h4>OS X</h4>
|
||||
<p>Builds on Tiger.</p>
|
||||
<p>Readline now used by default.</p>
|
||||
|
||||
|
||||
<h1 align="center">EPICS Base Release 3.14.7<br>
|
||||
|
||||
Reference in New Issue
Block a user