Hash :
ee6855ea
Author :
Date :
2011-05-07T12:46:04
free: Move AC_LIBOBJ invocations to module description. * m4/free.m4 (gl_FUNC_FREE): Move AC_LIBOBJ and missing gl_PREREQ_FREE invocations from here... * modules/free (configure.ac): ... to here.
Description:
Work around incompatibility on older systems where free (NULL) fails.
Notice:
This module is obsolete.
Files:
lib/free.c
m4/free.m4
Depends-on:
configure.ac:
gl_FUNC_FREE
if test $gl_cv_func_free = no; then
AC_LIBOBJ([free])
gl_PREREQ_FREE
fi
Makefile.am:
Include:
<stdlib.h>
License:
GPL
Maintainer:
Paul Eggert