manpages if nano is built with --disable-nls
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3175
35c25a1d-7b9e-4130-9fde-
d3aeb78583b8
completion functions adapted from busybox. Also, invoke LGPL
clause 3 to convert all LGPLed functions to GPLed ones, so
that we don't have to include a copy of the LGPL. (DLR)
+ - Don't install the localized versions of the manpages if
+ nano is built with --disable-nls. Changes to Makefile.am and
+ doc/man/Makefile.am. (Mike Frysinger)
- chars.c:
mbwidth()
- If wcwidth() returns -1 for the character passed in, treat the
AM_GNU_GETTEXT_VERSION(0.11.5)
AM_GNU_GETTEXT([external], [need-ngettext])
+AM_CONDITIONAL(USE_NLS, test "x$USE_NLS" = "xyes")
dnl Checks for header files.
+if USE_NLS
SUBDIRS = fr
+else
+SUBDIRS =
+endif
man_MANS = nano.1 nanorc.5