diff options
author | Jason Molenda <jmolenda@apple.com> | 1998-12-31 01:30:52 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 1998-12-31 01:30:52 +0000 |
commit | adcb1e06ef4856c844bb54f5931e0709edcaa005 (patch) | |
tree | e46e40b9cfed0995914a61af731d2cc0aa596e34 /gdb/config/m68k/m68kv4.mh | |
parent | 1b0df0adcb6f15845bac5e209617d5e0af346569 (diff) | |
download | gdb-adcb1e06ef4856c844bb54f5931e0709edcaa005.zip gdb-adcb1e06ef4856c844bb54f5931e0709edcaa005.tar.gz gdb-adcb1e06ef4856c844bb54f5931e0709edcaa005.tar.bz2 |
1998-12-30 Jason Molenda (jsm@bugshack.cygnus.com)
* utils.c: <readline/readline.h> instead of "readline/readline.h".
* configure.in (TERM_LIB): Search for the appropriate term library
on the host system.
* configure: Regenerated.
* Makefile.in (TERMCAP): Set based on autoconf check.
* config/*/*.mh: Don't override TERMCAP setting.
Diffstat (limited to 'gdb/config/m68k/m68kv4.mh')
-rw-r--r-- | gdb/config/m68k/m68kv4.mh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/config/m68k/m68kv4.mh b/gdb/config/m68k/m68kv4.mh index 4e62bf7..f2db3d9 100644 --- a/gdb/config/m68k/m68kv4.mh +++ b/gdb/config/m68k/m68kv4.mh @@ -5,8 +5,3 @@ XDEPFILES= NAT_FILE= nm-sysv4.h NATDEPFILES= corelow.o core-regset.o solib.o procfs.o fork-child.o - -# SVR4 comes standard with terminfo, and in some implementations, the -# old termcap descriptions are incomplete. So ensure that we use the -# new terminfo interface and latest terminal descriptions. -TERMCAP=-ltermlib |