1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-14 14:01:48 +03:00
Files
gnulib/modules/free
Bruno Haible ee6855ea08 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.
2011-06-16 00:06:00 +02:00

30 lines
338 B
Plaintext

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