be234de36b
This release includes fixes for segfault during filename completion, justify on systems without regex.h, hangs when the input stream goes away, and scrolling beyond COLS. Included are some new keyboard sequences.
13 lines
475 B
Plaintext
13 lines
475 B
Plaintext
$OpenBSD: patch-Makefile_in,v 1.6 2005/05/20 21:18:13 naddy Exp $
|
|
--- Makefile.in.orig Fri May 20 21:10:08 2005
|
|
+++ Makefile.in Fri May 20 21:10:30 2005
|
|
@@ -224,7 +224,7 @@ nano_SOURCES = color.c \
|
|
winio.c
|
|
|
|
man_MANS = nano.1 nanorc.5
|
|
-nano_LDADD = @GLIB_LIBS@ @LIBINTL@
|
|
+nano_LDADD = @GLIB_LIBS@ @LTLIBINTL@
|
|
info_TEXINFOS = nano.texi
|
|
EXTRA_DIST = ABOUT-NLS AUTHORS BUGS COPYING ChangeLog INSTALL NEWS \
|
|
README THANKS TODO UPGRADE config.rpath install-sh missing \
|