cSvn-UI for SVN Repositories

cGit-UI – is a web interface for Subversion (SVN) Repositories. cSvn CGI script is writen in C and therefore it's fast enough

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