nano

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

commit b21daeb009e820bd85c87adc2fd0b3d26e2b6ca8
parent 0e39d7fe4a3484f5c5386e6fabc2cb8a65d7d92d
Author: Benno Schulenberg <bensberg@justemail.net>
Date:   Sun, 30 Mar 2014 20:19:33 +0000

Dropping redundant localedir.  Patch by Mike Frysinger.


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

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

diff --git a/ChangeLog b/ChangeLog @@ -4,6 +4,8 @@ files. Use that instead of creating our own. * doc/man/Makefile.am, doc/man/fr/Makefile.am - Use dist_ prefixes and += appending supported by automake to produce simpler files. + * doc/Makefile.am - Drop redundant localedir, as autoconf/automake + already creates this for us. 2014-03-27 Benno Schulenberg <bensberg@justemail.net> * src/nano.c (main) - Fix compilation with --disable-utf8. diff --git a/src/Makefile.am b/src/Makefile.am @@ -1,4 +1,3 @@ -localedir = $(datadir)/locale AM_CPPFLAGS = -DLOCALEDIR=\"$(localedir)\" -DSYSCONFDIR=\"$(sysconfdir)\" ACLOCAL_AMFLAGS = -I m4