Dropping redundant localedir. Patch by Mike Frysinger.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4695 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
Benno Schulenberg 2014-03-30 20:19:33 +00:00
parent 0e39d7fe4a
commit b21daeb009
2 changed files with 2 additions and 1 deletions

View File

@ -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.

View File

@ -1,4 +1,3 @@
localedir = $(datadir)/locale
AM_CPPFLAGS = -DLOCALEDIR=\"$(localedir)\" -DSYSCONFDIR=\"$(sysconfdir)\"
ACLOCAL_AMFLAGS = -I m4