X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=m4%2Fxalloc.m4;h=2fca8504670adce3d9fc52045c2d67b32efb79a7;hb=13b89dbfbb8d158de86f9bef5e45889ce47f0fd5;hp=8e35d3b57bb747c86dcd5b226a5018b611796d4c;hpb=4029cd42ecafc71092eb23bd6f69b118d81a6a46;p=gnulib.git diff --git a/m4/xalloc.m4 b/m4/xalloc.m4 index 8e35d3b57..2fca85046 100644 --- a/m4/xalloc.m4 +++ b/m4/xalloc.m4 @@ -1,20 +1,18 @@ -# xalloc.m4 serial 15 -dnl Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +# xalloc.m4 serial 17 +dnl Copyright (C) 2002-2006, 2009-2011 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_XALLOC], [ - AC_LIBOBJ([xmalloc]) - gl_PREREQ_XALLOC gl_PREREQ_XMALLOC ]) # Prerequisites of lib/xalloc.h. AC_DEFUN([gl_PREREQ_XALLOC], [ - AC_REQUIRE([AC_C_INLINE]) + AC_REQUIRE([gl_INLINE]) : ])