Diff for /embedaddon/libiconv/srcm4/eealloc.m4 between versions 1.1.1.1 and 1.1.1.3

version 1.1.1.1, 2012/02/21 22:57:49 version 1.1.1.3, 2021/03/17 13:38:46
Line 1 Line 1
# eealloc.m4 serial 2# eealloc.m4 serial 3
dnl Copyright (C) 2003, 2009 Free Software Foundation, Inc.dnl Copyright (C) 2003, 2009-2019 Free Software Foundation, 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 8  AC_DEFUN([gl_EEALLOC], Line 8  AC_DEFUN([gl_EEALLOC],
 [  [
   AC_REQUIRE([gl_EEMALLOC])    AC_REQUIRE([gl_EEMALLOC])
   AC_REQUIRE([gl_EEREALLOC])    AC_REQUIRE([gl_EEREALLOC])
   AC_REQUIRE([AC_C_INLINE])  
 ])  ])
   
 AC_DEFUN([gl_EEMALLOC],  AC_DEFUN([gl_EEMALLOC],

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


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