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.
This commit is contained in:
parent
1b0df0adcb
commit
adcb1e06ef
14 changed files with 299 additions and 95 deletions
|
@ -46,7 +46,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
|||
#include "language.h"
|
||||
#include "annotate.h"
|
||||
|
||||
#include "readline/readline.h"
|
||||
#include <readline/readline.h>
|
||||
|
||||
/* readline defines this. */
|
||||
#undef savestring
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue