X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Frealloc.m4;h=a403d9fb3294eef67f56317b81730f999f34a23b;hb=7a228db08cee2ccdde6bb6a9b0059a903677672e;hp=3e97b1da967ca600e04ed946c9ab65f909035576;hpb=8924d470065e554cb4532df49ba159ffdf8c1b32;p=gnulib.git diff --git a/m4/realloc.m4 b/m4/realloc.m4 index 3e97b1da9..a403d9fb3 100644 --- a/m4/realloc.m4 +++ b/m4/realloc.m4 @@ -1,5 +1,5 @@ -# realloc.m4 serial 10 -dnl Copyright (C) 2007, 2009, 2010 Free Software Foundation, Inc. +# realloc.m4 serial 11 +dnl Copyright (C) 2007, 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. @@ -13,10 +13,10 @@ AC_DEFUN([gl_FUNC_REALLOC_GNU], AC_REQUIRE([gl_STDLIB_H_DEFAULTS]) dnl _AC_FUNC_REALLOC_IF is defined in Autoconf. _AC_FUNC_REALLOC_IF( - [AC_DEFINE([HAVE_REALLOC], [1], + [AC_DEFINE([HAVE_REALLOC_GNU], [1], [Define to 1 if your system has a GNU libc compatible 'realloc' function, and to 0 otherwise.])], - [AC_DEFINE([HAVE_REALLOC], [0]) + [AC_DEFINE([HAVE_REALLOC_GNU], [0]) gl_REPLACE_REALLOC ]) ])# gl_FUNC_REALLOC_GNU