From b92102094373133aed48c7604336b93d2867a7eb Mon Sep 17 00:00:00 2001 From: "W. Eric Norum" Date: Thu, 10 Apr 2003 19:56:01 +0000 Subject: [PATCH] Clarify command-line editing library selection. --- configure/os/CONFIG.Common.darwin-ppc | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/configure/os/CONFIG.Common.darwin-ppc b/configure/os/CONFIG.Common.darwin-ppc index 067ff43a3..ed9a95b9d 100644 --- a/configure/os/CONFIG.Common.darwin-ppc +++ b/configure/os/CONFIG.Common.darwin-ppc @@ -35,7 +35,13 @@ OP_SYS_LDFLAGS += -L$(FINK_DIR)/lib # # Command-line input support +# # Install the fink libtecla1 package and uncomment the -# following line to use libtecla command-line editing, -COMMANDLINE_LIBRARY=LIBTECLA +# following line to use libtecla command-line editing: +#COMMANDLINE_LIBRARY=LIBTECLA +# or install the fink readline package and uncomment the +# following line to use GNU readline command-line editing: +#COMMANDLINE_LIBRARY=READLINE + LDLIBS_LIBTECLA = -ltecla_r -lncurses +LDLIBS_READLINE = -lreadline