X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Ffree;h=ec91f8889df3a92e2db639fc8e8c7c78ea74873c;hb=6b168421262adda71eed4cca137c34c1a9d6b981;hp=9ccaba310098e5dc0f19887e719f98c4a7406ae8;hpb=265465e1145409720be48d30b6277a59151d293a;p=gnulib.git diff --git a/modules/free b/modules/free index 9ccaba310..ec91f8889 100644 --- a/modules/free +++ b/modules/free @@ -1,6 +1,9 @@ Description: Work around incompatibility on older systems where free (NULL) fails. +Notice: +This module is obsolete. + Files: lib/free.c m4/free.m4 @@ -9,12 +12,18 @@ 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: +License: +GPL + Maintainer: Paul Eggert -