X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Frealloc.m4;h=a403d9fb3294eef67f56317b81730f999f34a23b;hb=88418d5fd24c99aac393d3e2f564f6939e4e2fe3;hp=0b8855656b632dce3d787b4f69d75568361733ef;hpb=800b95c20c636e1bd2e0f1c5e1ce3f84b5089942;p=gnulib.git diff --git a/m4/realloc.m4 b/m4/realloc.m4 index 0b8855656..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 @@ -40,5 +40,5 @@ AC_DEFUN([gl_FUNC_REALLOC_POSIX], AC_DEFUN([gl_REPLACE_REALLOC], [ AC_LIBOBJ([realloc]) - HAVE_REALLOC_POSIX=0 + REPLACE_REALLOC=1 ])