mirror of git://git.sv.gnu.org/nano.git
Dropping redundant localedir. Patch by Mike Frysinger.
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4695 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
parent
0e39d7fe4a
commit
b21daeb009
|
@ -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.
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
localedir = $(datadir)/locale
|
||||
AM_CPPFLAGS = -DLOCALEDIR=\"$(localedir)\" -DSYSCONFDIR=\"$(sysconfdir)\"
|
||||
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
|
|
Loading…
Reference in New Issue