From 90ac180dcb41263a9b8646eeb36b804c31c3a8a4 Mon Sep 17 00:00:00 2001
From: "W. Eric Norum"
Date: Sat, 2 Jul 2005 22:48:52 +0000
Subject: [PATCH] Readline is part of Mac OS X now, so use it.
---
configure/os/CONFIG.Common.darwin-ppc | 10 +---------
configure/os/CONFIG_SITE.Common.darwin-ppc | 1 -
documentation/RELEASE_NOTES.html | 1 +
3 files changed, 2 insertions(+), 10 deletions(-)
diff --git a/configure/os/CONFIG.Common.darwin-ppc b/configure/os/CONFIG.Common.darwin-ppc
index b59b3c911..e80b3149f 100644
--- a/configure/os/CONFIG.Common.darwin-ppc
+++ b/configure/os/CONFIG.Common.darwin-ppc
@@ -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
diff --git a/configure/os/CONFIG_SITE.Common.darwin-ppc b/configure/os/CONFIG_SITE.Common.darwin-ppc
index 3c72164fa..3abffa89a 100644
--- a/configure/os/CONFIG_SITE.Common.darwin-ppc
+++ b/configure/os/CONFIG_SITE.Common.darwin-ppc
@@ -10,4 +10,3 @@
# Other local options
#
OP_SYS_CFLAGS += -g
-#COMMANDLINE_LIBRARY = READLINE
diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html
index e31f53e06..b5d83a008 100644
--- a/documentation/RELEASE_NOTES.html
+++ b/documentation/RELEASE_NOTES.html
@@ -34,6 +34,7 @@ server required.
OS X
Builds on Tiger.
+Readline now used by default.
EPICS Base Release 3.14.7