mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* m4/free.m4 (gl_FUNC_FREE): Move AC_LIBOBJ and missing gl_PREREQ_FREE invocations from here... * modules/free (configure.ac): ... to here.
30 lines
338 B
Plaintext
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
|