nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 40b85e7aca8a01c74f4fd77ab82f2e62113b0ff1
parent b3b28c19b564e13ed318177cbd1656db61514aae
Author: Chris Allegretta <chrisa@asty.org>
Date:   Sat,  9 Feb 2002 21:56:09 +0000

- Makefile.am: - Change localedir line to 1.0's version


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1064 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

Diffstat:
MChangeLog | 1+
MMakefile.am | 2+-
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog @@ -5,6 +5,7 @@ CVS code - -C, --relative, changes to do_cursorpos(). - Makefile.am: - Add SYSCONFDIR to DEFS, so we can have an /etc/nanorc. + - Change localedir line to 1.0's version. - rcfile.c parse_next_rege() - Allow " symbol to be in regex without leading \ by checking diff --git a/Makefile.am b/Makefile.am @@ -34,7 +34,7 @@ EXTRA_DIST = ABOUT-NLS AUTHORS BUGS COPYING ChangeLog INSTALL NEWS \ SUBDIRS = po intl -localedir = @LOCALE_DIR@ +localedir = $(datadir)/locale INCLUDES = -Iintl -DLOCALEDIR=\"$(localedir)\" -I@includedir@ $(srcdir)/acinclude.m4: $(ACINCLUDE_INPUTS)