Clarify command-line editing library selection.

This commit is contained in:
W. Eric Norum
2003-04-10 19:56:01 +00:00
parent 15b35b60d1
commit b921020943
+8 -2
View File
@@ -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