Diff for /embedaddon/libiconv/srcm4/error.m4 between versions 1.1.1.2 and 1.1.1.3

version 1.1.1.2, 2012/05/29 09:29:44 version 1.1.1.3, 2021/03/17 13:38:46
Line 1 Line 1
 #serial 14  #serial 14
   
# Copyright (C) 1996-1998, 2001-2004, 2009-2011 Free Software Foundation, Inc.# Copyright (C) 1996-1998, 2001-2004, 2009-2019 Free Software Foundation, Inc.
 #  #
 # This file is free software; the Free Software Foundation  # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,  # gives unlimited permission to copy and/or distribute it,
Line 23  AC_DEFUN([gl_ERROR], Line 23  AC_DEFUN([gl_ERROR],
 AC_DEFUN([gl_PREREQ_ERROR],  AC_DEFUN([gl_PREREQ_ERROR],
 [  [
   AC_REQUIRE([AC_FUNC_STRERROR_R])    AC_REQUIRE([AC_FUNC_STRERROR_R])
   AC_REQUIRE([AC_C_INLINE])  
   :    :
 ])  ])

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


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