Diff for /embedaddon/confuse/m4/nls.m4 between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2017/01/24 14:48:55 version 1.1.1.2, 2021/03/17 00:49:17
Line 1 Line 1
# nls.m4 serial 3 (gettext-0.15)# nls.m4 serial 5 (gettext-0.18)
dnl Copyright (C) 1995-2003, 2005-2006 Free Software Foundation, Inc.dnl Copyright (C) 1995-2003, 2005-2006, 2008-2013 Free Software Foundation,
 dnl Inc.
 dnl This file is free software; the Free Software Foundation  dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,  dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.  dnl with or without modifications, as long as this notice is preserved.
Line 17  dnl Authors: Line 18  dnl Authors:
 dnl   Ulrich Drepper <drepper@cygnus.com>, 1995-2000.  dnl   Ulrich Drepper <drepper@cygnus.com>, 1995-2000.
 dnl   Bruno Haible <haible@clisp.cons.org>, 2000-2003.  dnl   Bruno Haible <haible@clisp.cons.org>, 2000-2003.
   
AC_PREREQ(2.50)AC_PREREQ([2.50])
   
 AC_DEFUN([AM_NLS],  AC_DEFUN([AM_NLS],
 [  [
   AC_MSG_CHECKING([whether NLS is requested])    AC_MSG_CHECKING([whether NLS is requested])
   dnl Default is enabled NLS    dnl Default is enabled NLS
  AC_ARG_ENABLE(nls,  AC_ARG_ENABLE([nls],
     [  --disable-nls           do not use Native Language Support],      [  --disable-nls           do not use Native Language Support],
     USE_NLS=$enableval, USE_NLS=yes)      USE_NLS=$enableval, USE_NLS=yes)
  AC_MSG_RESULT($USE_NLS)  AC_MSG_RESULT([$USE_NLS])
  AC_SUBST(USE_NLS)  AC_SUBST([USE_NLS])
 ])  ])

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>