nls.m4 revision 2
2N/A# nls.m4 serial 5 (gettext-0.18)
2N/Adnl Copyright (C) 1995-2003, 2005-2006, 2008-2010 Free Software Foundation,
2N/Adnl Inc.
2N/Adnl This file is free software; the Free Software Foundation
2N/Adnl gives unlimited permission to copy and/or distribute it,
2N/Adnl with or without modifications, as long as this notice is preserved.
2N/Adnl
2N/Adnl This file can can be used in projects which are not available under
2N/Adnl the GNU General Public License or the GNU Library General Public
2N/Adnl License but which still want to provide support for the GNU gettext
2N/Adnl functionality.
2N/Adnl Please note that the actual code of the GNU gettext library is covered
2N/Adnl by the GNU Library General Public License, and the rest of the GNU
2N/Adnl gettext package package is covered by the GNU General Public License.
2N/Adnl They are *not* in the public domain.
2N/A
2N/Adnl Authors:
2N/Adnl Ulrich Drepper <drepper@cygnus.com>, 1995-2000.
2N/Adnl Bruno Haible <haible@clisp.cons.org>, 2000-2003.
2N/A
2N/AAC_PREREQ([2.50])
2N/A
2N/AAC_DEFUN([AM_NLS],
2N/A[
2N/A AC_MSG_CHECKING([whether NLS is requested])
2N/A dnl Default is enabled NLS
2N/A AC_ARG_ENABLE([nls],
2N/A [ --disable-nls do not use Native Language Support],
2N/A USE_NLS=$enableval, USE_NLS=yes)
2N/A AC_MSG_RESULT([$USE_NLS])
2N/A AC_SUBST([USE_NLS])
2N/A])