Edit

kc3-lang/gnulib/modules/realloc-posix

Branch :

  • Show log

    Commit

  • Author : Bruno Haible
    Date : 2011-05-21 18:10:27
    Hash : 86e2d81d
    Message : realloc-*: Move AC_LIBOBJ invocations to module description. * m4/realloc.m4 (gl_REPLACE_REALLOC): Remove macro. (gl_FUNC_REALLOC_GNU, gl_FUNC_REALLOC_POSIX): Inline it here. Move AC_LIBOBJ invocations from here... * modules/realloc-gnu (configure.ac): ... to here. * modules/realloc-posix (configure.ac): ... and here.

  • modules/realloc-posix
  • Description:
    realloc() function: allocate memory with indefinite extent.
    
    Files:
    lib/realloc.c
    m4/realloc.m4
    m4/malloc.m4
    
    Depends-on:
    stdlib
    
    configure.ac:
    gl_FUNC_REALLOC_POSIX
    if test $REPLACE_REALLOC = 1; then
      AC_LIBOBJ([realloc])
    fi
    gl_STDLIB_MODULE_INDICATOR([realloc-posix])
    
    Makefile.am:
    
    Include:
    <stdlib.h>
    
    License:
    LGPLv2+
    
    Maintainer:
    Bruno Haible