cb41b9e70e
This imports readline 8.0. readline/ChangeLog.gdb 2019-08-12 Tom Tromey <tom@tromey.com> * Imported readline 8.0.
13 lines
341 B
PkgConfig
13 lines
341 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: Readline
|
|
Description: Gnu Readline library for command line editing
|
|
URL: http://tiswww.cwru.edu/php/chet/readline/rltop.html
|
|
Version: @LIBVERSION@
|
|
Requires.private: @TERMCAP_PKG_CONFIG_LIB@
|
|
Libs: -L${libdir} -lreadline
|
|
Cflags: -I${includedir}/readline
|