Commit 40b85e7a authored by Chris Allegretta's avatar Chris Allegretta
Browse files

- 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
parent b3b28c19
Showing with 2 additions and 1 deletion
+2 -1
......@@ -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
......
......@@ -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)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment