nano

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

commit 8bf08097ee44e71531f8670b3fdbdf91f374765c
parent 1fabded68fffcf1923cad60bd71ddca9cf493186
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Wed,  1 Sep 2004 22:08:57 +0000

remove reference to @includedir@ in src/Makefile.am, as it's unneeded
and can break cross-compilation


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

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

diff --git a/ChangeLog b/ChangeLog @@ -12,6 +12,9 @@ CVS code - to do_browser(), do_justify(), do_help(), and main(). (DLR) - Simplify a few more translated messages. (DLR) - Translation updates (see po/ChangeLog for details). + - Remove reference to @includedir@ in src/Makefile.am, as it's + unneeded and can break cross-compilation. (DLR, found by Mike + Frysinger) - files.c: do_insertfile() - Readd the NANO_SMALL #ifdef around the start_again: label to diff --git a/src/Makefile.am b/src/Makefile.am @@ -1,6 +1,6 @@ DEFS= -DSYSCONFDIR=\"$(sysconfdir)\" localedir = $(datadir)/locale -INCLUDES = -Iintl -DLOCALEDIR=\"$(localedir)\" -I@includedir@ +INCLUDES = -Iintl -DLOCALEDIR=\"$(localedir)\" ACLOCAL_AMFLAGS = -I m4